Trace number 4085699

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.07 1797.24

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-f2000.opb
MD5SUMacba870ceff62e653e0b2927ff2b81fb
Bench CategoryOPT-SMALLINT-LIN (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4000
Total number of constraints10500
Number of constraints which are clauses10500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 4000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4000
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4000
Number of bits of the biggest sum of numbers12
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4085699-1465279326.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.52/0.37	c ... done. Wall clock time 0.268s.
0.52/0.37	c declared #vars     4000
0.52/0.37	c #constraints  10500
0.52/0.37	c constraints type 
0.52/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8500
0.52/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2000
0.52/0.37	c 10500 constraints processed.
0.52/0.37	c objective function length is 4000 literals
1.83/1.23	c cleaning 2494 clauses out of 5001 with flag 27523/5001
2.69/2.06	c cleaning 4251 clauses out of 8508 with flag 66602/11002
3.79/3.11	c cleaning 5624 clauses out of 11255 with flag 118825/18000
5.00/4.31	c cleaning 6810 clauses out of 13631 with flag 169876/26000
6.33/5.67	c cleaning 7896 clauses out of 15825 with flag 230882/35004
7.93/7.25	c cleaning 8958 clauses out of 17927 with flag 299126/45002
9.73/9.01	c cleaning 9980 clauses out of 19967 with flag 372101/56000
11.73/11.03	c cleaning 10991 clauses out of 21990 with flag 449592/68003
13.82/13.19	c cleaning 11992 clauses out of 23996 with flag 531607/81000
16.32/15.63	c cleaning 12992 clauses out of 26005 with flag 619065/95001
19.02/18.30	c cleaning 13997 clauses out of 28015 with flag 722364/110003
21.92/21.20	c cleaning 15005 clauses out of 30016 with flag 829478/126001
25.03/24.36	c cleaning 16002 clauses out of 32011 with flag 951900/143001
28.53/27.81	c cleaning 17001 clauses out of 34010 with flag 1080489/161002
32.12/31.43	c cleaning 18001 clauses out of 36008 with flag 1222064/180001
36.22/35.52	c cleaning 18996 clauses out of 38006 with flag 1389534/200000
40.52/39.80	c cleaning 19999 clauses out of 40012 with flag 1552730/221002
45.12/44.45	c cleaning 21001 clauses out of 42013 with flag 1756116/243002
49.65/48.93	c cleaning 21995 clauses out of 44010 with flag 1918476/266000
54.35/53.63	c cleaning 22997 clauses out of 46015 with flag 2094850/290000
59.35/58.60	c cleaning 24008 clauses out of 48021 with flag 2272433/315003
64.55/63.86	c cleaning 25002 clauses out of 50010 with flag 2446577/341000
70.05/69.40	c cleaning 26000 clauses out of 52014 with flag 2647943/368006
75.85/75.14	c cleaning 27000 clauses out of 54009 with flag 2850486/396001
82.05/81.33	c cleaning 27996 clauses out of 56008 with flag 3050074/425000
88.55/87.83	c cleaning 28993 clauses out of 58012 with flag 3247570/455000
95.35/94.67	c cleaning 30003 clauses out of 60021 with flag 3473556/486002
102.65/101.94	c cleaning 31004 clauses out of 62016 with flag 3735854/518000
110.15/109.41	c cleaning 31983 clauses out of 64012 with flag 3965742/551000
118.20/117.45	c cleaning 33003 clauses out of 66030 with flag 4315743/585001
126.20/125.42	c cleaning 34013 clauses out of 68027 with flag 4566351/620001
134.50/133.76	c cleaning 34996 clauses out of 70013 with flag 4816462/656000
144.00/143.28	c cleaning 35992 clauses out of 72017 with flag 5235734/693000
153.40/152.65	c cleaning 37006 clauses out of 74027 with flag 5621767/731002
163.20/162.40	c cleaning 38007 clauses out of 76022 with flag 5896657/770003
173.52/172.70	c cleaning 38994 clauses out of 78012 with flag 6172751/810000
184.11/183.38	c cleaning 39996 clauses out of 80020 with flag 6465245/851002
194.97/194.11	c cleaning 41010 clauses out of 82022 with flag 6749212/893000
205.95/205.14	c cleaning 41999 clauses out of 84015 with flag 7039438/936003
217.25/216.45	c cleaning 43002 clauses out of 86013 with flag 7352814/980000
229.14/228.33	c cleaning 44001 clauses out of 88011 with flag 7680484/1025000
241.54/240.79	c cleaning 44999 clauses out of 90012 with flag 7985646/1071002
254.74/253.98	c cleaning 46004 clauses out of 92014 with flag 8322587/1118003
268.65/267.84	c cleaning 46997 clauses out of 94007 with flag 8641620/1166000
282.80/281.90	c cleaning 47995 clauses out of 96013 with flag 8966218/1215003
296.91/296.08	c cleaning 49003 clauses out of 98015 with flag 9328040/1265000
311.50/310.66	c cleaning 49989 clauses out of 100012 with flag 9696431/1316000
326.81/325.93	c cleaning 50998 clauses out of 102024 with flag 10068501/1368001
342.71/341.82	c cleaning 52007 clauses out of 104026 with flag 10449243/1421001
359.21/358.35	c cleaning 52997 clauses out of 106019 with flag 10834652/1475001
376.07/375.12	c cleaning 54005 clauses out of 108023 with flag 11214546/1530002
393.16/392.24	c cleaning 55004 clauses out of 110016 with flag 11580237/1586000
410.86/409.91	c cleaning 56000 clauses out of 112013 with flag 11979626/1643001
429.36/428.41	c cleaning 57005 clauses out of 114013 with flag 12381755/1701001
448.58/447.69	c cleaning 57996 clauses out of 116007 with flag 12778335/1760000
468.47/467.44	c cleaning 59003 clauses out of 118011 with flag 13283002/1820000
488.88/487.86	c cleaning 59993 clauses out of 120008 with flag 13856482/1881000
510.69/509.60	c cleaning 61002 clauses out of 122015 with flag 14487777/1943000
532.41/531.37	c cleaning 62002 clauses out of 124015 with flag 14917232/2006002
554.91/553.86	c cleaning 62990 clauses out of 126012 with flag 15349948/2070001
577.72/576.51	c cleaning 64005 clauses out of 128025 with flag 15817189/2135004
600.83/599.68	c cleaning 65004 clauses out of 130017 with flag 16343088/2201001
624.97/623.76	c cleaning 65997 clauses out of 132012 with flag 16811793/2268000
650.06/648.80	c cleaning 67006 clauses out of 134020 with flag 17287245/2336005
675.49/674.18	c cleaning 68004 clauses out of 136011 with flag 17783907/2405002
702.09/700.78	c cleaning 68992 clauses out of 138005 with flag 18254339/2475000
729.19/727.83	c cleaning 69994 clauses out of 140014 with flag 18751395/2546001
756.92/755.43	c cleaning 71008 clauses out of 142020 with flag 19253707/2618001
785.12/783.62	c cleaning 72001 clauses out of 144011 with flag 19780000/2691000
814.14/812.66	c cleaning 73002 clauses out of 146010 with flag 20363463/2765000
844.67/843.04	c cleaning 74001 clauses out of 148009 with flag 20870890/2840001
875.68/874.08	c cleaning 74995 clauses out of 150008 with flag 21413836/2916001
907.11/905.48	c cleaning 75996 clauses out of 152012 with flag 21977077/2993000
940.42/938.61	c cleaning 77003 clauses out of 154017 with flag 22511752/3071001
973.35/971.58	c cleaning 77998 clauses out of 156013 with flag 23117966/3150000
1008.07/1006.29	c cleaning 79004 clauses out of 158018 with flag 23665906/3230003
1043.36/1041.46	c cleaning 79997 clauses out of 160011 with flag 24270336/3311000
1079.27/1077.40	c cleaning 81003 clauses out of 162014 with flag 24873634/3393000
1116.05/1114.05	c cleaning 81994 clauses out of 164012 with flag 25451815/3476001
1153.67/1151.61	c cleaning 83004 clauses out of 166018 with flag 26098801/3560001
1192.18/1190.12	c cleaning 83998 clauses out of 168013 with flag 26712035/3645000
1231.28/1229.13	c cleaning 84995 clauses out of 170016 with flag 27348328/3731001
1271.60/1269.49	c cleaning 86002 clauses out of 172020 with flag 28003539/3818000
1313.19/1310.94	c cleaning 87000 clauses out of 174018 with flag 28607639/3906000
1355.90/1353.68	c cleaning 88003 clauses out of 176019 with flag 29238871/3995001
1399.22/1396.83	c cleaning 88998 clauses out of 178015 with flag 29896117/4085000
1443.82/1441.42	c cleaning 90005 clauses out of 180017 with flag 30559676/4176000
1489.12/1486.61	c cleaning 90993 clauses out of 182012 with flag 31270083/4268000
1535.94/1533.42	c cleaning 91991 clauses out of 184019 with flag 31934680/4361000
1584.93/1582.34	c cleaning 93009 clauses out of 186030 with flag 32605467/4455002
1633.74/1631.16	c cleaning 94010 clauses out of 188025 with flag 33271105/4550006
1683.64/1680.98	c cleaning 94996 clauses out of 190009 with flag 34013332/4646000
1734.16/1731.47	c cleaning 96000 clauses out of 192015 with flag 34748256/4743002
1786.07/1783.29	c cleaning 97003 clauses out of 194014 with flag 35472912/4841001
1800.07/1797.20	c starts		: 9961
1800.07/1797.20	c conflicts		: 4874453
1800.07/1797.20	c decisions		: 8350602
1800.07/1797.20	c propagations		: 1871871456
1800.07/1797.20	c inspects		: 18851951636
1800.07/1797.20	c timeout
1800.07/1797.20	c shortcuts		: 0
1800.07/1797.20	c learnt literals	: 0
1800.07/1797.20	c learnt binary clauses	: 0
1800.07/1797.20	c learnt ternary clauses	: 81
1800.07/1797.20	c learnt constraints	: 4874453
1800.07/1797.20	c ignored constraints	: 0
1800.07/1797.20	c root simplifications	: 0
1800.07/1797.20	c removed literals (reason simplification)	: 0
1800.07/1797.20	c reason swapping (by a shorter reason)	: 0
1800.07/1797.20	c Calls to reduceDB	: 94
1800.07/1797.20	c Number of update (reduction) of LBD	: 2071817
1800.07/1797.20	c Imported unit clauses	: 0
1800.07/1797.20	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.20	c number of learned constraints concerned by reduction	: 0
1800.07/1797.20	c number of learning phase by resolution	: 0
1800.07/1797.20	c number of learning phase by cutting planes	: 0
1800.07/1797.20	c speed (assignments/second)	: 1041771.9442457905
1800.07/1797.20	c non guided choices	0
1800.07/1797.23	c learnt constraints type 
1800.07/1797.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130463
1800.07/1797.23	s UNKNOWN
1800.07/1797.23	c Total wall clock time (in seconds): 1797.129

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-4085699-1465279326/watcher-4085699-1465279326 -o /tmp/evaluation-result-4085699-1465279326/solver-4085699-1465279326 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465277527-11091 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085699-1465279326.opb 

pid=11333
running on 4 cores: 1,3,5,7

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.13 2.17 2.17 3/193 11336
/proc/meminfo: memFree=30167096/32872528 swapFree=16080/1655368
[pid=11336] ppid=11333 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11336/stat : 11336 (java) S 11333 11336 11074 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 109866168 98570240 978 33554432000 1073741824 1073778376 140736443606608 140736443597744 217413877821 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11336/statm: 24065 978 744 9 0 16771 0
[pid=11336/tid=11337] ppid=11333 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11337/stat : 11337 (java) R 11333 11336 11074 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 109866169 98570240 978 33554432000 1073741824 1073778376 140736443606608 139860101635624 217410520448 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.13 2.17 2.17 3/193 11336
/proc/meminfo: memFree=30167096/32872528 swapFree=16080/1655368
[pid=11336] ppid=11333 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/11336/stat : 11336 (java) S 11333 11336 11074 0 -1 4202496 4555 0 1 0 10 1 0 0 20 0 18 0 109866168 9787879424 5671 33554432000 1073741824 1073778376 140736443606608 140736443597744 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11336/statm: 2389619 5671 2157 9 0 2380296 0
[pid=11336/tid=11337] ppid=11333 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/11336/task/11337/stat : 11337 (java) R 11333 11336 11074 0 -1 4202560 2432 0 1 0 8 0 0 0 20 0 18 0 109866169 9787879424 5671 33554432000 1073741824 1073778376 140736443606608 139860101639072 139860103831173 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200327 s]
/proc/loadavg: 2.13 2.17 2.17 3/193 11336
/proc/meminfo: memFree=30167096/32872528 swapFree=16080/1655368
[pid=11336] ppid=11333 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/11336/stat : 11336 (java) S 11333 11336 11074 0 -1 4202496 5048 0 1 0 28 1 0 0 20 0 18 0 109866168 9787879424 6519 33554432000 1073741824 1073778376 140736443606608 140736443597744 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11336/statm: 2389619 6519 2222 9 0 2380296 0
[pid=11336/tid=11337] ppid=11333 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/11336/task/11337/stat : 11337 (java) R 11333 11336 11074 0 -1 4202560 2449 0 1 0 17 0 0 0 20 0 18 0 109866169 9787879424 6519 33554432000 1073741824 1073778376 140736443606608 139860101639072 139860041443588 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300325 s]
/proc/loadavg: 2.13 2.17 2.17 3/193 11336
/proc/meminfo: memFree=30167096/32872528 swapFree=16080/1655368
[pid=11336] ppid=11333 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/11336/stat : 11336 (java) S 11333 11336 11074 0 -1 4202496 6026 0 1 0 51 1 0 0 20 0 18 0 109866168 9787879424 8983 33554432000 1073741824 1073778376 140736443606608 140736443597744 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11336/statm: 2389619 8983 2233 9 0 2380296 0
[pid=11336/tid=11337] ppid=11333 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/11336/task/11337/stat : 11337 (java) R 11333 11336 11074 0 -1 4202560 2453 0 1 0 27 0 0 0 20 0 18 0 109866169 9787879424 8983 33554432000 1073741824 1073778376 140736443606608 139860101632160 139860041393664 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700263 s]
/proc/loadavg: 2.13 2.17 2.17 3/193 11336
/proc/meminfo: memFree=30167096/32872528 swapFree=16080/1655368
[pid=11336] ppid=11333 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/11336/stat : 11336 (java) S 11333 11336 11074 0 -1 4202496 8041 0 1 0 124 2 0 0 20 0 19 0 109866168 9856040960 13978 33554432000 1073741824 1073778376 140736443606608 140736443597744 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11336/statm: 2406260 13978 2263 9 0 2396937 0
[pid=11336/tid=11337] ppid=11333 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/11336/task/11337/stat : 11337 (java) R 11333 11336 11074 0 -1 4202560 2480 0 1 0 66 1 0 0 20 0 19 0 109866169 9856040960 13978 33554432000 1073741824 1073778376 140736443606608 139860101632032 139860041998449 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.13 2.17 2.17 3/192 11371
/proc/meminfo: memFree=30137584/32872528 swapFree=16080/1655368
[pid=11336] ppid=11333 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/11336/stat : 11336 (java) S 11333 11336 11074 0 -1 4202496 8979 0 1 0 214 2 0 0 20 0 19 0 109866168 9856040960 14556 33554432000 1073741824 1073778376 140736443606608 140736443597744 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11336/statm: 2406260 14556 2271 9 0 2396937 0
[pid=11336/tid=11337] ppid=11333 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/11336/task/11337/stat : 11337 (java) R 11333 11336 11074 0 -1 4202560 2482 0 1 0 146 1 0 0 20 0 19 0 109866169 9856040960 14556 33554432000 1073741824 1073778376 140736443606608 139860101638568 139860041977378 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11336/tid=11339] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11339/stat : 11339 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 14556 33554432000 1073741824 1073778376 140736443606608 139859945274408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11340] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11340/stat : 11340 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 14556 33554432000 1073741824 1073778376 140736443606608 139859944221608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11336/tid=11341] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11341/stat : 11341 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 14556 33554432000 1073741824 1073778376 140736443606608 139859943168808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11336/tid=11342] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11342/stat : 11342 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 14556 33554432000 1073741824 1073778376 140736443606608 139859942116008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11343] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11343/stat : 11343 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 14556 33554432000 1073741824 1073778376 140736443606608 139859941063208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11344] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11344/stat : 11344 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 14556 33554432000 1073741824 1073778376 140736443606608 139859940010408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11345] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11345/stat : 11345 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 14556 33554432000 1073741824 1073778376 140736443606608 139859938957608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11346] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11346/stat : 11346 (java) S 11333 11336 11074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 14556 33554432000 1073741824 1073778376 140736443606608 139859937904808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11347] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11347/stat : 11347 (java) S 11333 11336 11074 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 109866170 9856040960 14556 33554432000 1073741824 1073778376 140736443606608 139859925707752 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11348] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11348/stat : 11348 (java) S 11333 11336 11074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109866171 9856040960 14556 33554432000 1073741824 1073778376 140736443606608 139859924653816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11349] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11349/stat : 11349 (java) S 11333 11336 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109866171 9856040960 14556 33554432000 1073741824 1073778376 140736443606608 139859923600904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11350] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11350/stat : 11350 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866173 9856040960 14556 33554432000 1073741824 1073778376 140736443606608 139859922549392 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11351] ppid=11333 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/11336/task/11351/stat : 11351 (java) S 11333 11336 11074 0 -1 4202560 2031 0 0 0 29 0 0 0 20 0 19 0 109866173 9856040960 14556 33554432000 1073741824 1073778376 140736443606608 139859921496504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11352] ppid=11333 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/11336/task/11352/stat : 11352 (java) S 11333 11336 11074 0 -1 4202560 3193 0 0 0 35 0 0 0 20 0 19 0 109866173 9856040960 14556 33554432000 1073741824 1073778376 140736443606608 139859920443704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11336/tid=11353] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11353/stat : 11353 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866173 9856040960 14556 33554432000 1073741824 1073778376 140736443606608 139859919391096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11336/tid=11354] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11354/stat : 11354 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866173 9856040960 14556 33554432000 1073741824 1073778376 140736443606608 139859918338504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11356] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11356/stat : 11356 (java) S 11333 11336 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109866207 9856040960 14556 33554432000 1073741824 1073778376 140736443606608 139859917285032 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.13 2.17 2.17 4/191 11392
/proc/meminfo: memFree=30113352/32872528 swapFree=16080/1655368
[pid=11336] ppid=11333 vsize=9625040 CPUtime=3.79 cores=1,3,5,7
/proc/11336/stat : 11336 (java) S 11333 11336 11074 0 -1 4202496 8987 0 1 0 377 2 0 0 20 0 19 0 109866168 9856040960 15585 33554432000 1073741824 1073778376 140736443606608 140736443597744 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11336/statm: 2406260 15585 2271 9 0 2396937 0
[pid=11336/tid=11337] ppid=11333 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/11336/task/11337/stat : 11337 (java) R 11333 11336 11074 0 -1 4202560 2485 0 1 0 306 1 0 0 20 0 19 0 109866169 9856040960 15585 33554432000 1073741824 1073778376 140736443606608 139860101640696 139860041561607 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11336/tid=11339] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11339/stat : 11339 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 15585 33554432000 1073741824 1073778376 140736443606608 139859945274408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11340] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11340/stat : 11340 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 15585 33554432000 1073741824 1073778376 140736443606608 139859944221608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11336/tid=11341] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11341/stat : 11341 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 15585 33554432000 1073741824 1073778376 140736443606608 139859943168808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11336/tid=11342] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11342/stat : 11342 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 15585 33554432000 1073741824 1073778376 140736443606608 139859942116008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11343] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11343/stat : 11343 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 15585 33554432000 1073741824 1073778376 140736443606608 139859941063208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11344] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11344/stat : 11344 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 15585 33554432000 1073741824 1073778376 140736443606608 139859940010408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11345] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11345/stat : 11345 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 15585 33554432000 1073741824 1073778376 140736443606608 139859938957608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11346] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11346/stat : 11346 (java) S 11333 11336 11074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 15585 33554432000 1073741824 1073778376 140736443606608 139859937904808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11347] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11347/stat : 11347 (java) S 11333 11336 11074 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 109866170 9856040960 15585 33554432000 1073741824 1073778376 140736443606608 139859925707752 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11348] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11348/stat : 11348 (java) S 11333 11336 11074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109866171 9856040960 15585 33554432000 1073741824 1073778376 140736443606608 139859924653816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11349] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11349/stat : 11349 (java) S 11333 11336 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109866171 9856040960 15585 33554432000 1073741824 1073778376 140736443606608 139859923600904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11350] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11350/stat : 11350 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866173 9856040960 15585 33554432000 1073741824 1073778376 140736443606608 139859922549392 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11351] ppid=11333 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/11336/task/11351/stat : 11351 (java) S 11333 11336 11074 0 -1 4202560 2034 0 0 0 31 0 0 0 20 0 19 0 109866173 9856040960 15585 33554432000 1073741824 1073778376 140736443606608 139859921496504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11352] ppid=11333 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/11336/task/11352/stat : 11352 (java) S 11333 11336 11074 0 -1 4202560 3195 0 0 0 36 0 0 0 20 0 19 0 109866173 9856040960 15585 33554432000 1073741824 1073778376 140736443606608 139859920443704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11336/tid=11353] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11353/stat : 11353 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866173 9856040960 15585 33554432000 1073741824 1073778376 140736443606608 139859919391096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11336/tid=11354] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11354/stat : 11354 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866173 9856040960 15585 33554432000 1073741824 1073778376 140736443606608 139859918338504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11356] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11356/stat : 11356 (java) S 11333 11336 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109866207 9856040960 15585 33554432000 1073741824 1073778376 140736443606608 139859917285032 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.20 2.18 2.18 3/212 11420
/proc/meminfo: memFree=27931724/32872528 swapFree=16080/1655368
[pid=11336] ppid=11333 vsize=9625040 CPUtime=7.03 cores=1,3,5,7
/proc/11336/stat : 11336 (java) S 11333 11336 11074 0 -1 4202496 8998 0 1 0 700 3 0 0 20 0 19 0 109866168 9856040960 18001 33554432000 1073741824 1073778376 140736443606608 140736443597744 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11336/statm: 2406260 18001 2272 9 0 2396937 0
[pid=11336/tid=11337] ppid=11333 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/11336/task/11337/stat : 11337 (java) R 11333 11336 11074 0 -1 4202560 2491 0 1 0 625 1 0 0 20 0 19 0 109866169 9856040960 18001 33554432000 1073741824 1073778376 140736443606608 139860101631680 139860041902321 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11336/tid=11339] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11339/stat : 11339 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 18001 33554432000 1073741824 1073778376 140736443606608 139859945274408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11340] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11340/stat : 11340 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 18001 33554432000 1073741824 1073778376 140736443606608 139859944221608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11336/tid=11341] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11341/stat : 11341 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 18001 33554432000 1073741824 1073778376 140736443606608 139859943168808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11336/tid=11342] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11342/stat : 11342 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 18001 33554432000 1073741824 1073778376 140736443606608 139859942116008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11343] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11343/stat : 11343 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 18001 33554432000 1073741824 1073778376 140736443606608 139859941063208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11344] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11344/stat : 11344 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 18001 33554432000 1073741824 1073778376 140736443606608 139859940010408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11345] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11345/stat : 11345 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 18001 33554432000 1073741824 1073778376 140736443606608 139859938957608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11346] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11346/stat : 11346 (java) S 11333 11336 11074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109866169 9856040960 18001 33554432000 1073741824 1073778376 140736443606608 139859937904808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11347] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11347/stat : 11347 (java) S 11333 11336 11074 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 109866170 9856040960 18001 33554432000 1073741824 1073778376 140736443606608 139859925707752 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11348] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11348/stat : 11348 (java) S 11333 11336 11074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109866171 9856040960 18001 33554432000 1073741824 1073778376 140736443606608 139859924653816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11349] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11349/stat : 11349 (java) S 11333 11336 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109866171 9856040960 18001 33554432000 1073741824 1073778376 140736443606608 139859923600904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11350] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11350/stat : 11350 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866173 9856040960 18001 33554432000 1073741824 1073778376 140736443606608 139859922549392 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11351] ppid=11333 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/11336/task/11351/stat : 11351 (java) S 11333 11336 11074 0 -1 4202560 2034 0 0 0 32 0 0 0 20 0 19 0 109866173 9856040960 18001 33554432000 1073741824 1073778376 140736443606608 139859921496504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11352] ppid=11333 vsize=9625040 CPUtime=0.38 cores=1,3,5,7

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

[pid=11336/tid=11356] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11356/stat : 11356 (java) S 11333 11336 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109866207 9856040960 112607 33554432000 1073741824 1073778376 140736443606608 139859917285032 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1665.03
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.30 2.24 2.19 4/214 11465
/proc/meminfo: memFree=26066036/32872528 swapFree=16080/1655368
[pid=11336] ppid=11333 vsize=9625040 CPUtime=1725.05 cores=1,3,5,7
/proc/11336/stat : 11336 (java) S 11333 11336 11074 0 -1 4202496 11472 0 1 0 172425 80 0 0 20 0 19 0 109866168 9856040960 112607 33554432000 1073741824 1073778376 140736443606608 140736443597744 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11336/statm: 2406260 112607 2286 9 0 2396937 0
[pid=11336/tid=11337] ppid=11333 vsize=9625040 CPUtime=1717.17 cores=1,3,5,7
/proc/11336/task/11337/stat : 11337 (java) R 11333 11336 11074 0 -1 4202560 2554 0 1 0 171688 29 0 0 20 0 19 0 109866169 9856040960 112607 33554432000 1073741824 1073778376 140736443606608 139860101631680 139860041977271 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11339] ppid=11333 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/11336/task/11339/stat : 11339 (java) S 11333 11336 11074 0 -1 4202560 292 0 0 0 19 4 0 0 20 0 19 0 109866169 9856040960 112607 33554432000 1073741824 1073778376 140736443606608 139859945274408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11340] ppid=11333 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/11336/task/11340/stat : 11340 (java) S 11333 11336 11074 0 -1 4202560 201 0 0 0 24 5 0 0 20 0 19 0 109866169 9856040960 112607 33554432000 1073741824 1073778376 140736443606608 139859944221608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11341] ppid=11333 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/11336/task/11341/stat : 11341 (java) S 11333 11336 11074 0 -1 4202560 204 0 0 0 17 4 0 0 20 0 19 0 109866169 9856040960 112607 33554432000 1073741824 1073778376 140736443606608 139859943168808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11336/tid=11342] ppid=11333 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/11336/task/11342/stat : 11342 (java) S 11333 11336 11074 0 -1 4202560 169 0 0 0 20 4 0 0 20 0 19 0 109866169 9856040960 112607 33554432000 1073741824 1073778376 140736443606608 139859942116008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11336/tid=11343] ppid=11333 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/11336/task/11343/stat : 11343 (java) S 11333 11336 11074 0 -1 4202560 371 0 0 0 25 5 0 0 20 0 19 0 109866169 9856040960 112607 33554432000 1073741824 1073778376 140736443606608 139859941063208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11344] ppid=11333 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/11336/task/11344/stat : 11344 (java) S 11333 11336 11074 0 -1 4202560 271 0 0 0 23 4 0 0 20 0 19 0 109866169 9856040960 112607 33554432000 1073741824 1073778376 140736443606608 139859940010408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11336/tid=11345] ppid=11333 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/11336/task/11345/stat : 11345 (java) S 11333 11336 11074 0 -1 4202560 463 0 0 0 19 4 0 0 20 0 19 0 109866169 9856040960 112607 33554432000 1073741824 1073778376 140736443606608 139859938957608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11336/tid=11346] ppid=11333 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/11336/task/11346/stat : 11346 (java) S 11333 11336 11074 0 -1 4202560 136 0 0 0 21 5 0 0 20 0 19 0 109866169 9856040960 112607 33554432000 1073741824 1073778376 140736443606608 139859937904808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11336/tid=11347] ppid=11333 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/11336/task/11347/stat : 11347 (java) S 11333 11336 11074 0 -1 4202560 87 0 0 0 1 2 0 0 20 0 19 0 109866170 9856040960 112607 33554432000 1073741824 1073778376 140736443606608 139859925707752 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11348] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11348/stat : 11348 (java) S 11333 11336 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109866171 9856040960 112607 33554432000 1073741824 1073778376 140736443606608 139859924653816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11349] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11349/stat : 11349 (java) S 11333 11336 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109866171 9856040960 112607 33554432000 1073741824 1073778376 140736443606608 139859923600904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11350] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11350/stat : 11350 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866173 9856040960 112607 33554432000 1073741824 1073778376 140736443606608 139859922549392 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11351] ppid=11333 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/11336/task/11351/stat : 11351 (java) S 11333 11336 11074 0 -1 4202560 2034 0 0 0 32 0 0 0 20 0 19 0 109866173 9856040960 112607 33554432000 1073741824 1073778376 140736443606608 139859921496504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11352] ppid=11333 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/11336/task/11352/stat : 11352 (java) S 11333 11336 11074 0 -1 4202560 3333 0 0 0 40 0 0 0 20 0 19 0 109866173 9856040960 112607 33554432000 1073741824 1073778376 140736443606608 139859920443704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11336/tid=11353] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11353/stat : 11353 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866173 9856040960 112607 33554432000 1073741824 1073778376 140736443606608 139859919391096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11336/tid=11354] ppid=11333 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/11336/task/11354/stat : 11354 (java) S 11333 11336 11074 0 -1 4202560 99 0 0 0 34 41 0 0 20 0 19 0 109866173 9856040960 112607 33554432000 1073741824 1073778376 140736443606608 139859918338504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11356] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11356/stat : 11356 (java) S 11333 11336 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109866207 9856040960 112607 33554432000 1073741824 1073778376 140736443606608 139859917285032 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1725.05
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.24 2.23 2.19 3/213 11466
/proc/meminfo: memFree=25906976/32872528 swapFree=16080/1655368
[pid=11336] ppid=11333 vsize=9625040 CPUtime=1785.16 cores=1,3,5,7
/proc/11336/stat : 11336 (java) S 11333 11336 11074 0 -1 4202496 11494 0 1 0 178434 82 0 0 20 0 19 0 109866168 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 140736443597744 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11336/statm: 2406260 113677 2286 9 0 2396937 0
[pid=11336/tid=11337] ppid=11333 vsize=9625040 CPUtime=1776.97 cores=1,3,5,7
/proc/11336/task/11337/stat : 11337 (java) R 11333 11336 11074 0 -1 4202560 2555 0 1 0 177667 30 0 0 20 0 19 0 109866169 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139860101639392 139860041977245 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11339] ppid=11333 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/11336/task/11339/stat : 11339 (java) S 11333 11336 11074 0 -1 4202560 295 0 0 0 21 4 0 0 20 0 19 0 109866169 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859945274408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11336/tid=11340] ppid=11333 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/11336/task/11340/stat : 11340 (java) S 11333 11336 11074 0 -1 4202560 203 0 0 0 25 5 0 0 20 0 19 0 109866169 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859944221608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11341] ppid=11333 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/11336/task/11341/stat : 11341 (java) S 11333 11336 11074 0 -1 4202560 204 0 0 0 18 4 0 0 20 0 19 0 109866169 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859943168808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11336/tid=11342] ppid=11333 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/11336/task/11342/stat : 11342 (java) S 11333 11336 11074 0 -1 4202560 170 0 0 0 22 4 0 0 20 0 19 0 109866169 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859942116008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11343] ppid=11333 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/11336/task/11343/stat : 11343 (java) S 11333 11336 11074 0 -1 4202560 375 0 0 0 28 5 0 0 20 0 19 0 109866169 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859941063208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11336/tid=11344] ppid=11333 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/11336/task/11344/stat : 11344 (java) S 11333 11336 11074 0 -1 4202560 272 0 0 0 24 4 0 0 20 0 19 0 109866169 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859940010408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11336/tid=11345] ppid=11333 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/11336/task/11345/stat : 11345 (java) S 11333 11336 11074 0 -1 4202560 466 0 0 0 20 4 0 0 20 0 19 0 109866169 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859938957608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11346] ppid=11333 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/11336/task/11346/stat : 11346 (java) S 11333 11336 11074 0 -1 4202560 137 0 0 0 22 5 0 0 20 0 19 0 109866169 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859937904808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11336/tid=11347] ppid=11333 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/11336/task/11347/stat : 11347 (java) S 11333 11336 11074 0 -1 4202560 89 0 0 0 1 2 0 0 20 0 19 0 109866170 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859925707752 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11348] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11348/stat : 11348 (java) S 11333 11336 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109866171 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859924653816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11349] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11349/stat : 11349 (java) S 11333 11336 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109866171 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859923600904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11350] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11350/stat : 11350 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866173 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859922549392 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11351] ppid=11333 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/11336/task/11351/stat : 11351 (java) S 11333 11336 11074 0 -1 4202560 2034 0 0 0 32 0 0 0 20 0 19 0 109866173 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859921496504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11352] ppid=11333 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/11336/task/11352/stat : 11352 (java) S 11333 11336 11074 0 -1 4202560 3333 0 0 0 40 0 0 0 20 0 19 0 109866173 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859920443704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11336/tid=11353] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11353/stat : 11353 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866173 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859919391096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11336/tid=11354] ppid=11333 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/11336/task/11354/stat : 11354 (java) S 11333 11336 11074 0 -1 4202560 103 0 0 0 36 42 0 0 20 0 19 0 109866173 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859918338504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11356] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11356/stat : 11356 (java) S 11333 11336 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109866207 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859917285032 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1785.16
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 2.25 2.24 2.19 3/213 11466
/proc/meminfo: memFree=25907104/32872528 swapFree=16080/1655368
[pid=11336] ppid=11333 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/11336/stat : 11336 (java) S 11333 11336 11074 0 -1 4202496 11494 0 1 0 179924 83 0 0 20 0 19 0 109866168 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 140736443597744 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11336/statm: 2406260 113677 2286 9 0 2396937 0
[pid=11336/tid=11337] ppid=11333 vsize=9625040 CPUtime=1791.83 cores=1,3,5,7
/proc/11336/task/11337/stat : 11337 (java) R 11333 11336 11074 0 -1 4202560 2555 0 1 0 179153 30 0 0 20 0 19 0 109866169 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139860101631680 139860041963252 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11339] ppid=11333 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/11336/task/11339/stat : 11339 (java) S 11333 11336 11074 0 -1 4202560 295 0 0 0 21 4 0 0 20 0 19 0 109866169 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859945274408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11336/tid=11340] ppid=11333 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/11336/task/11340/stat : 11340 (java) S 11333 11336 11074 0 -1 4202560 203 0 0 0 25 5 0 0 20 0 19 0 109866169 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859944221608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11341] ppid=11333 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/11336/task/11341/stat : 11341 (java) S 11333 11336 11074 0 -1 4202560 204 0 0 0 18 4 0 0 20 0 19 0 109866169 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859943168808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11336/tid=11342] ppid=11333 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/11336/task/11342/stat : 11342 (java) S 11333 11336 11074 0 -1 4202560 170 0 0 0 22 4 0 0 20 0 19 0 109866169 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859942116008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11343] ppid=11333 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/11336/task/11343/stat : 11343 (java) S 11333 11336 11074 0 -1 4202560 375 0 0 0 28 5 0 0 20 0 19 0 109866169 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859941063208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11336/tid=11344] ppid=11333 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/11336/task/11344/stat : 11344 (java) S 11333 11336 11074 0 -1 4202560 272 0 0 0 24 4 0 0 20 0 19 0 109866169 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859940010408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11336/tid=11345] ppid=11333 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/11336/task/11345/stat : 11345 (java) S 11333 11336 11074 0 -1 4202560 466 0 0 0 20 4 0 0 20 0 19 0 109866169 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859938957608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11346] ppid=11333 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/11336/task/11346/stat : 11346 (java) S 11333 11336 11074 0 -1 4202560 137 0 0 0 22 5 0 0 20 0 19 0 109866169 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859937904808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11336/tid=11347] ppid=11333 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/11336/task/11347/stat : 11347 (java) S 11333 11336 11074 0 -1 4202560 89 0 0 0 1 2 0 0 20 0 19 0 109866170 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859925707752 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11348] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11348/stat : 11348 (java) S 11333 11336 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109866171 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859924653816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11349] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11349/stat : 11349 (java) S 11333 11336 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109866171 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859923600904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11350] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11350/stat : 11350 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866173 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859922549392 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11351] ppid=11333 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/11336/task/11351/stat : 11351 (java) S 11333 11336 11074 0 -1 4202560 2034 0 0 0 32 0 0 0 20 0 19 0 109866173 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859921496504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11336/tid=11352] ppid=11333 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/11336/task/11352/stat : 11352 (java) S 11333 11336 11074 0 -1 4202560 3333 0 0 0 40 0 0 0 20 0 19 0 109866173 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859920443704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11336/tid=11353] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11353/stat : 11353 (java) S 11333 11336 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109866173 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859919391096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11336/tid=11354] ppid=11333 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/11336/task/11354/stat : 11354 (java) S 11333 11336 11074 0 -1 4202560 103 0 0 0 36 43 0 0 20 0 19 0 109866173 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859918338504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11336/tid=11356] ppid=11333 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11336/task/11356/stat : 11356 (java) S 11333 11336 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109866207 9856040960 113677 33554432000 1073741824 1073778376 140736443606608 139859917285032 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 11336 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 11336 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=598179
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=242811
# CPU time returned by wait4() is 1795.84
# 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): 1797.24
CPU time (s): 1800.07
CPU user time (s): 1799.24
CPU system time (s): 0.83
CPU usage (%): 100.158
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.6
system time used= 1.24281
maximum resident set size= 460672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11629
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38459
involuntary context switches= 6011

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2624 second user time and 14.1938 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-07 08:02:06
IDJOB=4085699
IDBENCH=89869
IDSOLVER=2546
FILE ID=node122/4085699-1465279326
RUNJOBID= node122-1465277527-11091
PBS_JOBID= 19843311
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-f2000.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085699-1465279326/watcher-4085699-1465279326 -o /tmp/evaluation-result-4085699-1465279326/solver-4085699-1465279326 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465277527-11091 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085699-1465279326.opb

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

MD5SUM BENCH= acba870ceff62e653e0b2927ff2b81fb
RANDOM SEED=1578044403

node122.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.898
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.79
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.898
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.898
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.54
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.898
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.898
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.898
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.898
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.898
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:        30167788 kB
Buffers:          131068 kB
Cached:           161056 kB
SwapCached:          860 kB
Active:           107592 kB
Inactive:         204008 kB
Active(anon):      20644 kB
Inactive(anon):     1632 kB
Active(file):      86948 kB
Inactive(file):   202376 kB
Unevictable:     1655368 kB
Mlocked:           16080 kB
SwapTotal:      67108856 kB
SwapFree:       67099512 kB
Dirty:              2020 kB
Writeback:             0 kB
AnonPages:       1682356 kB
Mapped:            14184 kB
Shmem:                 0 kB
Slab:             600672 kB
SReclaimable:      44852 kB
SUnreclaim:       555820 kB
KernelStack:        1768 kB
PageTables:         7660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2343120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1658880 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= 71736 MiB
End job on node122 at 2016-06-07 08:32:03