Trace number 217601

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.05 1812.99

General information on the benchmark

Nameramsey/ramsey3/
ramsey-17-3.xml
MD5SUMdef456ebf25be10cb85c1030b4ef140a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables136
Number of constraints680
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension680
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/217601-1168248114/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.43	     nbVariables=136  nbDomainTypes=1  minDomainSize=3  maxDomainSize=3
0.43	       =>  wckTime=0.114  cpuTime=0.1  mem=6M951
0.43	   
0.43	   predicates being loaded...
0.44	   
0.44	   constraints being loaded...
0.72	     nbConstraints=680  nbConflictsStructures=1  nbSharedConflictsStructures=679  nbSharedBinaryRepresentations=0
0.72	     nbEvaluationManagers=1  nbSharedEvaluationManagers=679  maxDegree=15  maxArity=3
0.72	       =>  wckTime=0.405  cpuTime=0.28  mem=13M778
0.77	   
0.77	   solver IterativeSystematicSolver being built... 
0.97	       =>  wckTime=0.655  cpuTime=0.44  mem=18M699
1.03	   
1.03	   preprocessing
1.03	     nbConstraintChecks=863  nbValidityChecks=48  nbPropagations=465  nbRevisions=347  nbUselessRevisions=148
1.03	     nbSingletonTests=155  nbEffectiveSingletonTests=0  nbESACBranches=12  nbRemovedValues=0  detectedInconsistency=no
1.03	       =>  wckTime=0.056  cpuTime=0.03  mem=18M699
1.09	   
1.09	   search
1.09	     run=0  nbConstraintChecks=3417  nbValidityChecks=2894  nbPropagations=969  nbRevisions=2356
1.09	     nbUselessRevisions=1539  nbAssignments=79  nbFailedAssignments=8  nbBacktracks=17  nbVisitedNodes=92
1.09	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.117  cpuTime=0.07  mem=18M699
1.12	   
1.12	   search
1.12	     run=1  nbConstraintChecks=5557  nbValidityChecks=5314  nbPropagations=2285  nbRevisions=5845
1.12	     nbUselessRevisions=3843  nbAssignments=200  nbFailedAssignments=19  nbBacktracks=40  nbVisitedNodes=196
1.12	     nbRestartNogoods=2  mapSize=26  nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.139  cpuTime=0.09  mem=18M699
1.14	   
1.14	   search
1.14	     run=2  nbConstraintChecks=7949  nbValidityChecks=8080  nbPropagations=3968  nbRevisions=10570
1.14	     nbUselessRevisions=6969  nbAssignments=304  nbFailedAssignments=36  nbBacktracks=62  nbVisitedNodes=331
1.14	     nbRestartNogoods=3  mapSize=44  nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.165  cpuTime=0.11  mem=18M699
1.17	   
1.17	   search
1.17	     run=3  nbConstraintChecks=11073  nbValidityChecks=13691  nbPropagations=6412  nbRevisions=17720
1.17	     nbUselessRevisions=11900  nbAssignments=640  nbFailedAssignments=47  nbBacktracks=108  nbVisitedNodes=452
1.17	     nbRestartNogoods=14  mapSize=63  nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.194  cpuTime=0.13  mem=18M699
1.19	   
1.19	   search
1.19	     run=4  nbConstraintChecks=13380  nbValidityChecks=16709  nbPropagations=9277  nbRevisions=26206
1.20	     nbUselessRevisions=17747  nbAssignments=817  nbFailedAssignments=60  nbBacktracks=158  nbVisitedNodes=595
1.20	     nbRestartNogoods=16  mapSize=78  nbInferences=0  nbTooLargeKeys=0
1.20	       =>  wckTime=0.216  cpuTime=0.15  mem=18M699
1.23	   
1.23	   search
1.23	     run=5  nbConstraintChecks=18012  nbValidityChecks=23743  nbPropagations=12982  nbRevisions=37821
1.23	     nbUselessRevisions=25804  nbAssignments=1108  nbFailedAssignments=89  nbBacktracks=241  nbVisitedNodes=810
1.23	     nbRestartNogoods=21  mapSize=111  nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.251  cpuTime=0.18  mem=18M699
1.28	   
1.28	   search
1.28	     run=6  nbConstraintChecks=25058  nbValidityChecks=35472  nbPropagations=18106  nbRevisions=54682
1.28	     nbUselessRevisions=37765  nbAssignments=1741  nbFailedAssignments=122  nbBacktracks=360  nbVisitedNodes=1103
1.28	     nbRestartNogoods=32  mapSize=157  nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.307  cpuTime=0.23  mem=18M699
1.35	   
1.35	   search
1.35	     run=7  nbConstraintChecks=35112  nbValidityChecks=51149  nbPropagations=25100  nbRevisions=78496
1.35	     nbUselessRevisions=54503  nbAssignments=2201  nbFailedAssignments=177  nbBacktracks=530  nbVisitedNodes=1486
1.35	     nbRestartNogoods=40  mapSize=251  nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.369  cpuTime=0.28  mem=18M699
1.43	   
1.43	   search
1.43	     run=8  nbConstraintChecks=47529  nbValidityChecks=68413  nbPropagations=33830  nbRevisions=110270
1.43	     nbUselessRevisions=76940  nbAssignments=2700  nbFailedAssignments=245  nbBacktracks=791  nbVisitedNodes=2021
1.43	     nbRestartNogoods=48  mapSize=355  nbInferences=0  nbTooLargeKeys=0
1.43	       =>  wckTime=0.448  cpuTime=0.36  mem=18M699
1.51	   
1.51	   search
1.51	     run=9  nbConstraintChecks=63029  nbValidityChecks=90441  nbPropagations=44912  nbRevisions=152045
1.51	     nbUselessRevisions=106248  nbAssignments=3243  nbFailedAssignments=335  nbBacktracks=1197  nbVisitedNodes=2743
1.51	     nbRestartNogoods=56  mapSize=510  nbInferences=0  nbTooLargeKeys=0
1.51	       =>  wckTime=0.536  cpuTime=0.44  mem=19M674
1.62	   
1.62	   search
1.62	     run=10  nbConstraintChecks=81413  nbValidityChecks=118122  nbPropagations=58905  nbRevisions=206623
1.62	     nbUselessRevisions=144648  nbAssignments=4029  nbFailedAssignments=430  nbBacktracks=1774  nbVisitedNodes=3649
1.62	     nbRestartNogoods=61  mapSize=675  nbInferences=0  nbTooLargeKeys=0
1.62	       =>  wckTime=0.64  cpuTime=0.53  mem=19M674
1.76	   
1.76	   INFO : Stopping hyperNogood (mapSize=1004, nbTooLargekeys=0, mem=19M674)
1.78	   
1.78	   search
1.78	     run=11  nbConstraintChecks=117101  nbValidityChecks=169313  nbPropagations=78249  nbRevisions=284483
1.78	     nbUselessRevisions=199005  nbAssignments=5159  nbFailedAssignments=649  nbBacktracks=2647  nbVisitedNodes=5237
1.78	     nbRestartNogoods=68
1.78	       =>  wckTime=0.802  cpuTime=0.69  mem=19M674
1.90	   
1.90	   search
1.90	     run=12  nbConstraintChecks=172291  nbValidityChecks=245662  nbPropagations=103953  nbRevisions=398240
1.90	     nbUselessRevisions=279646  nbAssignments=6843  nbFailedAssignments=954  nbBacktracks=3946  nbVisitedNodes=7511
1.90	     nbRestartNogoods=72
1.90	       =>  wckTime=0.922  cpuTime=0.81  mem=19M674
2.12	   
2.12	   search
2.12	     run=13  nbConstraintChecks=260208  nbValidityChecks=376473  nbPropagations=143315  nbRevisions=571148
2.12	     nbUselessRevisions=401198  nbAssignments=9515  nbFailedAssignments=1487  nbBacktracks=5899  nbVisitedNodes=11071
2.12	     nbRestartNogoods=82
2.12	       =>  wckTime=1.147  cpuTime=1.03  mem=19M674
2.43	   
2.43	   search
2.43	     run=14  nbConstraintChecks=380230  nbValidityChecks=552142  nbPropagations=201123  nbRevisions=824787
2.43	     nbUselessRevisions=578805  nbAssignments=13234  nbFailedAssignments=2245  nbBacktracks=8818  nbVisitedNodes=16260
2.43	     nbRestartNogoods=87
2.43	       =>  wckTime=1.456  cpuTime=1.33  mem=19M674
2.77	   
2.78	   search
2.78	     run=15  nbConstraintChecks=543011  nbValidityChecks=777032  nbPropagations=277843  nbRevisions=1185153
2.78	     nbUselessRevisions=834719  nbAssignments=18515  nbFailedAssignments=3095  nbBacktracks=13199  nbVisitedNodes=23220
2.78	     nbRestartNogoods=92
2.78	       =>  wckTime=1.798  cpuTime=1.68  mem=19M674
3.46	   
3.46	   search
3.46	     run=16  nbConstraintChecks=830388  nbValidityChecks=1192310  nbPropagations=395178  nbRevisions=1735768
3.46	     nbUselessRevisions=1223515  nbAssignments=26835  nbFailedAssignments=4731  nbBacktracks=19770  nbVisitedNodes=34860
3.46	     nbRestartNogoods=100
3.46	       =>  wckTime=2.483  cpuTime=2.35  mem=19M674
4.21	   
4.21	   search
4.21	     run=17  nbConstraintChecks=1158141  nbValidityChecks=1652638  nbPropagations=555853  nbRevisions=2501414
4.21	     nbUselessRevisions=1765841  nbAssignments=38480  nbFailedAssignments=6451  nbBacktracks=29648  nbVisitedNodes=49935
4.21	     nbRestartNogoods=107
4.21	       =>  wckTime=3.234  cpuTime=3.1  mem=19M674
5.71	   
5.71	   search
5.71	     run=18  nbConstraintChecks=1777043  nbValidityChecks=2550173  nbPropagations=808102  nbRevisions=3676728
5.71	     nbUselessRevisions=2591693  nbAssignments=57122  nbFailedAssignments=10164  nbBacktracks=44431
5.71	     nbVisitedNodes=75845  nbRestartNogoods=117
5.71	       =>  wckTime=4.732  cpuTime=4.57  mem=19M674
7.46	   
7.46	   search
7.46	     run=19  nbConstraintChecks=2484058  nbValidityChecks=3596514  nbPropagations=1167242  nbRevisions=5336217
7.46	     nbUselessRevisions=3756506  nbAssignments=83157  nbFailedAssignments=13957  nbBacktracks=66608
7.46	     nbVisitedNodes=109432  nbRestartNogoods=124
7.46	       =>  wckTime=6.479  cpuTime=6.31  mem=19M674
10.50	   
10.50	   search
10.50	     run=20  nbConstraintChecks=3757279  nbValidityChecks=5455884  nbPropagations=1710632  nbRevisions=7851718
10.50	     nbUselessRevisions=5519968  nbAssignments=123600  nbFailedAssignments=20989  nbBacktracks=99873
10.50	     nbVisitedNodes=163923  nbRestartNogoods=146
10.50	       =>  wckTime=9.525  cpuTime=9.32  mem=19M674
15.39	   
15.39	   search
15.39	     run=21  nbConstraintChecks=5918106  nbValidityChecks=8552552  nbPropagations=2566047  nbRevisions=11771414
15.39	     nbUselessRevisions=8249889  nbAssignments=186278  nbFailedAssignments=33700  nbBacktracks=149755
15.39	     nbVisitedNodes=252279  nbRestartNogoods=157
15.39	       =>  wckTime=14.416  cpuTime=14.19  mem=19M674
22.90	   
22.90	   search
22.90	     run=22  nbConstraintChecks=8920524  nbValidityChecks=13024529  nbPropagations=3892694  nbRevisions=17732956
22.90	     nbUselessRevisions=12387292  nbAssignments=278997  nbFailedAssignments=51336  nbBacktracks=224573
22.90	     nbVisitedNodes=379324  nbRestartNogoods=168
22.90	       =>  wckTime=21.923  cpuTime=21.63  mem=19M674
34.13	   
34.13	   search
34.13	     run=23  nbConstraintChecks=13477718  nbValidityChecks=19634990  nbPropagations=5903559  nbRevisions=26683053
34.13	     nbUselessRevisions=18576467  nbAssignments=419384  nbFailedAssignments=79209  nbBacktracks=336803
34.13	     nbVisitedNodes=574825  nbRestartNogoods=182
34.13	       =>  wckTime=33.151  cpuTime=32.75  mem=19M674
52.46	   
52.46	   search
52.46	     run=24  nbConstraintChecks=20906592  nbValidityChecks=30610076  nbPropagations=9033246  nbRevisions=40651952
52.46	     nbUselessRevisions=28238636  nbAssignments=632896  nbFailedAssignments=124328  nbBacktracks=505146
52.46	     nbVisitedNodes=875804  nbRestartNogoods=195
52.46	       =>  wckTime=51.486  cpuTime=50.91  mem=19M674
77.36	   
77.36	   search
77.36	     run=25  nbConstraintChecks=30839434  nbValidityChecks=45383854  nbPropagations=13707788  nbRevisions=61352384
77.36	     nbUselessRevisions=42547292  nbAssignments=945247  nbFailedAssignments=184123  nbBacktracks=757660
77.36	     nbVisitedNodes=1303609  nbRestartNogoods=204
77.36	       =>  wckTime=76.384  cpuTime=75.57  mem=19M674
111.58	   
111.58	   search
111.58	     run=26  nbConstraintChecks=44812207  nbValidityChecks=65775751  nbPropagations=20455943  nbRevisions=91443238
111.58	     nbUselessRevisions=63404980  nbAssignments=1404772  nbFailedAssignments=264826  nbBacktracks=1136434
111.58	     nbVisitedNodes=1922869  nbRestartNogoods=210
111.58	       =>  wckTime=110.606  cpuTime=109.49  mem=19M674
168.86	   
168.86	   search
168.86	     run=27  nbConstraintChecks=68374709  nbValidityChecks=99807481  nbPropagations=30621934  nbRevisions=136819776
168.86	     nbUselessRevisions=94762843  nbAssignments=2119652  nbFailedAssignments=411494  nbBacktracks=1704586
168.86	     nbVisitedNodes=2931527  nbRestartNogoods=224
168.86	       =>  wckTime=167.88  cpuTime=166.22  mem=19M674
246.72	   
246.72	   search
246.72	     run=28  nbConstraintChecks=100476349  nbValidityChecks=146935690  nbPropagations=45654639  nbRevisions=203996847
246.72	     nbUselessRevisions=141252901  nbAssignments=3155294  nbFailedAssignments=594811  nbBacktracks=2556812
246.72	     nbVisitedNodes=4333113  nbRestartNogoods=244
246.72	       =>  wckTime=245.744  cpuTime=243.67  mem=19M674
372.93	   
372.93	   search
372.93	     run=29  nbConstraintChecks=150313214  nbValidityChecks=221580988  nbPropagations=68572908  nbRevisions=305218667
372.93	     nbUselessRevisions=211103836  nbAssignments=4719009  nbFailedAssignments=880118  nbBacktracks=3835159
372.93	     nbVisitedNodes=6457849  nbRestartNogoods=259
372.93	       =>  wckTime=371.954  cpuTime=369.28  mem=19M674
563.54	   
563.54	   search
563.54	     run=30  nbConstraintChecks=228538485  nbValidityChecks=338127514  nbPropagations=103403062  nbRevisions=459071845
563.54	     nbUselessRevisions=317272042  nbAssignments=7079040  nbFailedAssignments=1322525  nbBacktracks=5752677
563.54	     nbVisitedNodes=9698682  nbRestartNogoods=274
563.54	       =>  wckTime=562.565  cpuTime=558.92  mem=19M674
847.55	   
847.55	   search
847.55	     run=31  nbConstraintChecks=345330092  nbValidityChecks=508844553  nbPropagations=155505456  nbRevisions=690293766
847.55	     nbUselessRevisions=476879050  nbAssignments=10638431  nbFailedAssignments=2005600  nbBacktracks=8628947
847.55	     nbVisitedNodes=14609510  nbRestartNogoods=285
847.55	       =>  wckTime=846.576  cpuTime=841.6  mem=19M674
1227.67	   
1227.67	   search
1227.67	     run=32  nbConstraintChecks=510936719  nbValidityChecks=752702230  nbPropagations=232670800  nbRevisions=1033463379
1227.67	     nbUselessRevisions=714113728  nbAssignments=15883324  nbFailedAssignments=2936048  nbBacktracks=12943345
1227.67	     nbVisitedNodes=21699690  nbRestartNogoods=299
1227.67	       =>  wckTime=1226.69  cpuTime=1219.51  mem=19M674

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/node24/watcher-217601-1168248114 -o ROOT/results/node24/solver-217601-1168248114 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/217601-1168248114/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: 1.97 2.00 1.93 2/88 20405
/proc/meminfo: memFree=1817656/2055920 swapFree=4192812/4192956
[pid=20404] ppid=20402 vsize=18540 CPUtime=0
/proc/20404/stat : 20404 (runsolver) R 20402 20404 19967 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 173206720 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 237788261671 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/20404/statm: 4635 279 244 17 0 2626 0

[startup+0.102417 s]
/proc/loadavg: 1.97 2.00 1.93 2/88 20405
/proc/meminfo: memFree=1817656/2055920 swapFree=4192812/4192956
[pid=20404] ppid=20402 vsize=913228 CPUtime=0.09
/proc/20404/stat : 20404 (java) S 20402 20404 19967 0 -1 0 2905 0 1 0 7 2 0 0 18 0 8 0 173206720 935145472 2651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20404/statm: 228307 2651 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 913228

[startup+0.513459 s]
/proc/loadavg: 1.97 2.00 1.93 2/88 20405
/proc/meminfo: memFree=1817656/2055920 swapFree=4192812/4192956
[pid=20404] ppid=20402 vsize=915328 CPUtime=0.49
/proc/20404/stat : 20404 (java) R 20402 20404 19967 0 -1 0 6532 0 1 0 45 4 0 0 18 0 8 0 173206720 937295872 6271 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20404/statm: 228832 6271 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34255 s]
/proc/loadavg: 1.97 2.00 1.93 4/95 20412
/proc/meminfo: memFree=1789952/2055920 swapFree=4192812/4192956
[pid=20404] ppid=20402 vsize=915512 CPUtime=1.31
/proc/20404/stat : 20404 (java) R 20402 20404 19967 0 -1 0 9707 0 1 0 121 10 0 0 24 0 8 0 173206720 937484288 9445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336160 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20404/statm: 228878 9445 2543 14 0 215348 0
[pid=20404/tid=20406] ppid=20402 vsize=915512 CPUtime=0.03
/proc/20404/task/20406/stat : 20406 (java) S 20402 20404 19967 0 -1 64 231 0 0 0 3 0 0 0 16 0 8 0 173206724 937484288 9445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20407] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20407/stat : 20407 (java) S 20402 20404 19967 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173206725 937484288 9445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20408] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20408/stat : 20408 (java) S 20402 20404 19967 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173206725 937484288 9445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20409] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20409/stat : 20409 (java) S 20402 20404 19967 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173206728 937484288 9445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20410] ppid=20402 vsize=915512 CPUtime=0.29
/proc/20404/task/20410/stat : 20410 (java) S 20402 20404 19967 0 -1 64 421 0 0 0 28 1 0 0 15 0 8 0 173206728 937484288 9445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20411] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20411/stat : 20411 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173206728 937484288 9445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20412] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20412/stat : 20412 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173206728 937484288 9445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915512

[startup+2.98372 s]
/proc/loadavg: 1.97 2.00 1.93 3/95 20412
/proc/meminfo: memFree=1789120/2055920 swapFree=4192812/4192956
[pid=20404] ppid=20402 vsize=915512 CPUtime=2.94
/proc/20404/stat : 20404 (java) R 20402 20404 19967 0 -1 0 9856 0 1 0 284 10 0 0 25 0 8 0 173206720 937484288 9592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073898246 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20404/statm: 228878 9592 2543 14 0 215348 0
[pid=20404/tid=20406] ppid=20402 vsize=915512 CPUtime=0.03
/proc/20404/task/20406/stat : 20406 (java) S 20402 20404 19967 0 -1 64 231 0 0 0 3 0 0 0 17 0 8 0 173206724 937484288 9592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20407] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20407/stat : 20407 (java) S 20402 20404 19967 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173206725 937484288 9592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20408] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20408/stat : 20408 (java) S 20402 20404 19967 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173206725 937484288 9592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20409] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20409/stat : 20409 (java) S 20402 20404 19967 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173206728 937484288 9592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20410] ppid=20402 vsize=915512 CPUtime=0.31
/proc/20404/task/20410/stat : 20410 (java) S 20402 20404 19967 0 -1 64 438 0 0 0 30 1 0 0 15 0 8 0 173206728 937484288 9592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20411] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20411/stat : 20411 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173206728 937484288 9592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20412] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20412/stat : 20412 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173206728 937484288 9592 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915512

[startup+6.26307 s]
/proc/loadavg: 1.97 2.00 1.93 3/95 20412
/proc/meminfo: memFree=1789056/2055920 swapFree=4192812/4192956
[pid=20404] ppid=20402 vsize=915512 CPUtime=6.18
/proc/20404/stat : 20404 (java) R 20402 20404 19967 0 -1 0 9865 0 1 0 608 10 0 0 25 0 8 0 173206720 937484288 9601 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073898246 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20404/statm: 228878 9601 2543 14 0 215348 0
[pid=20404/tid=20406] ppid=20402 vsize=915512 CPUtime=0.03
/proc/20404/task/20406/stat : 20406 (java) S 20402 20404 19967 0 -1 64 231 0 0 0 3 0 0 0 16 0 8 0 173206724 937484288 9601 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20407] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20407/stat : 20407 (java) S 20402 20404 19967 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173206725 937484288 9601 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20408] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20408/stat : 20408 (java) S 20402 20404 19967 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173206725 937484288 9601 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20409] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20409/stat : 20409 (java) S 20402 20404 19967 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173206728 937484288 9601 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20410] ppid=20402 vsize=915512 CPUtime=0.31
/proc/20404/task/20410/stat : 20410 (java) S 20402 20404 19967 0 -1 64 438 0 0 0 30 1 0 0 15 0 8 0 173206728 937484288 9601 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20411] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20411/stat : 20411 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173206728 937484288 9601 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20412] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20412/stat : 20412 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173206728 937484288 9601 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) 915512

[startup+12.7538 s]
/proc/loadavg: 1.97 2.00 1.93 2/88 20426
/proc/meminfo: memFree=1795832/2055920 swapFree=4192812/4192956
[pid=20404] ppid=20402 vsize=915512 CPUtime=12.61
/proc/20404/stat : 20404 (java) R 20402 20404 19967 0 -1 0 9871 0 1 0 1251 10 0 0 25 0 8 0 173206720 937484288 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073959460 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20404/statm: 228878 9607 2543 14 0 215348 0
[pid=20404/tid=20406] ppid=20402 vsize=915512 CPUtime=0.03
/proc/20404/task/20406/stat : 20406 (java) S 20402 20404 19967 0 -1 64 231 0 0 0 3 0 0 0 16 0 8 0 173206724 937484288 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20407] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20407/stat : 20407 (java) S 20402 20404 19967 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173206725 937484288 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20408] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20408/stat : 20408 (java) S 20402 20404 19967 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173206725 937484288 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20409] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20409/stat : 20409 (java) S 20402 20404 19967 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173206728 937484288 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20410] ppid=20402 vsize=915512 CPUtime=0.31
/proc/20404/task/20410/stat : 20410 (java) S 20402 20404 19967 0 -1 64 438 0 0 0 30 1 0 0 15 0 8 0 173206728 937484288 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20411] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20411/stat : 20411 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173206728 937484288 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20412] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20412/stat : 20412 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173206728 937484288 9607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915512

[startup+25.6082 s]
/proc/loadavg: 1.98 2.00 1.93 3/105 20467
/proc/meminfo: memFree=1754992/2055920 swapFree=4192812/4192956
[pid=20404] ppid=20402 vsize=915512 CPUtime=25.36
/proc/20404/stat : 20404 (java) R 20402 20404 19967 0 -1 0 9878 0 1 0 2525 11 0 0 25 0 8 0 173206720 937484288 9614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073900462 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20404/statm: 228878 9614 2543 14 0 215348 0
[pid=20404/tid=20406] ppid=20402 vsize=915512 CPUtime=0.03
/proc/20404/task/20406/stat : 20406 (java) S 20402 20404 19967 0 -1 64 231 0 0 0 3 0 0 0 16 0 8 0 173206724 937484288 9614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20407] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20407/stat : 20407 (java) S 20402 20404 19967 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173206725 937484288 9614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20408] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20408/stat : 20408 (java) S 20402 20404 19967 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173206725 937484288 9614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20409] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20409/stat : 20409 (java) S 20402 20404 19967 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173206728 937484288 9614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20410] ppid=20402 vsize=915512 CPUtime=0.31
/proc/20404/task/20410/stat : 20410 (java) S 20402 20404 19967 0 -1 64 438 0 0 0 30 1 0 0 15 0 8 0 173206728 937484288 9614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20411] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20411/stat : 20411 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173206728 937484288 9614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20412] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20412/stat : 20412 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173206728 937484288 9614 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915512

[startup+51.2199 s]
/proc/loadavg: 1.98 2.00 1.93 3/105 20467
/proc/meminfo: memFree=1736432/2055920 swapFree=4192812/4192956
[pid=20404] ppid=20402 vsize=915512 CPUtime=50.74
/proc/20404/stat : 20404 (java) R 20402 20404 19967 0 -1 0 9881 0 1 0 5063 11 0 0 25 0 8 0 173206720 937484288 9617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073971842 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20404/statm: 228878 9617 2543 14 0 215348 0
[pid=20404/tid=20406] ppid=20402 vsize=915512 CPUtime=0.03
/proc/20404/task/20406/stat : 20406 (java) S 20402 20404 19967 0 -1 64 231 0 0 0 3 0 0 0 16 0 8 0 173206724 937484288 9617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20407] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20407/stat : 20407 (java) S 20402 20404 19967 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173206725 937484288 9617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20408] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20408/stat : 20408 (java) S 20402 20404 19967 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173206725 937484288 9617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20409] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20409/stat : 20409 (java) S 20402 20404 19967 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173206728 937484288 9617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20410] ppid=20402 vsize=915512 CPUtime=0.31
/proc/20404/task/20410/stat : 20410 (java) S 20402 20404 19967 0 -1 64 438 0 0 0 30 1 0 0 15 0 8 0 173206728 937484288 9617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20411] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20411/stat : 20411 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173206728 937484288 9617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20412] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20412/stat : 20412 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173206728 937484288 9617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 915512

[startup+102.444 s]
/proc/loadavg: 1.99 2.00 1.93 3/105 20467
/proc/meminfo: memFree=1673392/2055920 swapFree=4192812/4192956
[pid=20404] ppid=20402 vsize=915512 CPUtime=101.48
/proc/20404/stat : 20404 (java) R 20402 20404 19967 0 -1 0 9887 0 1 0 10137 11 0 0 25 0 8 0 173206720 937484288 9623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073909408 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20404/statm: 228878 9623 2543 14 0 215348 0
[pid=20404/tid=20406] ppid=20402 vsize=915512 CPUtime=0.03
/proc/20404/task/20406/stat : 20406 (java) S 20402 20404 19967 0 -1 64 231 0 0 0 3 0 0 0 16 0 8 0 173206724 937484288 9623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20407] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20407/stat : 20407 (java) S 20402 20404 19967 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173206725 937484288 9623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20408] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20408/stat : 20408 (java) S 20402 20404 19967 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173206725 937484288 9623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20409] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20409/stat : 20409 (java) S 20402 20404 19967 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173206728 937484288 9623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20410] ppid=20402 vsize=915512 CPUtime=0.31
/proc/20404/task/20410/stat : 20410 (java) S 20402 20404 19967 0 -1 64 438 0 0 0 30 1 0 0 15 0 8 0 173206728 937484288 9623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20411] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20411/stat : 20411 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173206728 937484288 9623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20412] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20412/stat : 20412 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173206728 937484288 9623 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 915512

[startup+162.526 s]
/proc/loadavg: 1.99 2.00 1.93 3/105 20467
/proc/meminfo: memFree=1673328/2055920 swapFree=4192812/4192956
[pid=20404] ppid=20402 vsize=915512 CPUtime=161
/proc/20404/stat : 20404 (java) R 20402 20404 19967 0 -1 0 9890 0 1 0 16088 12 0 0 25 0 8 0 173206720 937484288 9626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073906830 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1414.76
Current children cumulated vsize (KiB) 915512

[startup+1483.7 s]
/proc/loadavg: 2.05 2.02 1.98 3/105 20467
/proc/meminfo: memFree=1547056/2055920 swapFree=4192812/4192956
[pid=20404] ppid=20402 vsize=915512 CPUtime=1474.26
/proc/20404/stat : 20404 (java) R 20402 20404 19967 0 -1 0 9912 0 1 0 147407 19 0 0 25 0 8 0 173206720 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073910152 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20404/statm: 228878 9647 2543 14 0 215348 0
[pid=20404/tid=20406] ppid=20402 vsize=915512 CPUtime=0.03
/proc/20404/task/20406/stat : 20406 (java) S 20402 20404 19967 0 -1 64 231 0 0 0 3 0 0 0 16 0 8 0 173206724 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20407] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20407/stat : 20407 (java) S 20402 20404 19967 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173206725 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20408] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20408/stat : 20408 (java) S 20402 20404 19967 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173206725 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20409] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20409/stat : 20409 (java) S 20402 20404 19967 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20410] ppid=20402 vsize=915512 CPUtime=0.32
/proc/20404/task/20410/stat : 20410 (java) S 20402 20404 19967 0 -1 64 440 0 0 0 31 1 0 0 16 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20404/tid=20411] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20411/stat : 20411 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20412] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20412/stat : 20412 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1474.26
Current children cumulated vsize (KiB) 915512

[startup+1543.76 s]
/proc/loadavg: 2.06 2.03 1.98 3/105 20467
/proc/meminfo: memFree=1547056/2055920 swapFree=4192812/4192956
[pid=20404] ppid=20402 vsize=915512 CPUtime=1533.75
/proc/20404/stat : 20404 (java) R 20402 20404 19967 0 -1 0 9912 0 1 0 153356 19 0 0 25 0 8 0 173206720 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073905603 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20404/statm: 228878 9647 2543 14 0 215348 0
[pid=20404/tid=20406] ppid=20402 vsize=915512 CPUtime=0.03
/proc/20404/task/20406/stat : 20406 (java) S 20402 20404 19967 0 -1 64 231 0 0 0 3 0 0 0 16 0 8 0 173206724 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20407] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20407/stat : 20407 (java) S 20402 20404 19967 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173206725 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20408] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20408/stat : 20408 (java) S 20402 20404 19967 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173206725 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20409] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20409/stat : 20409 (java) S 20402 20404 19967 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20410] ppid=20402 vsize=915512 CPUtime=0.32
/proc/20404/task/20410/stat : 20410 (java) S 20402 20404 19967 0 -1 64 440 0 0 0 31 1 0 0 16 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20404/tid=20411] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20411/stat : 20411 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20412] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20412/stat : 20412 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1533.75
Current children cumulated vsize (KiB) 915512

[startup+1603.85 s]
/proc/loadavg: 2.09 2.04 1.99 3/105 20467
/proc/meminfo: memFree=1546992/2055920 swapFree=4192812/4192956
[pid=20404] ppid=20402 vsize=915512 CPUtime=1593.25
/proc/20404/stat : 20404 (java) R 20402 20404 19967 0 -1 0 9912 0 1 0 159306 19 0 0 25 0 8 0 173206720 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073975338 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20404/statm: 228878 9647 2543 14 0 215348 0
[pid=20404/tid=20406] ppid=20402 vsize=915512 CPUtime=0.03
/proc/20404/task/20406/stat : 20406 (java) S 20402 20404 19967 0 -1 64 231 0 0 0 3 0 0 0 16 0 8 0 173206724 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20407] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20407/stat : 20407 (java) S 20402 20404 19967 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173206725 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20408] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20408/stat : 20408 (java) S 20402 20404 19967 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173206725 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20409] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20409/stat : 20409 (java) S 20402 20404 19967 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20410] ppid=20402 vsize=915512 CPUtime=0.32
/proc/20404/task/20410/stat : 20410 (java) S 20402 20404 19967 0 -1 64 440 0 0 0 31 1 0 0 16 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20404/tid=20411] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20411/stat : 20411 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20412] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20412/stat : 20412 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.25
Current children cumulated vsize (KiB) 915512

[startup+1663.91 s]
/proc/loadavg: 2.03 2.03 1.99 3/105 20467
/proc/meminfo: memFree=1546992/2055920 swapFree=4192812/4192956
[pid=20404] ppid=20402 vsize=915512 CPUtime=1652.73
/proc/20404/stat : 20404 (java) R 20402 20404 19967 0 -1 0 9912 0 1 0 165253 20 0 0 25 0 8 0 173206720 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073910150 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20404/statm: 228878 9647 2543 14 0 215348 0
[pid=20404/tid=20406] ppid=20402 vsize=915512 CPUtime=0.03
/proc/20404/task/20406/stat : 20406 (java) S 20402 20404 19967 0 -1 64 231 0 0 0 3 0 0 0 16 0 8 0 173206724 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20407] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20407/stat : 20407 (java) S 20402 20404 19967 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173206725 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20408] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20408/stat : 20408 (java) S 20402 20404 19967 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173206725 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20409] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20409/stat : 20409 (java) S 20402 20404 19967 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20410] ppid=20402 vsize=915512 CPUtime=0.32
/proc/20404/task/20410/stat : 20410 (java) S 20402 20404 19967 0 -1 64 440 0 0 0 31 1 0 0 16 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20404/tid=20411] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20411/stat : 20411 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20412] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20412/stat : 20412 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.73
Current children cumulated vsize (KiB) 915512

[startup+1723.96 s]
/proc/loadavg: 2.01 2.02 1.99 3/105 20467
/proc/meminfo: memFree=1488368/2055920 swapFree=4192812/4192956
[pid=20404] ppid=20402 vsize=915512 CPUtime=1711.9
/proc/20404/stat : 20404 (java) R 20402 20404 19967 0 -1 0 9912 0 1 0 171170 20 0 0 25 0 8 0 173206720 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073905593 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20404/statm: 228878 9647 2543 14 0 215348 0
[pid=20404/tid=20406] ppid=20402 vsize=915512 CPUtime=0.03
/proc/20404/task/20406/stat : 20406 (java) S 20402 20404 19967 0 -1 64 231 0 0 0 3 0 0 0 16 0 8 0 173206724 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20407] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20407/stat : 20407 (java) S 20402 20404 19967 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173206725 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20408] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20408/stat : 20408 (java) S 20402 20404 19967 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173206725 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20409] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20409/stat : 20409 (java) S 20402 20404 19967 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20410] ppid=20402 vsize=915512 CPUtime=0.32
/proc/20404/task/20410/stat : 20410 (java) S 20402 20404 19967 0 -1 64 440 0 0 0 31 1 0 0 16 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20404/tid=20411] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20411/stat : 20411 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20412] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20412/stat : 20412 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.9
Current children cumulated vsize (KiB) 915512

[startup+1784.02 s]
/proc/loadavg: 2.03 2.03 2.00 4/105 20467
/proc/meminfo: memFree=1488304/2055920 swapFree=4192812/4192956
[pid=20404] ppid=20402 vsize=915512 CPUtime=1771.36
/proc/20404/stat : 20404 (java) R 20402 20404 19967 0 -1 0 9912 0 1 0 177116 20 0 0 25 0 8 0 173206720 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073900343 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20404/statm: 228878 9647 2543 14 0 215348 0
[pid=20404/tid=20406] ppid=20402 vsize=915512 CPUtime=0.03
/proc/20404/task/20406/stat : 20406 (java) S 20402 20404 19967 0 -1 64 231 0 0 0 3 0 0 0 16 0 8 0 173206724 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20407] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20407/stat : 20407 (java) S 20402 20404 19967 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173206725 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20408] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20408/stat : 20408 (java) S 20402 20404 19967 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173206725 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20409] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20409/stat : 20409 (java) S 20402 20404 19967 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20410] ppid=20402 vsize=915512 CPUtime=0.32
/proc/20404/task/20410/stat : 20410 (java) S 20402 20404 19967 0 -1 64 440 0 0 0 31 1 0 0 16 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20404/tid=20411] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20411/stat : 20411 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20412] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20412/stat : 20412 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.36
Current children cumulated vsize (KiB) 915512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.96 s]
/proc/loadavg: 2.02 2.02 2.00 3/105 20467
/proc/meminfo: memFree=1488304/2055920 swapFree=4192812/4192956
[pid=20404] ppid=20402 vsize=915512 CPUtime=1800.02
/proc/20404/stat : 20404 (java) R 20402 20404 19967 0 -1 0 9912 0 1 0 179981 21 0 0 25 0 8 0 173206720 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073918977 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20404/statm: 228878 9647 2543 14 0 215348 0
[pid=20404/tid=20406] ppid=20402 vsize=915512 CPUtime=0.03
/proc/20404/task/20406/stat : 20406 (java) S 20402 20404 19967 0 -1 64 231 0 0 0 3 0 0 0 16 0 8 0 173206724 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20407] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20407/stat : 20407 (java) S 20402 20404 19967 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173206725 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20408] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20408/stat : 20408 (java) S 20402 20404 19967 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 173206725 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20409] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20409/stat : 20409 (java) S 20402 20404 19967 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20410] ppid=20402 vsize=915512 CPUtime=0.32
/proc/20404/task/20410/stat : 20410 (java) S 20402 20404 19967 0 -1 64 440 0 0 0 31 1 0 0 16 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20404/tid=20411] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20411/stat : 20411 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20404/tid=20412] ppid=20402 vsize=915512 CPUtime=0
/proc/20404/task/20412/stat : 20412 (java) S 20402 20404 19967 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173206728 937484288 9647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 915512

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

Child status: 143
Real time (s): 1812.99
CPU time (s): 1800.05
CPU user time (s): 1799.83
CPU system time (s): 0.216967
CPU usage (%): 99.2862
Max. virtual memory (cumulated for all children) (KiB): 915512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 0.216967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9931
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= 37991
involuntary context switches= 72090

runsolver used 1.87371 s user time and 6.05308 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Mon Jan  8 09:21:55 UTC 2007


IDJOB= 217601
IDBENCH= 5158
FILE ID= node24/217601-1168248114

PBS_JOBID= 3481860

Free space on /tmp= 66475 MiB

BENCH NAME= HOME/pub/bench/CPAI06/ramsey/ramsey3/ramsey-17-3.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/217601-1168248114/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-217601-1168248114 -o ROOT/results/node24/solver-217601-1168248114 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/217601-1168248114/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  def456ebf25be10cb85c1030b4ef140a

RANDOM SEED= 597642312

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.234
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.234
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:       1818136 kB
Buffers:         34372 kB
Cached:          86872 kB
SwapCached:          0 kB
Active:         129180 kB
Inactive:        54880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818136 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1824 kB
Writeback:           0 kB
Mapped:          83420 kB
Slab:            38356 kB
Committed_AS:  3693904 kB
PageTables:       2388 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= 66474 MiB



End job on node24 on Mon Jan  8 09:52:08 UTC 2007