Trace number 237340

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 ESAC? (TO) 1800.11 1810.47

General information on the benchmark

Nameos-gp/
gp10-07-1079.xml
MD5SUMdec77aa15d4293ea0fa019d6e71a02d6
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.532918
SatisfiableYES
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1080
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
Global constraints used (with number of constraints)

Solver Data (download as text)

0.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=esac.xml
0.38	   
0.38	   instance
0.38	     name=/tmp/evaluation/237340-1168347534/unknown.xml
0.41	   
0.42	   domains being loaded...
0.42	   
0.42	   variables being loaded...
0.47	     nbVariables=101  nbDomainTypes=2  minDomainSize=1  maxDomainSize=1080
0.47	       =>  wckTime=0.137  cpuTime=0.1  mem=9M894
0.47	   
0.47	   predicates being loaded...
0.48	   
0.48	   constraints being loaded...
157.55	     nbConstraints=1000  nbSingletonDomainVariables=1  nbConvertedConstraints=1000  nbConvertConstraintsChecks=577428480
157.55	     nbExtensionStructures=551  nbSharedExtensionStructures=449  nbConflictsStructures=551
157.55	     nbSharedConflictsStructures=449  nbSharedBinaryRepresentations=881253  maxDegree=100  maxArity=2
157.55	       =>  wckTime=157.21  cpuTime=155.63  mem=75M203
157.78	   
157.78	   solver IterativeSystematicSolver being built... 
157.94	       =>  wckTime=157.607  cpuTime=155.77  mem=82M74
163.70	   
163.70	   preprocessing
163.70	     nbConstraintChecks=142016230  nbPropagations=15113  nbRevisions=96473  nbUselessRevisions=58784
163.70	     nbSingletonTests=680  nbEffectiveSingletonTests=317  nbESACBranches=55  nbRemovedValues=26389
163.70	     detectedInconsistency=no
163.70	       =>  wckTime=5.745  cpuTime=5.68  mem=82M74
164.61	   
164.61	   search
164.61	     run=0  nbConstraintChecks=5393177  nbPropagations=17493  nbRevisions=123147  nbUselessRevisions=80405
164.61	     nbAssignments=72  nbFailedAssignments=42  nbBacktracks=10  nbVisitedNodes=122  nbRestartNogoods=0  mapSize=8
164.61	     nbInferences=0  nbTooLargeKeys=0
164.61	       =>  wckTime=6.656  cpuTime=6.56  mem=83M68
168.85	   
168.85	   search
168.85	     run=1  nbConstraintChecks=68083900  nbPropagations=54273  nbRevisions=392339  nbUselessRevisions=266848
168.85	     nbAssignments=435  nbFailedAssignments=81  nbBacktracks=26  nbVisitedNodes=245  nbRestartNogoods=26  mapSize=23
168.85	     nbInferences=0  nbTooLargeKeys=0
168.85	       =>  wckTime=10.896  cpuTime=10.76  mem=83M68
169.29	   
169.29	   search
169.29	     run=2  nbConstraintChecks=74220086  nbPropagations=93653  nbRevisions=692590  nbUselessRevisions=477602
169.29	     nbAssignments=606  nbFailedAssignments=215  nbBacktracks=48  nbVisitedNodes=565  nbRestartNogoods=28  mapSize=43
169.29	     nbInferences=0  nbTooLargeKeys=0
169.29	       =>  wckTime=11.344  cpuTime=11.2  mem=84M30
169.98	   
169.98	   search
169.98	     run=3  nbConstraintChecks=82303455  nbPropagations=137210  nbRevisions=1043541  nbUselessRevisions=729351
169.98	     nbAssignments=781  nbFailedAssignments=341  nbBacktracks=83  nbVisitedNodes=893  nbRestartNogoods=32  mapSize=78
169.98	     nbInferences=0  nbTooLargeKeys=0
169.98	       =>  wckTime=12.029  cpuTime=11.87  mem=84M30
172.11	   
172.11	   search
172.11	     run=4  nbConstraintChecks=107201554  nbPropagations=194461  nbRevisions=1574076  nbUselessRevisions=1125139
172.11	     nbAssignments=1232  nbFailedAssignments=727  nbBacktracks=133  nbVisitedNodes=1761  nbRestartNogoods=37
172.11	     mapSize=120  nbInferences=0  nbTooLargeKeys=0
172.11	       =>  wckTime=14.162  cpuTime=13.98  mem=84M991
184.25	   
184.25	   search
184.25	     run=5  nbConstraintChecks=267731331  nbPropagations=314790  nbRevisions=2913294  nbUselessRevisions=2153122
184.25	     nbAssignments=3661  nbFailedAssignments=2925  nbBacktracks=208  nbVisitedNodes=6282  nbRestartNogoods=62
184.25	     mapSize=175  nbInferences=0  nbTooLargeKeys=0
184.25	       =>  wckTime=26.304  cpuTime=25.98  mem=85M953
277.75	   
277.75	   search
277.75	     run=6  nbConstraintChecks=2253466316  nbPropagations=624592  nbRevisions=6719647  nbUselessRevisions=4711600
277.75	     nbAssignments=8616  nbFailedAssignments=7544  nbBacktracks=321  nbVisitedNodes=15732  nbRestartNogoods=116
277.75	     mapSize=282  nbInferences=0  nbTooLargeKeys=0
277.75	       =>  wckTime=119.8  cpuTime=118.64  mem=87M876
291.06	   
291.06	   search
291.06	     run=7  nbConstraintChecks=2478885367  nbPropagations=977095  nbRevisions=10920900  nbUselessRevisions=7529318
291.06	     nbAssignments=9594  nbFailedAssignments=7937  nbBacktracks=491  nbVisitedNodes=16802  nbRestartNogoods=261
291.06	     mapSize=451  nbInferences=0  nbTooLargeKeys=0
291.06	       =>  wckTime=133.105  cpuTime=131.85  mem=89M799
318.57	   
318.57	   search
318.57	     run=8  nbConstraintChecks=2900525293  nbPropagations=1447522  nbRevisions=16307437  nbUselessRevisions=11193902
318.57	     nbAssignments=12514  nbFailedAssignments=9770  nbBacktracks=747  nbVisitedNodes=20894  nbRestartNogoods=342
318.57	     mapSize=706  nbInferences=0  nbTooLargeKeys=0
318.57	       =>  wckTime=160.623  cpuTime=159.23  mem=93M645
325.59	   
325.59	   INFO : Stopping hyperNogood (mapSize=1002, nbTooLargekeys=0, mem=97M491)
327.16	   
327.16	   search
327.16	     run=9  nbConstraintChecks=3056302760  nbPropagations=1956240  nbRevisions=22128915  nbUselessRevisions=15174320
327.16	     nbAssignments=13394  nbFailedAssignments=10207  nbBacktracks=1131  nbVisitedNodes=22476  nbRestartNogoods=353
327.16	       =>  wckTime=169.206  cpuTime=167.77  mem=97M491
446.71	   
446.71	   search
446.71	     run=10  nbConstraintChecks=4936056467  nbPropagations=3084416  nbRevisions=35900934  nbUselessRevisions=24944704
446.71	     nbAssignments=28267  nbFailedAssignments=24383  nbBacktracks=1707  nbVisitedNodes=51897  nbRestartNogoods=377
446.71	       =>  wckTime=288.764  cpuTime=286.65  mem=97M491
693.05	   
693.05	   search
693.05	     run=11  nbConstraintChecks=9623851670  nbPropagations=4855624  nbRevisions=56228643  nbUselessRevisions=38953148
693.05	     nbAssignments=57607  nbFailedAssignments=52335  nbBacktracks=2571  nbVisitedNodes=109396  nbRestartNogoods=529
693.05	       =>  wckTime=535.097  cpuTime=531.62  mem=97M491
711.01	   
711.01	   search
711.01	     run=12  nbConstraintChecks=9926894800  nbPropagations=6775657  nbRevisions=78484108  nbUselessRevisions=54506492
711.01	     nbAssignments=67870  nbFailedAssignments=61268  nbBacktracks=3868  nbVisitedNodes=129538  nbRestartNogoods=542
711.01	       =>  wckTime=553.055  cpuTime=549.47  mem=97M491
757.63	   
757.63	   search
757.63	     run=13  nbConstraintChecks=10582122654  nbPropagations=9057453  nbRevisions=105463976  nbUselessRevisions=73891268
757.63	     nbAssignments=78594  nbFailedAssignments=69839  nbBacktracks=5818  nbVisitedNodes=149622  nbRestartNogoods=593
757.63	       =>  wckTime=599.679  cpuTime=595.85  mem=97M491
1144.65	   
1144.65	   search
1144.65	     run=14  nbConstraintChecks=18624528136  nbPropagations=12749775  nbRevisions=151719945
1144.65	     nbUselessRevisions=107243203  nbAssignments=115471  nbFailedAssignments=103772  nbBacktracks=8737
1144.65	     nbVisitedNodes=222572  nbRestartNogoods=607
1144.65	       =>  wckTime=986.696  cpuTime=980.73  mem=97M491

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node25/watcher-237340-1168347534 -o ROOT/results/node25/solver-237340-1168347534 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/237340-1168347534/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.10 2.21 2.12 4/94 15570
/proc/meminfo: memFree=1830544/2055920 swapFree=4170236/4192956
[pid=15569] ppid=15567 vsize=907676 CPUtime=0.03
/proc/15569/stat : 15569 (java) S 15567 15569 15268 0 -1 0 2169 0 1 0 2 1 0 0 19 0 4 0 183145816 929460224 1918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/15569/statm: 226919 1918 1089 14 0 214502 0
[pid=15569/tid=15571] ppid=15567 vsize=907676 CPUtime=0
/proc/15569/task/15571/stat : 15571 (java) S 15567 15569 15268 0 -1 64 5 0 0 0 0 0 0 0 19 0 4 0 183145820 929460224 1918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0
[pid=15569/tid=15572] ppid=15567 vsize=907676 CPUtime=0
/proc/15569/task/15572/stat : 15572 (java) S 15567 15569 15268 0 -1 64 9 0 0 0 0 0 0 0 19 0 4 0 183145820 929460224 1918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 1 0 0
[pid=15569/tid=15573] ppid=15567 vsize=907676 CPUtime=0
/proc/15569/task/15573/stat : 15573 (java) R 15567 15569 15268 0 -1 64 0 0 0 0 0 0 0 0 20 0 4 0 183145820 929460224 1918 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4612056 0 4 0 7368 0 0 0 -1 1 0 0

[startup+0.103229 s]
/proc/loadavg: 2.10 2.21 2.12 4/94 15570
/proc/meminfo: memFree=1830544/2055920 swapFree=4170236/4192956
[pid=15569] ppid=15567 vsize=914988 CPUtime=0.09
/proc/15569/stat : 15569 (java) R 15567 15569 15268 0 -1 0 3006 0 1 0 8 1 0 0 17 0 8 0 183145816 936947712 2752 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4160642235 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15569/statm: 228747 2752 1431 14 0 215242 0
[pid=15569/tid=15571] ppid=15567 vsize=914988 CPUtime=0
/proc/15569/task/15571/stat : 15571 (java) S 15567 15569 15268 0 -1 64 5 0 0 0 0 0 0 0 19 0 8 0 183145820 936947712 2752 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15572] ppid=15567 vsize=914988 CPUtime=0
/proc/15569/task/15572/stat : 15572 (java) S 15567 15569 15268 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 183145820 936947712 2752 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15573] ppid=15567 vsize=914988 CPUtime=0
/proc/15569/task/15573/stat : 15573 (java) S 15567 15569 15268 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 183145820 936947712 2752 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.511296 s]
/proc/loadavg: 2.10 2.21 2.12 4/94 15570
/proc/meminfo: memFree=1830544/2055920 swapFree=4170236/4192956
[pid=15569] ppid=15567 vsize=915328 CPUtime=0.46
/proc/15569/stat : 15569 (java) R 15567 15569 15268 0 -1 0 6841 0 17 0 41 5 0 0 18 0 8 0 183145816 937295872 6596 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072926607 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15569/statm: 228832 6596 2145 14 0 215302 0
[pid=15569/tid=15571] ppid=15567 vsize=915328 CPUtime=0
/proc/15569/task/15571/stat : 15571 (java) S 15567 15569 15268 0 -1 64 5 0 0 0 0 0 0 0 19 0 8 0 183145820 937295872 6596 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15572] ppid=15567 vsize=915328 CPUtime=0
/proc/15569/task/15572/stat : 15572 (java) S 15567 15569 15268 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 183145820 937295872 6596 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15573] ppid=15567 vsize=915328 CPUtime=0
/proc/15569/task/15573/stat : 15573 (java) S 15567 15569 15268 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 183145820 937295872 6596 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 915328

[startup+1.33543 s]
/proc/loadavg: 2.10 2.21 2.12 4/101 15577
/proc/meminfo: memFree=1798744/2055920 swapFree=4170236/4192956
[pid=15569] ppid=15567 vsize=915448 CPUtime=1.28
/proc/15569/stat : 15569 (java) R 15567 15569 15268 0 -1 0 9117 0 17 0 122 6 0 0 24 0 8 0 183145816 937418752 8871 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073751851 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15569/statm: 228862 8871 2167 14 0 215332 0
[pid=15569/tid=15571] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15571/stat : 15571 (java) S 15567 15569 15268 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 183145820 937418752 8871 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15572] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15572/stat : 15572 (java) S 15567 15569 15268 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 183145820 937418752 8871 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15573] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15573/stat : 15573 (java) S 15567 15569 15268 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 183145820 937418752 8871 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15574] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15574/stat : 15574 (java) S 15567 15569 15268 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183145824 937418752 8871 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15575] ppid=15567 vsize=915448 CPUtime=0.15
/proc/15569/task/15575/stat : 15575 (java) S 15567 15569 15268 0 -1 64 358 0 0 0 15 0 0 0 16 0 8 0 183145824 937418752 8871 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15576] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15576/stat : 15576 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183145824 937418752 8871 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15577] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15577/stat : 15577 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183145824 937418752 8871 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915448

[startup+2.98471 s]
/proc/loadavg: 2.09 2.20 2.12 3/101 15577
/proc/meminfo: memFree=1797528/2055920 swapFree=4170236/4192956
[pid=15569] ppid=15567 vsize=915448 CPUtime=2.92
/proc/15569/stat : 15569 (java) R 15567 15569 15268 0 -1 0 9722 0 17 0 286 6 0 0 25 0 8 0 183145816 937418752 9476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073761524 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15569/statm: 228862 9476 2167 14 0 215332 0
[pid=15569/tid=15571] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15571/stat : 15571 (java) S 15567 15569 15268 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 183145820 937418752 9476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15572] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15572/stat : 15572 (java) S 15567 15569 15268 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 183145820 937418752 9476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15573] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15573/stat : 15573 (java) S 15567 15569 15268 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 183145820 937418752 9476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15574] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15574/stat : 15574 (java) S 15567 15569 15268 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183145824 937418752 9476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15575] ppid=15567 vsize=915448 CPUtime=0.15
/proc/15569/task/15575/stat : 15575 (java) S 15567 15569 15268 0 -1 64 358 0 0 0 15 0 0 0 16 0 8 0 183145824 937418752 9476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15576] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15576/stat : 15576 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183145824 937418752 9476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15577] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15577/stat : 15577 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183145824 937418752 9476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915448

[startup+6.27027 s]
/proc/loadavg: 2.09 2.20 2.12 3/101 15577
/proc/meminfo: memFree=1793112/2055920 swapFree=4170236/4192956
[pid=15569] ppid=15567 vsize=915448 CPUtime=6.2
/proc/15569/stat : 15569 (java) R 15567 15569 15268 0 -1 0 10705 0 17 0 613 7 0 0 25 0 8 0 183145816 937418752 10459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073761736 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15569/statm: 228862 10459 2167 14 0 215332 0
[pid=15569/tid=15571] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15571/stat : 15571 (java) S 15567 15569 15268 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 183145820 937418752 10459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15572] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15572/stat : 15572 (java) S 15567 15569 15268 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 183145820 937418752 10459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15573] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15573/stat : 15573 (java) S 15567 15569 15268 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 183145820 937418752 10459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15574] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15574/stat : 15574 (java) S 15567 15569 15268 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183145824 937418752 10459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15575] ppid=15567 vsize=915448 CPUtime=0.15
/proc/15569/task/15575/stat : 15575 (java) S 15567 15569 15268 0 -1 64 359 0 0 0 15 0 0 0 16 0 8 0 183145824 937418752 10459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15576] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15576/stat : 15576 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183145824 937418752 10459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15577] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15577/stat : 15577 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183145824 937418752 10459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915448

[startup+12.7594 s]
/proc/loadavg: 2.08 2.20 2.12 3/101 15577
/proc/meminfo: memFree=1784856/2055920 swapFree=4170236/4192956
[pid=15569] ppid=15567 vsize=915448 CPUtime=12.64
/proc/15569/stat : 15569 (java) R 15567 15569 15268 0 -1 0 12617 0 17 0 1257 7 0 0 25 0 8 0 183145816 937418752 12371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073751661 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15569/statm: 228862 12371 2167 14 0 215332 0
[pid=15569/tid=15571] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15571/stat : 15571 (java) S 15567 15569 15268 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 183145820 937418752 12371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15572] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15572/stat : 15572 (java) S 15567 15569 15268 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 183145820 937418752 12371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15573] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15573/stat : 15573 (java) S 15567 15569 15268 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 183145820 937418752 12371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15574] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15574/stat : 15574 (java) S 15567 15569 15268 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183145824 937418752 12371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15575] ppid=15567 vsize=915448 CPUtime=0.15
/proc/15569/task/15575/stat : 15575 (java) S 15567 15569 15268 0 -1 64 361 0 0 0 15 0 0 0 16 0 8 0 183145824 937418752 12371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15576] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15576/stat : 15576 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183145824 937418752 12371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15577] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15577/stat : 15577 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183145824 937418752 12371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915448

[startup+25.6056 s]
/proc/loadavg: 2.07 2.19 2.11 3/101 15577
/proc/meminfo: memFree=1769880/2055920 swapFree=4170236/4192956
[pid=15569] ppid=15567 vsize=915448 CPUtime=25.44
/proc/15569/stat : 15569 (java) R 15567 15569 15268 0 -1 0 20678 0 17 0 2533 11 0 0 25 0 8 0 183145816 937418752 20431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073751496 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15569/statm: 228862 20431 2178 14 0 215332 0
[pid=15569/tid=15571] ppid=15567 vsize=915448 CPUtime=0.1
/proc/15569/task/15571/stat : 15571 (java) S 15567 15569 15268 0 -1 64 4149 0 0 0 9 1 0 0 17 0 8 0 183145820 937418752 20431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15572] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15572/stat : 15572 (java) S 15567 15569 15268 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 183145820 937418752 20431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15573] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15573/stat : 15573 (java) S 15567 15569 15268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183145820 937418752 20431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15574] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15574/stat : 15574 (java) S 15567 15569 15268 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183145824 937418752 20431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15575] ppid=15567 vsize=915448 CPUtime=0.16
/proc/15569/task/15575/stat : 15575 (java) S 15567 15569 15268 0 -1 64 363 0 0 0 16 0 0 0 16 0 8 0 183145824 937418752 20431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15576] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15576/stat : 15576 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183145824 937418752 20431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15577] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15577/stat : 15577 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183145824 937418752 20431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 915448

[startup+51.2199 s]
/proc/loadavg: 2.10 2.19 2.11 3/101 15577
/proc/meminfo: memFree=1752728/2055920 swapFree=4170236/4192956
[pid=15569] ppid=15567 vsize=915448 CPUtime=50.93
/proc/15569/stat : 15569 (java) R 15567 15569 15268 0 -1 0 20689 0 17 0 5081 12 0 0 25 0 8 0 183145816 937418752 20441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073776168 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15569/statm: 228862 20441 2179 14 0 215332 0
[pid=15569/tid=15571] ppid=15567 vsize=915448 CPUtime=0.1
/proc/15569/task/15571/stat : 15571 (java) S 15567 15569 15268 0 -1 64 4149 0 0 0 9 1 0 0 16 0 8 0 183145820 937418752 20441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15572] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15572/stat : 15572 (java) S 15567 15569 15268 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 183145820 937418752 20441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15573] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15573/stat : 15573 (java) S 15567 15569 15268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183145820 937418752 20441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15574] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15574/stat : 15574 (java) S 15567 15569 15268 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183145824 937418752 20441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15575] ppid=15567 vsize=915448 CPUtime=0.17
/proc/15569/task/15575/stat : 15575 (java) S 15567 15569 15268 0 -1 64 371 0 0 0 17 0 0 0 17 0 8 0 183145824 937418752 20441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15576] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15576/stat : 15576 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183145824 937418752 20441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15577] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15577/stat : 15577 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183145824 937418752 20441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 915448

[startup+102.447 s]
/proc/loadavg: 2.04 2.15 2.10 3/101 15577
/proc/meminfo: memFree=1729496/2055920 swapFree=4170236/4192956
[pid=15569] ppid=15567 vsize=915448 CPUtime=101.91
/proc/15569/stat : 15569 (java) R 15567 15569 15268 0 -1 0 26490 0 17 0 10175 16 0 0 25 0 8 0 183145816 937418752 26240 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073751805 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15569/statm: 228862 26240 2179 14 0 215332 0
[pid=15569/tid=15571] ppid=15567 vsize=915448 CPUtime=0.27
/proc/15569/task/15571/stat : 15571 (java) S 15567 15569 15268 0 -1 64 9943 0 0 0 24 3 0 0 16 0 8 0 183145820 937418752 26240 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15572] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15572/stat : 15572 (java) S 15567 15569 15268 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 183145820 937418752 26240 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

################
# More data... #
################

Current children cumulated CPU time (s) 1415.95
Current children cumulated vsize (KiB) 915448

[startup+1484.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/100 16538
/proc/meminfo: memFree=1616808/2055920 swapFree=4170236/4192956
[pid=15569] ppid=15567 vsize=915448 CPUtime=1475.72
/proc/15569/stat : 15569 (java) R 15567 15569 15268 0 -1 0 35309 0 17 0 147518 54 0 0 25 0 8 0 183145816 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073972121 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15569/statm: 228862 35038 2546 14 0 215332 0
[pid=15569/tid=15571] ppid=15567 vsize=915448 CPUtime=0.79
/proc/15569/task/15571/stat : 15571 (java) S 15567 15569 15268 0 -1 64 18228 0 0 0 73 6 0 0 16 0 8 0 183145820 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15572] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15572/stat : 15572 (java) S 15567 15569 15268 0 -1 64 10 0 0 0 0 0 0 0 17 0 8 0 183145820 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15573] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15573/stat : 15573 (java) S 15567 15569 15268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183145820 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15574] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15574/stat : 15574 (java) S 15567 15569 15268 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15575] ppid=15567 vsize=915448 CPUtime=0.34
/proc/15569/task/15575/stat : 15575 (java) S 15567 15569 15268 0 -1 64 451 0 0 0 33 1 0 0 16 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15576] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15576/stat : 15576 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15577] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15577/stat : 15577 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1475.72
Current children cumulated vsize (KiB) 915448

[startup+1544.4 s]
/proc/loadavg: 2.04 2.02 2.02 3/100 16538
/proc/meminfo: memFree=1616744/2055920 swapFree=4170236/4192956
[pid=15569] ppid=15567 vsize=915448 CPUtime=1535.49
/proc/15569/stat : 15569 (java) R 15567 15569 15268 0 -1 0 35309 0 17 0 153495 54 0 0 25 0 8 0 183145816 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073955961 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15569/statm: 228862 35038 2546 14 0 215332 0
[pid=15569/tid=15571] ppid=15567 vsize=915448 CPUtime=0.79
/proc/15569/task/15571/stat : 15571 (java) S 15567 15569 15268 0 -1 64 18228 0 0 0 73 6 0 0 16 0 8 0 183145820 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15572] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15572/stat : 15572 (java) S 15567 15569 15268 0 -1 64 10 0 0 0 0 0 0 0 17 0 8 0 183145820 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15573] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15573/stat : 15573 (java) S 15567 15569 15268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183145820 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15574] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15574/stat : 15574 (java) S 15567 15569 15268 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15575] ppid=15567 vsize=915448 CPUtime=0.34
/proc/15569/task/15575/stat : 15575 (java) S 15567 15569 15268 0 -1 64 451 0 0 0 33 1 0 0 16 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15576] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15576/stat : 15576 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15577] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15577/stat : 15577 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.49
Current children cumulated vsize (KiB) 915448

[startup+1604.5 s]
/proc/loadavg: 2.01 2.02 2.02 3/100 16538
/proc/meminfo: memFree=1616680/2055920 swapFree=4170236/4192956
[pid=15569] ppid=15567 vsize=915448 CPUtime=1595.25
/proc/15569/stat : 15569 (java) R 15567 15569 15268 0 -1 0 35309 0 17 0 159471 54 0 0 25 0 8 0 183145816 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073986435 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15569/statm: 228862 35038 2546 14 0 215332 0
[pid=15569/tid=15571] ppid=15567 vsize=915448 CPUtime=0.79
/proc/15569/task/15571/stat : 15571 (java) S 15567 15569 15268 0 -1 64 18228 0 0 0 73 6 0 0 16 0 8 0 183145820 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15572] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15572/stat : 15572 (java) S 15567 15569 15268 0 -1 64 10 0 0 0 0 0 0 0 17 0 8 0 183145820 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15573] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15573/stat : 15573 (java) S 15567 15569 15268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183145820 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15574] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15574/stat : 15574 (java) S 15567 15569 15268 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15575] ppid=15567 vsize=915448 CPUtime=0.34
/proc/15569/task/15575/stat : 15575 (java) S 15567 15569 15268 0 -1 64 451 0 0 0 33 1 0 0 16 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15576] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15576/stat : 15576 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15577] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15577/stat : 15577 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.25
Current children cumulated vsize (KiB) 915448

[startup+1664.61 s]
/proc/loadavg: 2.00 2.01 2.01 3/100 16538
/proc/meminfo: memFree=1616552/2055920 swapFree=4170236/4192956
[pid=15569] ppid=15567 vsize=915448 CPUtime=1655.04
/proc/15569/stat : 15569 (java) R 15567 15569 15268 0 -1 0 35309 0 17 0 165449 55 0 0 25 0 8 0 183145816 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073958090 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15569/statm: 228862 35038 2546 14 0 215332 0
[pid=15569/tid=15571] ppid=15567 vsize=915448 CPUtime=0.79
/proc/15569/task/15571/stat : 15571 (java) S 15567 15569 15268 0 -1 64 18228 0 0 0 73 6 0 0 16 0 8 0 183145820 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15572] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15572/stat : 15572 (java) S 15567 15569 15268 0 -1 64 10 0 0 0 0 0 0 0 17 0 8 0 183145820 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15573] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15573/stat : 15573 (java) S 15567 15569 15268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183145820 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15574] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15574/stat : 15574 (java) S 15567 15569 15268 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15575] ppid=15567 vsize=915448 CPUtime=0.34
/proc/15569/task/15575/stat : 15575 (java) S 15567 15569 15268 0 -1 64 451 0 0 0 33 1 0 0 16 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15576] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15576/stat : 15576 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15577] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15577/stat : 15577 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.04
Current children cumulated vsize (KiB) 915448

[startup+1724.69 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 16538
/proc/meminfo: memFree=1616424/2055920 swapFree=4170236/4192956
[pid=15569] ppid=15567 vsize=915448 CPUtime=1714.8
/proc/15569/stat : 15569 (java) R 15567 15569 15268 0 -1 0 35309 0 17 0 171425 55 0 0 25 0 8 0 183145816 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073957937 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15569/statm: 228862 35038 2546 14 0 215332 0
[pid=15569/tid=15571] ppid=15567 vsize=915448 CPUtime=0.79
/proc/15569/task/15571/stat : 15571 (java) S 15567 15569 15268 0 -1 64 18228 0 0 0 73 6 0 0 16 0 8 0 183145820 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15572] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15572/stat : 15572 (java) S 15567 15569 15268 0 -1 64 10 0 0 0 0 0 0 0 17 0 8 0 183145820 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15573] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15573/stat : 15573 (java) S 15567 15569 15268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183145820 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15574] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15574/stat : 15574 (java) S 15567 15569 15268 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15575] ppid=15567 vsize=915448 CPUtime=0.34
/proc/15569/task/15575/stat : 15575 (java) S 15567 15569 15268 0 -1 64 451 0 0 0 33 1 0 0 16 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15576] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15576/stat : 15576 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15577] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15577/stat : 15577 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.8
Current children cumulated vsize (KiB) 915448

[startup+1784.79 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 16538
/proc/meminfo: memFree=1616360/2055920 swapFree=4170236/4192956
[pid=15569] ppid=15567 vsize=915448 CPUtime=1774.55
/proc/15569/stat : 15569 (java) R 15567 15569 15268 0 -1 0 35309 0 17 0 177400 55 0 0 25 0 8 0 183145816 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073955809 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15569/statm: 228862 35038 2546 14 0 215332 0
[pid=15569/tid=15571] ppid=15567 vsize=915448 CPUtime=0.79
/proc/15569/task/15571/stat : 15571 (java) S 15567 15569 15268 0 -1 64 18228 0 0 0 73 6 0 0 16 0 8 0 183145820 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15572] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15572/stat : 15572 (java) S 15567 15569 15268 0 -1 64 10 0 0 0 0 0 0 0 17 0 8 0 183145820 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15573] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15573/stat : 15573 (java) S 15567 15569 15268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183145820 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15574] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15574/stat : 15574 (java) S 15567 15569 15268 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15575] ppid=15567 vsize=915448 CPUtime=0.34
/proc/15569/task/15575/stat : 15575 (java) S 15567 15569 15268 0 -1 64 451 0 0 0 33 1 0 0 16 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15576] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15576/stat : 15576 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15577] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15577/stat : 15577 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.55
Current children cumulated vsize (KiB) 915448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.41 s]
/proc/loadavg: 2.07 2.02 2.00 3/100 16538
/proc/meminfo: memFree=1616360/2055920 swapFree=4170236/4192956
[pid=15569] ppid=15567 vsize=915448 CPUtime=1800.05
/proc/15569/stat : 15569 (java) R 15567 15569 15268 0 -1 0 35309 0 17 0 179950 55 0 0 25 0 8 0 183145816 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336188 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15569/statm: 228862 35038 2546 14 0 215332 0
[pid=15569/tid=15571] ppid=15567 vsize=915448 CPUtime=0.79
/proc/15569/task/15571/stat : 15571 (java) S 15567 15569 15268 0 -1 64 18228 0 0 0 73 6 0 0 16 0 8 0 183145820 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15572] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15572/stat : 15572 (java) S 15567 15569 15268 0 -1 64 10 0 0 0 0 0 0 0 17 0 8 0 183145820 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15573] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15573/stat : 15573 (java) S 15567 15569 15268 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183145820 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15574] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15574/stat : 15574 (java) S 15567 15569 15268 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15575] ppid=15567 vsize=915448 CPUtime=0.34
/proc/15569/task/15575/stat : 15575 (java) S 15567 15569 15268 0 -1 64 451 0 0 0 33 1 0 0 16 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15569/tid=15576] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15576/stat : 15576 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15569/tid=15577] ppid=15567 vsize=915448 CPUtime=0
/proc/15569/task/15577/stat : 15577 (java) S 15567 15569 15268 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183145824 937418752 35038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 915448

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1810.47
CPU time (s): 1800.11
CPU user time (s): 1799.53
CPU system time (s): 0.575912
CPU usage (%): 99.4276
Max. virtual memory (cumulated for all children) (KiB): 915448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 0.575912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35326
page faults= 17
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38090
involuntary context switches= 59413

runsolver used 2.27365 s user time and 5.74413 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Tue Jan  9 12:58:54 UTC 2007


IDJOB= 237340
IDBENCH= 6915
FILE ID= node25/237340-1168347534

PBS_JOBID= 3503609

Free space on /tmp= 66553 MiB

BENCH NAME= HOME/pub/bench/CPAI06/os-gp/gp10-07-1079.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/237340-1168347534/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-237340-1168347534 -o ROOT/results/node25/solver-237340-1168347534 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/237340-1168347534/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  dec77aa15d4293ea0fa019d6e71a02d6

RANDOM SEED= 39765854

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.279
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.279
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:       1830960 kB
Buffers:          8444 kB
Cached:          74376 kB
SwapCached:       1228 kB
Active:         137680 kB
Inactive:        34492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1830960 kB
SwapTotal:     4192956 kB
SwapFree:      4170236 kB
Dirty:            2040 kB
Writeback:           0 kB
Mapped:         108604 kB
Slab:            37152 kB
Committed_AS:  4626848 kB
PageTables:       2536 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= 66561 MiB



End job on node25 on Tue Jan  9 13:29:05 UTC 2007