Trace number 198541

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 AC? (TO) 1800.14 1816.66

General information on the benchmark

Namepigeons/
pigeons-50.xml
MD5SUM12147b726cdc62e4a1c95be8697eb0dc
Bench Category2-ARY-INT (binary 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 variables50
Number of constraints1225
Maximum constraint arity2
Maximum domain size49
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1225
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/198541-1168071263/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=50  nbDomainTypes=1  minDomainSize=49  maxDomainSize=49
0.43	       =>  wckTime=0.106  cpuTime=0.09  mem=6M951
0.43	   
0.43	   predicates being loaded...
0.43	   
0.43	   constraints being loaded...
0.80	     nbConstraints=1225  nbConvertedConstraints=1225  nbConvertConstraintsChecks=2401  nbExtensionStructures=1
0.80	     nbSharedExtensionStructures=1224  nbConflictsStructures=1  nbSharedConflictsStructures=1224
0.80	     nbSharedBinaryRepresentations=49  maxDegree=49  maxArity=2
0.80	       =>  wckTime=0.481  cpuTime=0.35  mem=11M827
0.85	   
0.85	   solver IterativeSystematicSolver being built... 
1.01	       =>  wckTime=0.683  cpuTime=0.47  mem=14M10
1.02	   
1.02	   preprocessing
1.02	     nbConstraintChecks=0  nbPropagations=50  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.02	     detectedInconsistency=no
1.02	       =>  wckTime=0.013  cpuTime=0.0  mem=14M10
1.08	   
1.08	   search
1.09	     run=0  nbConstraintChecks=40704  nbPropagations=1411  nbRevisions=1356  nbUselessRevisions=24  nbAssignments=65
1.09	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=86  nbRestartNogoods=0  mapSize=10  nbInferences=0
1.09	     nbTooLargeKeys=0
1.09	       =>  wckTime=0.074  cpuTime=0.05  mem=14M10
1.12	   
1.12	   search
1.12	     run=1  nbConstraintChecks=81533  nbPropagations=4225  nbRevisions=4120  nbUselessRevisions=79  nbAssignments=140
1.12	     nbFailedAssignments=24  nbBacktracks=25  nbVisitedNodes=189  nbRestartNogoods=4  mapSize=25  nbInferences=0
1.12	     nbTooLargeKeys=0
1.12	       =>  wckTime=0.108  cpuTime=0.07  mem=14M10
1.14	   
1.14	   search
1.14	     run=2  nbConstraintChecks=122529  nbPropagations=8506  nbRevisions=8365  nbUselessRevisions=170  nbAssignments=228
1.14	     nbFailedAssignments=44  nbBacktracks=47  nbVisitedNodes=317  nbRestartNogoods=7  mapSize=47  nbInferences=0
1.14	     nbTooLargeKeys=0
1.14	       =>  wckTime=0.134  cpuTime=0.09  mem=14M986
1.16	   
1.16	   search
1.16	     run=3  nbConstraintChecks=163729  nbPropagations=14334  nbRevisions=14171  nbUselessRevisions=299
1.16	     nbAssignments=335  nbFailedAssignments=71  nbBacktracks=80  nbVisitedNodes=479  nbRestartNogoods=12  mapSize=80
1.16	     nbInferences=1  nbTooLargeKeys=0
1.16	       =>  wckTime=0.154  cpuTime=0.11  mem=14M986
1.19	   
1.19	   search
1.19	     run=4  nbConstraintChecks=205255  nbPropagations=21842  nbRevisions=21665  nbUselessRevisions=466
1.19	     nbAssignments=472  nbFailedAssignments=108  nbBacktracks=131  nbVisitedNodes=695  nbRestartNogoods=16  mapSize=131
1.19	     nbInferences=6  nbTooLargeKeys=0
1.19	       =>  wckTime=0.178  cpuTime=0.13  mem=14M986
1.22	   
1.22	   search
1.22	     run=5  nbConstraintChecks=247391  nbPropagations=31257  nbRevisions=31051  nbUselessRevisions=672
1.22	     nbAssignments=657  nbFailedAssignments=157  nbBacktracks=206  nbVisitedNodes=995  nbRestartNogoods=20  mapSize=206
1.22	     nbInferences=23  nbTooLargeKeys=0
1.22	       =>  wckTime=0.205  cpuTime=0.16  mem=14M986
1.25	   
1.25	   search
1.25	     run=6  nbConstraintChecks=290328  nbPropagations=42898  nbRevisions=42639  nbUselessRevisions=919
1.25	     nbAssignments=913  nbFailedAssignments=232  nbBacktracks=320  nbVisitedNodes=1423  nbRestartNogoods=22  mapSize=320
1.25	     nbInferences=45  nbTooLargeKeys=0
1.25	       =>  wckTime=0.241  cpuTime=0.19  mem=14M986
1.30	   
1.30	   search
1.30	     run=7  nbConstraintChecks=334531  nbPropagations=57263  nbRevisions=56889  nbUselessRevisions=1210
1.30	     nbAssignments=1278  nbFailedAssignments=339  nbBacktracks=490  nbVisitedNodes=2044  nbRestartNogoods=28
1.30	     mapSize=490  nbInferences=87  nbTooLargeKeys=0
1.30	       =>  wckTime=0.287  cpuTime=0.23  mem=14M986
1.36	   
1.36	   search
1.36	     run=8  nbConstraintChecks=380767  nbPropagations=75133  nbRevisions=74505  nbUselessRevisions=1549
1.36	     nbAssignments=1813  nbFailedAssignments=490  nbBacktracks=746  nbVisitedNodes=2964  nbRestartNogoods=36
1.36	     mapSize=746  nbInferences=170  nbTooLargeKeys=0
1.36	       =>  wckTime=0.35  cpuTime=0.27  mem=14M986
1.42	   
1.42	   search
1.42	     run=9  nbConstraintChecks=430424  nbPropagations=97789  nbRevisions=96622  nbUselessRevisions=1937
1.42	     nbAssignments=2617  nbFailedAssignments=708  nbBacktracks=1130  nbVisitedNodes=4360  nbRestartNogoods=43
1.42	     mapSize=1130  nbInferences=326  nbTooLargeKeys=0
1.42	       =>  wckTime=0.408  cpuTime=0.33  mem=14M986
1.49	   
1.49	   search
1.49	     run=10  nbConstraintChecks=485202  nbPropagations=127229  nbRevisions=124953  nbUselessRevisions=2376
1.49	     nbAssignments=3848  nbFailedAssignments=1018  nbBacktracks=1707  nbVisitedNodes=6512  nbRestartNogoods=48
1.49	     mapSize=1707  nbInferences=627  nbTooLargeKeys=0
1.49	       =>  wckTime=0.484  cpuTime=0.4  mem=14M986
1.59	   
1.59	   search
1.59	     run=11  nbConstraintChecks=549986  nbPropagations=166987  nbRevisions=162596  nbUselessRevisions=2994
1.59	     nbAssignments=5794  nbFailedAssignments=1435  nbBacktracks=2571  nbVisitedNodes=9912  nbRestartNogoods=51
1.59	     mapSize=2571  nbInferences=1247  nbTooLargeKeys=0
1.59	       =>  wckTime=0.584  cpuTime=0.5  mem=14M986
1.75	   
1.75	   search
1.75	     run=12  nbConstraintChecks=634902  nbPropagations=223667  nbRevisions=214810  nbUselessRevisions=3828
1.75	     nbAssignments=8987  nbFailedAssignments=1978  nbBacktracks=3868  nbVisitedNodes=15503  nbRestartNogoods=67
1.75	     mapSize=3868  nbInferences=2559  nbTooLargeKeys=0
1.76	       =>  wckTime=0.745  cpuTime=0.65  mem=14M986
1.99	   
1.99	   search
1.99	     run=13  nbConstraintChecks=744941  nbPropagations=306140  nbRevisions=288703  nbUselessRevisions=4884
1.99	     nbAssignments=13936  nbFailedAssignments=2742  nbBacktracks=5814  nbVisitedNodes=24175  nbRestartNogoods=69
1.99	     mapSize=5814  nbInferences=4754  nbTooLargeKeys=0
1.99	       =>  wckTime=0.98  cpuTime=0.89  mem=15M961
2.42	   
2.42	   search
2.42	     run=14  nbConstraintChecks=925012  nbPropagations=434549  nbRevisions=399946  nbUselessRevisions=6352
2.42	     nbAssignments=22346  nbFailedAssignments=3662  nbBacktracks=8734  nbVisitedNodes=38951  nbRestartNogoods=78
2.42	     mapSize=8734  nbInferences=9280  nbTooLargeKeys=0
2.42	       =>  wckTime=1.407  cpuTime=1.31  mem=15M961
3.06	   
3.06	   search
3.06	     run=15  nbConstraintChecks=1195214  nbPropagations=635397  nbRevisions=569551  nbUselessRevisions=8548
3.06	     nbAssignments=35460  nbFailedAssignments=4922  nbBacktracks=13112  nbVisitedNodes=62017  nbRestartNogoods=83
3.06	     mapSize=13112  nbInferences=16712  nbTooLargeKeys=0
3.06	       =>  wckTime=2.047  cpuTime=1.94  mem=16M936
4.01	   
4.01	   search
4.02	     run=16  nbConstraintChecks=1569058  nbPropagations=943310  nbRevisions=824465  nbUselessRevisions=11502
4.02	     nbAssignments=55162  nbFailedAssignments=6726  nbBacktracks=19680  nbVisitedNodes=96613  nbRestartNogoods=101
4.02	     mapSize=19680  nbInferences=27998  nbTooLargeKeys=0
4.02	       =>  wckTime=3.005  cpuTime=2.9  mem=17M911
5.80	   
5.80	   search
5.80	     run=17  nbConstraintChecks=2303389  nbPropagations=1447149  nbRevisions=1234209  nbUselessRevisions=15885
5.80	     nbAssignments=88576  nbFailedAssignments=8908  nbBacktracks=29532  nbVisitedNodes=155730  nbRestartNogoods=114
5.80	     mapSize=29532  nbInferences=49337  nbTooLargeKeys=0
5.80	       =>  wckTime=4.792  cpuTime=4.66  mem=20M837
8.79	   
8.79	   search
8.79	     run=18  nbConstraintChecks=3591871  nbPropagations=2281792  nbRevisions=1902901  nbUselessRevisions=21410
8.79	     nbAssignments=142626  nbFailedAssignments=11645  nbBacktracks=44310  nbVisitedNodes=251743  nbRestartNogoods=127
8.79	     mapSize=44310  nbInferences=85826  nbTooLargeKeys=0
8.79	       =>  wckTime=7.777  cpuTime=7.62  mem=23M762
12.97	   
12.97	   search
12.97	     run=19  nbConstraintChecks=5247428  nbPropagations=3571492  nbRevisions=2926527  nbUselessRevisions=28729
12.97	     nbAssignments=220156  nbFailedAssignments=15860  nbBacktracks=66478  nbVisitedNodes=388807  nbRestartNogoods=147
12.97	     mapSize=66478  nbInferences=136930  nbTooLargeKeys=0
12.97	       =>  wckTime=11.962  cpuTime=11.77  mem=28M638
21.64	   
21.64	   search
21.64	     run=20  nbConstraintChecks=9363802  nbPropagations=5811973  nbRevisions=4696696  nbUselessRevisions=40713
21.64	     nbAssignments=362281  nbFailedAssignments=20140  nbBacktracks=99730  nbVisitedNodes=644042  nbRestartNogoods=171
21.64	     mapSize=99730  nbInferences=241480  nbTooLargeKeys=0
21.64	       =>  wckTime=20.632  cpuTime=20.36  mem=39M438
36.75	   
36.75	   search
36.75	     run=21  nbConstraintChecks=16733982  nbPropagations=9664662  nbRevisions=7736527  nbUselessRevisions=62078
36.75	     nbAssignments=593011  nbFailedAssignments=24547  nbBacktracks=149608  nbVisitedNodes=1059988  nbRestartNogoods=185
36.75	     mapSize=149608  nbInferences=417882  nbTooLargeKeys=0
36.75	       =>  wckTime=35.737  cpuTime=35.16  mem=21M552
62.00	   
62.00	   search
62.00	     run=22  nbConstraintChecks=31349517  nbPropagations=16372467  nbRevisions=13051327  nbUselessRevisions=96935
62.00	     nbAssignments=970688  nbFailedAssignments=30319  nbBacktracks=224426  nbVisitedNodes=1746253  nbRestartNogoods=205
62.00	     mapSize=224426  nbInferences=714926  nbTooLargeKeys=0
62.00	       =>  wckTime=60.993  cpuTime=60.19  mem=51M227
108.42	   
108.42	   search
108.42	     run=23  nbConstraintChecks=61063672  nbPropagations=28270788  nbRevisions=22553650  nbUselessRevisions=156335
108.42	     nbAssignments=1603822  nbFailedAssignments=37035  nbBacktracks=336654  nbVisitedNodes=2906969  nbRestartNogoods=214
108.42	     mapSize=336654  nbInferences=1229076  nbTooLargeKeys=0
108.42	       =>  wckTime=107.408  cpuTime=105.96  mem=65M85
169.68	   
169.68	   search
169.68	     run=24  nbConstraintChecks=97338093  nbPropagations=47065330  nbRevisions=37560687  nbUselessRevisions=254418
169.68	     nbAssignments=2496754  nbFailedAssignments=46343  nbBacktracks=504996  nbVisitedNodes=4533761  nbRestartNogoods=242
169.68	     mapSize=504996  nbInferences=1944320  nbTooLargeKeys=0
169.68	       =>  wckTime=168.667  cpuTime=166.24  mem=64M614
274.14	   
274.14	   search
274.14	     run=25  nbConstraintChecks=164933846  nbPropagations=77769969  nbRevisions=62147100  nbUselessRevisions=403338
274.14	     nbAssignments=3951370  nbFailedAssignments=57150  nbBacktracks=757508  nbVisitedNodes=7201248  nbRestartNogoods=264
274.14	     mapSize=757508  nbInferences=3135577  nbTooLargeKeys=0
274.14	       =>  wckTime=273.13  cpuTime=269.38  mem=102M244
405.14	   
405.14	   search
405.14	     run=26  nbConstraintChecks=235632720  nbPropagations=122848681  nbRevisions=98066162  nbUselessRevisions=599564
405.14	     nbAssignments=5890839  nbFailedAssignments=73254  nbBacktracks=1136275  nbVisitedNodes=10717478
405.14	     nbRestartNogoods=292  mapSize=1136275  nbInferences=4680130  nbTooLargeKeys=0
405.14	       =>  wckTime=404.127  cpuTime=398.48  mem=147M753
621.37	   
621.37	   search
621.37	     run=27  nbConstraintChecks=363873509  nbPropagations=192259230  nbRevisions=153339552  nbUselessRevisions=881407
621.37	     nbAssignments=9011286  nbFailedAssignments=92884  nbBacktracks=1704426  nbVisitedNodes=16409809
621.37	     nbRestartNogoods=325  mapSize=1704426  nbInferences=7212754  nbTooLargeKeys=0
621.37	       =>  wckTime=620.358  cpuTime=611.6  mem=231M97
938.02	   
938.02	   INFO : Stopping hyperNogood (mapSize=2460349, nbTooLargekeys=0, mem=333M256)
944.46	   
944.46	   search
944.46	     run=28  nbConstraintChecks=556608458  nbPropagations=297002039  nbRevisions=236990307  nbUselessRevisions=1244101
944.46	     nbAssignments=13477085  nbFailedAssignments=181708  nbBacktracks=2556652  nbVisitedNodes=24577960
944.46	     nbRestartNogoods=345
944.46	       =>  wckTime=943.446  cpuTime=930.51  mem=333M256
1023.18	   
1023.18	   search
1023.18	     run=29  nbConstraintChecks=580876607  nbPropagations=411414314  nbRevisions=330322400  nbUselessRevisions=1614959
1023.18	     nbAssignments=15643226  nbFailedAssignments=1069463  nbBacktracks=3834992  nbVisitedNodes=28519611
1023.18	     nbRestartNogoods=372
1023.18	       =>  wckTime=1022.172  cpuTime=1008.51  mem=333M256
1136.46	   
1136.46	   search
1136.46	     run=30  nbConstraintChecks=617273873  nbPropagations=540318882  nbRevisions=438161294  nbUselessRevisions=1996486
1136.46	     nbAssignments=18889527  nbFailedAssignments=2398208  nbBacktracks=5752503  nbVisitedNodes=34423402
1136.46	     nbRestartNogoods=397
1136.46	       =>  wckTime=1135.446  cpuTime=1120.75  mem=333M256
1314.73	   
1314.73	   search
1314.73	     run=31  nbConstraintChecks=671823738  nbPropagations=690939619  nbRevisions=567725780  nbUselessRevisions=2387480
1314.73	     nbAssignments=23754524  nbFailedAssignments=4386894  nbBacktracks=8628768  nbVisitedNodes=43265771
1314.73	     nbRestartNogoods=417
1314.73	       =>  wckTime=1313.719  cpuTime=1297.41  mem=333M256
1596.19	   
1596.19	   search
1596.19	     run=32  nbConstraintChecks=753616181  nbPropagations=874168631  nbRevisions=729917168  nbUselessRevisions=2793350
1596.19	     nbAssignments=31059825  nbFailedAssignments=7377751  nbBacktracks=12943166  nbVisitedNodes=56552786
1596.19	     nbRestartNogoods=439
1596.19	       =>  wckTime=1595.184  cpuTime=1576.3  mem=333M256

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/node17/watcher-198541-1168071263 -o ROOT/results/node17/solver-198541-1168071263 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/198541-1168071263/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.38 1.82 1.94 5/93 10791
/proc/meminfo: memFree=1559032/2055920 swapFree=4192812/4192956
[pid=10790] ppid=10788 vsize=18540 CPUtime=0
/proc/10790/stat : 10790 (runsolver) R 10788 10790 10243 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 155521501 18984960 279 18446744073709551615 4194304 4267372 548682068880 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10790/statm: 4635 279 244 17 0 2626 0

[startup+0.10843 s]
/proc/loadavg: 1.38 1.82 1.94 5/93 10791
/proc/meminfo: memFree=1559032/2055920 swapFree=4192812/4192956
[pid=10790] ppid=10788 vsize=914988 CPUtime=0.09
/proc/10790/stat : 10790 (java) R 10788 10790 10243 0 -1 0 2996 0 1 0 7 2 0 0 19 0 8 0 155521501 936947712 2742 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10790/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.518468 s]
/proc/loadavg: 1.38 1.82 1.94 5/93 10791
/proc/meminfo: memFree=1559032/2055920 swapFree=4192812/4192956
[pid=10790] ppid=10788 vsize=915328 CPUtime=0.49
/proc/10790/stat : 10790 (java) R 10788 10790 10243 0 -1 0 6330 0 1 0 43 6 0 0 18 0 8 0 155521501 937295872 6069 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10790/statm: 228832 6069 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33955 s]
/proc/loadavg: 1.38 1.82 1.94 3/100 10798
/proc/meminfo: memFree=1535552/2055920 swapFree=4192812/4192956
[pid=10790] ppid=10788 vsize=915580 CPUtime=1.29
/proc/10790/stat : 10790 (java) R 10788 10790 10243 0 -1 0 8628 0 1 0 117 12 0 0 24 0 8 0 155521501 937553920 8366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10790/statm: 228895 8366 2530 14 0 215365 0
[pid=10790/tid=10792] ppid=10788 vsize=915580 CPUtime=0.03
/proc/10790/task/10792/stat : 10792 (java) S 10788 10790 10243 0 -1 64 269 0 0 0 3 0 0 0 16 0 8 0 155521506 937553920 8366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10793] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10793/stat : 10793 (java) S 10788 10790 10243 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 8366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10794] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10794/stat : 10794 (java) S 10788 10790 10243 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155521506 937553920 8366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10795] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10795/stat : 10795 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155521509 937553920 8366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10796] ppid=10788 vsize=915580 CPUtime=0.26
/proc/10790/task/10796/stat : 10796 (java) R 10788 10790 10243 0 -1 64 419 0 0 0 25 1 0 0 16 0 8 0 155521509 937553920 8366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4153331662 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10797] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10797/stat : 10797 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155521509 937553920 8366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10798] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10798/stat : 10798 (java) S 10788 10790 10243 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155521510 937553920 8366 18446744073709551615 134512640 134570532 4294956400 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) 915580

[startup+2.97673 s]
/proc/loadavg: 1.38 1.82 1.94 3/100 10798
/proc/meminfo: memFree=1534016/2055920 swapFree=4192812/4192956
[pid=10790] ppid=10788 vsize=915580 CPUtime=2.92
/proc/10790/stat : 10790 (java) R 10788 10790 10243 0 -1 0 9175 0 1 0 280 12 0 0 25 0 8 0 155521501 937553920 8912 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073336163 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10790/statm: 228895 8912 2530 14 0 215365 0
[pid=10790/tid=10792] ppid=10788 vsize=915580 CPUtime=0.03
/proc/10790/task/10792/stat : 10792 (java) S 10788 10790 10243 0 -1 64 269 0 0 0 3 0 0 0 16 0 8 0 155521506 937553920 8912 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10793] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10793/stat : 10793 (java) S 10788 10790 10243 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 8912 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10794] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10794/stat : 10794 (java) S 10788 10790 10243 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155521506 937553920 8912 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10795] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10795/stat : 10795 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155521509 937553920 8912 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10796] ppid=10788 vsize=915580 CPUtime=0.28
/proc/10790/task/10796/stat : 10796 (java) S 10788 10790 10243 0 -1 64 428 0 0 0 27 1 0 0 16 0 8 0 155521509 937553920 8912 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10797] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10797/stat : 10797 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155521509 937553920 8912 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10798] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10798/stat : 10798 (java) S 10788 10790 10243 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155521510 937553920 8912 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915580

[startup+6.26506 s]
/proc/loadavg: 1.43 1.82 1.94 3/100 10798
/proc/meminfo: memFree=1529728/2055920 swapFree=4192812/4192956
[pid=10790] ppid=10788 vsize=915580 CPUtime=6.18
/proc/10790/stat : 10790 (java) R 10788 10790 10243 0 -1 0 10180 0 1 0 605 13 0 0 25 0 8 0 155521501 937553920 9917 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073910435 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10790/statm: 228895 9917 2530 14 0 215365 0
[pid=10790/tid=10792] ppid=10788 vsize=915580 CPUtime=0.03
/proc/10790/task/10792/stat : 10792 (java) S 10788 10790 10243 0 -1 64 269 0 0 0 3 0 0 0 16 0 8 0 155521506 937553920 9917 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10793] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10793/stat : 10793 (java) S 10788 10790 10243 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 9917 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10794] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10794/stat : 10794 (java) S 10788 10790 10243 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155521506 937553920 9917 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10795] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10795/stat : 10795 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155521509 937553920 9917 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10796] ppid=10788 vsize=915580 CPUtime=0.28
/proc/10790/task/10796/stat : 10796 (java) S 10788 10790 10243 0 -1 64 428 0 0 0 27 1 0 0 16 0 8 0 155521509 937553920 9917 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10797] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10797/stat : 10797 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155521509 937553920 9917 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10798] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10798/stat : 10798 (java) S 10788 10790 10243 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155521510 937553920 9917 18446744073709551615 134512640 134570532 4294956400 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) 915580

[startup+12.7467 s]
/proc/loadavg: 1.48 1.82 1.94 3/100 10798
/proc/meminfo: memFree=1521792/2055920 swapFree=4192812/4192956
[pid=10790] ppid=10788 vsize=915580 CPUtime=12.6
/proc/10790/stat : 10790 (java) R 10788 10790 10243 0 -1 0 12078 0 1 0 1246 14 0 0 25 0 8 0 155521501 937553920 11815 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073336188 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10790/statm: 228895 11815 2530 14 0 215365 0
[pid=10790/tid=10792] ppid=10788 vsize=915580 CPUtime=0.03
/proc/10790/task/10792/stat : 10792 (java) S 10788 10790 10243 0 -1 64 269 0 0 0 3 0 0 0 16 0 8 0 155521506 937553920 11815 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10793] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10793/stat : 10793 (java) S 10788 10790 10243 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 11815 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10794] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10794/stat : 10794 (java) S 10788 10790 10243 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155521506 937553920 11815 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10795] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10795/stat : 10795 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155521509 937553920 11815 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10796] ppid=10788 vsize=915580 CPUtime=0.28
/proc/10790/task/10796/stat : 10796 (java) S 10788 10790 10243 0 -1 64 428 0 0 0 27 1 0 0 16 0 8 0 155521509 937553920 11815 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10797] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10797/stat : 10797 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155521509 937553920 11815 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10798] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10798/stat : 10798 (java) S 10788 10790 10243 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155521510 937553920 11815 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915580

[startup+25.6151 s]
/proc/loadavg: 1.59 1.83 1.94 3/100 10798
/proc/meminfo: memFree=1507648/2055920 swapFree=4192812/4192956
[pid=10790] ppid=10788 vsize=915580 CPUtime=25.35
/proc/10790/stat : 10790 (java) R 10788 10790 10243 0 -1 0 15727 0 1 0 2520 15 0 0 25 0 8 0 155521501 937553920 15464 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073938237 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10790/statm: 228895 15464 2530 14 0 215365 0
[pid=10790/tid=10792] ppid=10788 vsize=915580 CPUtime=0.03
/proc/10790/task/10792/stat : 10792 (java) S 10788 10790 10243 0 -1 64 269 0 0 0 3 0 0 0 16 0 8 0 155521506 937553920 15464 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10793] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10793/stat : 10793 (java) S 10788 10790 10243 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 15464 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10794] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10794/stat : 10794 (java) S 10788 10790 10243 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155521506 937553920 15464 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10795] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10795/stat : 10795 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155521509 937553920 15464 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10796] ppid=10788 vsize=915580 CPUtime=0.28
/proc/10790/task/10796/stat : 10796 (java) S 10788 10790 10243 0 -1 64 428 0 0 0 27 1 0 0 16 0 8 0 155521509 937553920 15464 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10797] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10797/stat : 10797 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155521509 937553920 15464 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10798] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10798/stat : 10798 (java) S 10788 10790 10243 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155521510 937553920 15464 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915580

[startup+51.2258 s]
/proc/loadavg: 1.73 1.84 1.94 3/100 10798
/proc/meminfo: memFree=1486208/2055920 swapFree=4192812/4192956
[pid=10790] ppid=10788 vsize=915580 CPUtime=50.73
/proc/10790/stat : 10790 (java) R 10788 10790 10243 0 -1 0 20899 0 1 0 5054 19 0 0 25 0 8 0 155521501 937553920 20635 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4074015898 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10790/statm: 228895 20635 2534 14 0 215365 0
[pid=10790/tid=10792] ppid=10788 vsize=915580 CPUtime=0.19
/proc/10790/task/10792/stat : 10792 (java) S 10788 10790 10243 0 -1 64 3844 0 0 0 17 2 0 0 16 0 8 0 155521506 937553920 20635 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10793] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10793/stat : 10793 (java) S 10788 10790 10243 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 20635 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10794] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10794/stat : 10794 (java) S 10788 10790 10243 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 20635 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10795] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10795/stat : 10795 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155521509 937553920 20635 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10796] ppid=10788 vsize=915580 CPUtime=0.28
/proc/10790/task/10796/stat : 10796 (java) S 10788 10790 10243 0 -1 64 428 0 0 0 27 1 0 0 16 0 8 0 155521509 937553920 20635 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10797] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10797/stat : 10797 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155521509 937553920 20635 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10798] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10798/stat : 10798 (java) S 10788 10790 10243 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155521510 937553920 20635 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 915580

[startup+102.44 s]
/proc/loadavg: 1.88 1.86 1.94 3/100 10798
/proc/meminfo: memFree=1465344/2055920 swapFree=4192812/4192956
[pid=10790] ppid=10788 vsize=915580 CPUtime=101.48
/proc/10790/stat : 10790 (java) R 10788 10790 10243 0 -1 0 26106 0 1 0 10126 22 0 0 25 0 8 0 155521501 937553920 25841 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073910297 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10790/statm: 228895 25841 2534 14 0 215365 0
[pid=10790/tid=10792] ppid=10788 vsize=915580 CPUtime=0.41
/proc/10790/task/10792/stat : 10792 (java) S 10788 10790 10243 0 -1 64 9050 0 0 0 37 4 0 0 16 0 8 0 155521506 937553920 25841 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10793] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10793/stat : 10793 (java) S 10788 10790 10243 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 25841 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10794] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10794/stat : 10794 (java) S 10788 10790 10243 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 25841 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10795] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10795/stat : 10795 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155521509 937553920 25841 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10796] ppid=10788 vsize=915580 CPUtime=0.28
/proc/10790/task/10796/stat : 10796 (java) S 10788 10790 10243 0 -1 64 428 0 0 0 27 1 0 0 16 0 8 0 155521509 937553920 25841 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10797] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10797/stat : 10797 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155521509 937553920 25841 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10798] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10798/stat : 10798 (java) S 10788 10790 10243 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155521510 937553920 25841 18446744073709551615 134512640 134570532 4294956400 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) 915580

[startup+162.503 s]
/proc/loadavg: 1.95 1.89 1.94 3/100 10798
/proc/meminfo: memFree=1452736/2055920 swapFree=4192812/4192956
[pid=10790] ppid=10788 vsize=915580 CPUtime=161
/proc/10790/stat : 10790 (java) R 10788 10790 10243 0 -1 0 29269 0 1 0 16076 24 0 0 25 0 8 0 155521501 937553920 29003 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073914756 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1483.74 s]
/proc/loadavg: 2.02 2.01 1.97 3/100 10892
/proc/meminfo: memFree=1242304/2055920 swapFree=4192812/4192956
[pid=10790] ppid=10788 vsize=915580 CPUtime=1470.25
/proc/10790/stat : 10790 (java) R 10788 10790 10243 0 -1 0 88433 0 1 0 146961 64 0 0 25 0 8 0 155521501 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073917668 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10790/statm: 228895 88148 2534 14 0 215365 0
[pid=10790/tid=10792] ppid=10788 vsize=915580 CPUtime=4.34
/proc/10790/task/10792/stat : 10792 (java) S 10788 10790 10243 0 -1 64 71355 0 0 0 400 34 0 0 16 0 8 0 155521506 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10793] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10793/stat : 10793 (java) S 10788 10790 10243 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10794] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10794/stat : 10794 (java) S 10788 10790 10243 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10795] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10795/stat : 10795 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155521509 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10796] ppid=10788 vsize=915580 CPUtime=0.28
/proc/10790/task/10796/stat : 10796 (java) S 10788 10790 10243 0 -1 64 430 0 0 0 27 1 0 0 16 0 8 0 155521509 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10797] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10797/stat : 10797 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155521509 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10798] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10798/stat : 10798 (java) S 10788 10790 10243 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155521510 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.25
Current children cumulated vsize (KiB) 915580

[startup+1543.79 s]
/proc/loadavg: 2.00 2.00 1.97 3/100 10892
/proc/meminfo: memFree=1242368/2055920 swapFree=4192812/4192956
[pid=10790] ppid=10788 vsize=915580 CPUtime=1529.76
/proc/10790/stat : 10790 (java) R 10788 10790 10243 0 -1 0 88433 0 1 0 152911 65 0 0 25 0 8 0 155521501 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073947856 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10790/statm: 228895 88148 2534 14 0 215365 0
[pid=10790/tid=10792] ppid=10788 vsize=915580 CPUtime=4.34
/proc/10790/task/10792/stat : 10792 (java) S 10788 10790 10243 0 -1 64 71355 0 0 0 400 34 0 0 16 0 8 0 155521506 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10793] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10793/stat : 10793 (java) S 10788 10790 10243 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10794] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10794/stat : 10794 (java) S 10788 10790 10243 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10795] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10795/stat : 10795 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155521509 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10796] ppid=10788 vsize=915580 CPUtime=0.28
/proc/10790/task/10796/stat : 10796 (java) S 10788 10790 10243 0 -1 64 430 0 0 0 27 1 0 0 16 0 8 0 155521509 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10797] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10797/stat : 10797 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155521509 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10798] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10798/stat : 10798 (java) S 10788 10790 10243 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155521510 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1529.76
Current children cumulated vsize (KiB) 915580

[startup+1603.84 s]
/proc/loadavg: 2.06 2.01 1.98 3/100 10892
/proc/meminfo: memFree=1242304/2055920 swapFree=4192812/4192956
[pid=10790] ppid=10788 vsize=915580 CPUtime=1589.26
/proc/10790/stat : 10790 (java) R 10788 10790 10243 0 -1 0 88433 0 1 0 158861 65 0 0 25 0 8 0 155521501 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073917655 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10790/statm: 228895 88148 2534 14 0 215365 0
[pid=10790/tid=10792] ppid=10788 vsize=915580 CPUtime=4.34
/proc/10790/task/10792/stat : 10792 (java) S 10788 10790 10243 0 -1 64 71355 0 0 0 400 34 0 0 16 0 8 0 155521506 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10793] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10793/stat : 10793 (java) S 10788 10790 10243 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10794] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10794/stat : 10794 (java) S 10788 10790 10243 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10795] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10795/stat : 10795 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155521509 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10796] ppid=10788 vsize=915580 CPUtime=0.28
/proc/10790/task/10796/stat : 10796 (java) S 10788 10790 10243 0 -1 64 430 0 0 0 27 1 0 0 16 0 8 0 155521509 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10797] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10797/stat : 10797 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155521509 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10798] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10798/stat : 10798 (java) S 10788 10790 10243 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155521510 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.26
Current children cumulated vsize (KiB) 915580

[startup+1663.89 s]
/proc/loadavg: 2.02 2.01 1.98 3/100 10892
/proc/meminfo: memFree=1242304/2055920 swapFree=4192812/4192956
[pid=10790] ppid=10788 vsize=915580 CPUtime=1648.75
/proc/10790/stat : 10790 (java) R 10788 10790 10243 0 -1 0 88433 0 1 0 164810 65 0 0 25 0 8 0 155521501 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073911430 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10790/statm: 228895 88148 2534 14 0 215365 0
[pid=10790/tid=10792] ppid=10788 vsize=915580 CPUtime=4.34
/proc/10790/task/10792/stat : 10792 (java) S 10788 10790 10243 0 -1 64 71355 0 0 0 400 34 0 0 16 0 8 0 155521506 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10793] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10793/stat : 10793 (java) S 10788 10790 10243 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10794] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10794/stat : 10794 (java) S 10788 10790 10243 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10795] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10795/stat : 10795 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155521509 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10796] ppid=10788 vsize=915580 CPUtime=0.28
/proc/10790/task/10796/stat : 10796 (java) S 10788 10790 10243 0 -1 64 430 0 0 0 27 1 0 0 16 0 8 0 155521509 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10797] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10797/stat : 10797 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155521509 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10798] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10798/stat : 10798 (java) S 10788 10790 10243 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155521510 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.75
Current children cumulated vsize (KiB) 915580

[startup+1723.93 s]
/proc/loadavg: 2.04 2.02 1.98 3/100 10892
/proc/meminfo: memFree=1242304/2055920 swapFree=4192812/4192956
[pid=10790] ppid=10788 vsize=915580 CPUtime=1708.26
/proc/10790/stat : 10790 (java) R 10788 10790 10243 0 -1 0 88433 0 1 0 170760 66 0 0 25 0 8 0 155521501 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073912295 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10790/statm: 228895 88148 2534 14 0 215365 0
[pid=10790/tid=10792] ppid=10788 vsize=915580 CPUtime=4.34
/proc/10790/task/10792/stat : 10792 (java) S 10788 10790 10243 0 -1 64 71355 0 0 0 400 34 0 0 16 0 8 0 155521506 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10793] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10793/stat : 10793 (java) S 10788 10790 10243 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10794] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10794/stat : 10794 (java) S 10788 10790 10243 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10795] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10795/stat : 10795 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155521509 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10796] ppid=10788 vsize=915580 CPUtime=0.28
/proc/10790/task/10796/stat : 10796 (java) S 10788 10790 10243 0 -1 64 430 0 0 0 27 1 0 0 16 0 8 0 155521509 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10797] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10797/stat : 10797 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155521509 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10798] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10798/stat : 10798 (java) S 10788 10790 10243 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155521510 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.26
Current children cumulated vsize (KiB) 915580

[startup+1783.98 s]
/proc/loadavg: 2.01 2.01 1.98 3/100 10892
/proc/meminfo: memFree=1242304/2055920 swapFree=4192812/4192956
[pid=10790] ppid=10788 vsize=915580 CPUtime=1767.75
/proc/10790/stat : 10790 (java) R 10788 10790 10243 0 -1 0 88433 0 1 0 176709 66 0 0 25 0 8 0 155521501 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073911372 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10790/statm: 228895 88148 2534 14 0 215365 0
[pid=10790/tid=10792] ppid=10788 vsize=915580 CPUtime=4.34
/proc/10790/task/10792/stat : 10792 (java) S 10788 10790 10243 0 -1 64 71355 0 0 0 400 34 0 0 16 0 8 0 155521506 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10793] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10793/stat : 10793 (java) S 10788 10790 10243 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10794] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10794/stat : 10794 (java) S 10788 10790 10243 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10795] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10795/stat : 10795 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155521509 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10796] ppid=10788 vsize=915580 CPUtime=0.28
/proc/10790/task/10796/stat : 10796 (java) S 10788 10790 10243 0 -1 64 430 0 0 0 27 1 0 0 16 0 8 0 155521509 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10797] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10797/stat : 10797 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155521509 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10798] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10798/stat : 10798 (java) S 10788 10790 10243 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155521510 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.75
Current children cumulated vsize (KiB) 915580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.58 s]
/proc/loadavg: 2.09 2.03 1.99 3/100 10892
/proc/meminfo: memFree=1242304/2055920 swapFree=4192812/4192956
[pid=10790] ppid=10788 vsize=915580 CPUtime=1800.06
/proc/10790/stat : 10790 (java) R 10788 10790 10243 0 -1 0 88433 0 1 0 179940 66 0 0 25 0 8 0 155521501 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073912278 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10790/statm: 228895 88148 2534 14 0 215365 0
[pid=10790/tid=10792] ppid=10788 vsize=915580 CPUtime=4.34
/proc/10790/task/10792/stat : 10792 (java) S 10788 10790 10243 0 -1 64 71355 0 0 0 400 34 0 0 16 0 8 0 155521506 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10793] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10793/stat : 10793 (java) S 10788 10790 10243 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10794] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10794/stat : 10794 (java) S 10788 10790 10243 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155521506 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10795] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10795/stat : 10795 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155521509 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10796] ppid=10788 vsize=915580 CPUtime=0.28
/proc/10790/task/10796/stat : 10796 (java) S 10788 10790 10243 0 -1 64 430 0 0 0 27 1 0 0 16 0 8 0 155521509 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10797] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10797/stat : 10797 (java) S 10788 10790 10243 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155521509 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10790/tid=10798] ppid=10788 vsize=915580 CPUtime=0
/proc/10790/task/10798/stat : 10798 (java) S 10788 10790 10243 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155521510 937553920 88148 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 915580

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

Child status: 143
Real time (s): 1816.66
CPU time (s): 1800.14
CPU user time (s): 1799.41
CPU system time (s): 0.726889
CPU usage (%): 99.0908
Max. virtual memory (cumulated for all children) (KiB): 915580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 0.726889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88449
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= 38162
involuntary context switches= 80854

runsolver used 2.00469 s user time and 6.04208 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Jan  6 08:14:24 UTC 2007


IDJOB= 198541
IDBENCH= 3562
FILE ID= node17/198541-1168071263

PBS_JOBID= 3475675

Free space on /tmp= 66316 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pigeons/pigeons-50.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/198541-1168071263/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-198541-1168071263 -o ROOT/results/node17/solver-198541-1168071263 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/198541-1168071263/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  12147b726cdc62e4a1c95be8697eb0dc

RANDOM SEED= 719870769

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1559512 kB
Buffers:         46116 kB
Cached:         218812 kB
SwapCached:          0 kB
Active:         208324 kB
Inactive:       198928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1559512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1972 kB
Writeback:           0 kB
Mapped:         171344 kB
Slab:            73672 kB
Committed_AS:  4507316 kB
PageTables:       2456 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= 66318 MiB



End job on node17 on Sat Jan  6 08:44:46 UTC 2007