Trace number 221137

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.2 1800.79

General information on the benchmark

NamequeenAttacking/
queenAttacking-7.xml
MD5SUMf48bbf370f434c1ca8879a4f158ccd36
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 benchmark23.4124
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints1191
Maximum constraint arity2
Maximum domain size49
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1191
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=esac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/221137-1168256655/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=50  nbDomainTypes=2  minDomainSize=10  maxDomainSize=49
0.43	       =>  wckTime=0.101  cpuTime=0.08  mem=6M902
0.43	   
0.43	   predicates being loaded...
0.43	   
0.43	   constraints being loaded...
0.81	     nbConstraints=1191  nbConvertedConstraints=1191  nbConvertConstraintsChecks=5292  nbExtensionStructures=3
0.81	     nbSharedExtensionStructures=1188  nbConflictsStructures=3  nbSharedConflictsStructures=1188
0.81	     nbSharedBinaryRepresentations=106  maxDegree=49  maxArity=2
0.81	       =>  wckTime=0.48  cpuTime=0.35  mem=13M728
0.85	   
0.85	   solver IterativeSystematicSolver being built... 
1.00	       =>  wckTime=0.675  cpuTime=0.48  mem=14M838
1.08	   
1.08	   preprocessing
1.08	     nbConstraintChecks=102050  nbPropagations=1526  nbRevisions=6017  nbUselessRevisions=4128  nbSingletonTests=75
1.08	     nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=45  detectedInconsistency=no
1.08	       =>  wckTime=0.071  cpuTime=0.05  mem=14M838
1.11	   
1.11	   search
1.11	     run=0  nbConstraintChecks=33755  nbPropagations=2263  nbRevisions=10066  nbUselessRevisions=6556  nbAssignments=29
1.11	     nbFailedAssignments=7  nbBacktracks=14  nbVisitedNodes=44  nbRestartNogoods=0  mapSize=10  nbInferences=0
1.11	     nbTooLargeKeys=0
1.11	       =>  wckTime=0.103  cpuTime=0.07  mem=14M838
1.13	   
1.13	   search
1.13	     run=1  nbConstraintChecks=64818  nbPropagations=5131  nbRevisions=22826  nbUselessRevisions=14773  nbAssignments=58
1.13	     nbFailedAssignments=14  nbBacktracks=29  nbVisitedNodes=83  nbRestartNogoods=3  mapSize=18  nbInferences=0
1.13	     nbTooLargeKeys=0
1.13	       =>  wckTime=0.129  cpuTime=0.08  mem=14M838
1.16	   
1.16	   search
1.16	     run=2  nbConstraintChecks=129456  nbPropagations=9262  nbRevisions=42396  nbUselessRevisions=26943
1.16	     nbAssignments=117  nbFailedAssignments=28  nbBacktracks=52  nbVisitedNodes=170  nbRestartNogoods=5  mapSize=35
1.16	     nbInferences=2  nbTooLargeKeys=0
1.16	       =>  wckTime=0.153  cpuTime=0.11  mem=14M838
1.19	   
1.19	   search
1.19	     run=3  nbConstraintChecks=249353  nbPropagations=15191  nbRevisions=70989  nbUselessRevisions=44846
1.19	     nbAssignments=216  nbFailedAssignments=42  nbBacktracks=85  nbVisitedNodes=270  nbRestartNogoods=11  mapSize=56
1.19	     nbInferences=7  nbTooLargeKeys=0
1.19	       =>  wckTime=0.185  cpuTime=0.14  mem=14M838
1.23	   
1.23	   search
1.23	     run=4  nbConstraintChecks=363038  nbPropagations=23135  nbRevisions=109556  nbUselessRevisions=68658
1.23	     nbAssignments=323  nbFailedAssignments=63  nbBacktracks=135  nbVisitedNodes=401  nbRestartNogoods=15  mapSize=81
1.23	     nbInferences=7  nbTooLargeKeys=0
1.23	       =>  wckTime=0.22  cpuTime=0.17  mem=14M838
1.29	   
1.29	   search
1.29	     run=5  nbConstraintChecks=571073  nbPropagations=35077  nbRevisions=165364  nbUselessRevisions=103021
1.29	     nbAssignments=508  nbFailedAssignments=110  nbBacktracks=210  nbVisitedNodes=613  nbRestartNogoods=22  mapSize=143
1.29	     nbInferences=7  nbTooLargeKeys=0
1.29	       =>  wckTime=0.286  cpuTime=0.24  mem=14M838
1.33	   
1.33	   search
1.33	     run=6  nbConstraintChecks=663699  nbPropagations=49264  nbRevisions=233599  nbUselessRevisions=144776
1.33	     nbAssignments=677  nbFailedAssignments=148  nbBacktracks=323  nbVisitedNodes=855  nbRestartNogoods=29  mapSize=194
1.33	     nbInferences=7  nbTooLargeKeys=0
1.33	       =>  wckTime=0.327  cpuTime=0.28  mem=14M838
1.39	   
1.39	   search
1.39	     run=7  nbConstraintChecks=842539  nbPropagations=66846  nbRevisions=321348  nbUselessRevisions=197589
1.39	     nbAssignments=955  nbFailedAssignments=228  nbBacktracks=496  nbVisitedNodes=1260  nbRestartNogoods=33  mapSize=254
1.39	     nbInferences=16  nbTooLargeKeys=0
1.39	       =>  wckTime=0.385  cpuTime=0.33  mem=14M838
1.48	   
1.48	   search
1.48	     run=8  nbConstraintChecks=1085262  nbPropagations=89845  nbRevisions=443747  nbUselessRevisions=271712
1.48	     nbAssignments=1328  nbFailedAssignments=330  nbBacktracks=756  nbVisitedNodes=1811  nbRestartNogoods=37
1.48	     mapSize=378  nbInferences=16  nbTooLargeKeys=0
1.48	       =>  wckTime=0.479  cpuTime=0.42  mem=14M838
1.63	   
1.63	   search
1.63	     run=9  nbConstraintChecks=1489318  nbPropagations=120819  nbRevisions=624424  nbUselessRevisions=385625
1.63	     nbAssignments=1923  nbFailedAssignments=508  nbBacktracks=1140  nbVisitedNodes=2696  nbRestartNogoods=44
1.63	     mapSize=569  nbInferences=17  nbTooLargeKeys=0
1.63	       =>  wckTime=0.627  cpuTime=0.56  mem=14M838
1.85	   
1.85	   search
1.85	     run=10  nbConstraintChecks=2099624  nbPropagations=164745  nbRevisions=902362  nbUselessRevisions=561228
1.85	     nbAssignments=2896  nbFailedAssignments=865  nbBacktracks=1716  nbVisitedNodes=4211  nbRestartNogoods=55
1.85	     mapSize=865  nbInferences=17  nbTooLargeKeys=0
1.85	       =>  wckTime=0.846  cpuTime=0.76  mem=15M813
2.11	   
2.11	   search
2.11	     run=11  nbConstraintChecks=2811527  nbPropagations=225270  nbRevisions=1311745  nbUselessRevisions=827962
2.11	     nbAssignments=4161  nbFailedAssignments=1246  nbBacktracks=2582  nbVisitedNodes=6157  nbRestartNogoods=67
2.11	     mapSize=1357  nbInferences=20  nbTooLargeKeys=0
2.11	       =>  wckTime=1.103  cpuTime=1.02  mem=15M813
2.59	   
2.59	   search
2.59	     run=12  nbConstraintChecks=4351515  nbPropagations=317550  nbRevisions=1968705  nbUselessRevisions=1258031
2.59	     nbAssignments=6360  nbFailedAssignments=2121  nbBacktracks=3879  nbVisitedNodes=9732  nbRestartNogoods=73
2.59	     mapSize=2083  nbInferences=28  nbTooLargeKeys=0
2.59	       =>  wckTime=1.589  cpuTime=1.5  mem=15M813
3.31	   
3.31	   search
3.31	     run=13  nbConstraintChecks=6441151  nbPropagations=457755  nbRevisions=2983846  nbUselessRevisions=1936224
3.31	     nbAssignments=9698  nbFailedAssignments=3401  nbBacktracks=5828  nbVisitedNodes=15145  nbRestartNogoods=84
3.31	     mapSize=3308  nbInferences=55  nbTooLargeKeys=0
3.31	       =>  wckTime=2.303  cpuTime=2.22  mem=16M788
4.44	   
4.44	   search
4.44	     run=14  nbConstraintChecks=9833732  nbPropagations=673018  nbRevisions=4573935  nbUselessRevisions=2997361
4.44	     nbAssignments=14709  nbFailedAssignments=5414  nbBacktracks=8747  nbVisitedNodes=23388  nbRestartNogoods=97
4.44	     mapSize=5157  nbInferences=82  nbTooLargeKeys=0
4.44	       =>  wckTime=3.435  cpuTime=3.35  mem=17M764
6.20	   
6.20	   search
6.20	     run=15  nbConstraintChecks=14988508  nbPropagations=1000190  nbRevisions=7043362  nbUselessRevisions=4672798
6.20	     nbAssignments=22458  nbFailedAssignments=8617  nbBacktracks=13125  nbVisitedNodes=35919  nbRestartNogoods=115
6.20	     mapSize=7872  nbInferences=118  nbTooLargeKeys=0
6.20	       =>  wckTime=5.196  cpuTime=5.11  mem=18M739
8.88	   
8.88	   search
8.88	     run=16  nbConstraintChecks=22845065  nbPropagations=1497164  nbRevisions=10857361  nbUselessRevisions=7284596
8.88	     nbAssignments=33356  nbFailedAssignments=12847  nbBacktracks=19693  nbVisitedNodes=53409  nbRestartNogoods=129
8.88	     mapSize=11674  nbInferences=183  nbTooLargeKeys=0
8.88	       =>  wckTime=7.872  cpuTime=7.77  mem=20M689
12.95	   
12.95	   search
12.95	     run=17  nbConstraintChecks=35786196  nbPropagations=2256140  nbRevisions=16911155  nbUselessRevisions=11475173
12.95	     nbAssignments=50373  nbFailedAssignments=19904  nbBacktracks=29547  nbVisitedNodes=81482  nbRestartNogoods=141
12.95	     mapSize=17804  nbInferences=273  nbTooLargeKeys=0
12.95	       =>  wckTime=11.94  cpuTime=11.84  mem=23M615
19.39	   
19.39	   search
19.39	     run=18  nbConstraintChecks=55146458  nbPropagations=3439585  nbRevisions=26482781  nbUselessRevisions=18119735
19.39	     nbAssignments=76141  nbFailedAssignments=30696  nbBacktracks=44325  nbVisitedNodes=124362  nbRestartNogoods=152
19.39	     mapSize=27525  nbInferences=456  nbTooLargeKeys=0
19.39	       =>  wckTime=18.381  cpuTime=18.28  mem=27M515
28.23	   
28.23	   search
28.23	     run=19  nbConstraintChecks=81266840  nbPropagations=5202685  nbRevisions=41066084  nbUselessRevisions=28315096
28.23	     nbAssignments=114099  nbFailedAssignments=46242  nbBacktracks=66496  nbVisitedNodes=186954  nbRestartNogoods=158
28.23	     mapSize=42293  nbInferences=686  nbTooLargeKeys=0
28.23	       =>  wckTime=27.229  cpuTime=27.12  mem=34M341
42.34	   
42.34	   search
42.34	     run=20  nbConstraintChecks=123485483  nbPropagations=7899609  nbRevisions=63546888  nbUselessRevisions=44096538
42.34	     nbAssignments=170486  nbFailedAssignments=68938  nbBacktracks=99750  nbVisitedNodes=281116  nbRestartNogoods=167
42.34	     mapSize=65217  nbInferences=1107  nbTooLargeKeys=0
42.34	       =>  wckTime=41.331  cpuTime=41.22  mem=43M642
61.39	   
61.39	   search
61.39	     run=21  nbConstraintChecks=179767283  nbPropagations=11845825  nbRevisions=96301217  nbUselessRevisions=66960474
61.39	     nbAssignments=256689  nbFailedAssignments=104364  nbBacktracks=149631  nbVisitedNodes=423066  nbRestartNogoods=187
61.39	     mapSize=95804  nbInferences=1990  nbTooLargeKeys=0
61.39	       =>  wckTime=60.385  cpuTime=60.12  mem=32M789
89.83	   
89.83	   search
89.83	     run=22  nbConstraintChecks=265671848  nbPropagations=17705896  nbRevisions=143623438  nbUselessRevisions=99563616
89.83	     nbAssignments=392075  nbFailedAssignments=164022  nbBacktracks=224452  nbVisitedNodes=647051  nbRestartNogoods=204
89.83	     mapSize=140231  nbInferences=2888  nbTooLargeKeys=0
89.83	       =>  wckTime=88.826  cpuTime=88.55  mem=54M726
132.04	   
132.04	   search
132.04	     run=23  nbConstraintChecks=386117773  nbPropagations=26325848  nbRevisions=214985760  nbUselessRevisions=149594431
132.04	     nbAssignments=582208  nbFailedAssignments=240935  nbBacktracks=336681  nbVisitedNodes=957923  nbRestartNogoods=209
132.04	     mapSize=211306  nbInferences=3866  nbTooLargeKeys=0
132.04	       =>  wckTime=131.036  cpuTime=130.51  mem=68M61
196.40	   
196.40	   search
196.40	     run=24  nbConstraintChecks=575253450  nbPropagations=39219072  nbRevisions=322368810  nbUselessRevisions=224943788
196.40	     nbAssignments=870564  nbFailedAssignments=358958  nbBacktracks=505023  nbVisitedNodes=1436648  nbRestartNogoods=228
196.40	     mapSize=321265  nbInferences=5822  nbTooLargeKeys=0
196.40	       =>  wckTime=195.393  cpuTime=194.61  mem=96M506
285.42	   
285.42	   search
285.42	     run=25  nbConstraintChecks=839025827  nbPropagations=58079427  nbRevisions=480149143  nbUselessRevisions=335761945
285.42	     nbAssignments=1292251  nbFailedAssignments=523931  nbBacktracks=757534  nbVisitedNodes=2124234
285.42	     nbRestartNogoods=242  mapSize=476182  nbInferences=9975  nbTooLargeKeys=0
285.42	       =>  wckTime=284.417  cpuTime=283.38  mem=150M194
443.25	   
443.25	   search
443.25	     run=26  nbConstraintChecks=1291130296  nbPropagations=87487273  nbRevisions=721083854  nbUselessRevisions=503103417
443.25	     nbAssignments=1982942  nbFailedAssignments=826267  nbBacktracks=1136301  nbVisitedNodes=3285414
443.25	     nbRestartNogoods=261  mapSize=725467  nbInferences=19518  nbTooLargeKeys=0
443.25	       =>  wckTime=442.246  cpuTime=440.69  mem=218M371
649.26	   
649.26	   search
649.26	     run=27  nbConstraintChecks=1869465399  nbPropagations=130937866  nbRevisions=1081853038
649.26	     nbUselessRevisions=756278410  nbAssignments=2914649  nbFailedAssignments=1186219  nbBacktracks=1704454
649.26	     nbVisitedNodes=4818818  nbRestartNogoods=282  mapSize=1117265  nbInferences=23033  nbTooLargeKeys=0
649.26	       =>  wckTime=648.256  cpuTime=645.84  mem=334M929
957.11	   
957.11	   search
957.11	     run=28  nbConstraintChecks=2789354258  nbPropagations=195357435  nbRevisions=1608320007
957.11	     nbUselessRevisions=1122294454  nbAssignments=4347015  nbFailedAssignments=1746549  nbBacktracks=2556681
957.11	     nbVisitedNodes=7163742  nbRestartNogoods=310  mapSize=1642130  nbInferences=42810  nbTooLargeKeys=0
957.11	       =>  wckTime=956.109  cpuTime=952.38  mem=495M759
1193.93	   
1193.93	   INFO : Stopping hyperNogood (mapSize=2050314, nbTooLargekeys=0, mem=600M15)
1409.19	   
1409.19	   search
1409.19	     run=29  nbConstraintChecks=4102290920  nbPropagations=291106757  nbRevisions=2370754398
1409.19	     nbUselessRevisions=1646376816  nbAssignments=6538542  nbFailedAssignments=2625104  nbBacktracks=3835021
1409.19	     nbVisitedNodes=10763541  nbRestartNogoods=327
1409.19	       =>  wckTime=1408.19  cpuTime=1403.25  mem=600M15

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/node26/watcher-221137-1168256655 -o ROOT/results/node26/solver-221137-1168256655 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/221137-1168256655/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: 0.37 0.85 1.12 3/78 24698
/proc/meminfo: memFree=1796872/2055920 swapFree=4192812/4192956
[pid=24697] ppid=24695 vsize=1452 CPUtime=0
/proc/24697/stat : 24697 (java) R 24695 24697 24426 0 -1 0 105 0 0 0 0 0 0 0 20 0 1 0 174060611 1486848 77 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24697/statm: 364 88 69 14 0 9 0

[startup+0.10519 s]
/proc/loadavg: 0.37 0.85 1.12 3/78 24698
/proc/meminfo: memFree=1796872/2055920 swapFree=4192812/4192956
[pid=24697] ppid=24695 vsize=911488 CPUtime=0.06
/proc/24697/stat : 24697 (java) D 24695 24697 24426 0 -1 0 2635 0 1 0 5 1 0 0 23 0 8 0 174060611 933363712 2382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24697/statm: 227872 2382 1284 14 0 215051 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 911488

[startup+0.515227 s]
/proc/loadavg: 0.37 0.85 1.12 3/78 24698
/proc/meminfo: memFree=1796872/2055920 swapFree=4192812/4192956
[pid=24697] ppid=24695 vsize=915328 CPUtime=0.45
/proc/24697/stat : 24697 (java) S 24695 24697 24426 0 -1 0 6345 0 1 0 42 3 0 0 16 0 8 0 174060611 937295872 6084 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24697/statm: 228832 6084 2147 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.3433 s]
/proc/loadavg: 0.37 0.85 1.12 2/85 24705
/proc/meminfo: memFree=1773008/2055920 swapFree=4192812/4192956
[pid=24697] ppid=24695 vsize=915580 CPUtime=1.29
/proc/24697/stat : 24697 (java) R 24695 24697 24426 0 -1 0 8729 0 1 0 118 11 0 0 16 0 8 0 174060611 937553920 8467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072916974 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24697/statm: 228895 8467 2541 14 0 215365 0
[pid=24697/tid=24699] ppid=24695 vsize=915580 CPUtime=0.03
/proc/24697/task/24699/stat : 24699 (java) S 24695 24697 24426 0 -1 64 267 0 0 0 3 0 0 0 16 0 8 0 174060617 937553920 8467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24700] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24700/stat : 24700 (java) S 24695 24697 24426 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 174060618 937553920 8467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24701] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24701/stat : 24701 (java) S 24695 24697 24426 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 174060618 937553920 8467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24702] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24702/stat : 24702 (java) S 24695 24697 24426 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 174060621 937553920 8467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24703] ppid=24695 vsize=915580 CPUtime=0.23
/proc/24697/task/24703/stat : 24703 (java) S 24695 24697 24426 0 -1 64 415 0 0 0 22 1 0 0 16 0 8 0 174060621 937553920 8467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24704] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24704/stat : 24704 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 174060621 937553920 8467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24705] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24705/stat : 24705 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174060621 937553920 8467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915580

[startup+2.98345 s]
/proc/loadavg: 0.37 0.85 1.12 2/85 24705
/proc/meminfo: memFree=1772176/2055920 swapFree=4192812/4192956
[pid=24697] ppid=24695 vsize=915580 CPUtime=2.92
/proc/24697/stat : 24697 (java) R 24695 24697 24426 0 -1 0 9066 0 1 0 281 11 0 0 17 0 8 0 174060611 937553920 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747647 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24697/statm: 228895 8802 2541 14 0 215365 0
[pid=24697/tid=24699] ppid=24695 vsize=915580 CPUtime=0.03
/proc/24697/task/24699/stat : 24699 (java) S 24695 24697 24426 0 -1 64 267 0 0 0 3 0 0 0 16 0 8 0 174060617 937553920 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24700] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24700/stat : 24700 (java) S 24695 24697 24426 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 174060618 937553920 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24701] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24701/stat : 24701 (java) S 24695 24697 24426 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 174060618 937553920 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24702] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24702/stat : 24702 (java) S 24695 24697 24426 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 174060621 937553920 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24703] ppid=24695 vsize=915580 CPUtime=0.26
/proc/24697/task/24703/stat : 24703 (java) S 24695 24697 24426 0 -1 64 432 0 0 0 25 1 0 0 15 0 8 0 174060621 937553920 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24704] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24704/stat : 24704 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 174060621 937553920 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24705] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24705/stat : 24705 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174060621 937553920 8802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915580

[startup+6.26076 s]
/proc/loadavg: 0.42 0.85 1.12 2/85 24705
/proc/meminfo: memFree=1769680/2055920 swapFree=4192812/4192956
[pid=24697] ppid=24695 vsize=915580 CPUtime=6.19
/proc/24697/stat : 24697 (java) R 24695 24697 24426 0 -1 0 9661 0 1 0 608 11 0 0 22 0 8 0 174060611 937553920 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073934917 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24697/statm: 228895 9397 2541 14 0 215365 0
[pid=24697/tid=24699] ppid=24695 vsize=915580 CPUtime=0.03
/proc/24697/task/24699/stat : 24699 (java) S 24695 24697 24426 0 -1 64 267 0 0 0 3 0 0 0 16 0 8 0 174060617 937553920 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24700] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24700/stat : 24700 (java) S 24695 24697 24426 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 174060618 937553920 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24701] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24701/stat : 24701 (java) S 24695 24697 24426 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 174060618 937553920 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24702] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24702/stat : 24702 (java) S 24695 24697 24426 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 174060621 937553920 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24703] ppid=24695 vsize=915580 CPUtime=0.27
/proc/24697/task/24703/stat : 24703 (java) S 24695 24697 24426 0 -1 64 433 0 0 0 26 1 0 0 16 0 8 0 174060621 937553920 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24704] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24704/stat : 24704 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 174060621 937553920 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24705] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24705/stat : 24705 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174060621 937553920 9397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915580

[startup+12.7434 s]
/proc/loadavg: 0.46 0.85 1.12 2/85 24705
/proc/meminfo: memFree=1765008/2055920 swapFree=4192812/4192956
[pid=24697] ppid=24695 vsize=915580 CPUtime=12.67
/proc/24697/stat : 24697 (java) R 24695 24697 24426 0 -1 0 10802 0 1 0 1254 13 0 0 25 0 8 0 174060611 937553920 10538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336160 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24697/statm: 228895 10538 2541 14 0 215365 0
[pid=24697/tid=24699] ppid=24695 vsize=915580 CPUtime=0.03
/proc/24697/task/24699/stat : 24699 (java) S 24695 24697 24426 0 -1 64 267 0 0 0 3 0 0 0 16 0 8 0 174060617 937553920 10538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24700] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24700/stat : 24700 (java) S 24695 24697 24426 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 174060618 937553920 10538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24701] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24701/stat : 24701 (java) S 24695 24697 24426 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 174060618 937553920 10538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24702] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24702/stat : 24702 (java) S 24695 24697 24426 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 174060621 937553920 10538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24703] ppid=24695 vsize=915580 CPUtime=0.27
/proc/24697/task/24703/stat : 24703 (java) S 24695 24697 24426 0 -1 64 434 0 0 0 26 1 0 0 16 0 8 0 174060621 937553920 10538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24704] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24704/stat : 24704 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 174060621 937553920 10538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24705] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24705/stat : 24705 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174060621 937553920 10538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915580

[startup+25.5866 s]
/proc/loadavg: 0.58 0.86 1.12 2/85 24705
/proc/meminfo: memFree=1756880/2055920 swapFree=4192812/4192956
[pid=24697] ppid=24695 vsize=915580 CPUtime=25.5
/proc/24697/stat : 24697 (java) R 24695 24697 24426 0 -1 0 12925 0 1 0 2536 14 0 0 25 0 8 0 174060611 937553920 12661 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24697/statm: 228895 12661 2541 14 0 215365 0
[pid=24697/tid=24699] ppid=24695 vsize=915580 CPUtime=0.03
/proc/24697/task/24699/stat : 24699 (java) S 24695 24697 24426 0 -1 64 267 0 0 0 3 0 0 0 16 0 8 0 174060617 937553920 12661 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24700] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24700/stat : 24700 (java) S 24695 24697 24426 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 174060618 937553920 12661 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24701] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24701/stat : 24701 (java) S 24695 24697 24426 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 174060618 937553920 12661 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24702] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24702/stat : 24702 (java) S 24695 24697 24426 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 174060621 937553920 12661 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24703] ppid=24695 vsize=915580 CPUtime=0.27
/proc/24697/task/24703/stat : 24703 (java) S 24695 24697 24426 0 -1 64 434 0 0 0 26 1 0 0 16 0 8 0 174060621 937553920 12661 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24704] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24704/stat : 24704 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 174060621 937553920 12661 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24705] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24705/stat : 24705 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174060621 937553920 12661 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 915580

[startup+51.28 s]
/proc/loadavg: 0.72 0.87 1.12 2/85 24705
/proc/meminfo: memFree=1739088/2055920 swapFree=4192812/4192956
[pid=24697] ppid=24695 vsize=915580 CPUtime=51.19
/proc/24697/stat : 24697 (java) R 24695 24697 24426 0 -1 0 17302 0 1 0 5103 16 0 0 25 0 8 0 174060611 937553920 17038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073936080 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24697/statm: 228895 17038 2541 14 0 215365 0
[pid=24697/tid=24699] ppid=24695 vsize=915580 CPUtime=0.03
/proc/24697/task/24699/stat : 24699 (java) S 24695 24697 24426 0 -1 64 267 0 0 0 3 0 0 0 16 0 8 0 174060617 937553920 17038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24700] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24700/stat : 24700 (java) S 24695 24697 24426 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 174060618 937553920 17038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24701] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24701/stat : 24701 (java) S 24695 24697 24426 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 174060618 937553920 17038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24702] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24702/stat : 24702 (java) S 24695 24697 24426 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 174060621 937553920 17038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24703] ppid=24695 vsize=915580 CPUtime=0.27
/proc/24697/task/24703/stat : 24703 (java) S 24695 24697 24426 0 -1 64 434 0 0 0 26 1 0 0 16 0 8 0 174060621 937553920 17038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24704] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24704/stat : 24704 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 174060621 937553920 17038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24705] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24705/stat : 24705 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174060621 937553920 17038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 915580

[startup+102.56 s]
/proc/loadavg: 0.88 0.89 1.11 2/85 24705
/proc/meminfo: memFree=1715216/2055920 swapFree=4192812/4192956
[pid=24697] ppid=24695 vsize=915580 CPUtime=102.43
/proc/24697/stat : 24697 (java) R 24695 24697 24426 0 -1 0 23176 0 1 0 10225 18 0 0 25 0 8 0 174060611 937553920 22911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073930646 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24697/statm: 228895 22911 2545 14 0 215365 0
[pid=24697/tid=24699] ppid=24695 vsize=915580 CPUtime=0.15
/proc/24697/task/24699/stat : 24699 (java) S 24695 24697 24426 0 -1 64 6095 0 0 0 14 1 0 0 16 0 8 0 174060617 937553920 22911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24700] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24700/stat : 24700 (java) S 24695 24697 24426 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 174060618 937553920 22911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24701] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24701/stat : 24701 (java) S 24695 24697 24426 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174060618 937553920 22911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24702] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24702/stat : 24702 (java) S 24695 24697 24426 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 174060621 937553920 22911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24703] ppid=24695 vsize=915580 CPUtime=0.27
/proc/24697/task/24703/stat : 24703 (java) S 24695 24697 24426 0 -1 64 434 0 0 0 26 1 0 0 16 0 8 0 174060621 937553920 22911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24704] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24704/stat : 24704 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 174060621 937553920 22911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24705] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24705/stat : 24705 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174060621 937553920 22911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.43
Current children cumulated vsize (KiB) 915580

[startup+162.581 s]
/proc/loadavg: 0.95 0.90 1.09 2/85 24705
/proc/meminfo: memFree=1679504/2055920 swapFree=4192812/4192956
[pid=24697] ppid=24695 vsize=915580 CPUtime=162.44
/proc/24697/stat : 24697 (java) R 24695 24697 24426 0 -1 0 32065 0 1 0 16222 22 0 0 25 0 8 0 174060611 937553920 31799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073934957 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1422.57
Current children cumulated vsize (KiB) 915580

[startup+1483.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 24903
/proc/meminfo: memFree=1167952/2055920 swapFree=4192812/4192956
[pid=24697] ppid=24695 vsize=915580 CPUtime=1482.57
/proc/24697/stat : 24697 (java) R 24695 24697 24426 0 -1 0 159332 0 1 0 148176 81 0 0 25 0 8 0 174060611 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073939161 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24697/statm: 228895 159048 2545 14 0 215365 0
[pid=24697/tid=24699] ppid=24695 vsize=915580 CPUtime=4.44
/proc/24697/task/24699/stat : 24699 (java) S 24695 24697 24426 0 -1 64 142231 0 0 0 394 50 0 0 16 0 8 0 174060617 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24700] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24700/stat : 24700 (java) S 24695 24697 24426 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 174060618 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24701] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24701/stat : 24701 (java) S 24695 24697 24426 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174060618 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24702] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24702/stat : 24702 (java) S 24695 24697 24426 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24703] ppid=24695 vsize=915580 CPUtime=0.27
/proc/24697/task/24703/stat : 24703 (java) S 24695 24697 24426 0 -1 64 435 0 0 0 26 1 0 0 16 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24704] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24704/stat : 24704 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24705] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24705/stat : 24705 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1482.57
Current children cumulated vsize (KiB) 915580

[startup+1543.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 24903
/proc/meminfo: memFree=1167888/2055920 swapFree=4192812/4192956
[pid=24697] ppid=24695 vsize=915580 CPUtime=1542.57
/proc/24697/stat : 24697 (java) R 24695 24697 24426 0 -1 0 159332 0 1 0 154176 81 0 0 25 0 8 0 174060611 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928672 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24697/statm: 228895 159048 2545 14 0 215365 0
[pid=24697/tid=24699] ppid=24695 vsize=915580 CPUtime=4.44
/proc/24697/task/24699/stat : 24699 (java) S 24695 24697 24426 0 -1 64 142231 0 0 0 394 50 0 0 16 0 8 0 174060617 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24700] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24700/stat : 24700 (java) S 24695 24697 24426 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 174060618 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24701] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24701/stat : 24701 (java) S 24695 24697 24426 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174060618 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24702] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24702/stat : 24702 (java) S 24695 24697 24426 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24703] ppid=24695 vsize=915580 CPUtime=0.27
/proc/24697/task/24703/stat : 24703 (java) S 24695 24697 24426 0 -1 64 435 0 0 0 26 1 0 0 16 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24704] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24704/stat : 24704 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24705] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24705/stat : 24705 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.57
Current children cumulated vsize (KiB) 915580

[startup+1603.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 24903
/proc/meminfo: memFree=1167824/2055920 swapFree=4192812/4192956
[pid=24697] ppid=24695 vsize=915580 CPUtime=1602.58
/proc/24697/stat : 24697 (java) R 24695 24697 24426 0 -1 0 159332 0 1 0 160177 81 0 0 25 0 8 0 174060611 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918517 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24697/statm: 228895 159048 2545 14 0 215365 0
[pid=24697/tid=24699] ppid=24695 vsize=915580 CPUtime=4.44
/proc/24697/task/24699/stat : 24699 (java) S 24695 24697 24426 0 -1 64 142231 0 0 0 394 50 0 0 16 0 8 0 174060617 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24700] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24700/stat : 24700 (java) S 24695 24697 24426 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 174060618 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24701] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24701/stat : 24701 (java) S 24695 24697 24426 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174060618 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24702] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24702/stat : 24702 (java) S 24695 24697 24426 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24703] ppid=24695 vsize=915580 CPUtime=0.27
/proc/24697/task/24703/stat : 24703 (java) S 24695 24697 24426 0 -1 64 435 0 0 0 26 1 0 0 16 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24704] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24704/stat : 24704 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24705] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24705/stat : 24705 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.58
Current children cumulated vsize (KiB) 915580

[startup+1663.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 24903
/proc/meminfo: memFree=1167760/2055920 swapFree=4192812/4192956
[pid=24697] ppid=24695 vsize=915580 CPUtime=1662.59
/proc/24697/stat : 24697 (java) R 24695 24697 24426 0 -1 0 159332 0 1 0 166178 81 0 0 25 0 8 0 174060611 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073930121 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24697/statm: 228895 159048 2545 14 0 215365 0
[pid=24697/tid=24699] ppid=24695 vsize=915580 CPUtime=4.44
/proc/24697/task/24699/stat : 24699 (java) S 24695 24697 24426 0 -1 64 142231 0 0 0 394 50 0 0 16 0 8 0 174060617 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24700] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24700/stat : 24700 (java) S 24695 24697 24426 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 174060618 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24701] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24701/stat : 24701 (java) S 24695 24697 24426 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174060618 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24702] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24702/stat : 24702 (java) S 24695 24697 24426 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24703] ppid=24695 vsize=915580 CPUtime=0.27
/proc/24697/task/24703/stat : 24703 (java) S 24695 24697 24426 0 -1 64 435 0 0 0 26 1 0 0 16 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24704] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24704/stat : 24704 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24705] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24705/stat : 24705 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.59
Current children cumulated vsize (KiB) 915580

[startup+1723.17 s]
/proc/loadavg: 1.00 1.00 1.00 3/85 24903
/proc/meminfo: memFree=1167696/2055920 swapFree=4192812/4192956
[pid=24697] ppid=24695 vsize=915580 CPUtime=1722.59
/proc/24697/stat : 24697 (java) R 24695 24697 24426 0 -1 0 159332 0 1 0 172178 81 0 0 25 0 8 0 174060611 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073954987 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24697/statm: 228895 159048 2545 14 0 215365 0
[pid=24697/tid=24699] ppid=24695 vsize=915580 CPUtime=4.44
/proc/24697/task/24699/stat : 24699 (java) S 24695 24697 24426 0 -1 64 142231 0 0 0 394 50 0 0 16 0 8 0 174060617 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24700] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24700/stat : 24700 (java) S 24695 24697 24426 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 174060618 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24701] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24701/stat : 24701 (java) S 24695 24697 24426 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174060618 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24702] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24702/stat : 24702 (java) S 24695 24697 24426 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24703] ppid=24695 vsize=915580 CPUtime=0.27
/proc/24697/task/24703/stat : 24703 (java) S 24695 24697 24426 0 -1 64 435 0 0 0 26 1 0 0 16 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24704] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24704/stat : 24704 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24705] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24705/stat : 24705 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.59
Current children cumulated vsize (KiB) 915580

[startup+1783.19 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 24903
/proc/meminfo: memFree=1167632/2055920 swapFree=4192812/4192956
[pid=24697] ppid=24695 vsize=915580 CPUtime=1782.6
/proc/24697/stat : 24697 (java) R 24695 24697 24426 0 -1 0 159332 0 1 0 178179 81 0 0 25 0 8 0 174060611 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073928631 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24697/statm: 228895 159048 2545 14 0 215365 0
[pid=24697/tid=24699] ppid=24695 vsize=915580 CPUtime=4.44
/proc/24697/task/24699/stat : 24699 (java) S 24695 24697 24426 0 -1 64 142231 0 0 0 394 50 0 0 16 0 8 0 174060617 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24700] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24700/stat : 24700 (java) S 24695 24697 24426 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 174060618 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24701] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24701/stat : 24701 (java) S 24695 24697 24426 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174060618 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24702] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24702/stat : 24702 (java) S 24695 24697 24426 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24703] ppid=24695 vsize=915580 CPUtime=0.27
/proc/24697/task/24703/stat : 24703 (java) S 24695 24697 24426 0 -1 64 435 0 0 0 26 1 0 0 16 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24704] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24704/stat : 24704 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24705] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24705/stat : 24705 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.6
Current children cumulated vsize (KiB) 915580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 24903
/proc/meminfo: memFree=1167632/2055920 swapFree=4192812/4192956
[pid=24697] ppid=24695 vsize=915580 CPUtime=1800.07
/proc/24697/stat : 24697 (java) R 24695 24697 24426 0 -1 0 159332 0 1 0 179926 81 0 0 25 0 8 0 174060611 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073919330 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24697/statm: 228895 159048 2545 14 0 215365 0
[pid=24697/tid=24699] ppid=24695 vsize=915580 CPUtime=4.44
/proc/24697/task/24699/stat : 24699 (java) S 24695 24697 24426 0 -1 64 142231 0 0 0 394 50 0 0 16 0 8 0 174060617 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24700] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24700/stat : 24700 (java) S 24695 24697 24426 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 174060618 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24701] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24701/stat : 24701 (java) S 24695 24697 24426 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 174060618 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24702] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24702/stat : 24702 (java) S 24695 24697 24426 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24703] ppid=24695 vsize=915580 CPUtime=0.27
/proc/24697/task/24703/stat : 24703 (java) S 24695 24697 24426 0 -1 64 435 0 0 0 26 1 0 0 16 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24697/tid=24704] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24704/stat : 24704 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24697/tid=24705] ppid=24695 vsize=915580 CPUtime=0
/proc/24697/task/24705/stat : 24705 (java) S 24695 24697 24426 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174060621 937553920 159048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 915580

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

Child status: 143
Real time (s): 1800.79
CPU time (s): 1800.2
CPU user time (s): 1799.28
CPU system time (s): 0.91786
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 915580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.28
system time used= 0.91786
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159349
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= 37432
involuntary context switches= 34741

runsolver used 1.77973 s user time and 4.69928 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Mon Jan  8 11:44:19 UTC 2007


IDJOB= 221137
IDBENCH= 5397
FILE ID= node26/221137-1168256655

PBS_JOBID= 3482096

Free space on /tmp= 66541 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f48bbf370f434c1ca8879a4f158ccd36

RANDOM SEED= 553782612

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.236
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.236
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:       1797480 kB
Buffers:         38480 kB
Cached:         105952 kB
SwapCached:          0 kB
Active:         129396 kB
Inactive:        74592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1797480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1868 kB
Writeback:           0 kB
Mapped:          78496 kB
Slab:            39852 kB
Committed_AS:  3464428 kB
PageTables:       1912 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= 66541 MiB



End job on node26 on Mon Jan  8 12:14:24 UTC 2007