Trace number 4084608

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.07 1794.48

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K143.opb
MD5SUM8f58618b79e9d2a9b56b6a791eca5768
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables17017
Total number of constraints17305
Number of constraints which are clauses17162
Number of constraints which are cardinality constraints (but not clauses)143
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint143
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 144
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4084608-1465288293.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
0.94/0.53	c ... done. Wall clock time 0.417s.
0.94/0.53	c declared #vars     17017
0.94/0.53	c #constraints  17305
0.94/0.53	c constraints type 
0.94/0.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15314
0.94/0.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 143
0.94/0.53	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.94/0.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1846
0.94/0.53	c 17305 constraints processed.
3.19/2.41	c cleaning 2495 clauses out of 4994 with flag 20485/5002
5.39/4.53	c cleaning 4220 clauses out of 8488 with flag 50987/11000
7.59/6.78	c cleaning 5582 clauses out of 11265 with flag 88877/18000
10.09/9.26	c cleaning 6815 clauses out of 13682 with flag 134309/26000
13.01/12.18	c cleaning 7893 clauses out of 15866 with flag 182046/35001
16.11/15.22	c cleaning 8814 clauses out of 17971 with flag 231730/45000
19.57/18.69	c cleaning 9209 clauses out of 20156 with flag 285214/56003
23.27/22.30	c cleaning 9877 clauses out of 22944 with flag 345001/68000
27.27/26.34	c cleaning 10608 clauses out of 26066 with flag 413347/81002
31.67/30.71	c cleaning 11649 clauses out of 29455 with flag 486595/95000
36.27/35.32	c cleaning 12404 clauses out of 32805 with flag 565306/110000
41.07/40.15	c cleaning 13278 clauses out of 36397 with flag 652092/126002
46.56/45.66	c cleaning 14015 clauses out of 40116 with flag 740018/143000
52.56/51.70	c cleaning 14924 clauses out of 44101 with flag 835348/161001
59.37/58.44	c cleaning 15645 clauses out of 48177 with flag 937733/180001
66.26/65.37	c cleaning 16473 clauses out of 52529 with flag 1048505/200001
73.57/72.64	c cleaning 17353 clauses out of 57055 with flag 1163661/221000
81.57/80.62	c cleaning 18041 clauses out of 61700 with flag 1283996/243000
89.64/88.68	c cleaning 19011 clauses out of 66659 with flag 1410944/266001
98.24/97.23	c cleaning 19763 clauses out of 71646 with flag 1541006/290000
107.34/106.37	c cleaning 20674 clauses out of 76882 with flag 1681658/315000
116.74/115.79	c cleaning 21492 clauses out of 82206 with flag 1827206/341000
126.74/125.78	c cleaning 22402 clauses out of 87711 with flag 1990357/368000
137.44/136.43	c cleaning 23365 clauses out of 93310 with flag 2156639/396001
148.15/147.19	c cleaning 24204 clauses out of 98944 with flag 2324620/425000
159.61/158.56	c cleaning 25248 clauses out of 104741 with flag 2503045/455001
171.40/170.40	c cleaning 26151 clauses out of 110492 with flag 2687003/486000
184.10/183.08	c cleaning 26602 clauses out of 116342 with flag 2875904/518001
197.10/196.01	c cleaning 27714 clauses out of 122742 with flag 3071952/551003
210.60/209.58	c cleaning 28358 clauses out of 129025 with flag 3278727/585000
224.52/223.36	c cleaning 29660 clauses out of 135666 with flag 3488837/620000
238.71/237.59	c cleaning 30325 clauses out of 142003 with flag 3701034/656000
253.92/252.71	c cleaning 31272 clauses out of 148678 with flag 3918744/693000
269.81/268.67	c cleaning 31954 clauses out of 155407 with flag 4151233/731001
286.13/284.92	c cleaning 33066 clauses out of 162458 with flag 4384124/770006
304.00/302.70	c cleaning 33891 clauses out of 169386 with flag 4621980/810000
321.40/320.03	c cleaning 35005 clauses out of 176492 with flag 4876615/851001
340.31/338.96	c cleaning 35619 clauses out of 183485 with flag 5137016/893000
359.51/358.16	c cleaning 36620 clauses out of 190864 with flag 5396538/936000
380.32/378.72	c cleaning 37509 clauses out of 198241 with flag 5672575/980000
401.33/399.72	c cleaning 38524 clauses out of 205728 with flag 5948956/1025000
423.13/421.24	c cleaning 39259 clauses out of 213202 with flag 6241032/1071001
445.94/444.02	c cleaning 40458 clauses out of 220942 with flag 6545702/1118000
468.53/466.60	c cleaning 41522 clauses out of 228481 with flag 6844101/1166000
492.92/490.76	c cleaning 41768 clauses out of 235959 with flag 7161006/1215000
517.52/515.37	c cleaning 43072 clauses out of 244189 with flag 7490974/1265000
542.76/540.30	c cleaning 43896 clauses out of 252116 with flag 7816399/1316000
568.93/566.49	c cleaning 44903 clauses out of 260220 with flag 8160376/1368000
595.33/592.90	c cleaning 46021 clauses out of 268317 with flag 8520698/1421000
622.94/620.40	c cleaning 46981 clauses out of 276294 with flag 8889279/1475000
651.25/648.51	c cleaning 47782 clauses out of 284314 with flag 9267752/1530001
681.05/678.35	c cleaning 48422 clauses out of 292532 with flag 9648932/1586001
711.17/708.36	c cleaning 49826 clauses out of 301108 with flag 10044842/1643000
741.57/738.63	c cleaning 50851 clauses out of 309281 with flag 10443900/1701001
772.58/769.64	c cleaning 51926 clauses out of 317427 with flag 10851654/1760000
805.28/802.27	c cleaning 52799 clauses out of 325502 with flag 11312350/1820001
840.67/837.50	c cleaning 53312 clauses out of 333703 with flag 11781659/1881001
876.25/873.07	c cleaning 54477 clauses out of 342389 with flag 12220311/1943000
913.54/910.28	c cleaning 55416 clauses out of 350911 with flag 12693092/2006000
950.22/946.84	c cleaning 56597 clauses out of 359496 with flag 13153531/2070002
988.22/984.73	c cleaning 57679 clauses out of 367896 with flag 13613687/2135002
1028.71/1025.13	c cleaning 58468 clauses out of 376215 with flag 14143948/2201000
1069.21/1065.55	c cleaning 59325 clauses out of 384746 with flag 14645315/2268000
1111.54/1107.76	c cleaning 60305 clauses out of 393421 with flag 15162893/2336000
1152.02/1148.17	c cleaning 61403 clauses out of 402116 with flag 15672703/2405000
1194.82/1190.84	c cleaning 62736 clauses out of 410713 with flag 16206861/2475001
1239.13/1235.01	c cleaning 63387 clauses out of 418975 with flag 16740523/2546000
1284.80/1280.52	c cleaning 64251 clauses out of 427587 with flag 17301843/2618001
1334.35/1330.04	c cleaning 65040 clauses out of 436336 with flag 17873890/2691001
1382.03/1377.53	c cleaning 66534 clauses out of 445296 with flag 18455095/2765001
1430.83/1426.22	c cleaning 67808 clauses out of 453759 with flag 19038932/2840000
1480.68/1475.94	c cleaning 68309 clauses out of 461952 with flag 19598369/2916003
1532.48/1527.61	c cleaning 69239 clauses out of 470640 with flag 20193453/2993000
1585.97/1580.93	c cleaning 69908 clauses out of 479401 with flag 20831873/3071000
1640.67/1635.53	c cleaning 71471 clauses out of 488492 with flag 21462502/3150000
1697.79/1692.57	c cleaning 72327 clauses out of 497020 with flag 22101036/3230000
1756.08/1750.56	c cleaning 73257 clauses out of 505695 with flag 22780676/3311003
1800.07/1794.40	c starts		: 21088
1800.07/1794.40	c conflicts		: 3375057
1800.07/1794.40	c decisions		: 92249203
1800.07/1794.40	c propagations		: 2836130686
1800.07/1794.40	c inspects		: 12131956497
1800.07/1794.40	c shortcuts		: 0
1800.07/1794.40	c learnt literals	: 106
1800.07/1794.40	c learnt binary clauses	: 170123
1800.07/1794.40	c learnt ternary clauses	: 153409
1800.07/1794.40	c learnt constraints	: 3374951
1800.07/1794.40	c ignored constraints	: 0
1800.07/1794.40	c root simplifications	: 0
1800.07/1794.40	c removed literals (reason simplification)	: 0
1800.07/1794.40	c reason swapping (by a shorter reason)	: 0
1800.07/1794.40	c Calls to reduceDB	: 77
1800.07/1794.40	c Number of update (reduction) of LBD	: 2460813
1800.07/1794.40	c Imported unit clauses	: 0
1800.07/1794.40	c number of reductions to clauses (during analyze)	: 0
1800.07/1794.40	c number of learned constraints concerned by reduction	: 0
1800.07/1794.40	c number of learning phase by resolution	: 0
1800.07/1794.40	c number of learning phase by cutting planes	: 0
1800.07/1794.40	c speed (assignments/second)	: 1581025.6046335963
1800.07/1794.40	c non guided choices	23912
1800.07/1794.40	c timeout
1800.07/1794.47	c learnt constraints type 
1800.07/1794.47	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 170123
1800.07/1794.47	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 326369
1800.07/1794.47	s UNKNOWN
1800.07/1794.47	c Total wall clock time (in seconds): 1794.358

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4084608-1465288293/watcher-4084608-1465288293 -o /tmp/evaluation-result-4084608-1465288293/solver-4084608-1465288293 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1465256472-5400 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084608-1465288293.opb 

pid=10111
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 10114
/proc/meminfo: memFree=31218124/32872528 swapFree=10676/249824
[pid=10114] ppid=10111 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/10114/stat : 10114 (java) D 10111 10114 5384 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 110764745 2560000 46 33554432000 1073741824 1073778376 140733408296768 140733408293896 247055084839 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/10114/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 10114
/proc/meminfo: memFree=31218124/32872528 swapFree=10676/249824
[pid=10114] ppid=10111 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/10114/stat : 10114 (java) S 10111 10114 5384 0 -1 4202496 4421 0 1 0 8 0 0 0 20 0 18 0 110764745 9787879424 6030 33554432000 1073741824 1073778376 140733408296768 140733408287904 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10114/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 10114
/proc/meminfo: memFree=31218124/32872528 swapFree=10676/249824
[pid=10114] ppid=10111 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/10114/stat : 10114 (java) S 10111 10114 5384 0 -1 4202496 5080 0 1 0 27 1 0 0 20 0 18 0 110764745 9787879424 7004 33554432000 1073741824 1073778376 140733408296768 140733408287904 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10114/statm: 2389619 7004 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300227 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 10114
/proc/meminfo: memFree=31218124/32872528 swapFree=10676/249824
[pid=10114] ppid=10111 vsize=9558476 CPUtime=0.56 cores=0,2,4,6
/proc/10114/stat : 10114 (java) S 10111 10114 5384 0 -1 4202496 7378 0 1 0 54 2 0 0 20 0 18 0 110764745 9787879424 10874 33554432000 1073741824 1073778376 140733408296768 140733408287904 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10114/statm: 2389619 10874 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700179 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 10114
/proc/meminfo: memFree=31218124/32872528 swapFree=10676/249824
[pid=10114] ppid=10111 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/10114/stat : 10114 (java) S 10111 10114 5384 0 -1 4202496 7842 0 1 0 133 3 0 0 20 0 19 0 110764745 9856040960 30906 33554432000 1073741824 1073778376 140733408296768 140733408287904 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10114/statm: 2406260 30906 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 10133
/proc/meminfo: memFree=31101024/32872528 swapFree=10676/249824
[pid=10114] ppid=10111 vsize=9625040 CPUtime=2.25 cores=0,2,4,6
/proc/10114/stat : 10114 (java) S 10111 10114 5384 0 -1 4202496 8419 0 1 0 222 3 0 0 20 0 19 0 110764745 9856040960 31426 33554432000 1073741824 1073778376 140733408296768 140733408287904 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10114/statm: 2406260 31426 2264 9 0 2396937 0
[pid=10114/tid=10116] ppid=10111 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/10114/task/10116/stat : 10116 (java) R 10111 10114 5384 0 -1 4202560 2457 0 1 0 143 3 0 0 20 0 19 0 110764746 9856040960 31426 33554432000 1073741824 1073778376 140733408296768 140253188431888 247067632053 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10114/tid=10117] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10117/stat : 10117 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 31426 33554432000 1073741824 1073778376 140733408296768 140253166533416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10118] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10118/stat : 10118 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 31426 33554432000 1073741824 1073778376 140733408296768 140253165480616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10114/tid=10119] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10119/stat : 10119 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 31426 33554432000 1073741824 1073778376 140733408296768 140252962352168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10114/tid=10120] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10120/stat : 10120 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 31426 33554432000 1073741824 1073778376 140733408296768 140252961299368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10114/tid=10121] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10121/stat : 10121 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 31426 33554432000 1073741824 1073778376 140733408296768 140252960246056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10122] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10122/stat : 10122 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 31426 33554432000 1073741824 1073778376 140733408296768 140252959193256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10114/tid=10123] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10123/stat : 10123 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 31426 33554432000 1073741824 1073778376 140733408296768 140252958140968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10124] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10124/stat : 10124 (java) S 10111 10114 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 31426 33554432000 1073741824 1073778376 140733408296768 140252957088168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10125] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10125/stat : 10125 (java) S 10111 10114 5384 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110764748 9856040960 31426 33554432000 1073741824 1073778376 140733408296768 140252944890600 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10126] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10126/stat : 10126 (java) S 10111 10114 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110764748 9856040960 31426 33554432000 1073741824 1073778376 140733408296768 140252943836664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10127] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10127/stat : 10127 (java) S 10111 10114 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110764749 9856040960 31426 33554432000 1073741824 1073778376 140733408296768 140252942784264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10128] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10128/stat : 10128 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764751 9856040960 31426 33554432000 1073741824 1073778376 140733408296768 140252941732752 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10129] ppid=10111 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/10114/task/10129/stat : 10129 (java) S 10111 10114 5384 0 -1 4202560 2325 0 0 0 39 0 0 0 20 0 19 0 110764751 9856040960 31426 33554432000 1073741824 1073778376 140733408296768 140252940679352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10114/tid=10130] ppid=10111 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/10114/task/10130/stat : 10130 (java) R 10111 10114 5384 0 -1 4202560 2365 0 0 0 37 0 0 0 20 0 19 0 110764751 9856040960 31426 33554432000 1073741824 1073778376 140733408296768 140252939626392 140253190389148 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10114/tid=10131] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10131/stat : 10131 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764751 9856040960 31426 33554432000 1073741824 1073778376 140733408296768 140252938574456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10114/tid=10132] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10132/stat : 10132 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764751 9856040960 31426 33554432000 1073741824 1073778376 140733408296768 140252937521864 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10133] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10133/stat : 10133 (java) S 10111 10114 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110764800 9856040960 31426 33554432000 1073741824 1073778376 140733408296768 140252936467880 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 10133
/proc/meminfo: memFree=31098596/32872528 swapFree=10676/249824
[pid=10114] ppid=10111 vsize=9625040 CPUtime=3.94 cores=0,2,4,6
/proc/10114/stat : 10114 (java) S 10111 10114 5384 0 -1 4202496 8431 0 1 0 391 3 0 0 20 0 19 0 110764745 9856040960 31946 33554432000 1073741824 1073778376 140733408296768 140733408287904 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10114/statm: 2406260 31946 2271 9 0 2396937 0
[pid=10114/tid=10116] ppid=10111 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/10114/task/10116/stat : 10116 (java) R 10111 10114 5384 0 -1 4202560 2460 0 1 0 302 3 0 0 20 0 19 0 110764746 9856040960 31946 33554432000 1073741824 1073778376 140733408296768 140253188430424 140253047034135 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10114/tid=10117] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10117/stat : 10117 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 31946 33554432000 1073741824 1073778376 140733408296768 140253166533416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10118] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10118/stat : 10118 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 31946 33554432000 1073741824 1073778376 140733408296768 140253165480616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10114/tid=10119] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10119/stat : 10119 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 31946 33554432000 1073741824 1073778376 140733408296768 140252962352168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10114/tid=10120] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10120/stat : 10120 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 31946 33554432000 1073741824 1073778376 140733408296768 140252961299368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10114/tid=10121] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10121/stat : 10121 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 31946 33554432000 1073741824 1073778376 140733408296768 140252960246056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10122] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10122/stat : 10122 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 31946 33554432000 1073741824 1073778376 140733408296768 140252959193256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10114/tid=10123] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10123/stat : 10123 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 31946 33554432000 1073741824 1073778376 140733408296768 140252958140968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10124] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10124/stat : 10124 (java) S 10111 10114 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 31946 33554432000 1073741824 1073778376 140733408296768 140252957088168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10125] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10125/stat : 10125 (java) S 10111 10114 5384 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110764748 9856040960 31946 33554432000 1073741824 1073778376 140733408296768 140252944890600 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10126] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10126/stat : 10126 (java) S 10111 10114 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110764748 9856040960 31946 33554432000 1073741824 1073778376 140733408296768 140252943836664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10127] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10127/stat : 10127 (java) S 10111 10114 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110764749 9856040960 31946 33554432000 1073741824 1073778376 140733408296768 140252942784264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10128] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10128/stat : 10128 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764751 9856040960 31946 33554432000 1073741824 1073778376 140733408296768 140252941732752 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10129] ppid=10111 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/10114/task/10129/stat : 10129 (java) S 10111 10114 5384 0 -1 4202560 2331 0 0 0 43 0 0 0 20 0 19 0 110764751 9856040960 31946 33554432000 1073741824 1073778376 140733408296768 140252940679352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10114/tid=10130] ppid=10111 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/10114/task/10130/stat : 10130 (java) S 10111 10114 5384 0 -1 4202560 2367 0 0 0 42 0 0 0 20 0 19 0 110764751 9856040960 31946 33554432000 1073741824 1073778376 140733408296768 140252939626552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10131] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10131/stat : 10131 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764751 9856040960 31946 33554432000 1073741824 1073778376 140733408296768 140252938574456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10114/tid=10132] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10132/stat : 10132 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764751 9856040960 31946 33554432000 1073741824 1073778376 140733408296768 140252937521864 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10133] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10133/stat : 10133 (java) S 10111 10114 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110764800 9856040960 31946 33554432000 1073741824 1073778376 140733408296768 140252936467880 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 10133
/proc/meminfo: memFree=31094408/32872528 swapFree=10676/249824
[pid=10114] ppid=10111 vsize=9625040 CPUtime=7.18 cores=0,2,4,6
/proc/10114/stat : 10114 (java) S 10111 10114 5384 0 -1 4202496 8436 0 1 0 715 3 0 0 20 0 19 0 110764745 9856040960 33450 33554432000 1073741824 1073778376 140733408296768 140733408287904 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10114/statm: 2406260 33450 2271 9 0 2396937 0
[pid=10114/tid=10116] ppid=10111 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/10114/task/10116/stat : 10116 (java) R 10111 10114 5384 0 -1 4202560 2465 0 1 0 621 3 0 0 20 0 19 0 110764746 9856040960 33450 33554432000 1073741824 1073778376 140733408296768 140253188430272 140253046966420 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10114/tid=10117] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10117/stat : 10117 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 33450 33554432000 1073741824 1073778376 140733408296768 140253166533416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10118] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10118/stat : 10118 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 33450 33554432000 1073741824 1073778376 140733408296768 140253165480616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10114/tid=10119] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10119/stat : 10119 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 33450 33554432000 1073741824 1073778376 140733408296768 140252962352168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10114/tid=10120] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10120/stat : 10120 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 33450 33554432000 1073741824 1073778376 140733408296768 140252961299368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10114/tid=10121] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10121/stat : 10121 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 33450 33554432000 1073741824 1073778376 140733408296768 140252960246056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10122] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10122/stat : 10122 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 33450 33554432000 1073741824 1073778376 140733408296768 140252959193256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10114/tid=10123] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10123/stat : 10123 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 33450 33554432000 1073741824 1073778376 140733408296768 140252958140968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10124] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10124/stat : 10124 (java) S 10111 10114 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110764747 9856040960 33450 33554432000 1073741824 1073778376 140733408296768 140252957088168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10125] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10125/stat : 10125 (java) S 10111 10114 5384 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110764748 9856040960 33450 33554432000 1073741824 1073778376 140733408296768 140252944890600 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10126] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10126/stat : 10126 (java) S 10111 10114 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110764748 9856040960 33450 33554432000 1073741824 1073778376 140733408296768 140252943836664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10127] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10127/stat : 10127 (java) S 10111 10114 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110764749 9856040960 33450 33554432000 1073741824 1073778376 140733408296768 140252942784264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10128] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10128/stat : 10128 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764751 9856040960 33450 33554432000 1073741824 1073778376 140733408296768 140252941732752 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10129] ppid=10111 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/10114/task/10129/stat : 10129 (java) S 10111 10114 5384 0 -1 4202560 2331 0 0 0 45 0 0 0 20 0 19 0 110764751 9856040960 33450 33554432000 1073741824 1073778376 140733408296768 140252940679352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10114/tid=10130] ppid=10111 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/10114/task/10130/stat : 10130 (java) S 10111 10114 5384 0 -1 4202560 2367 0 0 0 44 0 0 0 20 0 19 0 110764751 9856040960 33450 33554432000 1073741824 1073778376 140733408296768 140252939626552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10131] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10131/stat : 10131 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764751 9856040960 33450 33554432000 1073741824 1073778376 140733408296768 140252938574456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10114/tid=10132] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10132/stat : 10132 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764751 9856040960 33450 33554432000 1073741824 1073778376 140733408296768 140252937521864 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10133] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10133/stat : 10133 (java) S 10111 10114 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110764800 9856040960 33450 33554432000 1073741824 1073778376 140733408296768 140252936467880 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.18
Current children cumulated vsize (KiB) 9625040


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

[pid=10114/tid=10133] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10133/stat : 10133 (java) S 10111 10114 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110764800 9856040960 120644 33554432000 1073741824 1073778376 140733408296768 140252936467880 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1667.49
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/214 10241
/proc/meminfo: memFree=29787020/32872528 swapFree=10676/249824
[pid=10114] ppid=10111 vsize=9625040 CPUtime=1727.78 cores=0,2,4,6
/proc/10114/stat : 10114 (java) S 10111 10114 5384 0 -1 4202496 11835 0 1 0 172679 99 0 0 20 0 19 0 110764745 9856040960 121281 33554432000 1073741824 1073778376 140733408296768 140733408287904 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10114/statm: 2406260 121281 2293 9 0 2396937 0
[pid=10114/tid=10116] ppid=10111 vsize=9625040 CPUtime=1714.86 cores=0,2,4,6
/proc/10114/task/10116/stat : 10116 (java) R 10111 10114 5384 0 -1 4202560 2522 0 1 0 171457 29 0 0 20 0 19 0 110764746 9856040960 121281 33554432000 1073741824 1073778376 140733408296768 140253188431184 140253047033673 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10114/tid=10117] ppid=10111 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/10114/task/10117/stat : 10117 (java) S 10111 10114 5384 0 -1 4202560 377 0 0 0 67 7 0 0 20 0 19 0 110764747 9856040960 121281 33554432000 1073741824 1073778376 140733408296768 140253166533416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10118] ppid=10111 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/10114/task/10118/stat : 10118 (java) S 10111 10114 5384 0 -1 4202560 294 0 0 0 66 7 0 0 20 0 19 0 110764747 9856040960 121281 33554432000 1073741824 1073778376 140733408296768 140253165480616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10119] ppid=10111 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/10114/task/10119/stat : 10119 (java) S 10111 10114 5384 0 -1 4202560 226 0 0 0 63 9 0 0 20 0 19 0 110764747 9856040960 121281 33554432000 1073741824 1073778376 140733408296768 140252962352168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10114/tid=10120] ppid=10111 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/10114/task/10120/stat : 10120 (java) S 10111 10114 5384 0 -1 4202560 627 0 0 0 65 10 0 0 20 0 19 0 110764747 9856040960 121281 33554432000 1073741824 1073778376 140733408296768 140252961299368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10114/tid=10121] ppid=10111 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/10114/task/10121/stat : 10121 (java) S 10111 10114 5384 0 -1 4202560 457 0 0 0 61 11 0 0 20 0 19 0 110764747 9856040960 121281 33554432000 1073741824 1073778376 140733408296768 140252960246056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10114/tid=10122] ppid=10111 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/10114/task/10122/stat : 10122 (java) S 10111 10114 5384 0 -1 4202560 395 0 0 0 63 10 0 0 20 0 19 0 110764747 9856040960 121281 33554432000 1073741824 1073778376 140733408296768 140252959193256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10123] ppid=10111 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/10114/task/10123/stat : 10123 (java) S 10111 10114 5384 0 -1 4202560 177 0 0 0 67 9 0 0 20 0 19 0 110764747 9856040960 121281 33554432000 1073741824 1073778376 140733408296768 140252958140968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10124] ppid=10111 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/10114/task/10124/stat : 10124 (java) S 10111 10114 5384 0 -1 4202560 331 0 0 0 61 8 0 0 20 0 19 0 110764747 9856040960 121281 33554432000 1073741824 1073778376 140733408296768 140252957088168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10114/tid=10125] ppid=10111 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/10114/task/10125/stat : 10125 (java) S 10111 10114 5384 0 -1 4202560 305 0 0 0 121 3 0 0 20 0 19 0 110764748 9856040960 121281 33554432000 1073741824 1073778376 140733408296768 140252944890600 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10126] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10126/stat : 10126 (java) S 10111 10114 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110764748 9856040960 121281 33554432000 1073741824 1073778376 140733408296768 140252943836664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10127] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10127/stat : 10127 (java) S 10111 10114 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110764749 9856040960 121281 33554432000 1073741824 1073778376 140733408296768 140252942784264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10128] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10128/stat : 10128 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764751 9856040960 121281 33554432000 1073741824 1073778376 140733408296768 140252941732752 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10129] ppid=10111 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/10114/task/10129/stat : 10129 (java) S 10111 10114 5384 0 -1 4202560 2397 0 0 0 50 0 0 0 20 0 19 0 110764751 9856040960 121281 33554432000 1073741824 1073778376 140733408296768 140252940679352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10114/tid=10130] ppid=10111 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/10114/task/10130/stat : 10130 (java) S 10111 10114 5384 0 -1 4202560 2368 0 0 0 45 0 0 0 20 0 19 0 110764751 9856040960 121281 33554432000 1073741824 1073778376 140733408296768 140252939626552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10131] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10131/stat : 10131 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764751 9856040960 121281 33554432000 1073741824 1073778376 140733408296768 140252938574456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10114/tid=10132] ppid=10111 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/10114/task/10132/stat : 10132 (java) S 10111 10114 5384 0 -1 4202560 101 0 0 0 33 34 0 0 20 0 19 0 110764751 9856040960 121281 33554432000 1073741824 1073778376 140733408296768 140252937521864 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10133] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10133/stat : 10133 (java) S 10111 10114 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110764800 9856040960 121281 33554432000 1073741824 1073778376 140733408296768 140252936467880 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1727.78
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/214 10265
/proc/meminfo: memFree=28808840/32872528 swapFree=10676/249824
[pid=10114] ppid=10111 vsize=9625040 CPUtime=1787.96 cores=0,2,4,6
/proc/10114/stat : 10114 (java) S 10111 10114 5384 0 -1 4202496 11875 0 1 0 178696 100 0 0 20 0 19 0 110764745 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140733408287904 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10114/statm: 2406260 119517 2293 9 0 2396937 0
[pid=10114/tid=10116] ppid=10111 vsize=9625040 CPUtime=1774.36 cores=0,2,4,6
/proc/10114/task/10116/stat : 10116 (java) R 10111 10114 5384 0 -1 4202560 2524 0 1 0 177406 30 0 0 20 0 19 0 110764746 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140253188431184 140253047033779 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10114/tid=10117] ppid=10111 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/10114/task/10117/stat : 10117 (java) S 10111 10114 5384 0 -1 4202560 377 0 0 0 69 7 0 0 20 0 19 0 110764747 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140253166533416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10114/tid=10118] ppid=10111 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/10114/task/10118/stat : 10118 (java) S 10111 10114 5384 0 -1 4202560 294 0 0 0 68 7 0 0 20 0 19 0 110764747 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140253165480616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10114/tid=10119] ppid=10111 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/10114/task/10119/stat : 10119 (java) S 10111 10114 5384 0 -1 4202560 226 0 0 0 66 9 0 0 20 0 19 0 110764747 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252962352168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10114/tid=10120] ppid=10111 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/10114/task/10120/stat : 10120 (java) S 10111 10114 5384 0 -1 4202560 627 0 0 0 67 10 0 0 20 0 19 0 110764747 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252961299368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10114/tid=10121] ppid=10111 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/10114/task/10121/stat : 10121 (java) S 10111 10114 5384 0 -1 4202560 457 0 0 0 63 11 0 0 20 0 19 0 110764747 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252960246056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10114/tid=10122] ppid=10111 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/10114/task/10122/stat : 10122 (java) S 10111 10114 5384 0 -1 4202560 395 0 0 0 66 10 0 0 20 0 19 0 110764747 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252959193256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10114/tid=10123] ppid=10111 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/10114/task/10123/stat : 10123 (java) S 10111 10114 5384 0 -1 4202560 177 0 0 0 73 9 0 0 20 0 19 0 110764747 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252958140968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10124] ppid=10111 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/10114/task/10124/stat : 10124 (java) S 10111 10114 5384 0 -1 4202560 331 0 0 0 64 8 0 0 20 0 19 0 110764747 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252957088168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10114/tid=10125] ppid=10111 vsize=9625040 CPUtime=1.51 cores=0,2,4,6
/proc/10114/task/10125/stat : 10125 (java) S 10111 10114 5384 0 -1 4202560 341 0 0 0 148 3 0 0 20 0 19 0 110764748 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252944890600 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10126] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10126/stat : 10126 (java) S 10111 10114 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110764748 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252943836664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10127] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10127/stat : 10127 (java) S 10111 10114 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110764749 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252942784264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10128] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10128/stat : 10128 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764751 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252941732752 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10129] ppid=10111 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/10114/task/10129/stat : 10129 (java) S 10111 10114 5384 0 -1 4202560 2397 0 0 0 50 0 0 0 20 0 19 0 110764751 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252940679352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10114/tid=10130] ppid=10111 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/10114/task/10130/stat : 10130 (java) S 10111 10114 5384 0 -1 4202560 2368 0 0 0 45 0 0 0 20 0 19 0 110764751 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252939626552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10131] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10131/stat : 10131 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764751 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252938574456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10114/tid=10132] ppid=10111 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/10114/task/10132/stat : 10132 (java) S 10111 10114 5384 0 -1 4202560 103 0 0 0 35 36 0 0 20 0 19 0 110764751 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252937521864 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10133] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10133/stat : 10133 (java) S 10111 10114 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110764800 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252936467880 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1787.96
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.4 s]
/proc/loadavg: 2.01 2.05 2.00 3/214 10266
/proc/meminfo: memFree=28808724/32872528 swapFree=10676/249824
[pid=10114] ppid=10111 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/10114/stat : 10114 (java) S 10111 10114 5384 0 -1 4202496 11877 0 1 0 179906 101 0 0 20 0 19 0 110764745 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140733408287904 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10114/statm: 2406260 119517 2293 9 0 2396937 0
[pid=10114/tid=10116] ppid=10111 vsize=9625040 CPUtime=1786.43 cores=0,2,4,6
/proc/10114/task/10116/stat : 10116 (java) R 10111 10114 5384 0 -1 4202560 2524 0 1 0 178612 31 0 0 20 0 19 0 110764746 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140253188431184 140253047034280 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10114/tid=10117] ppid=10111 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/10114/task/10117/stat : 10117 (java) S 10111 10114 5384 0 -1 4202560 377 0 0 0 69 7 0 0 20 0 19 0 110764747 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140253166533416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10114/tid=10118] ppid=10111 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/10114/task/10118/stat : 10118 (java) S 10111 10114 5384 0 -1 4202560 294 0 0 0 68 7 0 0 20 0 19 0 110764747 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140253165480616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10114/tid=10119] ppid=10111 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/10114/task/10119/stat : 10119 (java) S 10111 10114 5384 0 -1 4202560 226 0 0 0 66 9 0 0 20 0 19 0 110764747 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252962352168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10114/tid=10120] ppid=10111 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/10114/task/10120/stat : 10120 (java) S 10111 10114 5384 0 -1 4202560 627 0 0 0 67 10 0 0 20 0 19 0 110764747 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252961299368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10114/tid=10121] ppid=10111 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/10114/task/10121/stat : 10121 (java) S 10111 10114 5384 0 -1 4202560 457 0 0 0 63 11 0 0 20 0 19 0 110764747 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252960246056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10114/tid=10122] ppid=10111 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/10114/task/10122/stat : 10122 (java) S 10111 10114 5384 0 -1 4202560 395 0 0 0 66 10 0 0 20 0 19 0 110764747 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252959193256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10114/tid=10123] ppid=10111 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/10114/task/10123/stat : 10123 (java) S 10111 10114 5384 0 -1 4202560 177 0 0 0 73 9 0 0 20 0 19 0 110764747 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252958140968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10124] ppid=10111 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/10114/task/10124/stat : 10124 (java) S 10111 10114 5384 0 -1 4202560 331 0 0 0 64 8 0 0 20 0 19 0 110764747 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252957088168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10114/tid=10125] ppid=10111 vsize=9625040 CPUtime=1.51 cores=0,2,4,6
/proc/10114/task/10125/stat : 10125 (java) S 10111 10114 5384 0 -1 4202560 341 0 0 0 148 3 0 0 20 0 19 0 110764748 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252944890600 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10126] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10126/stat : 10126 (java) S 10111 10114 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110764748 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252943836664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10127] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10127/stat : 10127 (java) S 10111 10114 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110764749 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252942784264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10128] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10128/stat : 10128 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764751 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252941732752 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10129] ppid=10111 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/10114/task/10129/stat : 10129 (java) S 10111 10114 5384 0 -1 4202560 2397 0 0 0 50 0 0 0 20 0 19 0 110764751 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252940679352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10114/tid=10130] ppid=10111 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/10114/task/10130/stat : 10130 (java) S 10111 10114 5384 0 -1 4202560 2368 0 0 0 45 0 0 0 20 0 19 0 110764751 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252939626552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10131] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10131/stat : 10131 (java) S 10111 10114 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110764751 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252938574456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10114/tid=10132] ppid=10111 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/10114/task/10132/stat : 10132 (java) S 10111 10114 5384 0 -1 4202560 105 0 0 0 35 36 0 0 20 0 19 0 110764751 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252937521864 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10114/tid=10133] ppid=10111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10114/task/10133/stat : 10133 (java) S 10111 10114 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110764800 9856040960 119517 33554432000 1073741824 1073778376 140733408296768 140252936467880 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 10114 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10114 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=489196
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=550764
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.48
CPU time (s): 1800.07
CPU user time (s): 1799.06
CPU system time (s): 1.01
CPU usage (%): 100.312
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.49
system time used= 1.55076
maximum resident set size= 735764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11910
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39126
involuntary context switches= 9002

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.8625 second user time and 13.9039 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-07 10:31:33
IDJOB=4084608
IDBENCH=90199
IDSOLVER=2546
FILE ID=node103/4084608-1465288293
RUNJOBID= node103-1465256472-5400
PBS_JOBID= 19843279
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K143.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084608-1465288293/watcher-4084608-1465288293 -o /tmp/evaluation-result-4084608-1465288293/solver-4084608-1465288293 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1465256472-5400 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084608-1465288293.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8f58618b79e9d2a9b56b6a791eca5768
RANDOM SEED=1508114369

node103.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31218668 kB
Buffers:          142996 kB
Cached:           177264 kB
SwapCached:         1720 kB
Active:           442284 kB
Inactive:         209600 kB
Active(anon):     332384 kB
Inactive(anon):     1216 kB
Active(file):     109900 kB
Inactive(file):   208384 kB
Unevictable:      249824 kB
Mlocked:           10676 kB
SwapTotal:      67108856 kB
SwapFree:       67096696 kB
Dirty:              2032 kB
Writeback:             0 kB
AnonPages:        657688 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             601644 kB
SReclaimable:      45280 kB
SUnreclaim:       556364 kB
KernelStack:        1768 kB
PageTables:         5316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1129888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    624640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node103 at 2016-06-07 11:01:27