Trace number 4084607

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 1793.78

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K141.opb
MD5SUMe981076bb5354ded6cb9b093a6d1a03e
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 variables16779
Total number of constraints17063
Number of constraints which are clauses16922
Number of constraints which are cardinality constraints (but not clauses)141
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint141
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 142
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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084607-1465288305.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.93/0.53	c ... done. Wall clock time 0.411s.
0.93/0.53	c declared #vars     16779
0.93/0.53	c #constraints  17063
0.93/0.53	c constraints type 
0.93/0.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15100
0.93/0.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 141
0.93/0.53	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.93/0.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1820
0.93/0.53	c 17063 constraints processed.
2.80/2.05	c cleaning 2500 clauses out of 5000 with flag 24502/5003
4.61/3.73	c cleaning 4231 clauses out of 8491 with flag 56644/11000
7.11/6.20	c cleaning 5622 clauses out of 11253 with flag 99017/18000
9.63/8.73	c cleaning 6756 clauses out of 13625 with flag 147475/26000
12.84/11.93	c cleaning 7911 clauses out of 15867 with flag 201606/35001
16.14/15.21	c cleaning 8903 clauses out of 17954 with flag 256028/45000
19.64/18.72	c cleaning 9106 clauses out of 20051 with flag 311316/56000
23.07/22.18	c cleaning 10043 clauses out of 22946 with flag 378276/68003
27.26/26.31	c cleaning 10889 clauses out of 25897 with flag 448522/81000
31.56/30.61	c cleaning 11651 clauses out of 29009 with flag 518986/95001
36.46/35.55	c cleaning 12450 clauses out of 32355 with flag 594766/110000
41.68/40.73	c cleaning 13401 clauses out of 35903 with flag 682505/126000
46.97/46.08	c cleaning 14131 clauses out of 39502 with flag 774033/143000
53.27/52.33	c cleaning 14820 clauses out of 43371 with flag 873741/161000
59.47/58.57	c cleaning 15692 clauses out of 47549 with flag 972034/180001
66.07/65.14	c cleaning 16496 clauses out of 51857 with flag 1083831/200001
73.58/72.66	c cleaning 17296 clauses out of 56362 with flag 1197331/221002
81.18/80.25	c cleaning 18157 clauses out of 61064 with flag 1312525/243001
89.24/88.28	c cleaning 18832 clauses out of 65905 with flag 1441932/266001
97.74/96.76	c cleaning 19937 clauses out of 71071 with flag 1569957/290000
106.75/105.74	c cleaning 20951 clauses out of 76134 with flag 1710436/315000
115.84/114.81	c cleaning 21620 clauses out of 81183 with flag 1849536/341000
125.34/124.34	c cleaning 22566 clauses out of 86564 with flag 2003934/368001
135.74/134.78	c cleaning 23279 clauses out of 91997 with flag 2159553/396000
146.53/145.57	c cleaning 24511 clauses out of 97717 with flag 2323298/425000
157.70/156.67	c cleaning 25181 clauses out of 103205 with flag 2493784/455000
169.70/168.64	c cleaning 25834 clauses out of 109024 with flag 2673358/486000
182.00/180.98	c cleaning 27025 clauses out of 115190 with flag 2863103/518000
194.99/193.90	c cleaning 27861 clauses out of 121164 with flag 3055142/551000
208.30/207.26	c cleaning 28672 clauses out of 127303 with flag 3263130/585000
222.48/221.36	c cleaning 29548 clauses out of 133631 with flag 3476706/620000
237.69/236.56	c cleaning 30259 clauses out of 140084 with flag 3701207/656001
252.78/251.68	c cleaning 31352 clauses out of 146824 with flag 3916695/693002
268.88/267.74	c cleaning 31960 clauses out of 153469 with flag 4149542/731000
285.78/284.61	c cleaning 32965 clauses out of 160513 with flag 4391016/770004
303.45/302.19	c cleaning 34022 clauses out of 167544 with flag 4644448/810000
322.26/320.92	c cleaning 34895 clauses out of 174522 with flag 4909114/851000
340.96/339.66	c cleaning 35671 clauses out of 181629 with flag 5165269/893003
361.16/359.85	c cleaning 36833 clauses out of 188955 with flag 5441487/936000
382.79/381.28	c cleaning 37602 clauses out of 196122 with flag 5729927/980000
403.90/402.36	c cleaning 38611 clauses out of 203520 with flag 6016997/1025001
426.96/425.10	c cleaning 39441 clauses out of 210907 with flag 6306969/1071000
450.67/448.84	c cleaning 40612 clauses out of 218467 with flag 6616309/1118001
474.84/473.08	c cleaning 41225 clauses out of 225856 with flag 6941869/1166002
499.33/497.29	c cleaning 42491 clauses out of 233630 with flag 7260486/1215001
525.20/522.89	c cleaning 43254 clauses out of 241138 with flag 7596044/1265000
550.10/547.70	c cleaning 44368 clauses out of 248885 with flag 7938571/1316001
577.35/574.73	c cleaning 45246 clauses out of 256516 with flag 8299254/1368000
604.32/601.66	c cleaning 46223 clauses out of 264270 with flag 8647950/1421000
633.24/630.44	c cleaning 47323 clauses out of 272047 with flag 9024512/1475000
662.95/660.15	c cleaning 48060 clauses out of 279724 with flag 9407452/1530000
693.93/691.10	c cleaning 48934 clauses out of 287666 with flag 9817315/1586002
724.64/721.63	c cleaning 50129 clauses out of 295731 with flag 10214573/1643001
756.34/753.29	c cleaning 51043 clauses out of 303601 with flag 10627348/1701000
788.41/785.23	c cleaning 51629 clauses out of 311556 with flag 11041553/1760000
822.74/819.49	c cleaning 53017 clauses out of 319927 with flag 11480802/1820000
858.46/855.05	c cleaning 53809 clauses out of 327909 with flag 11926857/1881000
894.68/891.14	c cleaning 55133 clauses out of 336100 with flag 12373606/1943000
932.59/928.98	c cleaning 55459 clauses out of 343968 with flag 12825428/2006001
970.90/967.15	c cleaning 56439 clauses out of 352508 with flag 13291038/2070000
1010.48/1006.64	c cleaning 57511 clauses out of 361070 with flag 13779732/2135001
1051.00/1047.08	c cleaning 58588 clauses out of 369557 with flag 14287953/2201000
1092.20/1088.19	c cleaning 59758 clauses out of 377969 with flag 14806745/2268000
1134.38/1130.23	c cleaning 60584 clauses out of 386211 with flag 15317586/2336000
1177.11/1172.80	c cleaning 61755 clauses out of 394626 with flag 15860379/2405000
1222.03/1217.65	c cleaning 62703 clauses out of 402873 with flag 16406832/2475002
1268.09/1263.59	c cleaning 63545 clauses out of 411167 with flag 16941356/2546000
1315.19/1310.57	c cleaning 64501 clauses out of 419622 with flag 17521385/2618000
1364.68/1359.89	c cleaning 65663 clauses out of 428120 with flag 18118049/2691000
1414.46/1409.55	c cleaning 66473 clauses out of 436458 with flag 18690669/2765001
1464.26/1459.15	c cleaning 67908 clauses out of 444984 with flag 19290804/2840000
1515.97/1510.67	c cleaning 68399 clauses out of 453076 with flag 19895019/2916000
1567.98/1562.49	c cleaning 69958 clauses out of 461677 with flag 20497537/2993000
1622.94/1617.20	c cleaning 70171 clauses out of 469719 with flag 21145218/3071000
1678.39/1672.53	c cleaning 71757 clauses out of 478543 with flag 21817306/3150000
1733.97/1727.98	c cleaning 72368 clauses out of 486786 with flag 22488586/3230000
1792.44/1786.28	c cleaning 73441 clauses out of 495418 with flag 23173586/3311000
1800.00/1793.70	c starts		: 20400
1800.00/1793.70	c conflicts		: 3324168
1800.00/1793.70	c decisions		: 88811391
1800.00/1793.70	c propagations		: 2749463549
1800.00/1793.70	c inspects		: 11692708320
1800.00/1793.70	c shortcuts		: 0
1800.00/1793.70	c learnt literals	: 63
1800.00/1793.70	c learnt binary clauses	: 164287
1800.00/1793.70	c learnt ternary clauses	: 148730
1800.00/1793.70	c learnt constraints	: 3324105
1800.00/1793.70	c ignored constraints	: 0
1800.00/1793.70	c root simplifications	: 0
1800.00/1793.70	c removed literals (reason simplification)	: 0
1800.00/1793.70	c reason swapping (by a shorter reason)	: 0
1800.00/1793.70	c Calls to reduceDB	: 77
1800.00/1793.70	c Number of update (reduction) of LBD	: 2438993
1800.00/1793.70	c Imported unit clauses	: 0
1800.00/1793.70	c number of reductions to clauses (during analyze)	: 0
1800.00/1793.70	c number of learned constraints concerned by reduction	: 0
1800.00/1793.70	c number of learning phase by resolution	: 0
1800.00/1793.70	c number of learning phase by cutting planes	: 0
1800.00/1793.70	c speed (assignments/second)	: 1533306.5549086528
1800.00/1793.70	c non guided choices	22035
1800.00/1793.70	c timeout
1800.00/1793.77	c learnt constraints type 
1800.00/1793.77	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 164287
1800.00/1793.77	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 270859
1800.00/1793.77	s UNKNOWN
1800.00/1793.77	c Total wall clock time (in seconds): 1793.654

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-4084607-1465288305/watcher-4084607-1465288305 -o /tmp/evaluation-result-4084607-1465288305/solver-4084607-1465288305 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15102 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084607-1465288305.opb 

pid=19451
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.20 2.20 2.22 3/196 19454
/proc/meminfo: memFree=29565060/32872528 swapFree=20720/1686580
[pid=19454] ppid=19451 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/19454/stat : 19454 (java) R 19451 19454 15085 0 -1 4202496 662 0 0 0 0 0 0 0 20 0 1 0 110762533 23793664 312 33554432000 1073741824 1073778376 140736444474800 140736444463864 215115414067 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19454/statm: 5809 320 247 9 0 128 0

[startup+0.100157 s]
/proc/loadavg: 2.20 2.20 2.22 3/196 19454
/proc/meminfo: memFree=29565060/32872528 swapFree=20720/1686580
[pid=19454] ppid=19451 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/19454/stat : 19454 (java) S 19451 19454 15085 0 -1 4202496 4395 0 1 0 8 1 0 0 20 0 18 0 110762533 9787879424 6025 33554432000 1073741824 1073778376 140736444474800 140736444465936 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19454/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200324 s]
/proc/loadavg: 2.20 2.20 2.22 3/196 19454
/proc/meminfo: memFree=29565060/32872528 swapFree=20720/1686580
[pid=19454] ppid=19451 vsize=9558856 CPUtime=0.28 cores=1,3,5,7
/proc/19454/stat : 19454 (java) S 19451 19454 15085 0 -1 4202496 5131 0 1 0 27 1 0 0 20 0 18 0 110762533 9788268544 7120 33554432000 1073741824 1073778376 140736444474800 140736444465936 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19454/statm: 2389714 7147 2217 9 0 2380391 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558856

[startup+0.300334 s]
/proc/loadavg: 2.20 2.20 2.22 3/196 19454
/proc/meminfo: memFree=29565060/32872528 swapFree=20720/1686580
[pid=19454] ppid=19451 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/19454/stat : 19454 (java) S 19451 19454 15085 0 -1 4202496 7326 0 1 0 54 1 0 0 20 0 18 0 110762533 9787879424 10853 33554432000 1073741824 1073778376 140736444474800 140736444465936 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19454/statm: 2389619 10853 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700193 s]
/proc/loadavg: 2.20 2.20 2.22 3/196 19454
/proc/meminfo: memFree=29565060/32872528 swapFree=20720/1686580
[pid=19454] ppid=19451 vsize=9625040 CPUtime=1.39 cores=1,3,5,7
/proc/19454/stat : 19454 (java) S 19451 19454 15085 0 -1 4202496 7836 0 1 0 136 3 0 0 20 0 19 0 110762533 9856040960 30404 33554432000 1073741824 1073778376 140736444474800 140736444465936 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19454/statm: 2406260 30404 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.20 2.20 2.22 3/215 19473
/proc/meminfo: memFree=29447992/32872528 swapFree=20720/1686580
[pid=19454] ppid=19451 vsize=9625040 CPUtime=2.29 cores=1,3,5,7
/proc/19454/stat : 19454 (java) S 19451 19454 15085 0 -1 4202496 9485 0 1 0 226 3 0 0 20 0 19 0 110762533 9856040960 31174 33554432000 1073741824 1073778376 140736444474800 140736444465936 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19454/statm: 2406260 31174 2267 9 0 2396937 0
[pid=19454/tid=19456] ppid=19451 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (java) R 19451 19454 15085 0 -1 4202560 2446 0 1 0 143 3 0 0 20 0 19 0 110762534 9856040960 31174 33554432000 1073741824 1073778376 140736444474800 139771400003864 139771272481633 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19457] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 31174 33554432000 1073741824 1073778376 140736444474800 139771243964712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19458] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 31174 33554432000 1073741824 1073778376 140736444474800 139771242911912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19454/tid=19459] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19459/stat : 19459 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 31174 33554432000 1073741824 1073778376 140736444474800 139771241859624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19454/tid=19460] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19460/stat : 19460 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 31174 33554432000 1073741824 1073778376 140736444474800 139771240806824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19461] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19461/stat : 19461 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 31174 33554432000 1073741824 1073778376 140736444474800 139771239754536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19462] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19462/stat : 19462 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 31174 33554432000 1073741824 1073778376 140736444474800 139771238701736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19463] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19463/stat : 19463 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 31174 33554432000 1073741824 1073778376 140736444474800 139771237649448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19464] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19464/stat : 19464 (java) S 19451 19454 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 31174 33554432000 1073741824 1073778376 140736444474800 139771236596648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19465] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19465/stat : 19465 (java) S 19451 19454 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110762536 9856040960 31174 33554432000 1073741824 1073778376 140736444474800 139771224185064 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19466] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19466/stat : 19466 (java) S 19451 19454 15085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110762537 9856040960 31174 33554432000 1073741824 1073778376 140736444474800 139771223131128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19467] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19467/stat : 19467 (java) S 19451 19454 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110762537 9856040960 31174 33554432000 1073741824 1073778376 140736444474800 139771222078728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19468] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19468/stat : 19468 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762539 9856040960 31174 33554432000 1073741824 1073778376 140736444474800 139771221027216 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19469] ppid=19451 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/19454/task/19469/stat : 19469 (java) S 19451 19454 15085 0 -1 4202560 2257 0 0 0 35 0 0 0 20 0 19 0 110762539 9856040960 31174 33554432000 1073741824 1073778376 140736444474800 139771219974840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19454/tid=19470] ppid=19451 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/19454/task/19470/stat : 19470 (java) S 19451 19454 15085 0 -1 4202560 3505 0 0 0 44 0 0 0 20 0 19 0 110762539 9856040960 31174 33554432000 1073741824 1073778376 140736444474800 139771218922040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19454/tid=19471] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19471/stat : 19471 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762539 9856040960 31174 33554432000 1073741824 1073778376 140736444474800 139771217869944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19454/tid=19472] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19472/stat : 19472 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762539 9856040960 31174 33554432000 1073741824 1073778376 140736444474800 139771216817352 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19473] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19473/stat : 19473 (java) S 19451 19454 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110762588 9856040960 31174 33554432000 1073741824 1073778376 140736444474800 139771215762344 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.18 2.19 2.22 3/215 19473
/proc/meminfo: memFree=29445324/32872528 swapFree=20720/1686580
[pid=19454] ppid=19451 vsize=9625040 CPUtime=3.98 cores=1,3,5,7
/proc/19454/stat : 19454 (java) S 19451 19454 15085 0 -1 4202496 9506 0 1 0 395 3 0 0 20 0 19 0 110762533 9856040960 32725 33554432000 1073741824 1073778376 140736444474800 140736444465936 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19454/statm: 2406260 32725 2271 9 0 2396937 0
[pid=19454/tid=19456] ppid=19451 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (java) R 19451 19454 15085 0 -1 4202560 2451 0 1 0 303 3 0 0 20 0 19 0 110762534 9856040960 32725 33554432000 1073741824 1073778376 140736444474800 139771400004072 139771272410754 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19457] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 32725 33554432000 1073741824 1073778376 140736444474800 139771243964712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19458] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 32725 33554432000 1073741824 1073778376 140736444474800 139771242911912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19454/tid=19459] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19459/stat : 19459 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 32725 33554432000 1073741824 1073778376 140736444474800 139771241859624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19454/tid=19460] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19460/stat : 19460 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 32725 33554432000 1073741824 1073778376 140736444474800 139771240806824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19461] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19461/stat : 19461 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 32725 33554432000 1073741824 1073778376 140736444474800 139771239754536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19462] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19462/stat : 19462 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 32725 33554432000 1073741824 1073778376 140736444474800 139771238701736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19463] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19463/stat : 19463 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 32725 33554432000 1073741824 1073778376 140736444474800 139771237649448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19464] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19464/stat : 19464 (java) S 19451 19454 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 32725 33554432000 1073741824 1073778376 140736444474800 139771236596648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19465] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19465/stat : 19465 (java) S 19451 19454 15085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110762536 9856040960 32725 33554432000 1073741824 1073778376 140736444474800 139771224185064 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19466] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19466/stat : 19466 (java) S 19451 19454 15085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110762537 9856040960 32725 33554432000 1073741824 1073778376 140736444474800 139771223131128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19467] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19467/stat : 19467 (java) S 19451 19454 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110762537 9856040960 32725 33554432000 1073741824 1073778376 140736444474800 139771222078728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19468] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19468/stat : 19468 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762539 9856040960 32725 33554432000 1073741824 1073778376 140736444474800 139771221027216 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19469] ppid=19451 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/19454/task/19469/stat : 19469 (java) S 19451 19454 15085 0 -1 4202560 2261 0 0 0 37 0 0 0 20 0 19 0 110762539 9856040960 32725 33554432000 1073741824 1073778376 140736444474800 139771219974840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19454/tid=19470] ppid=19451 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/19454/task/19470/stat : 19470 (java) S 19451 19454 15085 0 -1 4202560 3516 0 0 0 50 0 0 0 20 0 19 0 110762539 9856040960 32725 33554432000 1073741824 1073778376 140736444474800 139771218922040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19454/tid=19471] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19471/stat : 19471 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762539 9856040960 32725 33554432000 1073741824 1073778376 140736444474800 139771217869944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19454/tid=19472] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19472/stat : 19472 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762539 9856040960 32725 33554432000 1073741824 1073778376 140736444474800 139771216817352 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19473] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19473/stat : 19473 (java) S 19451 19454 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110762588 9856040960 32725 33554432000 1073741824 1073778376 140736444474800 139771215762344 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 9625040

[startup+6.30089 s]
/proc/loadavg: 2.18 2.19 2.22 3/215 19473
/proc/meminfo: memFree=29437104/32872528 swapFree=20720/1686580
[pid=19454] ppid=19451 vsize=9625040 CPUtime=7.22 cores=1,3,5,7
/proc/19454/stat : 19454 (java) S 19451 19454 15085 0 -1 4202496 9511 0 1 0 719 3 0 0 20 0 19 0 110762533 9856040960 34253 33554432000 1073741824 1073778376 140736444474800 140736444465936 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19454/statm: 2406260 34253 2271 9 0 2396937 0
[pid=19454/tid=19456] ppid=19451 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (java) R 19451 19454 15085 0 -1 4202560 2456 0 1 0 623 3 0 0 20 0 19 0 110762534 9856040960 34253 33554432000 1073741824 1073778376 140736444474800 139771400003752 139771272611830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19457] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 34253 33554432000 1073741824 1073778376 140736444474800 139771243964712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19458] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 34253 33554432000 1073741824 1073778376 140736444474800 139771242911912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19454/tid=19459] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19459/stat : 19459 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 34253 33554432000 1073741824 1073778376 140736444474800 139771241859624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19454/tid=19460] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19460/stat : 19460 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 34253 33554432000 1073741824 1073778376 140736444474800 139771240806824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19461] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19461/stat : 19461 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 34253 33554432000 1073741824 1073778376 140736444474800 139771239754536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19462] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19462/stat : 19462 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 34253 33554432000 1073741824 1073778376 140736444474800 139771238701736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19463] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19463/stat : 19463 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 34253 33554432000 1073741824 1073778376 140736444474800 139771237649448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19464] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19464/stat : 19464 (java) S 19451 19454 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110762535 9856040960 34253 33554432000 1073741824 1073778376 140736444474800 139771236596648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19465] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19465/stat : 19465 (java) S 19451 19454 15085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110762536 9856040960 34253 33554432000 1073741824 1073778376 140736444474800 139771224185064 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19466] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19466/stat : 19466 (java) S 19451 19454 15085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110762537 9856040960 34253 33554432000 1073741824 1073778376 140736444474800 139771223131128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19467] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19467/stat : 19467 (java) S 19451 19454 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110762537 9856040960 34253 33554432000 1073741824 1073778376 140736444474800 139771222078728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19468] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19468/stat : 19468 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762539 9856040960 34253 33554432000 1073741824 1073778376 140736444474800 139771221027216 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19469] ppid=19451 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/19454/task/19469/stat : 19469 (java) S 19451 19454 15085 0 -1 4202560 2261 0 0 0 39 0 0 0 20 0 19 0 110762539 9856040960 34253 33554432000 1073741824 1073778376 140736444474800 139771219974840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19454/tid=19470] ppid=19451 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/19454/task/19470/stat : 19470 (java) S 19451 19454 15085 0 -1 4202560 3516 0 0 0 52 0 0 0 20 0 19 0 110762539 9856040960 34253 33554432000 1073741824 1073778376 140736444474800 139771218922040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19454/tid=19471] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19471/stat : 19471 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762539 9856040960 34253 33554432000 1073741824 1073778376 140736444474800 139771217869944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19454/tid=19472] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19472/stat : 19472 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762539 9856040960 34253 33554432000 1073741824 1073778376 140736444474800 139771216817352 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19473] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19473/stat : 19473 (java) S 19451 19454 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110762588 9856040960 34253 33554432000 1073741824 1073778376 140736444474800 139771215762344 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 9625040


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

[pid=19454/tid=19473] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19473/stat : 19473 (java) S 19451 19454 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110762588 9856040960 110382 33554432000 1073741824 1073778376 140736444474800 139771215762344 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1728.37
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.29 2.29 2.22 4/216 19606
/proc/meminfo: memFree=29081096/32872528 swapFree=20720/1686580
[pid=19454] ppid=19451 vsize=9625040 CPUtime=1788.54 cores=1,3,5,7
/proc/19454/stat : 19454 (java) S 19451 19454 15085 0 -1 4202496 13543 0 1 0 178735 119 0 0 20 0 19 0 110762533 9856040960 110104 33554432000 1073741824 1073778376 140736444474800 140736444465936 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19454/statm: 2406260 110104 2293 9 0 2396937 0
[pid=19454/tid=19456] ppid=19451 vsize=9625040 CPUtime=1774.39 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (java) R 19451 19454 15085 0 -1 4202560 2519 0 1 0 177409 30 0 0 20 0 19 0 110762534 9856040960 110104 33554432000 1073741824 1073778376 140736444474800 139771400002896 139771272411805 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19457] ppid=19451 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (java) S 19451 19454 15085 0 -1 4202560 398 0 0 0 69 10 0 0 20 0 19 0 110762535 9856040960 110104 33554432000 1073741824 1073778376 140736444474800 139771243964712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19458] ppid=19451 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (java) S 19451 19454 15085 0 -1 4202560 375 0 0 0 78 11 0 0 20 0 19 0 110762535 9856040960 110104 33554432000 1073741824 1073778376 140736444474800 139771242911912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19454/tid=19459] ppid=19451 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/19454/task/19459/stat : 19459 (java) S 19451 19454 15085 0 -1 4202560 470 0 0 0 82 11 0 0 20 0 19 0 110762535 9856040960 110104 33554432000 1073741824 1073778376 140736444474800 139771241859624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19460] ppid=19451 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/19454/task/19460/stat : 19460 (java) S 19451 19454 15085 0 -1 4202560 206 0 0 0 71 7 0 0 20 0 19 0 110762535 9856040960 110104 33554432000 1073741824 1073778376 140736444474800 139771240806824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19454/tid=19461] ppid=19451 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/19454/task/19461/stat : 19461 (java) S 19451 19454 15085 0 -1 4202560 601 0 0 0 70 12 0 0 20 0 19 0 110762535 9856040960 110104 33554432000 1073741824 1073778376 140736444474800 139771239754536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19462] ppid=19451 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/19454/task/19462/stat : 19462 (java) S 19451 19454 15085 0 -1 4202560 666 0 0 0 75 10 0 0 20 0 19 0 110762535 9856040960 110104 33554432000 1073741824 1073778376 140736444474800 139771238701736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19454/tid=19463] ppid=19451 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/19454/task/19463/stat : 19463 (java) S 19451 19454 15085 0 -1 4202560 275 0 0 0 66 7 0 0 20 0 19 0 110762535 9856040960 110104 33554432000 1073741824 1073778376 140736444474800 139771237649448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19464] ppid=19451 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/19454/task/19464/stat : 19464 (java) S 19451 19454 15085 0 -1 4202560 477 0 0 0 76 12 0 0 20 0 19 0 110762535 9856040960 110104 33554432000 1073741824 1073778376 140736444474800 139771236596648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19454/tid=19465] ppid=19451 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/19454/task/19465/stat : 19465 (java) S 19451 19454 15085 0 -1 4202560 373 0 0 0 142 2 0 0 20 0 19 0 110762536 9856040960 110104 33554432000 1073741824 1073778376 140736444474800 139771224185064 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19466] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19466/stat : 19466 (java) S 19451 19454 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110762537 9856040960 110104 33554432000 1073741824 1073778376 140736444474800 139771223131128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19467] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19467/stat : 19467 (java) S 19451 19454 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110762537 9856040960 110104 33554432000 1073741824 1073778376 140736444474800 139771222078728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19468] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19468/stat : 19468 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762539 9856040960 110104 33554432000 1073741824 1073778376 140736444474800 139771221027216 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19469] ppid=19451 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/19454/task/19469/stat : 19469 (java) S 19451 19454 15085 0 -1 4202560 2263 0 0 0 40 0 0 0 20 0 19 0 110762539 9856040960 110104 33554432000 1073741824 1073778376 140736444474800 139771219974840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19454/tid=19470] ppid=19451 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/19454/task/19470/stat : 19470 (java) S 19451 19454 15085 0 -1 4202560 3554 0 0 0 56 0 0 0 20 0 19 0 110762539 9856040960 110104 33554432000 1073741824 1073778376 140736444474800 139771218922040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19454/tid=19471] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19471/stat : 19471 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762539 9856040960 110104 33554432000 1073741824 1073778376 140736444474800 139771217869944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19454/tid=19472] ppid=19451 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/19454/task/19472/stat : 19472 (java) S 19451 19454 15085 0 -1 4202560 103 0 0 0 33 38 0 0 20 0 19 0 110762539 9856040960 110104 33554432000 1073741824 1073778376 140736444474800 139771216817352 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19473] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19473/stat : 19473 (java) S 19451 19454 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110762588 9856040960 110104 33554432000 1073741824 1073778376 140736444474800 139771215762344 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1788.54
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.7 s]
/proc/loadavg: 2.25 2.28 2.22 3/216 19606
/proc/meminfo: memFree=29092236/32872528 swapFree=20720/1686580
[pid=19454] ppid=19451 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/19454/stat : 19454 (java) S 19451 19454 15085 0 -1 4202496 13546 0 1 0 179881 119 0 0 20 0 19 0 110762533 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 140736444465936 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19454/statm: 2406260 110103 2293 9 0 2396937 0
[pid=19454/tid=19456] ppid=19451 vsize=9625040 CPUtime=1785.74 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (java) R 19451 19454 15085 0 -1 4202560 2520 0 1 0 178543 31 0 0 20 0 19 0 110762534 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771400002896 139771272410853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19457] ppid=19451 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (java) S 19451 19454 15085 0 -1 4202560 400 0 0 0 70 10 0 0 20 0 19 0 110762535 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771243964712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19458] ppid=19451 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (java) S 19451 19454 15085 0 -1 4202560 375 0 0 0 78 11 0 0 20 0 19 0 110762535 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771242911912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19454/tid=19459] ppid=19451 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/19454/task/19459/stat : 19459 (java) S 19451 19454 15085 0 -1 4202560 470 0 0 0 82 11 0 0 20 0 19 0 110762535 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771241859624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19460] ppid=19451 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/19454/task/19460/stat : 19460 (java) S 19451 19454 15085 0 -1 4202560 206 0 0 0 71 7 0 0 20 0 19 0 110762535 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771240806824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19454/tid=19461] ppid=19451 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/19454/task/19461/stat : 19461 (java) S 19451 19454 15085 0 -1 4202560 601 0 0 0 70 12 0 0 20 0 19 0 110762535 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771239754536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19462] ppid=19451 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/19454/task/19462/stat : 19462 (java) S 19451 19454 15085 0 -1 4202560 666 0 0 0 77 10 0 0 20 0 19 0 110762535 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771238701736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19454/tid=19463] ppid=19451 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/19454/task/19463/stat : 19463 (java) S 19451 19454 15085 0 -1 4202560 275 0 0 0 68 7 0 0 20 0 19 0 110762535 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771237649448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19464] ppid=19451 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/19454/task/19464/stat : 19464 (java) S 19451 19454 15085 0 -1 4202560 477 0 0 0 78 12 0 0 20 0 19 0 110762535 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771236596648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19465] ppid=19451 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/19454/task/19465/stat : 19465 (java) S 19451 19454 15085 0 -1 4202560 373 0 0 0 142 2 0 0 20 0 19 0 110762536 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771224185064 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19466] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19466/stat : 19466 (java) S 19451 19454 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110762537 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771223131128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19467] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19467/stat : 19467 (java) S 19451 19454 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110762537 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771222078728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19468] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19468/stat : 19468 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762539 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771221027216 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19469] ppid=19451 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/19454/task/19469/stat : 19469 (java) S 19451 19454 15085 0 -1 4202560 2263 0 0 0 40 0 0 0 20 0 19 0 110762539 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771219974840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19454/tid=19470] ppid=19451 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/19454/task/19470/stat : 19470 (java) S 19451 19454 15085 0 -1 4202560 3554 0 0 0 56 0 0 0 20 0 19 0 110762539 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771218922040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19454/tid=19471] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19471/stat : 19471 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762539 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771217869944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19454/tid=19472] ppid=19451 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/19454/task/19472/stat : 19472 (java) S 19451 19454 15085 0 -1 4202560 103 0 0 0 33 38 0 0 20 0 19 0 110762539 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771216817352 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19473] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19473/stat : 19473 (java) S 19451 19454 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110762588 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771215762344 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 19454 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1793.7 s]
/proc/loadavg: 2.25 2.28 2.22 3/216 19606
/proc/meminfo: memFree=29092236/32872528 swapFree=20720/1686580
[pid=19454] ppid=19451 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/19454/stat : 19454 (java) S 19451 19454 15085 0 -1 4202496 13546 0 1 0 179881 119 0 0 20 0 19 0 110762533 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 140736444465936 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19454/statm: 2406260 110103 2293 9 0 2396937 0
[pid=19454/tid=19456] ppid=19451 vsize=9625040 CPUtime=1785.74 cores=1,3,5,7
/proc/19454/task/19456/stat : 19456 (java) R 19451 19454 15085 0 -1 4202560 2520 0 1 0 178543 31 0 0 20 0 19 0 110762534 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771400002896 139771272410853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19457] ppid=19451 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/19454/task/19457/stat : 19457 (java) S 19451 19454 15085 0 -1 4202560 400 0 0 0 70 10 0 0 20 0 19 0 110762535 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771243964712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19458] ppid=19451 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/19454/task/19458/stat : 19458 (java) S 19451 19454 15085 0 -1 4202560 375 0 0 0 78 11 0 0 20 0 19 0 110762535 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771242911912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19454/tid=19459] ppid=19451 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/19454/task/19459/stat : 19459 (java) S 19451 19454 15085 0 -1 4202560 470 0 0 0 82 11 0 0 20 0 19 0 110762535 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771241859624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19460] ppid=19451 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/19454/task/19460/stat : 19460 (java) S 19451 19454 15085 0 -1 4202560 206 0 0 0 71 7 0 0 20 0 19 0 110762535 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771240806824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19454/tid=19461] ppid=19451 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/19454/task/19461/stat : 19461 (java) S 19451 19454 15085 0 -1 4202560 601 0 0 0 70 12 0 0 20 0 19 0 110762535 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771239754536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19462] ppid=19451 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/19454/task/19462/stat : 19462 (java) S 19451 19454 15085 0 -1 4202560 666 0 0 0 77 10 0 0 20 0 19 0 110762535 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771238701736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19454/tid=19463] ppid=19451 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/19454/task/19463/stat : 19463 (java) S 19451 19454 15085 0 -1 4202560 275 0 0 0 68 7 0 0 20 0 19 0 110762535 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771237649448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19464] ppid=19451 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/19454/task/19464/stat : 19464 (java) S 19451 19454 15085 0 -1 4202560 477 0 0 0 78 12 0 0 20 0 19 0 110762535 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771236596648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19465] ppid=19451 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/19454/task/19465/stat : 19465 (java) S 19451 19454 15085 0 -1 4202560 373 0 0 0 142 2 0 0 20 0 19 0 110762536 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771224185064 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19466] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19466/stat : 19466 (java) S 19451 19454 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110762537 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771223131128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19467] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19467/stat : 19467 (java) S 19451 19454 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110762537 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771222078728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19468] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19468/stat : 19468 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762539 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771221027216 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19454/tid=19469] ppid=19451 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/19454/task/19469/stat : 19469 (java) S 19451 19454 15085 0 -1 4202560 2263 0 0 0 40 0 0 0 20 0 19 0 110762539 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771219974840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19454/tid=19470] ppid=19451 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/19454/task/19470/stat : 19470 (java) S 19451 19454 15085 0 -1 4202560 3554 0 0 0 56 0 0 0 20 0 19 0 110762539 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771218922040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19454/tid=19471] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19471/stat : 19471 (java) S 19451 19454 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110762539 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771217869944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19454/tid=19472] ppid=19451 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/19454/task/19472/stat : 19472 (java) S 19451 19454 15085 0 -1 4202560 103 0 0 0 33 38 0 0 20 0 19 0 110762539 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771216817352 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19454/tid=19473] ppid=19451 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19454/task/19473/stat : 19473 (java) S 19451 19454 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110762588 9856040960 110103 33554432000 1073741824 1073778376 140736444474800 139771215762344 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1793.78
CPU time (s): 1800
CPU user time (s): 1798.81
CPU system time (s): 1.19
CPU usage (%): 100.347
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.32
system time used= 1.66175
maximum resident set size= 771944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13578
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39223
involuntary context switches= 11542

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8823 second user time and 13.5639 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-07 10:31:45
IDJOB=4084607
IDBENCH=90203
IDSOLVER=2546
FILE ID=node135/4084607-1465288305
RUNJOBID= node135-1465261709-15102
PBS_JOBID= 19843293
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_K141.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084607-1465288305/watcher-4084607-1465288305 -o /tmp/evaluation-result-4084607-1465288305/solver-4084607-1465288305 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15102 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084607-1465288305.opb

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

MD5SUM BENCH= e981076bb5354ded6cb9b093a6d1a03e
RANDOM SEED=1946419948

node135.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.026
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.05
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.026
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.026
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.55
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.026
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.026
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.56
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.026
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		: 2667.026
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.026
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:        29565440 kB
Buffers:          128584 kB
Cached:           232876 kB
SwapCached:         1764 kB
Active:           609344 kB
Inactive:         275196 kB
Active(anon):     523940 kB
Inactive(anon):     1376 kB
Active(file):      85404 kB
Inactive(file):   273820 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098336 kB
Dirty:              1616 kB
Writeback:             0 kB
AnonPages:       2263424 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             601756 kB
SReclaimable:      45532 kB
SUnreclaim:       556224 kB
KernelStack:        1776 kB
PageTables:         8932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2351724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2230272 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 node135 at 2016-06-07 11:01:39