Trace number 4084606

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.01 1794.19

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K140.opb
MD5SUM59945e7fb6f70b0a7aeb9a0267c89f72
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 variables16660
Total number of constraints16942
Number of constraints which are clauses16802
Number of constraints which are cardinality constraints (but not clauses)140
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint140
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 141
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.10	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4084606-1465288116.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  no objective function found
0.94/0.53	c ... done. Wall clock time 0.412s.
0.94/0.53	c declared #vars     16660
0.94/0.53	c #constraints  16942
0.94/0.53	c constraints type 
0.94/0.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14993
0.94/0.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 140
0.94/0.53	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.94/0.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1807
0.94/0.53	c 16942 constraints processed.
2.93/2.11	c cleaning 2492 clauses out of 4997 with flag 23908/5003
4.92/4.00	c cleaning 4239 clauses out of 8492 with flag 58738/11000
7.02/6.15	c cleaning 5567 clauses out of 11249 with flag 99185/18000
9.52/8.63	c cleaning 6792 clauses out of 13676 with flag 145324/26000
12.34/11.41	c cleaning 7868 clauses out of 15883 with flag 196631/35000
15.35/14.48	c cleaning 8733 clauses out of 18015 with flag 248588/45001
18.94/18.02	c cleaning 9056 clauses out of 20281 with flag 305883/56000
22.59/21.62	c cleaning 9965 clauses out of 23227 with flag 366929/68004
26.48/25.53	c cleaning 10614 clauses out of 26255 with flag 437313/81000
30.89/29.92	c cleaning 11670 clauses out of 29642 with flag 509928/95002
35.49/34.52	c cleaning 12485 clauses out of 32970 with flag 590237/110001
39.89/38.96	c cleaning 13588 clauses out of 36482 with flag 674952/126000
45.29/44.33	c cleaning 14105 clauses out of 39896 with flag 762454/143002
50.89/49.92	c cleaning 14999 clauses out of 43788 with flag 859817/161000
57.10/56.20	c cleaning 15725 clauses out of 47787 with flag 961868/180000
63.89/62.92	c cleaning 16473 clauses out of 52065 with flag 1068443/200004
70.69/69.75	c cleaning 17589 clauses out of 56590 with flag 1187729/221003
78.20/77.24	c cleaning 18321 clauses out of 60998 with flag 1306180/243000
85.85/84.86	c cleaning 19385 clauses out of 65677 with flag 1436075/266001
93.84/92.88	c cleaning 19841 clauses out of 70291 with flag 1577223/290000
101.94/101.00	c cleaning 20927 clauses out of 75448 with flag 1716265/315000
110.54/109.51	c cleaning 21862 clauses out of 80519 with flag 1861221/341000
119.54/118.51	c cleaning 22523 clauses out of 85659 with flag 2011801/368002
129.45/128.46	c cleaning 23511 clauses out of 91133 with flag 2172875/396001
139.65/138.61	c cleaning 24483 clauses out of 96622 with flag 2340318/425001
150.50/149.47	c cleaning 25337 clauses out of 102137 with flag 2512332/455000
162.19/161.16	c cleaning 25727 clauses out of 107799 with flag 2692619/486000
174.78/173.77	c cleaning 26989 clauses out of 114071 with flag 2882521/518000
188.28/187.27	c cleaning 27665 clauses out of 120081 with flag 3080303/551000
201.98/200.91	c cleaning 28675 clauses out of 126416 with flag 3277754/585000
216.91/215.73	c cleaning 29218 clauses out of 132742 with flag 3490733/620001
230.60/229.49	c cleaning 30801 clauses out of 139527 with flag 3698895/656005
244.89/243.75	c cleaning 31587 clauses out of 145721 with flag 3915586/693000
260.29/259.19	c cleaning 32126 clauses out of 152134 with flag 4150116/731000
276.58/275.47	c cleaning 33170 clauses out of 159009 with flag 4391057/770001
293.77/292.44	c cleaning 34151 clauses out of 165837 with flag 4637308/810000
310.96/309.64	c cleaning 34922 clauses out of 172687 with flag 4893652/851001
329.77/328.42	c cleaning 35761 clauses out of 179764 with flag 5162642/893000
348.47/347.17	c cleaning 36911 clauses out of 187006 with flag 5435251/936003
368.07/366.58	c cleaning 37776 clauses out of 194092 with flag 5716265/980000
388.38/386.89	c cleaning 38798 clauses out of 201319 with flag 6009620/1025003
409.69/407.88	c cleaning 39675 clauses out of 208519 with flag 6307228/1071001
432.89/431.00	c cleaning 40432 clauses out of 215846 with flag 6612007/1118003
456.58/454.76	c cleaning 41527 clauses out of 223413 with flag 6941345/1166002
480.79/478.68	c cleaning 42546 clauses out of 230885 with flag 7270343/1215001
504.39/502.27	c cleaning 43248 clauses out of 238340 with flag 7588674/1265002
529.34/526.97	c cleaning 44357 clauses out of 246090 with flag 7937782/1316000
555.30/552.63	c cleaning 45271 clauses out of 253733 with flag 8282078/1368000
580.40/577.71	c cleaning 46177 clauses out of 261470 with flag 8651423/1421008
607.90/605.11	c cleaning 46893 clauses out of 269286 with flag 9032684/1475002
635.29/632.48	c cleaning 48238 clauses out of 277393 with flag 9436946/1530002
662.90/660.09	c cleaning 49312 clauses out of 285156 with flag 9830195/1586003
691.41/688.43	c cleaning 50319 clauses out of 292842 with flag 10231742/1643001
721.62/718.54	c cleaning 51317 clauses out of 300522 with flag 10662728/1701000
752.51/749.38	c cleaning 52315 clauses out of 308205 with flag 11076355/1760000
784.61/781.43	c cleaning 53025 clauses out of 315891 with flag 11510169/1820001
817.08/813.87	c cleaning 53722 clauses out of 323867 with flag 11952210/1881002
851.97/848.68	c cleaning 54796 clauses out of 332143 with flag 12399061/1943000
886.24/882.84	c cleaning 55765 clauses out of 340347 with flag 12856323/2006000
921.63/918.13	c cleaning 56786 clauses out of 348581 with flag 13320049/2070000
959.54/955.98	c cleaning 57721 clauses out of 356795 with flag 13806667/2135000
997.78/994.15	c cleaning 58704 clauses out of 365074 with flag 14294547/2201000
1037.66/1033.97	c cleaning 59687 clauses out of 373370 with flag 14798980/2268000
1078.32/1074.54	c cleaning 60664 clauses out of 381683 with flag 15334439/2336000
1119.51/1115.57	c cleaning 61863 clauses out of 390016 with flag 15862836/2405000
1161.17/1157.19	c cleaning 62813 clauses out of 398153 with flag 16397408/2475000
1205.66/1201.57	c cleaning 63570 clauses out of 406340 with flag 16949913/2546000
1251.21/1246.99	c cleaning 64778 clauses out of 414770 with flag 17520842/2618000
1297.11/1292.72	c cleaning 65653 clauses out of 422993 with flag 18094163/2691001
1344.01/1339.45	c cleaning 66427 clauses out of 431339 with flag 18679883/2765000
1392.70/1388.09	c cleaning 67701 clauses out of 439915 with flag 19323567/2840003
1441.48/1436.66	c cleaning 68624 clauses out of 448211 with flag 19947976/2916000
1490.85/1485.98	c cleaning 69536 clauses out of 456587 with flag 20551400/2993000
1543.96/1538.85	c cleaning 70455 clauses out of 465051 with flag 21206000/3071000
1601.29/1596.05	c cleaning 71313 clauses out of 473596 with flag 21900845/3150000
1657.62/1652.20	c cleaning 72209 clauses out of 482283 with flag 22595000/3230000
1715.12/1709.52	c cleaning 73619 clauses out of 491074 with flag 23294276/3311000
1772.75/1766.92	c cleaning 74701 clauses out of 499458 with flag 24000265/3393004
1800.01/1794.11	c starts		: 21381
1800.01/1794.11	c conflicts		: 3438813
1800.01/1794.11	c decisions		: 90130040
1800.01/1794.11	c propagations		: 2834580203
1800.01/1794.11	c inspects		: 12280319437
1800.01/1794.11	c shortcuts		: 0
1800.01/1794.11	c learnt literals	: 61
1800.01/1794.11	c learnt binary clauses	: 165244
1800.01/1794.11	c learnt ternary clauses	: 151441
1800.01/1794.11	c learnt constraints	: 3438752
1800.01/1794.11	c ignored constraints	: 0
1800.01/1794.11	c root simplifications	: 0
1800.01/1794.11	c removed literals (reason simplification)	: 0
1800.01/1794.11	c reason swapping (by a shorter reason)	: 0
1800.01/1794.11	c Calls to reduceDB	: 78
1800.01/1794.11	c Number of update (reduction) of LBD	: 2535759
1800.01/1794.11	c Imported unit clauses	: 0
1800.01/1794.11	c number of reductions to clauses (during analyze)	: 0
1800.01/1794.11	c number of learned constraints concerned by reduction	: 0
1800.01/1794.11	c number of learning phase by resolution	: 0
1800.01/1794.11	c number of learning phase by cutting planes	: 0
1800.01/1794.11	c speed (assignments/second)	: 1580419.4128778377
1800.01/1794.11	c non guided choices	21304
1800.01/1794.11	c timeout
1800.01/1794.18	c learnt constraints type 
1800.01/1794.18	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 165244
1800.01/1794.18	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 305322
1800.01/1794.18	s UNKNOWN
1800.01/1794.18	c Total wall clock time (in seconds): 1794.062

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

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

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


[startup+0 s]
/proc/loadavg: 2.59 2.30 2.22 4/194 14220
/proc/meminfo: memFree=29491456/32872528 swapFree=16360/1798728
[pid=14220] ppid=14217 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/14220/stat : 14220 (java) D 14217 14220 5965 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 110744791 9515008 176 33554432000 1073741824 1073778376 140737386696464 140737386679192 260190323600 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/14220/statm: 2323 176 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.59 2.30 2.22 4/194 14220
/proc/meminfo: memFree=29491456/32872528 swapFree=16360/1798728
[pid=14220] ppid=14217 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14220/stat : 14220 (java) S 14217 14220 5965 0 -1 4202496 4414 0 1 0 8 2 0 0 20 0 18 0 110744791 9787879424 6036 33554432000 1073741824 1073778376 140736143512912 140736143504048 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14220/statm: 2389619 6036 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 2.59 2.30 2.22 4/194 14220
/proc/meminfo: memFree=29491456/32872528 swapFree=16360/1798728
[pid=14220] ppid=14217 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/14220/stat : 14220 (java) S 14217 14220 5965 0 -1 4202496 4988 0 1 0 26 2 0 0 20 0 18 0 110744791 9787879424 6991 33554432000 1073741824 1073778376 140736143512912 140736143504048 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14220/statm: 2389619 6991 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300227 s]
/proc/loadavg: 2.59 2.30 2.22 4/194 14220
/proc/meminfo: memFree=29491456/32872528 swapFree=16360/1798728
[pid=14220] ppid=14217 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/14220/stat : 14220 (java) S 14217 14220 5965 0 -1 4202496 7293 0 1 0 53 2 0 0 20 0 18 0 110744791 9787879424 10868 33554432000 1073741824 1073778376 140736143512912 140736143504048 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14220/statm: 2389619 10868 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.70028 s]
/proc/loadavg: 2.59 2.30 2.22 4/194 14220
/proc/meminfo: memFree=29491456/32872528 swapFree=16360/1798728
[pid=14220] ppid=14217 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/14220/stat : 14220 (java) S 14217 14220 5965 0 -1 4202496 8073 0 1 0 136 4 0 0 20 0 19 0 110744791 9856040960 30416 33554432000 1073741824 1073778376 140736143512912 140736143504048 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14220/statm: 2406260 30416 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.59 2.30 2.22 3/213 14239
/proc/meminfo: memFree=29375272/32872528 swapFree=16360/1798728
[pid=14220] ppid=14217 vsize=9625040 CPUtime=2.33 cores=0,2,4,6
/proc/14220/stat : 14220 (java) S 14217 14220 5965 0 -1 4202496 9784 0 1 0 229 4 0 0 20 0 19 0 110744791 9856040960 30932 33554432000 1073741824 1073778376 140736143512912 140736143504048 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14220/statm: 2406260 30932 2267 9 0 2396937 0
[pid=14220/tid=14222] ppid=14217 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/14220/task/14222/stat : 14222 (java) R 14217 14220 5965 0 -1 4202560 2454 0 1 0 143 3 0 0 20 0 19 0 110744793 9856040960 30932 33554432000 1073741824 1073778376 140736143512912 140104979730904 140104803521660 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14220/tid=14223] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14223/stat : 14223 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 30932 33554432000 1073741824 1073778376 140736143512912 140104941222440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14224] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14224/stat : 14224 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 30932 33554432000 1073741824 1073778376 140736143512912 140104940169640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14225] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14225/stat : 14225 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 30932 33554432000 1073741824 1073778376 140736143512912 140104939116840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14220/tid=14226] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14226/stat : 14226 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 30932 33554432000 1073741824 1073778376 140736143512912 140104938064040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14227] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14227/stat : 14227 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 30932 33554432000 1073741824 1073778376 140736143512912 140104937012264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14220/tid=14228] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14228/stat : 14228 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 30932 33554432000 1073741824 1073778376 140736143512912 140104935959464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14229] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14229/stat : 14229 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 30932 33554432000 1073741824 1073778376 140736143512912 140104934906664 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14220/tid=14230] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14230/stat : 14230 (java) S 14217 14220 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 30932 33554432000 1073741824 1073778376 140736143512912 140104933853864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14231] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14231/stat : 14231 (java) S 14217 14220 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110744795 9856040960 30932 33554432000 1073741824 1073778376 140736143512912 140104921442792 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14232] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14232/stat : 14232 (java) S 14217 14220 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110744795 9856040960 30932 33554432000 1073741824 1073778376 140736143512912 140104802755832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14233] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14233/stat : 14233 (java) S 14217 14220 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110744795 9856040960 30932 33554432000 1073741824 1073778376 140736143512912 140104801702920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14234] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14234/stat : 14234 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744798 9856040960 30932 33554432000 1073741824 1073778376 140736143512912 140104800651408 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14235] ppid=14217 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/14220/task/14235/stat : 14235 (java) S 14217 14220 5965 0 -1 4202560 3515 0 0 0 46 0 0 0 20 0 19 0 110744798 9856040960 30932 33554432000 1073741824 1073778376 140736143512912 140104799599544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14236] ppid=14217 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/14220/task/14236/stat : 14236 (java) S 14217 14220 5965 0 -1 4202560 2537 0 0 0 35 0 0 0 20 0 19 0 110744798 9856040960 30932 33554432000 1073741824 1073778376 140736143512912 140104798546744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14237] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14237/stat : 14237 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744798 9856040960 30932 33554432000 1073741824 1073778376 140736143512912 140104797494136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14238] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14238/stat : 14238 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744798 9856040960 30932 33554432000 1073741824 1073778376 140736143512912 140104796441544 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14220/tid=14239] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14239/stat : 14239 (java) S 14217 14220 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110744847 9856040960 30932 33554432000 1073741824 1073778376 140736143512912 140104795387048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.59 2.30 2.22 4/213 14239
/proc/meminfo: memFree=29372984/32872528 swapFree=16360/1798728
[pid=14220] ppid=14217 vsize=9625040 CPUtime=3.99 cores=0,2,4,6
/proc/14220/stat : 14220 (java) S 14217 14220 5965 0 -1 4202496 9985 0 1 0 395 4 0 0 20 0 19 0 110744791 9856040960 31961 33554432000 1073741824 1073778376 140736143512912 140736143504048 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14220/statm: 2406260 31961 2271 9 0 2396937 0
[pid=14220/tid=14222] ppid=14217 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/14220/task/14222/stat : 14222 (java) R 14217 14220 5965 0 -1 4202560 2458 0 1 0 303 3 0 0 20 0 19 0 110744793 9856040960 31961 33554432000 1073741824 1073778376 140736143512912 140104979730800 140104803471296 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14220/tid=14223] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14223/stat : 14223 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 31961 33554432000 1073741824 1073778376 140736143512912 140104941222440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14224] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14224/stat : 14224 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 31961 33554432000 1073741824 1073778376 140736143512912 140104940169640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14225] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14225/stat : 14225 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 31961 33554432000 1073741824 1073778376 140736143512912 140104939116840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14220/tid=14226] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14226/stat : 14226 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 31961 33554432000 1073741824 1073778376 140736143512912 140104938064040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14227] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14227/stat : 14227 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 31961 33554432000 1073741824 1073778376 140736143512912 140104937012264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14220/tid=14228] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14228/stat : 14228 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 31961 33554432000 1073741824 1073778376 140736143512912 140104935959464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14229] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14229/stat : 14229 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 31961 33554432000 1073741824 1073778376 140736143512912 140104934906664 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14220/tid=14230] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14230/stat : 14230 (java) S 14217 14220 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 31961 33554432000 1073741824 1073778376 140736143512912 140104933853864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14231] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14231/stat : 14231 (java) S 14217 14220 5965 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110744795 9856040960 31961 33554432000 1073741824 1073778376 140736143512912 140104921442792 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14220/tid=14232] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14232/stat : 14232 (java) S 14217 14220 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110744795 9856040960 31961 33554432000 1073741824 1073778376 140736143512912 140104802755832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14233] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14233/stat : 14233 (java) S 14217 14220 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110744795 9856040960 31961 33554432000 1073741824 1073778376 140736143512912 140104801702920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14234] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14234/stat : 14234 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744798 9856040960 31961 33554432000 1073741824 1073778376 140736143512912 140104800651408 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14235] ppid=14217 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/14220/task/14235/stat : 14235 (java) S 14217 14220 5965 0 -1 4202560 3711 0 0 0 51 0 0 0 20 0 19 0 110744798 9856040960 31961 33554432000 1073741824 1073778376 140736143512912 140104799599544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14236] ppid=14217 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/14220/task/14236/stat : 14236 (java) S 14217 14220 5965 0 -1 4202560 2537 0 0 0 36 0 0 0 20 0 19 0 110744798 9856040960 31961 33554432000 1073741824 1073778376 140736143512912 140104798546744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14237] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14237/stat : 14237 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744798 9856040960 31961 33554432000 1073741824 1073778376 140736143512912 140104797494136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14238] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14238/stat : 14238 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744798 9856040960 31961 33554432000 1073741824 1073778376 140736143512912 140104796441544 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14220/tid=14239] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14239/stat : 14239 (java) S 14217 14220 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110744847 9856040960 31961 33554432000 1073741824 1073778376 140736143512912 140104795387048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.54 2.30 2.22 4/213 14239
/proc/meminfo: memFree=29366492/32872528 swapFree=16360/1798728
[pid=14220] ppid=14217 vsize=9625040 CPUtime=7.22 cores=0,2,4,6
/proc/14220/stat : 14220 (java) S 14217 14220 5965 0 -1 4202496 9989 0 1 0 718 4 0 0 20 0 19 0 110744791 9856040960 33465 33554432000 1073741824 1073778376 140736143512912 140736143504048 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14220/statm: 2406260 33465 2271 9 0 2396937 0
[pid=14220/tid=14222] ppid=14217 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/14220/task/14222/stat : 14222 (java) R 14217 14220 5965 0 -1 4202560 2462 0 1 0 622 3 0 0 20 0 19 0 110744793 9856040960 33465 33554432000 1073741824 1073778376 140736143512912 140104979730936 140104803494705 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14220/tid=14223] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14223/stat : 14223 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 33465 33554432000 1073741824 1073778376 140736143512912 140104941222440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14224] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14224/stat : 14224 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 33465 33554432000 1073741824 1073778376 140736143512912 140104940169640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14225] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14225/stat : 14225 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 33465 33554432000 1073741824 1073778376 140736143512912 140104939116840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14220/tid=14226] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14226/stat : 14226 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 33465 33554432000 1073741824 1073778376 140736143512912 140104938064040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14227] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14227/stat : 14227 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 33465 33554432000 1073741824 1073778376 140736143512912 140104937012264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14220/tid=14228] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14228/stat : 14228 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 33465 33554432000 1073741824 1073778376 140736143512912 140104935959464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14229] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14229/stat : 14229 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 33465 33554432000 1073741824 1073778376 140736143512912 140104934906664 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14220/tid=14230] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14230/stat : 14230 (java) S 14217 14220 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110744794 9856040960 33465 33554432000 1073741824 1073778376 140736143512912 140104933853864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14231] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14231/stat : 14231 (java) S 14217 14220 5965 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110744795 9856040960 33465 33554432000 1073741824 1073778376 140736143512912 140104921442792 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14220/tid=14232] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14232/stat : 14232 (java) S 14217 14220 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110744795 9856040960 33465 33554432000 1073741824 1073778376 140736143512912 140104802755832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14233] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14233/stat : 14233 (java) S 14217 14220 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110744795 9856040960 33465 33554432000 1073741824 1073778376 140736143512912 140104801702920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14234] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14234/stat : 14234 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744798 9856040960 33465 33554432000 1073741824 1073778376 140736143512912 140104800651408 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14235] ppid=14217 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/14220/task/14235/stat : 14235 (java) S 14217 14220 5965 0 -1 4202560 3711 0 0 0 53 0 0 0 20 0 19 0 110744798 9856040960 33465 33554432000 1073741824 1073778376 140736143512912 140104799599544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14236] ppid=14217 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/14220/task/14236/stat : 14236 (java) S 14217 14220 5965 0 -1 4202560 2537 0 0 0 38 0 0 0 20 0 19 0 110744798 9856040960 33465 33554432000 1073741824 1073778376 140736143512912 140104798546744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14237] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14237/stat : 14237 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744798 9856040960 33465 33554432000 1073741824 1073778376 140736143512912 140104797494136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14238] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14238/stat : 14238 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744798 9856040960 33465 33554432000 1073741824 1073778376 140736143512912 140104796441544 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14220/tid=14239] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14239/stat : 14239 (java) S 14217 14220 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110744847 9856040960 33465 33554432000 1073741824 1073778376 140736143512912 140104795387048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 9625040


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

/proc/14220/task/14239/stat : 14239 (java) S 14217 14220 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110744847 9856040960 103296 33554432000 1073741824 1073778376 140736143512912 140104795387048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1727.98
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.35 2.27 2.20 3/213 14348
/proc/meminfo: memFree=29241288/32872528 swapFree=16360/1798728
[pid=14220] ppid=14217 vsize=9625040 CPUtime=1788.15 cores=0,2,4,6
/proc/14220/stat : 14220 (java) S 14217 14220 5965 0 -1 4202496 20792 0 1 0 178704 111 0 0 20 0 19 0 110744791 9856040960 101148 33554432000 1073741824 1073778376 140736143512912 140736143504048 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14220/statm: 2406260 101148 2293 9 0 2396937 0
[pid=14220/tid=14222] ppid=14217 vsize=9625040 CPUtime=1774.06 cores=0,2,4,6
/proc/14220/task/14222/stat : 14222 (java) R 14217 14220 5965 0 -1 4202560 2524 0 1 0 177374 32 0 0 20 0 19 0 110744793 9856040960 101148 33554432000 1073741824 1073778376 140736143512912 140104979722016 140104803529642 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14220/tid=14223] ppid=14217 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/14220/task/14223/stat : 14223 (java) S 14217 14220 5965 0 -1 4202560 882 0 0 0 70 10 0 0 20 0 19 0 110744794 9856040960 101148 33554432000 1073741824 1073778376 140736143512912 140104941222440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14220/tid=14224] ppid=14217 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/14220/task/14224/stat : 14224 (java) S 14217 14220 5965 0 -1 4202560 1236 0 0 0 73 11 0 0 20 0 19 0 110744794 9856040960 101148 33554432000 1073741824 1073778376 140736143512912 140104940169640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14220/tid=14225] ppid=14217 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/14220/task/14225/stat : 14225 (java) S 14217 14220 5965 0 -1 4202560 1560 0 0 0 78 17 0 0 20 0 19 0 110744794 9856040960 101148 33554432000 1073741824 1073778376 140736143512912 140104939116840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14220/tid=14226] ppid=14217 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/14220/task/14226/stat : 14226 (java) S 14217 14220 5965 0 -1 4202560 1215 0 0 0 67 8 0 0 20 0 19 0 110744794 9856040960 101148 33554432000 1073741824 1073778376 140736143512912 140104938064040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14220/tid=14227] ppid=14217 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/14220/task/14227/stat : 14227 (java) S 14217 14220 5965 0 -1 4202560 767 0 0 0 69 8 0 0 20 0 19 0 110744794 9856040960 101148 33554432000 1073741824 1073778376 140736143512912 140104937012264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14228] ppid=14217 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/14220/task/14228/stat : 14228 (java) S 14217 14220 5965 0 -1 4202560 1681 0 0 0 79 7 0 0 20 0 19 0 110744794 9856040960 101148 33554432000 1073741824 1073778376 140736143512912 140104935959464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14220/tid=14229] ppid=14217 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/14220/task/14229/stat : 14229 (java) S 14217 14220 5965 0 -1 4202560 1340 0 0 0 80 10 0 0 20 0 19 0 110744794 9856040960 101148 33554432000 1073741824 1073778376 140736143512912 140104934906664 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14230] ppid=14217 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/14220/task/14230/stat : 14230 (java) S 14217 14220 5965 0 -1 4202560 1270 0 0 0 68 11 0 0 20 0 19 0 110744794 9856040960 101148 33554432000 1073741824 1073778376 140736143512912 140104933853864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14231] ppid=14217 vsize=9625040 CPUtime=1.52 cores=0,2,4,6
/proc/14220/task/14231/stat : 14231 (java) S 14217 14220 5965 0 -1 4202560 308 0 0 0 149 3 0 0 20 0 19 0 110744795 9856040960 101148 33554432000 1073741824 1073778376 140736143512912 140104921442792 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14220/tid=14232] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14232/stat : 14232 (java) S 14217 14220 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110744795 9856040960 101148 33554432000 1073741824 1073778376 140736143512912 140104802755832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14233] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14233/stat : 14233 (java) S 14217 14220 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110744795 9856040960 101148 33554432000 1073741824 1073778376 140736143512912 140104801702920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14234] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14234/stat : 14234 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744798 9856040960 101148 33554432000 1073741824 1073778376 140736143512912 140104800651408 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14235] ppid=14217 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/14220/task/14235/stat : 14235 (java) S 14217 14220 5965 0 -1 4202560 4104 0 0 0 57 0 0 0 20 0 19 0 110744798 9856040960 101148 33554432000 1073741824 1073778376 140736143512912 140104799599544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14236] ppid=14217 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/14220/task/14236/stat : 14236 (java) S 14217 14220 5965 0 -1 4202560 2538 0 0 0 40 0 0 0 20 0 19 0 110744798 9856040960 101148 33554432000 1073741824 1073778376 140736143512912 140104798546744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14237] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14237/stat : 14237 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744798 9856040960 101148 33554432000 1073741824 1073778376 140736143512912 140104797494136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14238] ppid=14217 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/14220/task/14238/stat : 14238 (java) S 14217 14220 5965 0 -1 4202560 103 0 0 0 33 31 0 0 20 0 19 0 110744798 9856040960 101148 33554432000 1073741824 1073778376 140736143512912 140104796441544 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14220/tid=14239] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14239/stat : 14239 (java) S 14217 14220 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110744847 9856040960 101148 33554432000 1073741824 1073778376 140736143512912 140104795387048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1788.15
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.1 s]
/proc/loadavg: 2.27 2.26 2.20 3/213 14348
/proc/meminfo: memFree=29245348/32872528 swapFree=16360/1798728
[pid=14220] ppid=14217 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/14220/stat : 14220 (java) S 14217 14220 5965 0 -1 4202496 20795 0 1 0 179890 111 0 0 20 0 19 0 110744791 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140736143504048 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14220/statm: 2406260 100250 2293 9 0 2396937 0
[pid=14220/tid=14222] ppid=14217 vsize=9625040 CPUtime=1785.82 cores=0,2,4,6
/proc/14220/task/14222/stat : 14222 (java) R 14217 14220 5965 0 -1 4202560 2525 0 1 0 178549 33 0 0 20 0 19 0 110744793 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104979729744 140104803530284 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14220/tid=14223] ppid=14217 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/14220/task/14223/stat : 14223 (java) S 14217 14220 5965 0 -1 4202560 882 0 0 0 72 10 0 0 20 0 19 0 110744794 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104941222440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14220/tid=14224] ppid=14217 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/14220/task/14224/stat : 14224 (java) S 14217 14220 5965 0 -1 4202560 1236 0 0 0 75 11 0 0 20 0 19 0 110744794 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104940169640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14220/tid=14225] ppid=14217 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/14220/task/14225/stat : 14225 (java) S 14217 14220 5965 0 -1 4202560 1560 0 0 0 78 17 0 0 20 0 19 0 110744794 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104939116840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14220/tid=14226] ppid=14217 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/14220/task/14226/stat : 14226 (java) S 14217 14220 5965 0 -1 4202560 1215 0 0 0 67 8 0 0 20 0 19 0 110744794 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104938064040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14220/tid=14227] ppid=14217 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/14220/task/14227/stat : 14227 (java) S 14217 14220 5965 0 -1 4202560 767 0 0 0 69 8 0 0 20 0 19 0 110744794 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104937012264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14228] ppid=14217 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/14220/task/14228/stat : 14228 (java) S 14217 14220 5965 0 -1 4202560 1681 0 0 0 80 7 0 0 20 0 19 0 110744794 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104935959464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14229] ppid=14217 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/14220/task/14229/stat : 14229 (java) S 14217 14220 5965 0 -1 4202560 1340 0 0 0 80 10 0 0 20 0 19 0 110744794 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104934906664 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14230] ppid=14217 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/14220/task/14230/stat : 14230 (java) S 14217 14220 5965 0 -1 4202560 1270 0 0 0 70 11 0 0 20 0 19 0 110744794 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104933853864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14231] ppid=14217 vsize=9625040 CPUtime=1.52 cores=0,2,4,6
/proc/14220/task/14231/stat : 14231 (java) S 14217 14220 5965 0 -1 4202560 308 0 0 0 149 3 0 0 20 0 19 0 110744795 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104921442792 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14220/tid=14232] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14232/stat : 14232 (java) S 14217 14220 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110744795 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104802755832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14233] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14233/stat : 14233 (java) S 14217 14220 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110744795 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104801702920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14234] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14234/stat : 14234 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744798 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104800651408 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14235] ppid=14217 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/14220/task/14235/stat : 14235 (java) S 14217 14220 5965 0 -1 4202560 4104 0 0 0 57 0 0 0 20 0 19 0 110744798 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104799599544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14236] ppid=14217 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/14220/task/14236/stat : 14236 (java) S 14217 14220 5965 0 -1 4202560 2538 0 0 0 40 0 0 0 20 0 19 0 110744798 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104798546744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14237] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14237/stat : 14237 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744798 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104797494136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14238] ppid=14217 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/14220/task/14238/stat : 14238 (java) S 14217 14220 5965 0 -1 4202560 105 0 0 0 34 31 0 0 20 0 19 0 110744798 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104796441544 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14220/tid=14239] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14239/stat : 14239 (java) S 14217 14220 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110744847 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104795387048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 14220 sig 9
??? kill -14220 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.1 s]
/proc/loadavg: 2.27 2.26 2.20 3/213 14348
/proc/meminfo: memFree=29245348/32872528 swapFree=16360/1798728
[pid=14220] ppid=14217 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/14220/stat : 14220 (java) S 14217 14220 5965 0 -1 4202496 20795 0 1 0 179890 111 0 0 20 0 19 0 110744791 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140736143504048 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14220/statm: 2406260 100250 2293 9 0 2396937 0
[pid=14220/tid=14222] ppid=14217 vsize=9625040 CPUtime=1785.82 cores=0,2,4,6
/proc/14220/task/14222/stat : 14222 (java) R 14217 14220 5965 0 -1 4202560 2525 0 1 0 178549 33 0 0 20 0 19 0 110744793 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104979729744 140104803530284 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14220/tid=14223] ppid=14217 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/14220/task/14223/stat : 14223 (java) S 14217 14220 5965 0 -1 4202560 882 0 0 0 72 10 0 0 20 0 19 0 110744794 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104941222440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14220/tid=14224] ppid=14217 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/14220/task/14224/stat : 14224 (java) S 14217 14220 5965 0 -1 4202560 1236 0 0 0 75 11 0 0 20 0 19 0 110744794 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104940169640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14220/tid=14225] ppid=14217 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/14220/task/14225/stat : 14225 (java) S 14217 14220 5965 0 -1 4202560 1560 0 0 0 78 17 0 0 20 0 19 0 110744794 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104939116840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14220/tid=14226] ppid=14217 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/14220/task/14226/stat : 14226 (java) S 14217 14220 5965 0 -1 4202560 1215 0 0 0 67 8 0 0 20 0 19 0 110744794 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104938064040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14220/tid=14227] ppid=14217 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/14220/task/14227/stat : 14227 (java) S 14217 14220 5965 0 -1 4202560 767 0 0 0 69 8 0 0 20 0 19 0 110744794 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104937012264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14228] ppid=14217 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/14220/task/14228/stat : 14228 (java) S 14217 14220 5965 0 -1 4202560 1681 0 0 0 80 7 0 0 20 0 19 0 110744794 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104935959464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14229] ppid=14217 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/14220/task/14229/stat : 14229 (java) S 14217 14220 5965 0 -1 4202560 1340 0 0 0 80 10 0 0 20 0 19 0 110744794 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104934906664 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14230] ppid=14217 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/14220/task/14230/stat : 14230 (java) S 14217 14220 5965 0 -1 4202560 1270 0 0 0 70 11 0 0 20 0 19 0 110744794 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104933853864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14231] ppid=14217 vsize=9625040 CPUtime=1.52 cores=0,2,4,6
/proc/14220/task/14231/stat : 14231 (java) S 14217 14220 5965 0 -1 4202560 308 0 0 0 149 3 0 0 20 0 19 0 110744795 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104921442792 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14220/tid=14232] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14232/stat : 14232 (java) S 14217 14220 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110744795 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104802755832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14233] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14233/stat : 14233 (java) S 14217 14220 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110744795 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104801702920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14234] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14234/stat : 14234 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744798 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104800651408 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14220/tid=14235] ppid=14217 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/14220/task/14235/stat : 14235 (java) S 14217 14220 5965 0 -1 4202560 4104 0 0 0 57 0 0 0 20 0 19 0 110744798 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104799599544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14236] ppid=14217 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/14220/task/14236/stat : 14236 (java) S 14217 14220 5965 0 -1 4202560 2538 0 0 0 40 0 0 0 20 0 19 0 110744798 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104798546744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14237] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14237/stat : 14237 (java) S 14217 14220 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110744798 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104797494136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14220/tid=14238] ppid=14217 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/14220/task/14238/stat : 14238 (java) S 14217 14220 5965 0 -1 4202560 105 0 0 0 34 31 0 0 20 0 19 0 110744798 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104796441544 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14220/tid=14239] ppid=14217 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14220/task/14239/stat : 14239 (java) S 14217 14220 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110744847 9856040960 100250 33554432000 1073741824 1073778376 140736143512912 140104795387048 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1794.19
CPU time (s): 1800.01
CPU user time (s): 1798.9
CPU system time (s): 1.11
CPU usage (%): 100.325
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.43
system time used= 1.63375
maximum resident set size= 858760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20925
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39520
involuntary context switches= 19259

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8733 second user time and 12.943 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-07 10:28:36
IDJOB=4084606
IDBENCH=90196
IDSOLVER=2546
FILE ID=node123/4084606-1465288116
RUNJOBID= node123-1465255130-5981
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_K140.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084606-1465288116/watcher-4084606-1465288116 -o /tmp/evaluation-result-4084606-1465288116/solver-4084606-1465288116 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5981 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084606-1465288116.opb

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

MD5SUM BENCH= 59945e7fb6f70b0a7aeb9a0267c89f72
RANDOM SEED=804779913

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:        29491652 kB
Buffers:          116716 kB
Cached:           146540 kB
SwapCached:         1808 kB
Active:           652972 kB
Inactive:         193140 kB
Active(anon):     583372 kB
Inactive(anon):     2104 kB
Active(file):      69600 kB
Inactive(file):   191036 kB
Unevictable:     1798728 kB
Mlocked:           16360 kB
SwapTotal:      67108856 kB
SwapFree:       67098808 kB
Dirty:              2060 kB
Writeback:             4 kB
AnonPages:       2381260 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             600324 kB
SReclaimable:      44144 kB
SUnreclaim:       556180 kB
KernelStack:        1608 kB
PageTables:         9472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2522712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2353152 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= 71728 MiB
End job on node123 at 2016-06-07 10:58:31