Trace number 4084614

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.06 1794.68

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K164.opb
MD5SUM57b7e746b37944d021e8febe16059957
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 variables19516
Total number of constraints19846
Number of constraints which are clauses19682
Number of constraints which are cardinality constraints (but not clauses)164
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint164
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 165
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-4084614-1465286555.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
0.90/0.57	c ... done. Wall clock time 0.452s.
0.90/0.57	c declared #vars     19516
0.90/0.57	c #constraints  19846
0.90/0.57	c constraints type 
0.90/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17561
0.90/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 164
0.90/0.57	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.90/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2119
0.90/0.57	c 19846 constraints processed.
3.38/2.67	c cleaning 2468 clauses out of 4989 with flag 22043/5000
5.96/5.13	c cleaning 4238 clauses out of 8517 with flag 56003/11000
8.56/7.75	c cleaning 5615 clauses out of 11277 with flag 93563/18000
11.37/10.59	c cleaning 6783 clauses out of 13661 with flag 135358/26001
14.81/13.95	c cleaning 7936 clauses out of 15874 with flag 181567/35001
18.52/17.70	c cleaning 8322 clauses out of 17935 with flag 233960/45004
22.51/21.68	c cleaning 8891 clauses out of 20607 with flag 287672/56001
26.71/25.83	c cleaning 9880 clauses out of 23715 with flag 346041/68002
31.21/30.40	c cleaning 10588 clauses out of 26833 with flag 412309/81002
36.71/35.87	c cleaning 11316 clauses out of 30241 with flag 487659/95002
42.41/41.55	c cleaning 12261 clauses out of 33922 with flag 565886/110000
48.81/47.96	c cleaning 12877 clauses out of 37660 with flag 648746/126000
55.61/54.77	c cleaning 13896 clauses out of 41783 with flag 739457/143000
62.80/61.92	c cleaning 14652 clauses out of 45886 with flag 835500/161000
70.31/69.47	c cleaning 15527 clauses out of 50234 with flag 937112/180000
78.10/77.27	c cleaning 16437 clauses out of 54707 with flag 1045715/200000
87.28/86.30	c cleaning 17202 clauses out of 59271 with flag 1163427/221001
95.88/94.90	c cleaning 17854 clauses out of 64067 with flag 1284058/243000
104.97/104.07	c cleaning 18929 clauses out of 69213 with flag 1404587/266001
114.17/113.26	c cleaning 19720 clauses out of 74280 with flag 1531256/290000
124.27/123.38	c cleaning 20771 clauses out of 79565 with flag 1666606/315005
134.86/133.95	c cleaning 21375 clauses out of 84788 with flag 1809286/341000
146.96/146.06	c cleaning 21967 clauses out of 90415 with flag 1957660/368002
159.41/158.32	c cleaning 23008 clauses out of 96443 with flag 2107589/396000
172.00/170.96	c cleaning 23971 clauses out of 102436 with flag 2268919/425001
185.20/184.15	c cleaning 24841 clauses out of 108464 with flag 2434777/455000
199.70/198.63	c cleaning 25511 clauses out of 114625 with flag 2613744/486002
213.90/212.86	c cleaning 26462 clauses out of 121111 with flag 2791467/518000
229.79/228.80	c cleaning 27439 clauses out of 127652 with flag 2975519/551003
246.79/245.56	c cleaning 28204 clauses out of 134209 with flag 3173982/585000
263.29/262.08	c cleaning 29196 clauses out of 141005 with flag 3372960/620000
281.30/280.07	c cleaning 29762 clauses out of 147808 with flag 3578113/656001
300.61/299.39	c cleaning 30935 clauses out of 155046 with flag 3795810/693001
319.80/318.54	c cleaning 31703 clauses out of 162110 with flag 4019122/731000
339.95/338.43	c cleaning 32235 clauses out of 169409 with flag 4254928/770003
360.54/359.10	c cleaning 33225 clauses out of 177171 with flag 4503237/810000
381.24/379.71	c cleaning 34560 clauses out of 184946 with flag 4751289/851000
403.02/401.39	c cleaning 34999 clauses out of 192386 with flag 5008400/893000
425.03/423.38	c cleaning 36207 clauses out of 200385 with flag 5259996/936000
448.14/446.44	c cleaning 37109 clauses out of 208181 with flag 5528120/980003
472.45/470.80	c cleaning 38023 clauses out of 216072 with flag 5797493/1025003
498.15/496.20	c cleaning 39056 clauses out of 224046 with flag 6088559/1071001
524.93/522.96	c cleaning 39583 clauses out of 231989 with flag 6382243/1118000
551.73/549.71	c cleaning 40490 clauses out of 240406 with flag 6682952/1166000
580.65/578.37	c cleaning 41739 clauses out of 248920 with flag 7015286/1215006
609.06/606.50	c cleaning 42532 clauses out of 257178 with flag 7328771/1265005
639.17/636.63	c cleaning 42989 clauses out of 265641 with flag 7642438/1316000
669.51/666.77	c cleaning 44396 clauses out of 274651 with flag 7962862/1368000
699.58/696.75	c cleaning 45116 clauses out of 283250 with flag 8289292/1421000
731.28/728.44	c cleaning 46043 clauses out of 292134 with flag 8627345/1475000
763.56/760.68	c cleaning 47161 clauses out of 301087 with flag 8976647/1530000
798.46/795.44	c cleaning 47861 clauses out of 309924 with flag 9342106/1586000
833.27/830.22	c cleaning 48671 clauses out of 319063 with flag 9699118/1643000
869.47/866.32	c cleaning 50029 clauses out of 328384 with flag 10069421/1701000
904.87/901.61	c cleaning 50863 clauses out of 337353 with flag 10450876/1760000
943.33/940.09	c cleaning 51572 clauses out of 346489 with flag 10840341/1820000
983.65/980.21	c cleaning 52476 clauses out of 355916 with flag 11238908/1881001
1023.48/1019.91	c cleaning 53502 clauses out of 365439 with flag 11642662/1943000
1064.70/1061.10	c cleaning 54312 clauses out of 374936 with flag 12063725/2006000
1107.81/1104.01	c cleaning 55022 clauses out of 384624 with flag 12487133/2070000
1150.38/1146.50	c cleaning 56296 clauses out of 394601 with flag 12921479/2135000
1192.72/1188.78	c cleaning 57249 clauses out of 404305 with flag 13368264/2201002
1236.13/1232.02	c cleaning 58485 clauses out of 414055 with flag 13820077/2268003
1283.00/1278.86	c cleaning 58972 clauses out of 423568 with flag 14295101/2336002
1329.78/1325.60	c cleaning 60253 clauses out of 433594 with flag 14763012/2405001
1378.29/1373.92	c cleaning 60866 clauses out of 443342 with flag 15251819/2475003
1426.95/1422.42	c cleaning 62108 clauses out of 453473 with flag 15739028/2546000
1477.96/1473.33	c cleaning 62951 clauses out of 463364 with flag 16248255/2618001
1530.51/1525.82	c cleaning 64240 clauses out of 473410 with flag 16764031/2691000
1583.18/1578.33	c cleaning 65288 clauses out of 483171 with flag 17287352/2765002
1638.96/1634.02	c cleaning 66030 clauses out of 492881 with flag 17810638/2840000
1694.86/1689.76	c cleaning 67278 clauses out of 502850 with flag 18343670/2916000
1752.27/1746.96	c cleaning 67961 clauses out of 512573 with flag 18904291/2993002
1800.06/1794.60	c starts		: 17490
1800.06/1794.60	c conflicts		: 3058441
1800.06/1794.60	c decisions		: 106772108
1800.06/1794.60	c propagations		: 2883802694
1800.06/1794.60	c inspects		: 10797237082
1800.06/1794.60	c shortcuts		: 0
1800.06/1794.60	c learnt literals	: 105
1800.06/1794.60	c learnt binary clauses	: 191513
1800.06/1794.60	c learnt ternary clauses	: 163605
1800.06/1794.60	c learnt constraints	: 3058336
1800.06/1794.60	c ignored constraints	: 0
1800.06/1794.60	c root simplifications	: 0
1800.06/1794.60	c removed literals (reason simplification)	: 0
1800.06/1794.60	c reason swapping (by a shorter reason)	: 0
1800.06/1794.60	c Calls to reduceDB	: 73
1800.06/1794.60	c Number of update (reduction) of LBD	: 2071449
1800.06/1794.60	c Imported unit clauses	: 0
1800.06/1794.60	c number of reductions to clauses (during analyze)	: 0
1800.06/1794.60	c number of learned constraints concerned by reduction	: 0
1800.06/1794.60	c number of learning phase by resolution	: 0
1800.06/1794.60	c number of learning phase by cutting planes	: 0
1800.06/1794.60	c speed (assignments/second)	: 1607454.7156160083
1800.06/1794.60	c non guided choices	46339
1800.06/1794.60	c timeout
1800.06/1794.67	c learnt constraints type 
1800.06/1794.67	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 191513
1800.06/1794.67	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 318538
1800.06/1794.67	s UNKNOWN
1800.06/1794.67	c Total wall clock time (in seconds): 1794.56

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-4084614-1465286555/watcher-4084614-1465286555 -o /tmp/evaluation-result-4084614-1465286555/solver-4084614-1465286555 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5982 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084614-1465286555.opb 

pid=14115
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.16 2.24 2.20 3/194 14118
/proc/meminfo: memFree=29785124/32872528 swapFree=16360/1798728
[pid=14118] ppid=14115 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/14118/stat : 14118 (java) R 14115 14118 5965 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 110588621 278528 33 33554432000 1073741824 1073778376 140734994320928 140737315432248 260181159207 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.16 2.24 2.20 3/194 14118
/proc/meminfo: memFree=29785124/32872528 swapFree=16360/1798728
[pid=14118] ppid=14115 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/14118/stat : 14118 (java) S 14115 14118 5965 0 -1 4202496 4385 0 1 0 7 1 0 0 20 0 18 0 110588621 9787879424 6023 33554432000 1073741824 1073778376 140734994320928 140734994312064 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 2389619 6023 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.16 2.24 2.20 3/194 14118
/proc/meminfo: memFree=29785124/32872528 swapFree=16360/1798728
[pid=14118] ppid=14115 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/14118/stat : 14118 (java) S 14115 14118 5965 0 -1 4202496 5712 0 1 0 27 2 0 0 20 0 18 0 110588621 9787879424 7459 33554432000 1073741824 1073778376 140734994320928 140734994312064 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 2389619 7459 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300232 s]
/proc/loadavg: 2.16 2.24 2.20 3/194 14118
/proc/meminfo: memFree=29785124/32872528 swapFree=16360/1798728
[pid=14118] ppid=14115 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/14118/stat : 14118 (java) S 14115 14118 5965 0 -1 4202496 7326 0 1 0 53 2 0 0 20 0 18 0 110588621 9787879424 11407 33554432000 1073741824 1073778376 140734994320928 140734994312064 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 2389619 11407 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700172 s]
/proc/loadavg: 2.16 2.24 2.20 3/194 14118
/proc/meminfo: memFree=29785124/32872528 swapFree=16360/1798728
[pid=14118] ppid=14115 vsize=9625040 CPUtime=1.34 cores=1,3,5,7
/proc/14118/stat : 14118 (java) S 14115 14118 5965 0 -1 4202496 8306 0 1 0 130 4 0 0 20 0 19 0 110588621 9856040960 35057 33554432000 1073741824 1073778376 140734994320928 140734994312064 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 2406260 35057 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.16 2.24 2.20 3/213 14137
/proc/meminfo: memFree=29653196/32872528 swapFree=16360/1798728
[pid=14118] ppid=14115 vsize=9625040 CPUtime=2.27 cores=1,3,5,7
/proc/14118/stat : 14118 (java) S 14115 14118 5965 0 -1 4202496 8319 0 1 0 223 4 0 0 20 0 19 0 110588621 9856040960 35580 33554432000 1073741824 1073778376 140734994320928 140734994312064 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 2406260 35580 2264 9 0 2396937 0
[pid=14118/tid=14120] ppid=14115 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/14118/task/14120/stat : 14120 (java) R 14115 14118 5965 0 -1 4202560 2451 0 1 0 142 4 0 0 20 0 19 0 110588622 9856040960 35580 33554432000 1073741824 1073778376 140734994320928 140297828737072 140297674074453 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14121] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14121/stat : 14121 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 35580 33554432000 1073741824 1073778376 140734994320928 140297801189672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14122] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14122/stat : 14122 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 35580 33554432000 1073741824 1073778376 140734994320928 140297800136872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14123] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14123/stat : 14123 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 35580 33554432000 1073741824 1073778376 140734994320928 140297799084584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14118/tid=14124] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14124/stat : 14124 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 35580 33554432000 1073741824 1073778376 140734994320928 140297798031784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14118/tid=14125] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14125/stat : 14125 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 35580 33554432000 1073741824 1073778376 140734994320928 140297796979496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14126] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14126/stat : 14126 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 35580 33554432000 1073741824 1073778376 140734994320928 140297795926696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14118/tid=14127] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14127/stat : 14127 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 35580 33554432000 1073741824 1073778376 140734994320928 140297794874408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14128] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14128/stat : 14128 (java) S 14115 14118 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 35580 33554432000 1073741824 1073778376 140734994320928 140297793821608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14129] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14129/stat : 14129 (java) S 14115 14118 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110588625 9856040960 35580 33554432000 1073741824 1073778376 140734994320928 140297182882024 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14130] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14130/stat : 14130 (java) S 14115 14118 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110588625 9856040960 35580 33554432000 1073741824 1073778376 140734994320928 140297181828088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14131] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14131/stat : 14131 (java) S 14115 14118 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110588625 9856040960 35580 33554432000 1073741824 1073778376 140734994320928 140297180775688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14132] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14132/stat : 14132 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588628 9856040960 35580 33554432000 1073741824 1073778376 140734994320928 140297179724176 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14133] ppid=14115 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/14118/task/14133/stat : 14133 (java) S 14115 14118 5965 0 -1 4202560 2236 0 0 0 39 0 0 0 20 0 19 0 110588628 9856040960 35580 33554432000 1073741824 1073778376 140734994320928 140297178671800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14134] ppid=14115 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/14118/task/14134/stat : 14134 (java) S 14115 14118 5965 0 -1 4202560 2356 0 0 0 39 0 0 0 20 0 19 0 110588628 9856040960 35580 33554432000 1073741824 1073778376 140734994320928 140297177619000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14135] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14135/stat : 14135 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588628 9856040960 35580 33554432000 1073741824 1073778376 140734994320928 140297176566904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14136] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14136/stat : 14136 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588628 9856040960 35580 33554432000 1073741824 1073778376 140734994320928 140297175514312 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14137] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14137/stat : 14137 (java) S 14115 14118 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110588680 9856040960 35580 33554432000 1073741824 1073778376 140734994320928 140297174459304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.16 2.24 2.20 3/213 14137
/proc/meminfo: memFree=29650652/32872528 swapFree=16360/1798728
[pid=14118] ppid=14115 vsize=9625040 CPUtime=3.92 cores=1,3,5,7
/proc/14118/stat : 14118 (java) S 14115 14118 5965 0 -1 4202496 8330 0 1 0 388 4 0 0 20 0 19 0 110588621 9856040960 36100 33554432000 1073741824 1073778376 140734994320928 140734994312064 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 2406260 36100 2271 9 0 2396937 0
[pid=14118/tid=14120] ppid=14115 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/14118/task/14120/stat : 14120 (java) R 14115 14118 5965 0 -1 4202560 2454 0 1 0 300 4 0 0 20 0 19 0 110588622 9856040960 36100 33554432000 1073741824 1073778376 140734994320928 140297828737368 140297674452082 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=14118/tid=14121] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14121/stat : 14121 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 36100 33554432000 1073741824 1073778376 140734994320928 140297801189672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14122] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14122/stat : 14122 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 36100 33554432000 1073741824 1073778376 140734994320928 140297800136872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14123] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14123/stat : 14123 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 36100 33554432000 1073741824 1073778376 140734994320928 140297799084584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14118/tid=14124] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14124/stat : 14124 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 36100 33554432000 1073741824 1073778376 140734994320928 140297798031784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14118/tid=14125] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14125/stat : 14125 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 36100 33554432000 1073741824 1073778376 140734994320928 140297796979496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14126] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14126/stat : 14126 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 36100 33554432000 1073741824 1073778376 140734994320928 140297795926696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14118/tid=14127] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14127/stat : 14127 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 36100 33554432000 1073741824 1073778376 140734994320928 140297794874408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14128] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14128/stat : 14128 (java) S 14115 14118 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 36100 33554432000 1073741824 1073778376 140734994320928 140297793821608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14129] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14129/stat : 14129 (java) S 14115 14118 5965 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110588625 9856040960 36100 33554432000 1073741824 1073778376 140734994320928 140297182882024 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14130] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14130/stat : 14130 (java) S 14115 14118 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110588625 9856040960 36100 33554432000 1073741824 1073778376 140734994320928 140297181828088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14131] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14131/stat : 14131 (java) S 14115 14118 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110588625 9856040960 36100 33554432000 1073741824 1073778376 140734994320928 140297180775688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14132] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14132/stat : 14132 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588628 9856040960 36100 33554432000 1073741824 1073778376 140734994320928 140297179724176 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14133] ppid=14115 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/14118/task/14133/stat : 14133 (java) S 14115 14118 5965 0 -1 4202560 2238 0 0 0 42 0 0 0 20 0 19 0 110588628 9856040960 36100 33554432000 1073741824 1073778376 140734994320928 140297178671800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14134] ppid=14115 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/14118/task/14134/stat : 14134 (java) S 14115 14118 5965 0 -1 4202560 2361 0 0 0 41 0 0 0 20 0 19 0 110588628 9856040960 36100 33554432000 1073741824 1073778376 140734994320928 140297177619000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14135] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14135/stat : 14135 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588628 9856040960 36100 33554432000 1073741824 1073778376 140734994320928 140297176566904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14136] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14136/stat : 14136 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588628 9856040960 36100 33554432000 1073741824 1073778376 140734994320928 140297175514312 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14137] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14137/stat : 14137 (java) S 14115 14118 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110588680 9856040960 36100 33554432000 1073741824 1073778376 140734994320928 140297174459304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.15 2.23 2.20 3/213 14137
/proc/meminfo: memFree=29644632/32872528 swapFree=16360/1798728
[pid=14118] ppid=14115 vsize=9625040 CPUtime=7.16 cores=1,3,5,7
/proc/14118/stat : 14118 (java) S 14115 14118 5965 0 -1 4202496 8336 0 1 0 711 5 0 0 20 0 19 0 110588621 9856040960 37570 33554432000 1073741824 1073778376 140734994320928 140734994312064 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 2406260 37570 2271 9 0 2396937 0
[pid=14118/tid=14120] ppid=14115 vsize=9625040 CPUtime=6.22 cores=1,3,5,7
/proc/14118/task/14120/stat : 14120 (java) R 14115 14118 5965 0 -1 4202560 2460 0 1 0 618 4 0 0 20 0 19 0 110588622 9856040960 37570 33554432000 1073741824 1073778376 140734994320928 140297828736080 140297674351200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14121] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14121/stat : 14121 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 37570 33554432000 1073741824 1073778376 140734994320928 140297801189672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14122] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14122/stat : 14122 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 37570 33554432000 1073741824 1073778376 140734994320928 140297800136872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14123] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14123/stat : 14123 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 37570 33554432000 1073741824 1073778376 140734994320928 140297799084584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14118/tid=14124] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14124/stat : 14124 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 37570 33554432000 1073741824 1073778376 140734994320928 140297798031784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14118/tid=14125] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14125/stat : 14125 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 37570 33554432000 1073741824 1073778376 140734994320928 140297796979496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14126] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14126/stat : 14126 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 37570 33554432000 1073741824 1073778376 140734994320928 140297795926696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14118/tid=14127] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14127/stat : 14127 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 37570 33554432000 1073741824 1073778376 140734994320928 140297794874408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14128] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14128/stat : 14128 (java) S 14115 14118 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110588624 9856040960 37570 33554432000 1073741824 1073778376 140734994320928 140297793821608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14129] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14129/stat : 14129 (java) S 14115 14118 5965 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110588625 9856040960 37570 33554432000 1073741824 1073778376 140734994320928 140297182882024 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14130] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14130/stat : 14130 (java) S 14115 14118 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110588625 9856040960 37570 33554432000 1073741824 1073778376 140734994320928 140297181828088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14131] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14131/stat : 14131 (java) S 14115 14118 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110588625 9856040960 37570 33554432000 1073741824 1073778376 140734994320928 140297180775688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14132] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14132/stat : 14132 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588628 9856040960 37570 33554432000 1073741824 1073778376 140734994320928 140297179724176 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14133] ppid=14115 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/14118/task/14133/stat : 14133 (java) S 14115 14118 5965 0 -1 4202560 2238 0 0 0 45 0 0 0 20 0 19 0 110588628 9856040960 37570 33554432000 1073741824 1073778376 140734994320928 140297178671800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14134] ppid=14115 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/14118/task/14134/stat : 14134 (java) S 14115 14118 5965 0 -1 4202560 2361 0 0 0 42 0 0 0 20 0 19 0 110588628 9856040960 37570 33554432000 1073741824 1073778376 140734994320928 140297177619000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14118/tid=14135] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14135/stat : 14135 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588628 9856040960 37570 33554432000 1073741824 1073778376 140734994320928 140297176566904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14136] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14136/stat : 14136 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588628 9856040960 37570 33554432000 1073741824 1073778376 140734994320928 140297175514312 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14137] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14137/stat : 14137 (java) S 14115 14118 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110588680 9856040960 37570 33554432000 1073741824 1073778376 140734994320928 140297174459304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 9625040


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

[pid=14118/tid=14137] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14137/stat : 14137 (java) S 14115 14118 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110588680 9856040960 131488 33554432000 1073741824 1073778376 140734994320928 140297174459304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1667.36
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.14 2.22 2.19 4/213 14244
/proc/meminfo: memFree=29376844/32872528 swapFree=16360/1798728
[pid=14118] ppid=14115 vsize=9625040 CPUtime=1727.54 cores=1,3,5,7
/proc/14118/stat : 14118 (java) S 14115 14118 5965 0 -1 4202496 15837 0 1 0 172630 124 0 0 20 0 19 0 110588621 9856040960 126212 33554432000 1073741824 1073778376 140734994320928 140734994312064 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 2406260 126212 2293 9 0 2396937 0
[pid=14118/tid=14120] ppid=14115 vsize=9625040 CPUtime=1714.78 cores=1,3,5,7
/proc/14118/task/14120/stat : 14120 (java) R 14115 14118 5965 0 -1 4202560 2503 0 1 0 171447 31 0 0 20 0 19 0 110588622 9856040960 126212 33554432000 1073741824 1073778376 140734994320928 140297828736336 140297674230659 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14121] ppid=14115 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/14118/task/14121/stat : 14121 (java) S 14115 14118 5965 0 -1 4202560 913 0 0 0 57 8 0 0 20 0 19 0 110588624 9856040960 126212 33554432000 1073741824 1073778376 140734994320928 140297801189672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14118/tid=14122] ppid=14115 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/14118/task/14122/stat : 14122 (java) S 14115 14118 5965 0 -1 4202560 653 0 0 0 61 13 0 0 20 0 19 0 110588624 9856040960 126212 33554432000 1073741824 1073778376 140734994320928 140297800136872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14118/tid=14123] ppid=14115 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/14118/task/14123/stat : 14123 (java) S 14115 14118 5965 0 -1 4202560 794 0 0 0 64 13 0 0 20 0 19 0 110588624 9856040960 126212 33554432000 1073741824 1073778376 140734994320928 140297799084584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14118/tid=14124] ppid=14115 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/14118/task/14124/stat : 14124 (java) S 14115 14118 5965 0 -1 4202560 842 0 0 0 57 10 0 0 20 0 19 0 110588624 9856040960 126212 33554432000 1073741824 1073778376 140734994320928 140297798031784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14118/tid=14125] ppid=14115 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/14118/task/14125/stat : 14125 (java) S 14115 14118 5965 0 -1 4202560 872 0 0 0 62 12 0 0 20 0 19 0 110588624 9856040960 126212 33554432000 1073741824 1073778376 140734994320928 140297796979496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14126] ppid=14115 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/14118/task/14126/stat : 14126 (java) S 14115 14118 5965 0 -1 4202560 1204 0 0 0 54 11 0 0 20 0 19 0 110588624 9856040960 126212 33554432000 1073741824 1073778376 140734994320928 140297795926696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14127] ppid=14115 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/14118/task/14127/stat : 14127 (java) S 14115 14118 5965 0 -1 4202560 1038 0 0 0 65 10 0 0 20 0 19 0 110588624 9856040960 126212 33554432000 1073741824 1073778376 140734994320928 140297794874408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14118/tid=14128] ppid=14115 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/14118/task/14128/stat : 14128 (java) S 14115 14118 5965 0 -1 4202560 647 0 0 0 59 10 0 0 20 0 19 0 110588624 9856040960 126212 33554432000 1073741824 1073778376 140734994320928 140297793821608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14118/tid=14129] ppid=14115 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/14118/task/14129/stat : 14129 (java) S 14115 14118 5965 0 -1 4202560 317 0 0 0 120 3 0 0 20 0 19 0 110588625 9856040960 126212 33554432000 1073741824 1073778376 140734994320928 140297182882024 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14130] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14130/stat : 14130 (java) S 14115 14118 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110588625 9856040960 126212 33554432000 1073741824 1073778376 140734994320928 140297181828088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14131] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14131/stat : 14131 (java) S 14115 14118 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110588625 9856040960 126212 33554432000 1073741824 1073778376 140734994320928 140297180775688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14132] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14132/stat : 14132 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588628 9856040960 126212 33554432000 1073741824 1073778376 140734994320928 140297179724176 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14133] ppid=14115 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/14118/task/14133/stat : 14133 (java) S 14115 14118 5965 0 -1 4202560 2332 0 0 0 48 0 0 0 20 0 19 0 110588628 9856040960 126212 33554432000 1073741824 1073778376 140734994320928 140297178671800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14134] ppid=14115 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/14118/task/14134/stat : 14134 (java) S 14115 14118 5965 0 -1 4202560 2361 0 0 0 44 0 0 0 20 0 19 0 110588628 9856040960 126212 33554432000 1073741824 1073778376 140734994320928 140297177619000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14118/tid=14135] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14135/stat : 14135 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588628 9856040960 126212 33554432000 1073741824 1073778376 140734994320928 140297176566904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14136] ppid=14115 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/14118/task/14136/stat : 14136 (java) S 14115 14118 5965 0 -1 4202560 99 0 0 0 30 36 0 0 20 0 19 0 110588628 9856040960 126212 33554432000 1073741824 1073778376 140734994320928 140297175514312 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14137] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14137/stat : 14137 (java) S 14115 14118 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110588680 9856040960 126212 33554432000 1073741824 1073778376 140734994320928 140297174459304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1727.54
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.17 2.21 2.19 5/213 14246
/proc/meminfo: memFree=29357716/32872528 swapFree=16360/1798728
[pid=14118] ppid=14115 vsize=9625040 CPUtime=1787.75 cores=1,3,5,7
/proc/14118/stat : 14118 (java) S 14115 14118 5965 0 -1 4202496 15866 0 1 0 178650 125 0 0 20 0 19 0 110588621 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140734994312064 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 2406260 121229 2293 9 0 2396937 0
[pid=14118/tid=14120] ppid=14115 vsize=9625040 CPUtime=1774.54 cores=1,3,5,7
/proc/14118/task/14120/stat : 14120 (java) R 14115 14118 5965 0 -1 4202560 2505 0 1 0 177423 31 0 0 20 0 19 0 110588622 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297828736336 140297674451974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14121] ppid=14115 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/14118/task/14121/stat : 14121 (java) S 14115 14118 5965 0 -1 4202560 913 0 0 0 63 8 0 0 20 0 19 0 110588624 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297801189672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14122] ppid=14115 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/14118/task/14122/stat : 14122 (java) S 14115 14118 5965 0 -1 4202560 653 0 0 0 64 13 0 0 20 0 19 0 110588624 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297800136872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14118/tid=14123] ppid=14115 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/14118/task/14123/stat : 14123 (java) S 14115 14118 5965 0 -1 4202560 794 0 0 0 66 13 0 0 20 0 19 0 110588624 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297799084584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14118/tid=14124] ppid=14115 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/14118/task/14124/stat : 14124 (java) S 14115 14118 5965 0 -1 4202560 844 0 0 0 59 10 0 0 20 0 19 0 110588624 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297798031784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14125] ppid=14115 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/14118/task/14125/stat : 14125 (java) S 14115 14118 5965 0 -1 4202560 872 0 0 0 64 12 0 0 20 0 19 0 110588624 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297796979496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14126] ppid=14115 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/14118/task/14126/stat : 14126 (java) S 14115 14118 5965 0 -1 4202560 1204 0 0 0 57 11 0 0 20 0 19 0 110588624 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297795926696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14127] ppid=14115 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/14118/task/14127/stat : 14127 (java) S 14115 14118 5965 0 -1 4202560 1055 0 0 0 72 10 0 0 20 0 19 0 110588624 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297794874408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14128] ppid=14115 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/14118/task/14128/stat : 14128 (java) S 14115 14118 5965 0 -1 4202560 647 0 0 0 61 10 0 0 20 0 19 0 110588624 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297793821608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14118/tid=14129] ppid=14115 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/14118/task/14129/stat : 14129 (java) S 14115 14118 5965 0 -1 4202560 321 0 0 0 120 3 0 0 20 0 19 0 110588625 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297182882024 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14130] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14130/stat : 14130 (java) S 14115 14118 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110588625 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297181828088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14131] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14131/stat : 14131 (java) S 14115 14118 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110588625 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297180775688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14132] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14132/stat : 14132 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588628 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297179724176 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14133] ppid=14115 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/14118/task/14133/stat : 14133 (java) S 14115 14118 5965 0 -1 4202560 2332 0 0 0 48 0 0 0 20 0 19 0 110588628 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297178671800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14134] ppid=14115 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/14118/task/14134/stat : 14134 (java) S 14115 14118 5965 0 -1 4202560 2361 0 0 0 44 0 0 0 20 0 19 0 110588628 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297177619000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14118/tid=14135] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14135/stat : 14135 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588628 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297176566904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14136] ppid=14115 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/14118/task/14136/stat : 14136 (java) S 14115 14118 5965 0 -1 4202560 103 0 0 0 32 37 0 0 20 0 19 0 110588628 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297175514312 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14137] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14137/stat : 14137 (java) S 14115 14118 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110588680 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297174459304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1787.75
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.6 s]
/proc/loadavg: 2.14 2.20 2.18 4/213 14246
/proc/meminfo: memFree=29357720/32872528 swapFree=16360/1798728
[pid=14118] ppid=14115 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/14118/stat : 14118 (java) S 14115 14118 5965 0 -1 4202496 15866 0 1 0 179880 126 0 0 20 0 19 0 110588621 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140734994312064 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14118/statm: 2406260 121229 2293 9 0 2396937 0
[pid=14118/tid=14120] ppid=14115 vsize=9625040 CPUtime=1786.81 cores=1,3,5,7
/proc/14118/task/14120/stat : 14120 (java) R 14115 14118 5965 0 -1 4202560 2505 0 1 0 178649 32 0 0 20 0 19 0 110588622 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297828736336 140297674417712 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14121] ppid=14115 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/14118/task/14121/stat : 14121 (java) S 14115 14118 5965 0 -1 4202560 913 0 0 0 63 8 0 0 20 0 19 0 110588624 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297801189672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14122] ppid=14115 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/14118/task/14122/stat : 14122 (java) S 14115 14118 5965 0 -1 4202560 653 0 0 0 64 13 0 0 20 0 19 0 110588624 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297800136872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14118/tid=14123] ppid=14115 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/14118/task/14123/stat : 14123 (java) S 14115 14118 5965 0 -1 4202560 794 0 0 0 66 13 0 0 20 0 19 0 110588624 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297799084584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14118/tid=14124] ppid=14115 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/14118/task/14124/stat : 14124 (java) S 14115 14118 5965 0 -1 4202560 844 0 0 0 59 10 0 0 20 0 19 0 110588624 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297798031784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14125] ppid=14115 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/14118/task/14125/stat : 14125 (java) S 14115 14118 5965 0 -1 4202560 872 0 0 0 64 12 0 0 20 0 19 0 110588624 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297796979496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14126] ppid=14115 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/14118/task/14126/stat : 14126 (java) S 14115 14118 5965 0 -1 4202560 1204 0 0 0 57 11 0 0 20 0 19 0 110588624 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297795926696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14127] ppid=14115 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/14118/task/14127/stat : 14127 (java) S 14115 14118 5965 0 -1 4202560 1055 0 0 0 72 10 0 0 20 0 19 0 110588624 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297794874408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14128] ppid=14115 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/14118/task/14128/stat : 14128 (java) S 14115 14118 5965 0 -1 4202560 647 0 0 0 61 10 0 0 20 0 19 0 110588624 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297793821608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14118/tid=14129] ppid=14115 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/14118/task/14129/stat : 14129 (java) S 14115 14118 5965 0 -1 4202560 321 0 0 0 120 3 0 0 20 0 19 0 110588625 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297182882024 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14130] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14130/stat : 14130 (java) S 14115 14118 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110588625 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297181828088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14131] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14131/stat : 14131 (java) S 14115 14118 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110588625 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297180775688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14132] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14132/stat : 14132 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588628 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297179724176 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14133] ppid=14115 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/14118/task/14133/stat : 14133 (java) S 14115 14118 5965 0 -1 4202560 2332 0 0 0 48 0 0 0 20 0 19 0 110588628 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297178671800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14118/tid=14134] ppid=14115 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/14118/task/14134/stat : 14134 (java) S 14115 14118 5965 0 -1 4202560 2361 0 0 0 44 0 0 0 20 0 19 0 110588628 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297177619000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14118/tid=14135] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14135/stat : 14135 (java) S 14115 14118 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110588628 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297176566904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14136] ppid=14115 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/14118/task/14136/stat : 14136 (java) S 14115 14118 5965 0 -1 4202560 103 0 0 0 33 37 0 0 20 0 19 0 110588628 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297175514312 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14118/tid=14137] ppid=14115 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14118/task/14137/stat : 14137 (java) S 14115 14118 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110588680 9856040960 121229 33554432000 1073741824 1073778376 140734994320928 140297174459304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 14118 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 14118 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=238234
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=733736
# CPU time returned by wait4() is 1795.97
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.68
CPU time (s): 1800.06
CPU user time (s): 1798.8
CPU system time (s): 1.26
CPU usage (%): 100.3
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.24
system time used= 1.73374
maximum resident set size= 862656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15899
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39215
involuntary context switches= 18781

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9012 second user time and 12.5851 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-07 10:02:35
IDJOB=4084614
IDBENCH=90170
IDSOLVER=2546
FILE ID=node123/4084614-1465286555
RUNJOBID= node123-1465255130-5982
PBS_JOBID= 19843274
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 57b7e746b37944d021e8febe16059957
RANDOM SEED=607603415

node123.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		: 2667.117
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	: 5334.23
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		: 2667.117
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		: 2667.117
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		: 2667.117
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		: 2667.117
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		: 2667.117
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.57
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		: 2667.117
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		: 2667.117
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:        29785668 kB
Buffers:          115044 kB
Cached:           145620 kB
SwapCached:         1808 kB
Active:           353400 kB
Inactive:         190752 kB
Active(anon):     283764 kB
Inactive(anon):     2104 kB
Active(file):      69636 kB
Inactive(file):   188648 kB
Unevictable:     1798728 kB
Mlocked:           16360 kB
SwapTotal:      67108856 kB
SwapFree:       67098808 kB
Dirty:              2040 kB
Writeback:             0 kB
AnonPages:       2114432 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             600088 kB
SReclaimable:      44072 kB
SUnreclaim:       556016 kB
KernelStack:        1760 kB
PageTables:         8344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2489560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2070528 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 node123 at 2016-06-07 10:32:29