Trace number 233591

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESACSAT 390.946 393.164

DiagnosticValue
CHECKS296340986
NODES11134

General information on the benchmark

Nametaillard/os-taillard-15/
os-taillard-15-100-7.xml
MD5SUM402aa05425216409344b299698caa086
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.379941
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size916
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/233591-1168326962/unknown.xml
0.38	   
0.38	   domains being loaded...
0.42	   
0.42	   variables being loaded...
0.49	     nbVariables=225  nbDomainTypes=225  minDomainSize=818  maxDomainSize=916
0.49	       =>  wckTime=0.167  cpuTime=0.13  mem=12M765
0.49	   
0.49	   predicates being loaded...
0.49	   
0.49	   constraints being loaded...
204.66	   
204.66	   INFO : Stopping converting binary constraints (cpu=200.15, mem = 273M21)
204.92	     nbConstraints=3150  nbConvertedConstraints=1087  nbConvertConstraintsChecks=820465835  nbExtensionStructures=1087
204.92	     nbSharedExtensionStructures=0  nbConflictsStructures=1087  nbSharedConflictsStructures=0
204.92	     nbSharedBinaryRepresentations=553856  nbEvaluationManagers=2063  nbSharedEvaluationManagers=0  maxDegree=28
204.92	     maxArity=2
204.92	       =>  wckTime=204.602  cpuTime=200.34  mem=288M280
206.03	   
206.03	   solver IterativeSystematicSolver being built... 
206.27	       =>  wckTime=205.954  cpuTime=200.56  mem=281M101
246.43	   
246.43	   preprocessing
246.43	     nbConstraintChecks=105559422  nbValidityChecks=42654576  nbPropagations=4760  nbRevisions=73960
246.43	     nbUselessRevisions=69518  nbSingletonTests=242  nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=0
246.43	     detectedInconsistency=no
246.43	       =>  wckTime=40.148  cpuTime=39.87  mem=281M101
260.17	   
260.17	   search
260.17	     run=0  nbConstraintChecks=37109096  nbValidityChecks=20919108  nbPropagations=8339  nbRevisions=132864
260.17	     nbUselessRevisions=112532  nbAssignments=481  nbFailedAssignments=359  nbBacktracks=10  nbVisitedNodes=851
260.17	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
260.17	       =>  wckTime=53.883  cpuTime=53.52  mem=285M48
384.20	   
384.20	   search
384.20	     run=1  nbConstraintChecks=167184392  nbValidityChecks=1520118687  nbPropagations=198135  nbRevisions=3063796
384.20	     nbUselessRevisions=2837802  nbAssignments=10909  nbFailedAssignments=562  nbBacktracks=25  nbVisitedNodes=1430
384.20	     nbRestartNogoods=55  mapSize=25  nbInferences=0  nbTooLargeKeys=0
384.20	       =>  wckTime=177.918  cpuTime=176.84  mem=286M954
393.07	   
393.07	   search
393.07	     run=2  nbConstraintChecks=190781564  nbValidityChecks=1540407671  nbPropagations=391007  nbRevisions=6037452
393.07	     nbUselessRevisions=5602764  nbAssignments=11134  nbFailedAssignments=562  nbBacktracks=25  nbVisitedNodes=1655
393.07	     nbRestartNogoods=56  mapSize=25  nbInferences=0  nbTooLargeKeys=0
393.07	       =>  wckTime=186.79  cpuTime=185.6  mem=268M316
393.07	   
393.08	   global
393.08	     nbConstraintChecks=296340986  nbValidityChecks=1583062247  nbPropagations=395767  nbRevisions=6111412
393.08	     nbUselessRevisions=5672282  nbRestartNogoods=56  solvingWckTime=186.792  solvingCpuTime=185.6  expiredTime=no
393.08	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=386.22
393.08	       =>  wckTime=392.757  cpuTime=386.17  mem=268M316
393.08	   
393.08	s SATISFIABLE
393.08	v 795 477 187 264 364 681 397 431 848 88 715 0 575 628 312 66 731 752 0 537 508 374 183 848 626 657 445 587 135 282 158 429 0 646 84 282 709 194 782 515 370 767 570 860 861 0 255 696 237 859 350 324 515 471 587 88 430 785 174 628 264 370 647 509 188 761 434 0 881 347 557 378 617 83 361 370 895 156 0 519 477 732 445 861 294 799 243 626 83 447 519 0 734 835 182 277 460 361 633 358 587 73 312 683 537 712 626 313 201 0 156 294 824 379 452 754 875 244 257 514 66 271 817 384 680 460 350 541 83 612 0 490 237 731 635 709 722 434 283 487 98 857 370 514 0 537 792 636 196 827 370 868 531 687 58 0 158 313 283 601 92 452 345 649 740 714 460 294 617 858 202 379 84 722 773 0 696 555 672 120 768 419 855 701 512 282 588 0 553 675 734 243 196 362 95 399 324 555 728 588 289 0 250 99 445 374 412 244 167 824 738 625 95 775 557 870 182 122 647 0 384 285 202 445 490 
393.08	d NODES 11134
393.08	d CHECKS 296340986
393.08	   
393.08	   totalWckTime=392.838  totalCpuTime=386.22

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node20/watcher-233591-1168326962 -o ROOT/results/node20/solver-233591-1168326962 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/233591-1168326962/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.07 2.38 2.20 4/97 7579
/proc/meminfo: memFree=389640/2055920 swapFree=4170204/4192956
[pid=7578] ppid=7576 vsize=172 CPUtime=0
/proc/7578/stat : 7578 (java) R 7576 7578 7068 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 181090856 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7619364 0 0 4096 0 0 0 0 17 0 0 0
/proc/7578/statm: 43 24 18 14 0 3 0

[startup+0.108248 s]
/proc/loadavg: 2.07 2.38 2.20 4/97 7579
/proc/meminfo: memFree=389640/2055920 swapFree=4170204/4192956
[pid=7578] ppid=7576 vsize=914988 CPUtime=0.09
/proc/7578/stat : 7578 (java) S 7576 7578 7068 0 -1 0 2995 0 1 0 7 2 0 0 22 0 8 0 181090856 936947712 2741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7578/statm: 228747 2741 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.516293 s]
/proc/loadavg: 2.07 2.38 2.20 4/97 7579
/proc/meminfo: memFree=389640/2055920 swapFree=4170204/4192956
[pid=7578] ppid=7576 vsize=915328 CPUtime=0.49
/proc/7578/stat : 7578 (java) R 7576 7578 7068 0 -1 0 7527 0 1 0 44 5 0 0 25 0 8 0 181090856 937295872 7266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7578/statm: 228832 7266 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.3374 s]
/proc/loadavg: 2.07 2.37 2.20 3/104 7586
/proc/meminfo: memFree=349072/2055920 swapFree=4170204/4192956
[pid=7578] ppid=7576 vsize=915632 CPUtime=1.31
/proc/7578/stat : 7578 (java) R 7576 7578 7068 0 -1 0 12600 0 1 0 122 9 0 0 25 0 8 0 181090856 937607168 12338 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782757 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7578/statm: 228908 12338 2167 14 0 215378 0
[pid=7578/tid=7580] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7580/stat : 7580 (java) S 7576 7578 7068 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 181090861 937607168 12338 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7581] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7581/stat : 7581 (java) S 7576 7578 7068 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 181090861 937607168 12338 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7582] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7582/stat : 7582 (java) S 7576 7578 7068 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 181090861 937607168 12338 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7583] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7583/stat : 7583 (java) S 7576 7578 7068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181090865 937607168 12338 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7584] ppid=7576 vsize=915632 CPUtime=0.15
/proc/7578/task/7584/stat : 7584 (java) S 7576 7578 7068 0 -1 64 411 0 0 0 15 0 0 0 16 0 8 0 181090865 937607168 12338 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7585] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7585/stat : 7585 (java) S 7576 7578 7068 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181090865 937607168 12338 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7586] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7586/stat : 7586 (java) S 7576 7578 7068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181090865 937607168 12338 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915632

[startup+2.98559 s]
/proc/loadavg: 2.07 2.37 2.20 3/104 7586
/proc/meminfo: memFree=347216/2055920 swapFree=4170204/4192956
[pid=7578] ppid=7576 vsize=915632 CPUtime=2.94
/proc/7578/stat : 7578 (java) R 7576 7578 7068 0 -1 0 13325 0 1 0 285 9 0 0 25 0 8 0 181090856 937607168 13062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782710 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7578/statm: 228908 13062 2167 14 0 215378 0
[pid=7578/tid=7580] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7580/stat : 7580 (java) S 7576 7578 7068 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 181090861 937607168 13062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7581] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7581/stat : 7581 (java) S 7576 7578 7068 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 181090861 937607168 13062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7582] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7582/stat : 7582 (java) S 7576 7578 7068 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 181090861 937607168 13062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7583] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7583/stat : 7583 (java) S 7576 7578 7068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181090865 937607168 13062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7584] ppid=7576 vsize=915632 CPUtime=0.15
/proc/7578/task/7584/stat : 7584 (java) S 7576 7578 7068 0 -1 64 412 0 0 0 15 0 0 0 16 0 8 0 181090865 937607168 13062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7585] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7585/stat : 7585 (java) S 7576 7578 7068 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181090865 937607168 13062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7586] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7586/stat : 7586 (java) S 7576 7578 7068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181090865 937607168 13062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915632

[startup+6.19298 s]
/proc/loadavg: 2.06 2.37 2.20 3/104 7586
/proc/meminfo: memFree=341008/2055920 swapFree=4170204/4192956
[pid=7578] ppid=7576 vsize=915632 CPUtime=6.14
/proc/7578/stat : 7578 (java) R 7576 7578 7068 0 -1 0 14693 0 1 0 603 11 0 0 25 0 8 0 181090856 937607168 14429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073785535 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7578/statm: 228908 14429 2167 14 0 215378 0
[pid=7578/tid=7580] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7580/stat : 7580 (java) S 7576 7578 7068 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 181090861 937607168 14429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7581] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7581/stat : 7581 (java) S 7576 7578 7068 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 181090861 937607168 14429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7582] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7582/stat : 7582 (java) S 7576 7578 7068 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 181090861 937607168 14429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7583] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7583/stat : 7583 (java) S 7576 7578 7068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181090865 937607168 14429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7584] ppid=7576 vsize=915632 CPUtime=0.16
/proc/7578/task/7584/stat : 7584 (java) S 7576 7578 7068 0 -1 64 413 0 0 0 16 0 0 0 17 0 8 0 181090865 937607168 14429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7585] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7585/stat : 7585 (java) S 7576 7578 7068 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181090865 937607168 14429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7586] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7586/stat : 7586 (java) S 7576 7578 7068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181090865 937607168 14429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 915632

[startup+12.6738 s]
/proc/loadavg: 2.06 2.36 2.20 3/104 7586
/proc/meminfo: memFree=312352/2055920 swapFree=4170204/4192956
[pid=7578] ppid=7576 vsize=915632 CPUtime=12.59
/proc/7578/stat : 7578 (java) R 7576 7578 7068 0 -1 0 21669 0 1 0 1245 14 0 0 25 0 8 0 181090856 937607168 21404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795033 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7578/statm: 228908 21404 2178 14 0 215378 0
[pid=7578/tid=7580] ppid=7576 vsize=915632 CPUtime=0.15
/proc/7578/task/7580/stat : 7580 (java) S 7576 7578 7068 0 -1 64 5069 0 0 0 13 2 0 0 16 0 8 0 181090861 937607168 21404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7581] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7581/stat : 7581 (java) S 7576 7578 7068 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 181090861 937607168 21404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7582] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7582/stat : 7582 (java) S 7576 7578 7068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181090861 937607168 21404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7583] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7583/stat : 7583 (java) S 7576 7578 7068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181090865 937607168 21404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7584] ppid=7576 vsize=915632 CPUtime=0.16
/proc/7578/task/7584/stat : 7584 (java) S 7576 7578 7068 0 -1 64 414 0 0 0 16 0 0 0 17 0 8 0 181090865 937607168 21404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7585] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7585/stat : 7585 (java) S 7576 7578 7068 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181090865 937607168 21404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7586] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7586/stat : 7586 (java) S 7576 7578 7068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181090865 937607168 21404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 915632

[startup+25.5383 s]
/proc/loadavg: 2.05 2.35 2.19 3/104 7586
/proc/meminfo: memFree=312352/2055920 swapFree=4170204/4192956
[pid=7578] ppid=7576 vsize=915632 CPUtime=25.4
/proc/7578/stat : 7578 (java) R 7576 7578 7068 0 -1 0 21681 0 1 0 2524 16 0 0 25 0 8 0 181090856 937607168 21416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073786895 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7578/statm: 228908 21416 2178 14 0 215378 0
[pid=7578/tid=7580] ppid=7576 vsize=915632 CPUtime=0.15
/proc/7578/task/7580/stat : 7580 (java) S 7576 7578 7068 0 -1 64 5069 0 0 0 13 2 0 0 16 0 8 0 181090861 937607168 21416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7581] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7581/stat : 7581 (java) S 7576 7578 7068 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 181090861 937607168 21416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7582] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7582/stat : 7582 (java) S 7576 7578 7068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181090861 937607168 21416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7583] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7583/stat : 7583 (java) S 7576 7578 7068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181090865 937607168 21416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7584] ppid=7576 vsize=915632 CPUtime=0.18
/proc/7578/task/7584/stat : 7584 (java) S 7576 7578 7068 0 -1 64 426 0 0 0 17 1 0 0 16 0 8 0 181090865 937607168 21416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7585] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7585/stat : 7585 (java) S 7576 7578 7068 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181090865 937607168 21416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7586] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7586/stat : 7586 (java) S 7576 7578 7068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181090865 937607168 21416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 915632

[startup+51.1754 s]
/proc/loadavg: 2.03 2.31 2.18 3/104 7586
/proc/meminfo: memFree=270944/2055920 swapFree=4170204/4192956
[pid=7578] ppid=7576 vsize=915632 CPUtime=50.87
/proc/7578/stat : 7578 (java) R 7576 7578 7068 0 -1 0 32401 0 1 0 5063 24 0 0 25 0 8 0 181090856 937607168 32134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7578/statm: 228908 32134 2179 14 0 215378 0
[pid=7578/tid=7580] ppid=7576 vsize=915632 CPUtime=0.65
/proc/7578/task/7580/stat : 7580 (java) S 7576 7578 7068 0 -1 64 15782 0 0 0 56 9 0 0 16 0 8 0 181090861 937607168 32134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7581] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7581/stat : 7581 (java) S 7576 7578 7068 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 181090861 937607168 32134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7582] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7582/stat : 7582 (java) S 7576 7578 7068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181090861 937607168 32134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7583] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7583/stat : 7583 (java) S 7576 7578 7068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181090865 937607168 32134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7584] ppid=7576 vsize=915632 CPUtime=0.19
/proc/7578/task/7584/stat : 7584 (java) S 7576 7578 7068 0 -1 64 430 0 0 0 18 1 0 0 16 0 8 0 181090865 937607168 32134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7585] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7585/stat : 7585 (java) S 7576 7578 7068 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181090865 937607168 32134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7586] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7586/stat : 7586 (java) S 7576 7578 7068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181090865 937607168 32134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 915632

[startup+102.448 s]
/proc/loadavg: 2.01 2.26 2.17 3/104 7586
/proc/meminfo: memFree=194912/2055920 swapFree=4170204/4192956
[pid=7578] ppid=7576 vsize=915632 CPUtime=101.86
/proc/7578/stat : 7578 (java) R 7576 7578 7068 0 -1 0 51015 0 1 0 10149 37 0 0 25 0 8 0 181090856 937607168 50745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073789217 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7578/statm: 228908 50745 2179 14 0 215378 0
[pid=7578/tid=7580] ppid=7576 vsize=915632 CPUtime=1.6
/proc/7578/task/7580/stat : 7580 (java) S 7576 7578 7068 0 -1 64 34388 0 0 0 141 19 0 0 16 0 8 0 181090861 937607168 50745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7581] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7581/stat : 7581 (java) S 7576 7578 7068 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 181090861 937607168 50745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7582] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7582/stat : 7582 (java) S 7576 7578 7068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181090861 937607168 50745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7583] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7583/stat : 7583 (java) S 7576 7578 7068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181090865 937607168 50745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7584] ppid=7576 vsize=915632 CPUtime=0.2
/proc/7578/task/7584/stat : 7584 (java) S 7576 7578 7068 0 -1 64 435 0 0 0 19 1 0 0 15 0 8 0 181090865 937607168 50745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7585] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7585/stat : 7585 (java) S 7576 7578 7068 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181090865 937607168 50745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7586] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7586/stat : 7586 (java) S 7576 7578 7068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181090865 937607168 50745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 915632

[startup+162.469 s]
/proc/loadavg: 2.09 2.24 2.17 3/104 7586
/proc/meminfo: memFree=120416/2055920 swapFree=4170204/4192956
[pid=7578] ppid=7576 vsize=915632 CPUtime=161.56
/proc/7578/stat : 7578 (java) R 7576 7578 7068 0 -1 0 69589 0 1 0 16108 48 0 0 25 0 8 0 181090856 937607168 69316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782678 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7578/statm: 228908 69316 2179 14 0 215378 0
[pid=7578/tid=7580] ppid=7576 vsize=915632 CPUtime=2.48
/proc/7578/task/7580/stat : 7580 (java) S 7576 7578 7068 0 -1 64 52958 0 0 0 219 29 0 0 16 0 8 0 181090861 937607168 69316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7581] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7581/stat : 7581 (java) S 7576 7578 7068 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 181090861 937607168 69316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7582] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7582/stat : 7582 (java) S 7576 7578 7068 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181090861 937607168 69316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7583] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7583/stat : 7583 (java) S 7576 7578 7068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181090865 937607168 69316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7584] ppid=7576 vsize=915632 CPUtime=0.2
/proc/7578/task/7584/stat : 7584 (java) S 7576 7578 7068 0 -1 64 436 0 0 0 19 1 0 0 16 0 8 0 181090865 937607168 69316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7585] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7585/stat : 7585 (java) S 7576 7578 7068 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181090865 937607168 69316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7586] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7586/stat : 7586 (java) S 7576 7578 7068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181090865 937607168 69316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.56
Current children cumulated vsize (KiB) 915632

[startup+222.492 s]
/proc/loadavg: 2.17 2.23 2.17 3/104 7586
/proc/meminfo: memFree=85536/2055920 swapFree=4170204/4192956
[pid=7578] ppid=7576 vsize=915632 CPUtime=221.23
/proc/7578/stat : 7578 (java) R 7576 7578 7068 0 -1 0 78655 0 1 0 22066 57 0 0 25 0 8 0 181090856 937607168 78371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782652 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7578/statm: 228908 78371 2547 14 0 215378 0
[pid=7578/tid=7580] ppid=7576 vsize=915632 CPUtime=4.03
/proc/7578/task/7580/stat : 7580 (java) S 7576 7578 7068 0 -1 64 61522 0 0 0 370 33 0 0 16 0 8 0 181090861 937607168 78371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7581] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7581/stat : 7581 (java) S 7576 7578 7068 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 181090861 937607168 78371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7582] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7582/stat : 7582 (java) S 7576 7578 7068 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 181090861 937607168 78371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7583] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7583/stat : 7583 (java) S 7576 7578 7068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181090865 937607168 78371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7584] ppid=7576 vsize=915632 CPUtime=0.3
/proc/7578/task/7584/stat : 7584 (java) S 7576 7578 7068 0 -1 64 494 0 0 0 28 2 0 0 16 0 8 0 181090865 937607168 78371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7585] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7585/stat : 7585 (java) S 7576 7578 7068 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181090865 937607168 78371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7586] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7586/stat : 7586 (java) S 7576 7578 7068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181090865 937607168 78371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.23
Current children cumulated vsize (KiB) 915632

[startup+282.516 s]
/proc/loadavg: 2.06 2.18 2.16 3/104 7588
/proc/meminfo: memFree=85344/2055920 swapFree=4170204/4192956
[pid=7578] ppid=7576 vsize=915632 CPUtime=280.92
/proc/7578/stat : 7578 (java) R 7576 7578 7068 0 -1 0 78690 0 1 0 28034 58 0 0 25 0 8 0 181090856 937607168 78391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074046986 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7578/statm: 228908 78391 2548 14 0 215378 0
[pid=7578/tid=7580] ppid=7576 vsize=915632 CPUtime=4.03
/proc/7578/task/7580/stat : 7580 (java) S 7576 7578 7068 0 -1 64 61522 0 0 0 370 33 0 0 16 0 8 0 181090861 937607168 78391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7581] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7581/stat : 7581 (java) S 7576 7578 7068 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 181090861 937607168 78391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7582] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7582/stat : 7582 (java) S 7576 7578 7068 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 181090861 937607168 78391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7583] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7583/stat : 7583 (java) S 7576 7578 7068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181090865 937607168 78391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7584] ppid=7576 vsize=915632 CPUtime=0.34
/proc/7578/task/7584/stat : 7584 (java) S 7576 7578 7068 0 -1 64 520 0 0 0 32 2 0 0 16 0 8 0 181090865 937607168 78391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7585] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7585/stat : 7585 (java) S 7576 7578 7068 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181090865 937607168 78391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7586] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7586/stat : 7586 (java) S 7576 7578 7068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181090865 937607168 78391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.92
Current children cumulated vsize (KiB) 915632

[startup+342.547 s]
/proc/loadavg: 2.02 2.15 2.15 3/104 7588
/proc/meminfo: memFree=86688/2055920 swapFree=4170204/4192956
[pid=7578] ppid=7576 vsize=915632 CPUtime=340.63
/proc/7578/stat : 7578 (java) R 7576 7578 7068 0 -1 0 78691 0 1 0 34005 58 0 0 25 0 8 0 181090856 937607168 78391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074043208 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7578/statm: 228908 78391 2548 14 0 215378 0
[pid=7578/tid=7580] ppid=7576 vsize=915632 CPUtime=4.03
/proc/7578/task/7580/stat : 7580 (java) S 7576 7578 7068 0 -1 64 61522 0 0 0 370 33 0 0 16 0 8 0 181090861 937607168 78391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7581] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7581/stat : 7581 (java) S 7576 7578 7068 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 181090861 937607168 78391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7582] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7582/stat : 7582 (java) S 7576 7578 7068 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 181090861 937607168 78391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7583] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7583/stat : 7583 (java) S 7576 7578 7068 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181090865 937607168 78391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7584] ppid=7576 vsize=915632 CPUtime=0.34
/proc/7578/task/7584/stat : 7584 (java) S 7576 7578 7068 0 -1 64 520 0 0 0 32 2 0 0 16 0 8 0 181090865 937607168 78391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7585] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7585/stat : 7585 (java) S 7576 7578 7068 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181090865 937607168 78391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7578/tid=7586] ppid=7576 vsize=915632 CPUtime=0
/proc/7578/task/7586/stat : 7586 (java) S 7576 7578 7068 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181090865 937607168 78391 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 340.63
Current children cumulated vsize (KiB) 915632

Child status: 0
Real time (s): 393.164
CPU time (s): 390.946
CPU user time (s): 390.275
CPU system time (s): 0.670898
CPU usage (%): 99.4359
Max. virtual memory (cumulated for all children) (KiB): 915636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 390.275
system time used= 0.670898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83350
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9580
involuntary context switches= 26573

runsolver used 0.408937 s user time and 1.34279 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Tue Jan  9 07:16:03 UTC 2007


IDJOB= 233591
IDBENCH= 6619
FILE ID= node20/233591-1168326962

PBS_JOBID= 3502980

Free space on /tmp= 66554 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-15/os-taillard-15-100-7.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/233591-1168326962/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-233591-1168326962 -o ROOT/results/node20/solver-233591-1168326962 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/233591-1168326962/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  402aa05425216409344b299698caa086

RANDOM SEED= 319783474

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        390120 kB
Buffers:         23008 kB
Cached:         823508 kB
SwapCached:       2940 kB
Active:        1024208 kB
Inactive:       586348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        390120 kB
SwapTotal:     4192956 kB
SwapFree:      4170204 kB
Dirty:            2096 kB
Writeback:           0 kB
Mapped:         789644 kB
Slab:            38436 kB
Committed_AS:  4653904 kB
PageTables:       3876 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66554 MiB



End job on node20 on Tue Jan  9 07:22:36 UTC 2007