Trace number 239403

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 ACSAT 584.807 588.616

DiagnosticValue
CHECKS506525872
NODES1363651

General information on the benchmark

Nameqcp-qwh/QWH-25/
qwh-25-235-4_ext.xml
MD5SUMde368d06ae3ba90236a4ae3877da0df2
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.16967
SatisfiableYES
(Un)Satisfiability was proved
Number of variables625
Number of constraints15000
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension15000
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/239403-1168084853/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.50	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25
0.50	       =>  wckTime=0.174  cpuTime=0.15  mem=8M869
0.50	   
0.50	   relations being loaded...
0.50	   
0.50	   constraints being loaded...
0.98	     nbConstraints=9300  nbRelationTypes=27  nbSingletonDomainVariables=390  nbExtensionStructures=51
0.98	     nbSharedExtensionStructures=9249  nbConflictsStructures=51  nbSharedConflictsStructures=9249
0.98	     nbSharedBinaryRepresentations=1323  maxDegree=48  maxArity=2
0.98	       =>  wckTime=0.657  cpuTime=0.52  mem=37M219
1.09	   
1.09	   solver IterativeSystematicSolver being built... 
1.29	       =>  wckTime=0.971  cpuTime=0.69  mem=21M339
1.37	   
1.37	   preprocessing
1.37	     nbConstraintChecks=92977  nbPropagations=625  nbRevisions=7320  nbUselessRevisions=2391  nbRemovedValues=4929
1.37	     detectedInconsistency=no
1.37	       =>  wckTime=0.065  cpuTime=0.05  mem=21M339
1.45	   
1.45	   search
1.45	     run=0  nbConstraintChecks=17586  nbPropagations=1240  nbRevisions=19023  nbUselessRevisions=13034  nbAssignments=97
1.45	     nbFailedAssignments=6  nbBacktracks=31  nbVisitedNodes=108  nbRestartNogoods=0  mapSize=6  nbInferences=0
1.45	     nbTooLargeKeys=0
1.45	       =>  wckTime=0.152  cpuTime=0.12  mem=22M344
1.50	   
1.50	   search
1.50	     run=1  nbConstraintChecks=30850  nbPropagations=3066  nbRevisions=46782  nbUselessRevisions=33976
1.50	     nbAssignments=203  nbFailedAssignments=9  nbBacktracks=72  nbVisitedNodes=225  nbRestartNogoods=4  mapSize=15
1.50	     nbInferences=0  nbTooLargeKeys=0
1.50	       =>  wckTime=0.205  cpuTime=0.17  mem=22M344
1.55	   
1.55	   search
1.55	     run=2  nbConstraintChecks=42737  nbPropagations=5399  nbRevisions=82036  nbUselessRevisions=61638
1.55	     nbAssignments=298  nbFailedAssignments=17  nbBacktracks=98  nbVisitedNodes=332  nbRestartNogoods=6  mapSize=22
1.55	     nbInferences=0  nbTooLargeKeys=0
1.55	       =>  wckTime=0.249  cpuTime=0.21  mem=22M344
1.60	   
1.60	   search
1.60	     run=3  nbConstraintChecks=71974  nbPropagations=8633  nbRevisions=137878  nbUselessRevisions=108125
1.60	     nbAssignments=408  nbFailedAssignments=31  nbBacktracks=139  nbVisitedNodes=465  nbRestartNogoods=11  mapSize=43
1.60	     nbInferences=0  nbTooLargeKeys=0
1.60	       =>  wckTime=0.306  cpuTime=0.26  mem=22M344
1.66	   
1.66	   search
1.66	     run=4  nbConstraintChecks=94618  nbPropagations=12682  nbRevisions=209069  nbUselessRevisions=168554
1.66	     nbAssignments=532  nbFailedAssignments=45  nbBacktracks=198  nbVisitedNodes=616  nbRestartNogoods=13  mapSize=69
1.66	     nbInferences=0  nbTooLargeKeys=0
1.66	       =>  wckTime=0.359  cpuTime=0.31  mem=22M344
1.71	   
1.71	   search
1.72	     run=5  nbConstraintChecks=114571  nbPropagations=17529  nbRevisions=293384  nbUselessRevisions=240739
1.72	     nbAssignments=682  nbFailedAssignments=60  nbBacktracks=277  nbVisitedNodes=796  nbRestartNogoods=14  mapSize=97
1.72	     nbInferences=0  nbTooLargeKeys=0
1.72	       =>  wckTime=0.417  cpuTime=0.37  mem=22M344
1.78	   
1.78	   search
1.78	     run=6  nbConstraintChecks=133427  nbPropagations=23178  nbRevisions=389802  nbUselessRevisions=323627
1.78	     nbAssignments=850  nbFailedAssignments=74  nbBacktracks=402  nbVisitedNodes=996  nbRestartNogoods=16  mapSize=128
1.78	     nbInferences=0  nbTooLargeKeys=0
1.78	       =>  wckTime=0.48  cpuTime=0.43  mem=23M318
1.87	   
1.87	   search
1.87	     run=7  nbConstraintChecks=164521  nbPropagations=30089  nbRevisions=506383  nbUselessRevisions=424537
1.87	     nbAssignments=1109  nbFailedAssignments=101  nbBacktracks=576  nbVisitedNodes=1308  nbRestartNogoods=17
1.87	     mapSize=175  nbInferences=0  nbTooLargeKeys=0
1.87	       =>  wckTime=0.574  cpuTime=0.52  mem=23M318
2.00	   
2.00	   search
2.00	     run=8  nbConstraintChecks=210334  nbPropagations=38687  nbRevisions=651935  nbUselessRevisions=551136
2.00	     nbAssignments=1441  nbFailedAssignments=138  nbBacktracks=838  nbVisitedNodes=1707  nbRestartNogoods=23
2.00	     mapSize=239  nbInferences=0  nbTooLargeKeys=0
2.00	       =>  wckTime=0.701  cpuTime=0.64  mem=23M318
2.20	   
2.20	   search
2.20	     run=9  nbConstraintChecks=309889  nbPropagations=50159  nbRevisions=863062  nbUselessRevisions=736875
2.20	     nbAssignments=1911  nbFailedAssignments=189  nbBacktracks=1222  nbVisitedNodes=2302  nbRestartNogoods=26
2.20	     mapSize=360  nbInferences=0  nbTooLargeKeys=0
2.20	       =>  wckTime=0.904  cpuTime=0.83  mem=24M291
2.48	   
2.48	   search
2.48	     run=10  nbConstraintChecks=454690  nbPropagations=65758  nbRevisions=1167595  nbUselessRevisions=1006834
2.48	     nbAssignments=2606  nbFailedAssignments=273  nbBacktracks=1808  nbVisitedNodes=3182  nbRestartNogoods=30
2.48	     mapSize=524  nbInferences=0  nbTooLargeKeys=0
2.48	       =>  wckTime=1.184  cpuTime=1.09  mem=24M291
2.87	   
2.87	   search
2.87	     run=11  nbConstraintChecks=650170  nbPropagations=87029  nbRevisions=1604856  nbUselessRevisions=1397025
2.87	     nbAssignments=3690  nbFailedAssignments=370  nbBacktracks=2689  nbVisitedNodes=4470  nbRestartNogoods=34
2.87	     mapSize=722  nbInferences=0  nbTooLargeKeys=0
2.87	       =>  wckTime=1.573  cpuTime=1.47  mem=26M237
3.30	   
3.30	   INFO : Stopping hyperNogood (mapSize=1011, nbTooLargekeys=0, mem=27M210)
3.41	   
3.41	   search
3.41	     run=12  nbConstraintChecks=915784  nbPropagations=116766  nbRevisions=2211088  nbUselessRevisions=1937975
3.41	     nbAssignments=5218  nbFailedAssignments=568  nbBacktracks=3996  nbVisitedNodes=6422  nbRestartNogoods=38
3.41	       =>  wckTime=2.11  cpuTime=2.0  mem=27M210
4.05	   
4.05	   search
4.05	     run=13  nbConstraintChecks=1308621  nbPropagations=158401  nbRevisions=3077208  nbUselessRevisions=2713659
4.05	     nbAssignments=7427  nbFailedAssignments=788  nbBacktracks=5953  nbVisitedNodes=9098  nbRestartNogoods=42
4.05	       =>  wckTime=2.752  cpuTime=2.64  mem=27M210
4.98	   
4.98	   search
4.98	     run=14  nbConstraintChecks=1924849  nbPropagations=217224  nbRevisions=4377347  nbUselessRevisions=3886424
4.98	     nbAssignments=10633  nbFailedAssignments=1049  nbBacktracks=8875  nbVisitedNodes=12825  nbRestartNogoods=49
4.99	       =>  wckTime=3.688  cpuTime=3.56  mem=27M210
6.37	   
6.37	   search
6.37	     run=15  nbConstraintChecks=2791822  nbPropagations=301068  nbRevisions=6273095  nbUselessRevisions=5600611
6.37	     nbAssignments=15589  nbFailedAssignments=1526  nbBacktracks=13261  nbVisitedNodes=18717  nbRestartNogoods=51
6.37	       =>  wckTime=5.073  cpuTime=4.93  mem=27M210
8.77	   
8.77	   search
8.77	     run=16  nbConstraintChecks=4255287  nbPropagations=431374  nbRevisions=9158008  nbUselessRevisions=8210483
8.77	     nbAssignments=23199  nbFailedAssignments=2530  nbBacktracks=19830  nbVisitedNodes=28278  nbRestartNogoods=60
8.77	       =>  wckTime=7.473  cpuTime=7.29  mem=27M210
12.51	   
12.51	   search
12.51	     run=17  nbConstraintChecks=6803011  nbPropagations=635340  nbRevisions=13855151  nbUselessRevisions=12482445
12.51	     nbAssignments=34438  nbFailedAssignments=3868  nbBacktracks=29692  nbVisitedNodes=42237  nbRestartNogoods=68
12.51	       =>  wckTime=11.211  cpuTime=10.95  mem=27M210
20.46	   
20.46	   search
20.46	     run=18  nbConstraintChecks=13104374  nbPropagations=1016849  nbRevisions=22945488  nbUselessRevisions=20763824
20.46	     nbAssignments=52631  nbFailedAssignments=7250  nbBacktracks=44487  nbVisitedNodes=66959  nbRestartNogoods=81
20.46	       =>  wckTime=19.163  cpuTime=18.82  mem=27M210
34.22	   
34.22	   search
34.22	     run=19  nbConstraintChecks=24923463  nbPropagations=1717232  nbRevisions=40284689  nbUselessRevisions=36577879
34.22	     nbAssignments=79876  nbFailedAssignments=12286  nbBacktracks=66657  nbVisitedNodes=104473  nbRestartNogoods=85
34.22	       =>  wckTime=32.924  cpuTime=32.42  mem=27M210
54.95	   
54.95	   search
54.95	     run=20  nbConstraintChecks=43426948  nbPropagations=2903118  nbRevisions=70858981  nbUselessRevisions=64555102
54.95	     nbAssignments=122106  nbFailedAssignments=21224  nbBacktracks=99917  nbVisitedNodes=163498  nbRestartNogoods=92
54.95	       =>  wckTime=53.651  cpuTime=52.93  mem=27M210
84.31	   
84.31	   search
84.31	     run=21  nbConstraintChecks=69284887  nbPropagations=4778300  nbRevisions=119781356  nbUselessRevisions=109361271
84.31	     nbAssignments=185317  nbFailedAssignments=34529  nbBacktracks=149796  nbVisitedNodes=253261  nbRestartNogoods=103
84.31	       =>  wckTime=83.013  cpuTime=81.99  mem=27M210
126.02	   
126.02	   search
126.02	     run=22  nbConstraintChecks=105028718  nbPropagations=7608251  nbRevisions=194510148  nbUselessRevisions=177925029
126.02	     nbAssignments=277410  nbFailedAssignments=51760  nbBacktracks=224614  nbVisitedNodes=378660  nbRestartNogoods=116
126.02	       =>  wckTime=124.725  cpuTime=123.29  mem=27M210
187.35	   
187.35	   search
187.35	     run=23  nbConstraintChecks=157764234  nbPropagations=11834591  nbRevisions=307366391  nbUselessRevisions=281562974
187.35	     nbAssignments=413024  nbFailedAssignments=75118  nbBacktracks=336843  nbVisitedNodes=560546  nbRestartNogoods=130
187.35	       =>  wckTime=186.052  cpuTime=184.05  mem=27M210
276.21	   
276.21	   search
276.21	     run=24  nbConstraintChecks=230800978  nbPropagations=18089618  nbRevisions=471333273  nbUselessRevisions=431943136
276.21	     nbAssignments=619274  nbFailedAssignments=112981  nbBacktracks=505184  nbVisitedNodes=840349  nbRestartNogoods=137
276.21	       =>  wckTime=274.916  cpuTime=272.11  mem=27M210
409.98	   
409.98	   search
409.98	     run=25  nbConstraintChecks=342122504  nbPropagations=27467500  nbRevisions=711626639  nbUselessRevisions=651784241
409.98	     nbAssignments=929398  nbFailedAssignments=170557  nbBacktracks=757704  nbVisitedNodes=1265315  nbRestartNogoods=149
409.98	       =>  wckTime=408.681  cpuTime=404.96  mem=27M210
588.57	   
588.57	   search
588.57	     run=26  nbConstraintChecks=506432895  nbPropagations=41389090  nbRevisions=1066817423  nbUselessRevisions=976564941
588.57	     nbAssignments=1363651  nbFailedAssignments=263795  nbBacktracks=1098094  nbVisitedNodes=1877778
588.57	     nbRestartNogoods=160
588.57	       =>  wckTime=587.276  cpuTime=583.43  mem=27M210
588.57	   
588.57	   global
588.57	     nbConstraintChecks=506525872  nbPropagations=41389715  nbRevisions=1066824743  nbUselessRevisions=976567332
588.57	     nbRestartNogoods=160  solvingWckTime=587.277  solvingCpuTime=583.43  expiredTime=no  totalExploration=no
588.57	     nbFoundSolutions=1  globalCpuTime=584.16
588.57	       =>  wckTime=588.252  cpuTime=584.12  mem=27M210
588.58	   
588.58	s SATISFIABLE
588.58	v 0 3 18 13 14 1 20 16 6 15 11 12 2 5 24 19 17 10 22 4 21 8 7 9 23 21 10 24 12 13 9 0 14 8 19 15 17 6 16 3 1 5 4 23 11 2 22 18 7 20 13 5 19 15 3 16 23 20 9 17 14 24 21 8 6 18 22 2 11 10 12 4 0 1 7 6 23 8 4 10 21 13 11 7 9 19 16 3 22 2 24 1 18 17 12 0 20 5 14 15 1 4 20 8 19 15 18 22 10 12 0 5 7 3 23 2 13 6 21 17 14 24 9 16 11 23 9 5 14 16 17 7 12 11 18 21 19 10 15 1 0 4 20 3 22 24 6 2 8 13 19 0 1 22 17 8 9 15 4 3 23 2 24 12 14 10 7 13 20 21 16 18 6 11 5 3 21 22 10 12 2 17 6 13 4 1 7 8 24 5 9 19 14 15 20 11 23 16 18 0 17 20 10 16 5 12 11 4 15 21 9 23 0 6 13 22 14 8 19 18 7 1 3 24 2 12 16 15 11 23 5 24 9 22 13 17 21 18 7 0 20 6 3 10 8 1 14 19 2 4 14 18 13 9 0 22 5 7 19 11 6 3 16 10 20 12 2 24 1 23 4 21 8 15 17 7 24 2 21 15 19 16 23 14 8 10 20 1 11 18 13 3 17 4 9 5 0 12 6 22 16 6 3 23 8 18 21 2 20 22 12 9 4 0 17 7 10 15 24 5 13 11 1 19 14 11 19 0 24 1 7 14 8 2 16 20 22 12 17 4 21 9 23 5 15 18 3 10 13 6 24 22 9 5 20 6 12 3 23 7 13 18 19 4 8 17 21 11 16 0 15 2 14 10 1 4 13 6 20 2 11 1 18 0 10 8 14 5 23 21 15 24 19 9 7 17 16 22 3 12 8 17 16 19 4 13 15 5 12 6 2 1 9 14 22 3 11 7 18 24 23 10 20 0 21 15 7 23 2 22 4 6 24 21 0 18 10 17 1 12 11 16 5 8 14 3 9 13 20 19 22 8 12 6 24 3 19 10 5 2 4 0 11 9 15 14 18 1 7 13 20 17 21 23 16 20 12 11 18 21 14 22 13 24 1 16 6 23 19 7 8 15 0 2 3 10 5 4 17 9 9 14 17 7 6 0 2 1 18 20 3 11 22 21 10 5 23 16 12 19 8 13 15 4 24 2 11 21 3 7 23 8 19 1 14 24 4 20 18 9 16 0 12 13 6 22 15 17 5 10 18 15 7 17 11 24 10 0 16 5 22 8 13 2 19 4 20 9 14 1 6 12 23 21 3 5 1 14 0 18 10 4 17 3 24 7 13 15 20 16 23 12 21 6 2 9 19 11 22 8 10 2 4 1 9 20 3 21 17 23 5 15 14 13 11 6 8 22 0 16 19 7 24 12 18 
588.58	d NODES 1363651
588.58	d CHECKS 506525872
588.58	   
588.58	   totalWckTime=588.334  totalCpuTime=584.16

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node18/watcher-239403-1168084853 -o ROOT/results/node18/solver-239403-1168084853 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239403-1168084853/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.07 2.00 2/93 27574
/proc/meminfo: memFree=975072/2055920 swapFree=4192812/4192956
[pid=27573] ppid=27571 vsize=18540 CPUtime=0
/proc/27573/stat : 27573 (runsolver) R 27571 27573 27356 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156880016 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 227848809767 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27573/statm: 4635 279 244 17 0 2626 0

[startup+0.10215 s]
/proc/loadavg: 2.10 2.07 2.00 2/93 27574
/proc/meminfo: memFree=975072/2055920 swapFree=4192812/4192956
[pid=27573] ppid=27571 vsize=913068 CPUtime=0.07
/proc/27573/stat : 27573 (java) S 27571 27573 27356 0 -1 0 2855 0 1 0 6 1 0 0 19 0 8 0 156880016 934981632 2601 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27573/statm: 228267 2601 1395 14 0 215168 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 913068

[startup+0.510189 s]
/proc/loadavg: 2.10 2.07 2.00 2/93 27574
/proc/meminfo: memFree=975072/2055920 swapFree=4192812/4192956
[pid=27573] ppid=27571 vsize=915328 CPUtime=0.48
/proc/27573/stat : 27573 (java) R 27571 27573 27356 0 -1 0 6535 0 1 0 44 4 0 0 18 0 8 0 156880016 937295872 6274 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27573/statm: 228832 6274 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33127 s]
/proc/loadavg: 2.10 2.07 2.00 3/100 27581
/proc/meminfo: memFree=923752/2055920 swapFree=4192812/4192956
[pid=27573] ppid=27571 vsize=915676 CPUtime=1.29
/proc/27573/stat : 27573 (java) R 27571 27573 27356 0 -1 0 15591 0 1 0 120 9 0 0 23 0 8 0 156880016 937652224 15329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073955239 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27573/statm: 228919 15329 2509 14 0 215389 0
[pid=27573/tid=27575] ppid=27571 vsize=915676 CPUtime=0.09
/proc/27573/task/27575/stat : 27575 (java) S 27571 27573 27356 0 -1 64 1424 0 0 0 9 0 0 0 17 0 8 0 156880021 937652224 15329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27576] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27576/stat : 27576 (java) S 27571 27573 27356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27577] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27577/stat : 27577 (java) S 27571 27573 27356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27578] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27578/stat : 27578 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156880025 937652224 15329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27579] ppid=27571 vsize=915676 CPUtime=0.23
/proc/27573/task/27579/stat : 27579 (java) S 27571 27573 27356 0 -1 64 453 0 0 0 23 0 0 0 15 0 8 0 156880025 937652224 15329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27580] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27580/stat : 27580 (java) S 27571 27573 27356 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156880025 937652224 15329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27581] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27581/stat : 27581 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156880025 937652224 15329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915676

[startup+2.96847 s]
/proc/loadavg: 2.10 2.07 2.00 3/100 27581
/proc/meminfo: memFree=923304/2055920 swapFree=4192812/4192956
[pid=27573] ppid=27571 vsize=915676 CPUtime=2.91
/proc/27573/stat : 27573 (java) R 27571 27573 27356 0 -1 0 15630 0 1 0 282 9 0 0 25 0 8 0 156880016 937652224 15367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074000427 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27573/statm: 228919 15367 2513 14 0 215389 0
[pid=27573/tid=27575] ppid=27571 vsize=915676 CPUtime=0.09
/proc/27573/task/27575/stat : 27575 (java) S 27571 27573 27356 0 -1 64 1424 0 0 0 9 0 0 0 17 0 8 0 156880021 937652224 15367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27576] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27576/stat : 27576 (java) S 27571 27573 27356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27577] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27577/stat : 27577 (java) S 27571 27573 27356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27578] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27578/stat : 27578 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156880025 937652224 15367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27579] ppid=27571 vsize=915676 CPUtime=0.31
/proc/27573/task/27579/stat : 27579 (java) S 27571 27573 27356 0 -1 64 484 0 0 0 30 1 0 0 15 0 8 0 156880025 937652224 15367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27580] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27580/stat : 27580 (java) S 27571 27573 27356 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156880025 937652224 15367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27581] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27581/stat : 27581 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156880025 937652224 15367 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915676

[startup+6.26675 s]
/proc/loadavg: 2.09 2.07 2.00 3/100 27581
/proc/meminfo: memFree=923176/2055920 swapFree=4192812/4192956
[pid=27573] ppid=27571 vsize=915676 CPUtime=6.18
/proc/27573/stat : 27573 (java) R 27571 27573 27356 0 -1 0 15633 0 1 0 609 9 0 0 25 0 8 0 156880016 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073945297 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27573/statm: 228919 15368 2513 14 0 215389 0
[pid=27573/tid=27575] ppid=27571 vsize=915676 CPUtime=0.09
/proc/27573/task/27575/stat : 27575 (java) S 27571 27573 27356 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156880021 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27576] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27576/stat : 27576 (java) S 27571 27573 27356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27577] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27577/stat : 27577 (java) S 27571 27573 27356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27578] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27578/stat : 27578 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156880025 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27579] ppid=27571 vsize=915676 CPUtime=0.31
/proc/27573/task/27579/stat : 27579 (java) S 27571 27573 27356 0 -1 64 485 0 0 0 30 1 0 0 16 0 8 0 156880025 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27580] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27580/stat : 27580 (java) S 27571 27573 27356 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156880025 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27581] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27581/stat : 27581 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156880025 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915676

[startup+12.7464 s]
/proc/loadavg: 2.08 2.06 2.00 3/106 27645
/proc/meminfo: memFree=921936/2055920 swapFree=4192812/4192956
[pid=27573] ppid=27571 vsize=915676 CPUtime=12.54
/proc/27573/stat : 27573 (java) R 27571 27573 27356 0 -1 0 15633 0 1 0 1244 10 0 0 25 0 8 0 156880016 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073565901 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27573/statm: 228919 15368 2513 14 0 215389 0
[pid=27573/tid=27575] ppid=27571 vsize=915676 CPUtime=0.09
/proc/27573/task/27575/stat : 27575 (java) S 27571 27573 27356 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156880021 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27576] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27576/stat : 27576 (java) S 27571 27573 27356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27577] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27577/stat : 27577 (java) S 27571 27573 27356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27578] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27578/stat : 27578 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156880025 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27579] ppid=27571 vsize=915676 CPUtime=0.31
/proc/27573/task/27579/stat : 27579 (java) S 27571 27573 27356 0 -1 64 485 0 0 0 30 1 0 0 16 0 8 0 156880025 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27580] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27580/stat : 27580 (java) S 27571 27573 27356 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156880025 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27581] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27581/stat : 27581 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156880025 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 915676

[startup+25.6336 s]
/proc/loadavg: 2.30 2.11 2.02 3/106 27663
/proc/meminfo: memFree=922000/2055920 swapFree=4192812/4192956
[pid=27573] ppid=27571 vsize=915676 CPUtime=25.29
/proc/27573/stat : 27573 (java) R 27571 27573 27356 0 -1 0 15633 0 1 0 2519 10 0 0 25 0 8 0 156880016 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074002186 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27573/statm: 228919 15368 2513 14 0 215389 0
[pid=27573/tid=27575] ppid=27571 vsize=915676 CPUtime=0.09
/proc/27573/task/27575/stat : 27575 (java) S 27571 27573 27356 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156880021 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27576] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27576/stat : 27576 (java) S 27571 27573 27356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27577] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27577/stat : 27577 (java) S 27571 27573 27356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27578] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27578/stat : 27578 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156880025 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27579] ppid=27571 vsize=915676 CPUtime=0.31
/proc/27573/task/27579/stat : 27579 (java) S 27571 27573 27356 0 -1 64 485 0 0 0 30 1 0 0 16 0 8 0 156880025 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27580] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27580/stat : 27580 (java) S 27571 27573 27356 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156880025 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27581] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27581/stat : 27581 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156880025 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 915676

[startup+51.2781 s]
/proc/loadavg: 2.20 2.10 2.01 3/106 27721
/proc/meminfo: memFree=922080/2055920 swapFree=4192812/4192956
[pid=27573] ppid=27571 vsize=915676 CPUtime=50.65
/proc/27573/stat : 27573 (java) R 27571 27573 27356 0 -1 0 15633 0 1 0 5055 10 0 0 25 0 8 0 156880016 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073982816 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27573/statm: 228919 15368 2513 14 0 215389 0
[pid=27573/tid=27575] ppid=27571 vsize=915676 CPUtime=0.09
/proc/27573/task/27575/stat : 27575 (java) S 27571 27573 27356 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156880021 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27576] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27576/stat : 27576 (java) S 27571 27573 27356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27577] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27577/stat : 27577 (java) S 27571 27573 27356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27578] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27578/stat : 27578 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156880025 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27579] ppid=27571 vsize=915676 CPUtime=0.31
/proc/27573/task/27579/stat : 27579 (java) S 27571 27573 27356 0 -1 64 485 0 0 0 30 1 0 0 16 0 8 0 156880025 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27580] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27580/stat : 27580 (java) S 27571 27573 27356 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156880025 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27581] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27581/stat : 27581 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156880025 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 915676

[startup+102.561 s]
/proc/loadavg: 2.08 2.08 2.01 3/100 27779
/proc/meminfo: memFree=923240/2055920 swapFree=4192812/4192956
[pid=27573] ppid=27571 vsize=915676 CPUtime=101.39
/proc/27573/stat : 27573 (java) R 27571 27573 27356 0 -1 0 15633 0 1 0 10129 10 0 0 25 0 8 0 156880016 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073956227 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27573/statm: 228919 15368 2513 14 0 215389 0
[pid=27573/tid=27575] ppid=27571 vsize=915676 CPUtime=0.09
/proc/27573/task/27575/stat : 27575 (java) S 27571 27573 27356 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156880021 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27576] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27576/stat : 27576 (java) S 27571 27573 27356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27577] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27577/stat : 27577 (java) S 27571 27573 27356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27578] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27578/stat : 27578 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156880025 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27579] ppid=27571 vsize=915676 CPUtime=0.31
/proc/27573/task/27579/stat : 27579 (java) S 27571 27573 27356 0 -1 64 485 0 0 0 30 1 0 0 16 0 8 0 156880025 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27580] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27580/stat : 27580 (java) S 27571 27573 27356 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156880025 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27581] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27581/stat : 27581 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156880025 937652224 15368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 915676

[startup+162.568 s]
/proc/loadavg: 2.14 2.10 2.01 3/100 27779
/proc/meminfo: memFree=923240/2055920 swapFree=4192812/4192956
[pid=27573] ppid=27571 vsize=915676 CPUtime=160.85
/proc/27573/stat : 27573 (java) R 27571 27573 27356 0 -1 0 15635 0 1 0 16075 10 0 0 25 0 8 0 156880016 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073958086 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/27573/task/27578/stat : 27578 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27579] ppid=27571 vsize=915676 CPUtime=0.31
/proc/27573/task/27579/stat : 27579 (java) S 27571 27573 27356 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27580] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27580/stat : 27580 (java) S 27571 27573 27356 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27581] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27581/stat : 27581 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.85
Current children cumulated vsize (KiB) 915676

[startup+222.578 s]
/proc/loadavg: 2.05 2.08 2.01 3/100 27779
/proc/meminfo: memFree=923240/2055920 swapFree=4192812/4192956
[pid=27573] ppid=27571 vsize=915676 CPUtime=220.32
/proc/27573/stat : 27573 (java) R 27571 27573 27356 0 -1 0 15635 0 1 0 22021 11 0 0 25 0 8 0 156880016 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073987218 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27573/statm: 228919 15369 2513 14 0 215389 0
[pid=27573/tid=27575] ppid=27571 vsize=915676 CPUtime=0.09
/proc/27573/task/27575/stat : 27575 (java) S 27571 27573 27356 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156880021 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27576] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27576/stat : 27576 (java) S 27571 27573 27356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27577] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27577/stat : 27577 (java) S 27571 27573 27356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27578] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27578/stat : 27578 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27579] ppid=27571 vsize=915676 CPUtime=0.31
/proc/27573/task/27579/stat : 27579 (java) S 27571 27573 27356 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27580] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27580/stat : 27580 (java) S 27571 27573 27356 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27581] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27581/stat : 27581 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.32
Current children cumulated vsize (KiB) 915676

[startup+282.584 s]
/proc/loadavg: 2.16 2.11 2.02 3/100 27779
/proc/meminfo: memFree=923240/2055920 swapFree=4192812/4192956
[pid=27573] ppid=27571 vsize=915676 CPUtime=279.77
/proc/27573/stat : 27573 (java) R 27571 27573 27356 0 -1 0 15635 0 1 0 27966 11 0 0 25 0 8 0 156880016 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073971255 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27573/statm: 228919 15369 2513 14 0 215389 0
[pid=27573/tid=27575] ppid=27571 vsize=915676 CPUtime=0.09
/proc/27573/task/27575/stat : 27575 (java) S 27571 27573 27356 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156880021 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27576] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27576/stat : 27576 (java) S 27571 27573 27356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27577] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27577/stat : 27577 (java) S 27571 27573 27356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27578] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27578/stat : 27578 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27579] ppid=27571 vsize=915676 CPUtime=0.31
/proc/27573/task/27579/stat : 27579 (java) S 27571 27573 27356 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27580] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27580/stat : 27580 (java) S 27571 27573 27356 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27581] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27581/stat : 27581 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.77
Current children cumulated vsize (KiB) 915676

[startup+342.59 s]
/proc/loadavg: 2.06 2.08 2.01 3/100 27779
/proc/meminfo: memFree=923176/2055920 swapFree=4192812/4192956
[pid=27573] ppid=27571 vsize=915676 CPUtime=339.24
/proc/27573/stat : 27573 (java) R 27571 27573 27356 0 -1 0 15635 0 1 0 33912 12 0 0 25 0 8 0 156880016 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073965957 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27573/statm: 228919 15369 2513 14 0 215389 0
[pid=27573/tid=27575] ppid=27571 vsize=915676 CPUtime=0.09
/proc/27573/task/27575/stat : 27575 (java) S 27571 27573 27356 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156880021 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27576] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27576/stat : 27576 (java) S 27571 27573 27356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27577] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27577/stat : 27577 (java) S 27571 27573 27356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27578] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27578/stat : 27578 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27579] ppid=27571 vsize=915676 CPUtime=0.31
/proc/27573/task/27579/stat : 27579 (java) S 27571 27573 27356 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27580] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27580/stat : 27580 (java) S 27571 27573 27356 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27581] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27581/stat : 27581 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.24
Current children cumulated vsize (KiB) 915676

[startup+402.664 s]
/proc/loadavg: 1.63 1.97 1.98 2/88 27790
/proc/meminfo: memFree=1055176/2055920 swapFree=4192812/4192956
[pid=27573] ppid=27571 vsize=915676 CPUtime=399.01
/proc/27573/stat : 27573 (java) R 27571 27573 27356 0 -1 0 15635 0 1 0 39888 13 0 0 25 0 8 0 156880016 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073965963 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27573/statm: 228919 15369 2513 14 0 215389 0
[pid=27573/tid=27575] ppid=27571 vsize=915676 CPUtime=0.09
/proc/27573/task/27575/stat : 27575 (java) S 27571 27573 27356 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156880021 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27576] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27576/stat : 27576 (java) S 27571 27573 27356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27577] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27577/stat : 27577 (java) S 27571 27573 27356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27578] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27578/stat : 27578 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27579] ppid=27571 vsize=915676 CPUtime=0.31
/proc/27573/task/27579/stat : 27579 (java) S 27571 27573 27356 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27580] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27580/stat : 27580 (java) S 27571 27573 27356 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27581] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27581/stat : 27581 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.01
Current children cumulated vsize (KiB) 915676

[startup+462.704 s]
/proc/loadavg: 1.31 1.82 1.92 2/88 27837
/proc/meminfo: memFree=1053384/2055920 swapFree=4192812/4192956
[pid=27573] ppid=27571 vsize=915676 CPUtime=459
/proc/27573/stat : 27573 (java) R 27571 27573 27356 0 -1 0 15635 0 1 0 45886 14 0 0 25 0 8 0 156880016 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073958063 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27573/statm: 228919 15369 2513 14 0 215389 0
[pid=27573/tid=27575] ppid=27571 vsize=915676 CPUtime=0.09
/proc/27573/task/27575/stat : 27575 (java) S 27571 27573 27356 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156880021 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27576] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27576/stat : 27576 (java) S 27571 27573 27356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27577] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27577/stat : 27577 (java) S 27571 27573 27356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27578] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27578/stat : 27578 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27579] ppid=27571 vsize=915676 CPUtime=0.31
/proc/27573/task/27579/stat : 27579 (java) S 27571 27573 27356 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27580] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27580/stat : 27580 (java) S 27571 27573 27356 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27581] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27581/stat : 27581 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459
Current children cumulated vsize (KiB) 915676

[startup+522.74 s]
/proc/loadavg: 1.11 1.67 1.86 2/88 27846
/proc/meminfo: memFree=1055176/2055920 swapFree=4192812/4192956
[pid=27573] ppid=27571 vsize=915676 CPUtime=519
/proc/27573/stat : 27573 (java) R 27571 27573 27356 0 -1 0 15635 0 1 0 51886 14 0 0 25 0 8 0 156880016 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073957973 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27573/statm: 228919 15369 2513 14 0 215389 0
[pid=27573/tid=27575] ppid=27571 vsize=915676 CPUtime=0.09
/proc/27573/task/27575/stat : 27575 (java) S 27571 27573 27356 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156880021 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27576] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27576/stat : 27576 (java) S 27571 27573 27356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27577] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27577/stat : 27577 (java) S 27571 27573 27356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27578] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27578/stat : 27578 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27579] ppid=27571 vsize=915676 CPUtime=0.31
/proc/27573/task/27579/stat : 27579 (java) S 27571 27573 27356 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27580] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27580/stat : 27580 (java) S 27571 27573 27356 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27581] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27581/stat : 27581 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519
Current children cumulated vsize (KiB) 915676

[startup+582.79 s]
/proc/loadavg: 1.07 1.56 1.81 2/88 27901
/proc/meminfo: memFree=1053640/2055920 swapFree=4192812/4192956
[pid=27573] ppid=27571 vsize=915676 CPUtime=579
/proc/27573/stat : 27573 (java) R 27571 27573 27356 0 -1 0 15635 0 1 0 57885 15 0 0 25 0 8 0 156880016 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074062647 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27573/statm: 228919 15369 2513 14 0 215389 0
[pid=27573/tid=27575] ppid=27571 vsize=915676 CPUtime=0.09
/proc/27573/task/27575/stat : 27575 (java) S 27571 27573 27356 0 -1 64 1424 0 0 0 9 0 0 0 16 0 8 0 156880021 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27576] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27576/stat : 27576 (java) S 27571 27573 27356 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27577] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27577/stat : 27577 (java) S 27571 27573 27356 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156880021 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27578] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27578/stat : 27578 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27579] ppid=27571 vsize=915676 CPUtime=0.31
/proc/27573/task/27579/stat : 27579 (java) S 27571 27573 27356 0 -1 64 486 0 0 0 30 1 0 0 16 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27580] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27580/stat : 27580 (java) S 27571 27573 27356 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27573/tid=27581] ppid=27571 vsize=915676 CPUtime=0
/proc/27573/task/27581/stat : 27581 (java) S 27571 27573 27356 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156880025 937652224 15369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 579
Current children cumulated vsize (KiB) 915676

Child status: 0
Real time (s): 588.616
CPU time (s): 584.807
CPU user time (s): 584.639
CPU system time (s): 0.167974
CPU usage (%): 99.3529
Max. virtual memory (cumulated for all children) (KiB): 915780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 584.639
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15642
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= 13241
involuntary context switches= 25638

runsolver used 0.689895 s user time and 1.76773 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sat Jan  6 12:00:53 UTC 2007


IDJOB= 239403
IDBENCH= 7058
FILE ID= node18/239403-1168084853

PBS_JOBID= 3476247

Free space on /tmp= 66283 MiB

BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QWH-25/qwh-25-235-4_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239403-1168084853/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-239403-1168084853 -o ROOT/results/node18/solver-239403-1168084853 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239403-1168084853/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  de368d06ae3ba90236a4ae3877da0df2

RANDOM SEED= 600921374

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.231
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.231
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:        975552 kB
Buffers:         70900 kB
Cached:         721164 kB
SwapCached:          0 kB
Active:         571704 kB
Inactive:       409148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        975552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2724 kB
Writeback:           0 kB
Mapped:         217844 kB
Slab:            84220 kB
Committed_AS:  4969340 kB
PageTables:       2368 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= 66285 MiB



End job on node18 on Sat Jan  6 12:10:51 UTC 2007