Trace number 4084612

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 1794.59

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K160.opb
MD5SUM4be3ef5c0a6baf670611a9fd5e5deae8
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 variables19040
Total number of constraints19362
Number of constraints which are clauses19202
Number of constraints which are cardinality constraints (but not clauses)160
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint160
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 161
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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-4084612-1465287514.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.92/0.56	c ... done. Wall clock time 0.45s.
0.92/0.56	c declared #vars     19040
0.92/0.56	c #constraints  19362
0.92/0.56	c constraints type 
0.92/0.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17133
0.92/0.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
0.92/0.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.92/0.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2067
0.92/0.56	c 19362 constraints processed.
3.31/2.59	c cleaning 2479 clauses out of 4994 with flag 22249/5000
5.80/4.94	c cleaning 4239 clauses out of 8507 with flag 54657/11002
8.40/7.53	c cleaning 5578 clauses out of 11265 with flag 94165/18002
11.11/10.25	c cleaning 6810 clauses out of 13680 with flag 138428/26000
14.56/13.63	c cleaning 7912 clauses out of 15869 with flag 189439/35001
18.16/17.21	c cleaning 8427 clauses out of 17954 with flag 240126/45001
22.06/21.16	c cleaning 8801 clauses out of 20525 with flag 296707/56000
26.06/25.10	c cleaning 9936 clauses out of 23722 with flag 359762/68000
30.56/29.64	c cleaning 10727 clauses out of 26785 with flag 430300/81000
35.76/34.84	c cleaning 11457 clauses out of 30057 with flag 502443/95002
41.06/40.17	c cleaning 12481 clauses out of 33597 with flag 578358/110000
47.27/46.31	c cleaning 13142 clauses out of 37116 with flag 666235/126000
53.26/52.39	c cleaning 13905 clauses out of 40971 with flag 753236/143000
60.06/59.16	c cleaning 14811 clauses out of 45068 with flag 851969/161002
67.26/66.34	c cleaning 15659 clauses out of 49252 with flag 950348/180000
75.16/74.29	c cleaning 16433 clauses out of 53590 with flag 1054530/200000
83.74/82.79	c cleaning 17130 clauses out of 58156 with flag 1169094/221000
92.05/91.05	c cleaning 18064 clauses out of 63025 with flag 1283180/243000
100.75/99.71	c cleaning 19055 clauses out of 67959 with flag 1407534/266002
110.55/109.54	c cleaning 19735 clauses out of 72904 with flag 1537261/290002
120.25/119.22	c cleaning 20610 clauses out of 78170 with flag 1674007/315004
130.56/129.59	c cleaning 21505 clauses out of 83557 with flag 1818617/341001
141.26/140.25	c cleaning 22262 clauses out of 89051 with flag 1965897/368000
153.42/152.22	c cleaning 23136 clauses out of 94788 with flag 2117112/396000
165.52/164.37	c cleaning 24015 clauses out of 100652 with flag 2281298/425001
178.22/177.10	c cleaning 24931 clauses out of 106637 with flag 2453240/455001
190.92/189.74	c cleaning 25854 clauses out of 112704 with flag 2622236/486000
204.62/203.50	c cleaning 26394 clauses out of 118850 with flag 2798296/518000
219.03/217.85	c cleaning 27627 clauses out of 125456 with flag 2984640/551000
233.94/232.50	c cleaning 28398 clauses out of 131827 with flag 3176937/585000
249.64/248.21	c cleaning 29324 clauses out of 138431 with flag 3384151/620002
266.34/264.94	c cleaning 30063 clauses out of 145105 with flag 3597242/656000
283.64/282.21	c cleaning 30817 clauses out of 152043 with flag 3806610/693001
302.04/300.64	c cleaning 31701 clauses out of 159225 with flag 4029877/731000
320.65/319.04	c cleaning 32873 clauses out of 166528 with flag 4256626/770005
339.65/338.01	c cleaning 33799 clauses out of 173650 with flag 4490126/810000
359.45/357.83	c cleaning 34623 clauses out of 180851 with flag 4729742/851000
379.98/378.26	c cleaning 35060 clauses out of 188228 with flag 4984152/893000
400.38/398.64	c cleaning 36782 clauses out of 196168 with flag 5246450/936001
422.10/420.34	c cleaning 37120 clauses out of 203386 with flag 5518028/980001
445.69/444.00	c cleaning 37785 clauses out of 211264 with flag 5795089/1025000
469.38/467.33	c cleaning 39361 clauses out of 219481 with flag 6069786/1071002
493.48/491.48	c cleaning 39837 clauses out of 227118 with flag 6359111/1118000
518.39/516.34	c cleaning 40943 clauses out of 235281 with flag 6665930/1166000
545.64/543.20	c cleaning 41765 clauses out of 243338 with flag 6979694/1215000
573.34/570.94	c cleaning 42697 clauses out of 251575 with flag 7296908/1265002
603.41/600.83	c cleaning 43471 clauses out of 259875 with flag 7623748/1316000
634.53/631.76	c cleaning 44675 clauses out of 268404 with flag 7965976/1368000
666.63/663.80	c cleaning 44908 clauses out of 276728 with flag 8313422/1421001
697.69/694.86	c cleaning 46686 clauses out of 285819 with flag 8662201/1475000
729.76/726.82	c cleaning 47153 clauses out of 294133 with flag 9013848/1530000
764.40/761.36	c cleaning 48355 clauses out of 302980 with flag 9385090/1586001
798.89/795.86	c cleaning 49533 clauses out of 311624 with flag 9762435/1643001
835.18/832.07	c cleaning 50065 clauses out of 320092 with flag 10147186/1701003
872.19/869.00	c cleaning 50814 clauses out of 329027 with flag 10531682/1760003
910.47/907.17	c cleaning 51902 clauses out of 338210 with flag 10946752/1820000
949.16/945.77	c cleaning 52843 clauses out of 347312 with flag 11356850/1881004
989.44/985.98	c cleaning 53627 clauses out of 356465 with flag 11773116/1943000
1029.55/1025.98	c cleaning 54808 clauses out of 365838 with flag 12198135/2006000
1069.66/1066.08	c cleaning 55410 clauses out of 375031 with flag 12638143/2070001
1110.99/1107.20	c cleaning 56900 clauses out of 384620 with flag 13088570/2135000
1154.62/1150.72	c cleaning 57837 clauses out of 393721 with flag 13553390/2201001
1198.51/1194.56	c cleaning 58761 clauses out of 402884 with flag 14027298/2268002
1242.91/1238.86	c cleaning 59907 clauses out of 412122 with flag 14509290/2336001
1291.45/1287.39	c cleaning 60461 clauses out of 421217 with flag 15016230/2405003
1339.15/1334.96	c cleaning 61713 clauses out of 430753 with flag 15506678/2475001
1389.04/1384.64	c cleaning 63059 clauses out of 440039 with flag 16006683/2546000
1439.45/1434.99	c cleaning 63557 clauses out of 448980 with flag 16519846/2618000
1490.51/1485.89	c cleaning 64551 clauses out of 458423 with flag 17040071/2691000
1545.00/1540.24	c cleaning 65483 clauses out of 467872 with flag 17599005/2765000
1598.71/1593.72	c cleaning 66612 clauses out of 477388 with flag 18140027/2840000
1653.78/1648.77	c cleaning 67324 clauses out of 486777 with flag 18705387/2916001
1706.76/1701.59	c cleaning 68540 clauses out of 496452 with flag 19259543/2993001
1762.06/1756.76	c cleaning 69108 clauses out of 505911 with flag 19827758/3071000
1800.00/1794.51	c starts		: 17986
1800.00/1794.51	c conflicts		: 3127310
1800.00/1794.51	c decisions		: 104126408
1800.00/1794.51	c propagations		: 2868153972
1800.00/1794.51	c inspects		: 10906777326
1800.00/1794.51	c shortcuts		: 0
1800.00/1794.51	c learnt literals	: 71
1800.00/1794.51	c learnt binary clauses	: 185702
1800.00/1794.51	c learnt ternary clauses	: 161213
1800.00/1794.51	c learnt constraints	: 3127239
1800.00/1794.51	c ignored constraints	: 0
1800.00/1794.51	c root simplifications	: 0
1800.00/1794.51	c removed literals (reason simplification)	: 0
1800.00/1794.51	c reason swapping (by a shorter reason)	: 0
1800.00/1794.51	c Calls to reduceDB	: 74
1800.00/1794.51	c Number of update (reduction) of LBD	: 2146813
1800.00/1794.51	c Imported unit clauses	: 0
1800.00/1794.51	c number of reductions to clauses (during analyze)	: 0
1800.00/1794.51	c number of learned constraints concerned by reduction	: 0
1800.00/1794.51	c number of learning phase by resolution	: 0
1800.00/1794.51	c number of learning phase by cutting planes	: 0
1800.00/1794.51	c speed (assignments/second)	: 1598814.8735315022
1800.00/1794.51	c non guided choices	40183
1800.00/1794.51	c timeout
1800.00/1794.58	c learnt constraints type 
1800.00/1794.58	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 185702
1800.00/1794.58	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 307411
1800.00/1794.58	s UNKNOWN
1800.00/1794.58	c Total wall clock time (in seconds): 1794.466

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

pid=12303
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.23 2.24 2.20 4/194 12306
/proc/meminfo: memFree=29395792/32872528 swapFree=16080/1655368
[pid=12306] ppid=12303 vsize=9324 CPUtime=0 cores=0,2,4,6
/proc/12306/stat : 12306 (java) R 12303 12306 11074 0 -1 4202496 529 0 0 0 0 0 0 0 20 0 1 0 110684985 9547776 183 33554432000 1073741824 1073778376 140734129295648 140734129278376 217410183648 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12306/statm: 2323 183 140 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.23 2.24 2.20 4/194 12306
/proc/meminfo: memFree=29395792/32872528 swapFree=16080/1655368
[pid=12306] ppid=12303 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/12306/stat : 12306 (java) S 12303 12306 11074 0 -1 4202496 4448 0 1 0 8 1 0 0 20 0 18 0 110684985 9787879424 5578 33554432000 1073741824 1073778376 140734129295648 140734129286784 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12306/statm: 2389619 5578 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200212 s]
/proc/loadavg: 2.23 2.24 2.20 4/194 12306
/proc/meminfo: memFree=29395792/32872528 swapFree=16080/1655368
[pid=12306] ppid=12303 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/12306/stat : 12306 (java) S 12303 12306 11074 0 -1 4202496 5284 0 1 0 27 1 0 0 20 0 18 0 110684985 9787879424 6654 33554432000 1073741824 1073778376 140734129295648 140734129286784 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12306/statm: 2389619 6654 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300218 s]
/proc/loadavg: 2.23 2.24 2.20 4/194 12306
/proc/meminfo: memFree=29395792/32872528 swapFree=16080/1655368
[pid=12306] ppid=12303 vsize=9558476 CPUtime=0.56 cores=0,2,4,6
/proc/12306/stat : 12306 (java) S 12303 12306 11074 0 -1 4202496 7457 0 1 0 54 2 0 0 20 0 18 0 110684985 9787879424 10995 33554432000 1073741824 1073778376 140734129295648 140734129286784 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12306/statm: 2389619 10995 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700165 s]
/proc/loadavg: 2.23 2.24 2.20 4/194 12306
/proc/meminfo: memFree=29395792/32872528 swapFree=16080/1655368
[pid=12306] ppid=12303 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/12306/stat : 12306 (java) S 12303 12306 11074 0 -1 4202496 8463 0 1 0 133 3 0 0 20 0 19 0 110684985 9856040960 34176 33554432000 1073741824 1073778376 140734129295648 140734129286784 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12306/statm: 2406260 34176 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.23 2.24 2.20 4/213 12325
/proc/meminfo: memFree=29266484/32872528 swapFree=16080/1655368
[pid=12306] ppid=12303 vsize=9625040 CPUtime=2.27 cores=0,2,4,6
/proc/12306/stat : 12306 (java) S 12303 12306 11074 0 -1 4202496 9401 0 1 0 224 3 0 0 20 0 19 0 110684985 9856040960 34263 33554432000 1073741824 1073778376 140734129295648 140734129286784 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12306/statm: 2406260 34263 2264 9 0 2396937 0
[pid=12306/tid=12308] ppid=12303 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/12306/task/12308/stat : 12308 (java) R 12303 12306 11074 0 -1 4202560 2519 0 1 0 144 2 0 0 20 0 19 0 110684986 9856040960 34263 33554432000 1073741824 1073778376 140734129295648 140071299821928 140071173047041 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12306/tid=12309] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12309/stat : 12309 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 34263 33554432000 1073741824 1073778376 140734129295648 140071143824168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12310] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12310/stat : 12310 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 34263 33554432000 1073741824 1073778376 140734129295648 140071142771368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12306/tid=12311] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12311/stat : 12311 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 34263 33554432000 1073741824 1073778376 140734129295648 140071141719080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12306/tid=12312] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12312/stat : 12312 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 34263 33554432000 1073741824 1073778376 140734129295648 140071140666280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12306/tid=12313] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12313/stat : 12313 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 34263 33554432000 1073741824 1073778376 140734129295648 140071139612968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12314] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12314/stat : 12314 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 34263 33554432000 1073741824 1073778376 140734129295648 140071138560168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12306/tid=12315] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12315/stat : 12315 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 34263 33554432000 1073741824 1073778376 140734129295648 140071137507880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12306/tid=12316] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12316/stat : 12316 (java) S 12303 12306 11074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 34263 33554432000 1073741824 1073778376 140734129295648 140071136455080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12317] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12317/stat : 12317 (java) S 12303 12306 11074 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110684988 9856040960 34263 33554432000 1073741824 1073778376 140734129295648 140071124044520 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12318] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12318/stat : 12318 (java) S 12303 12306 11074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110684989 9856040960 34263 33554432000 1073741824 1073778376 140734129295648 140071122990584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12319] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12319/stat : 12319 (java) S 12303 12306 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110684989 9856040960 34263 33554432000 1073741824 1073778376 140734129295648 140071121938184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12320] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12320/stat : 12320 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684991 9856040960 34263 33554432000 1073741824 1073778376 140734129295648 140071120886672 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12321] ppid=12303 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/12306/task/12321/stat : 12321 (java) S 12303 12306 11074 0 -1 4202560 2355 0 0 0 36 0 0 0 20 0 19 0 110684991 9856040960 34263 33554432000 1073741824 1073778376 140734129295648 140071119833272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12322] ppid=12303 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/12306/task/12322/stat : 12322 (java) S 12303 12306 11074 0 -1 4202560 3256 0 0 0 40 1 0 0 20 0 19 0 110684991 9856040960 34263 33554432000 1073741824 1073778376 140734129295648 140071118780472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12323] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12323/stat : 12323 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684991 9856040960 34263 33554432000 1073741824 1073778376 140734129295648 140071117728376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12306/tid=12324] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12324/stat : 12324 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684991 9856040960 34263 33554432000 1073741824 1073778376 140734129295648 140071116675784 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12325] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12325/stat : 12325 (java) S 12303 12306 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110685044 9856040960 34263 33554432000 1073741824 1073778376 140734129295648 140071115621800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.21 2.24 2.20 4/213 12325
/proc/meminfo: memFree=29264180/32872528 swapFree=16080/1655368
[pid=12306] ppid=12303 vsize=9625040 CPUtime=3.97 cores=0,2,4,6
/proc/12306/stat : 12306 (java) S 12303 12306 11074 0 -1 4202496 9433 0 1 0 393 4 0 0 20 0 19 0 110684985 9856040960 35315 33554432000 1073741824 1073778376 140734129295648 140734129286784 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12306/statm: 2406260 35315 2271 9 0 2396937 0
[pid=12306/tid=12308] ppid=12303 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/12306/task/12308/stat : 12308 (java) R 12303 12306 11074 0 -1 4202560 2522 0 1 0 304 2 0 0 20 0 19 0 110684986 9856040960 35315 33554432000 1073741824 1073778376 140734129295648 140071299813072 140071173159056 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12306/tid=12309] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12309/stat : 12309 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 35315 33554432000 1073741824 1073778376 140734129295648 140071143824168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12310] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12310/stat : 12310 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 35315 33554432000 1073741824 1073778376 140734129295648 140071142771368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12306/tid=12311] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12311/stat : 12311 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 35315 33554432000 1073741824 1073778376 140734129295648 140071141719080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12306/tid=12312] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12312/stat : 12312 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 35315 33554432000 1073741824 1073778376 140734129295648 140071140666280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12306/tid=12313] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12313/stat : 12313 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 35315 33554432000 1073741824 1073778376 140734129295648 140071139612968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12314] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12314/stat : 12314 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 35315 33554432000 1073741824 1073778376 140734129295648 140071138560168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12306/tid=12315] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12315/stat : 12315 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 35315 33554432000 1073741824 1073778376 140734129295648 140071137507880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12306/tid=12316] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12316/stat : 12316 (java) S 12303 12306 11074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 35315 33554432000 1073741824 1073778376 140734129295648 140071136455080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12317] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12317/stat : 12317 (java) S 12303 12306 11074 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110684988 9856040960 35315 33554432000 1073741824 1073778376 140734129295648 140071124044520 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12318] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12318/stat : 12318 (java) S 12303 12306 11074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110684989 9856040960 35315 33554432000 1073741824 1073778376 140734129295648 140071122990584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12319] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12319/stat : 12319 (java) S 12303 12306 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110684989 9856040960 35315 33554432000 1073741824 1073778376 140734129295648 140071121938184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12320] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12320/stat : 12320 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684991 9856040960 35315 33554432000 1073741824 1073778376 140734129295648 140071120886672 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12321] ppid=12303 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/12306/task/12321/stat : 12321 (java) S 12303 12306 11074 0 -1 4202560 2375 0 0 0 41 0 0 0 20 0 19 0 110684991 9856040960 35315 33554432000 1073741824 1073778376 140734129295648 140071119833272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12322] ppid=12303 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/12306/task/12322/stat : 12322 (java) S 12303 12306 11074 0 -1 4202560 3264 0 0 0 45 2 0 0 20 0 19 0 110684991 9856040960 35315 33554432000 1073741824 1073778376 140734129295648 140071118780472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12306/tid=12323] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12323/stat : 12323 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684991 9856040960 35315 33554432000 1073741824 1073778376 140734129295648 140071117728376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12306/tid=12324] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12324/stat : 12324 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684991 9856040960 35315 33554432000 1073741824 1073778376 140734129295648 140071116675784 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12325] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12325/stat : 12325 (java) S 12303 12306 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110685044 9856040960 35315 33554432000 1073741824 1073778376 140734129295648 140071115621800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.21 2.24 2.20 3/213 12325
/proc/meminfo: memFree=29260136/32872528 swapFree=16080/1655368
[pid=12306] ppid=12303 vsize=9625040 CPUtime=7.2 cores=0,2,4,6
/proc/12306/stat : 12306 (java) S 12303 12306 11074 0 -1 4202496 9440 0 1 0 716 4 0 0 20 0 19 0 110684985 9856040960 36262 33554432000 1073741824 1073778376 140734129295648 140734129286784 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12306/statm: 2406260 36262 2271 9 0 2396937 0
[pid=12306/tid=12308] ppid=12303 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/12306/task/12308/stat : 12308 (java) R 12303 12306 11074 0 -1 4202560 2527 0 1 0 623 2 0 0 20 0 19 0 110684986 9856040960 36262 33554432000 1073741824 1073778376 140734129295648 140071299821736 140071173100554 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12306/tid=12309] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12309/stat : 12309 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 36262 33554432000 1073741824 1073778376 140734129295648 140071143824168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12310] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12310/stat : 12310 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 36262 33554432000 1073741824 1073778376 140734129295648 140071142771368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12306/tid=12311] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12311/stat : 12311 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 36262 33554432000 1073741824 1073778376 140734129295648 140071141719080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12306/tid=12312] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12312/stat : 12312 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 36262 33554432000 1073741824 1073778376 140734129295648 140071140666280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12306/tid=12313] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12313/stat : 12313 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 36262 33554432000 1073741824 1073778376 140734129295648 140071139612968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12314] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12314/stat : 12314 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 36262 33554432000 1073741824 1073778376 140734129295648 140071138560168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12306/tid=12315] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12315/stat : 12315 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 36262 33554432000 1073741824 1073778376 140734129295648 140071137507880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12306/tid=12316] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12316/stat : 12316 (java) S 12303 12306 11074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110684987 9856040960 36262 33554432000 1073741824 1073778376 140734129295648 140071136455080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12317] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12317/stat : 12317 (java) S 12303 12306 11074 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110684988 9856040960 36262 33554432000 1073741824 1073778376 140734129295648 140071124044520 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12318] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12318/stat : 12318 (java) S 12303 12306 11074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110684989 9856040960 36262 33554432000 1073741824 1073778376 140734129295648 140071122990584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12319] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12319/stat : 12319 (java) S 12303 12306 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110684989 9856040960 36262 33554432000 1073741824 1073778376 140734129295648 140071121938184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12320] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12320/stat : 12320 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684991 9856040960 36262 33554432000 1073741824 1073778376 140734129295648 140071120886672 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12321] ppid=12303 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/12306/task/12321/stat : 12321 (java) S 12303 12306 11074 0 -1 4202560 2376 0 0 0 43 0 0 0 20 0 19 0 110684991 9856040960 36262 33554432000 1073741824 1073778376 140734129295648 140071119833272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12322] ppid=12303 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/12306/task/12322/stat : 12322 (java) S 12303 12306 11074 0 -1 4202560 3265 0 0 0 47 2 0 0 20 0 19 0 110684991 9856040960 36262 33554432000 1073741824 1073778376 140734129295648 140071118780472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12306/tid=12323] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12323/stat : 12323 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684991 9856040960 36262 33554432000 1073741824 1073778376 140734129295648 140071117728376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12306/tid=12324] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12324/stat : 12324 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684991 9856040960 36262 33554432000 1073741824 1073778376 140734129295648 140071116675784 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12325] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12325/stat : 12325 (java) S 12303 12306 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110685044 9856040960 36262 33554432000 1073741824 1073778376 140734129295648 140071115621800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 9625040


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

[pid=12306/tid=12325] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12325/stat : 12325 (java) S 12303 12306 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110685044 9856040960 129816 33554432000 1073741824 1073778376 140734129295648 140071115621800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1727.56
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.26 2.25 4/213 12435
/proc/meminfo: memFree=29204588/32872528 swapFree=16080/1655368
[pid=12306] ppid=12303 vsize=9625040 CPUtime=1787.74 cores=0,2,4,6
/proc/12306/stat : 12306 (java) S 12303 12306 11074 0 -1 4202496 15257 0 1 0 178657 117 0 0 20 0 19 0 110684985 9856040960 117166 33554432000 1073741824 1073778376 140734129295648 140734129286784 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12306/statm: 2406260 117166 2293 9 0 2396937 0
[pid=12306/tid=12308] ppid=12303 vsize=9625040 CPUtime=1774.31 cores=0,2,4,6
/proc/12306/task/12308/stat : 12308 (java) R 12303 12306 11074 0 -1 4202560 2577 0 1 0 177400 31 0 0 20 0 19 0 110684986 9856040960 117166 33554432000 1073741824 1073778376 140734129295648 140071299820896 140071173064896 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12306/tid=12309] ppid=12303 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/12306/task/12309/stat : 12309 (java) S 12303 12306 11074 0 -1 4202560 415 0 0 0 65 8 0 0 20 0 19 0 110684987 9856040960 117166 33554432000 1073741824 1073778376 140734129295648 140071143824168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12310] ppid=12303 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/12306/task/12310/stat : 12310 (java) S 12303 12306 11074 0 -1 4202560 684 0 0 0 62 14 0 0 20 0 19 0 110684987 9856040960 117166 33554432000 1073741824 1073778376 140734129295648 140071142771368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12311] ppid=12303 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/12306/task/12311/stat : 12311 (java) S 12303 12306 11074 0 -1 4202560 641 0 0 0 68 13 0 0 20 0 19 0 110684987 9856040960 117166 33554432000 1073741824 1073778376 140734129295648 140071141719080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12306/tid=12312] ppid=12303 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/12306/task/12312/stat : 12312 (java) S 12303 12306 11074 0 -1 4202560 431 0 0 0 69 10 0 0 20 0 19 0 110684987 9856040960 117166 33554432000 1073741824 1073778376 140734129295648 140071140666280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12306/tid=12313] ppid=12303 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/12306/task/12313/stat : 12313 (java) S 12303 12306 11074 0 -1 4202560 929 0 0 0 57 9 0 0 20 0 19 0 110684987 9856040960 117166 33554432000 1073741824 1073778376 140734129295648 140071139612968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12306/tid=12314] ppid=12303 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/12306/task/12314/stat : 12314 (java) S 12303 12306 11074 0 -1 4202560 748 0 0 0 72 13 0 0 20 0 19 0 110684987 9856040960 117166 33554432000 1073741824 1073778376 140734129295648 140071138560168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12315] ppid=12303 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/12306/task/12315/stat : 12315 (java) S 12303 12306 11074 0 -1 4202560 384 0 0 0 61 7 0 0 20 0 19 0 110684987 9856040960 117166 33554432000 1073741824 1073778376 140734129295648 140071137507880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12306/tid=12316] ppid=12303 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/12306/task/12316/stat : 12316 (java) S 12303 12306 11074 0 -1 4202560 919 0 0 0 63 9 0 0 20 0 19 0 110684987 9856040960 117166 33554432000 1073741824 1073778376 140734129295648 140071136455080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12317] ppid=12303 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/12306/task/12317/stat : 12317 (java) S 12303 12306 11074 0 -1 4202560 406 0 0 0 142 2 0 0 20 0 19 0 110684988 9856040960 117166 33554432000 1073741824 1073778376 140734129295648 140071124044520 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12318] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12318/stat : 12318 (java) S 12303 12306 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110684989 9856040960 117166 33554432000 1073741824 1073778376 140734129295648 140071122990584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12319] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12319/stat : 12319 (java) S 12303 12306 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110684989 9856040960 117166 33554432000 1073741824 1073778376 140734129295648 140071121938184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12306/tid=12320] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12320/stat : 12320 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684991 9856040960 117166 33554432000 1073741824 1073778376 140734129295648 140071120886672 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12321] ppid=12303 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/12306/task/12321/stat : 12321 (java) S 12303 12306 11074 0 -1 4202560 2378 0 0 0 43 0 0 0 20 0 19 0 110684991 9856040960 117166 33554432000 1073741824 1073778376 140734129295648 140071119833272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12322] ppid=12303 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/12306/task/12322/stat : 12322 (java) S 12303 12306 11074 0 -1 4202560 3385 0 0 0 51 2 0 0 20 0 19 0 110684991 9856040960 117166 33554432000 1073741824 1073778376 140734129295648 140071118780472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12306/tid=12323] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12323/stat : 12323 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684991 9856040960 117166 33554432000 1073741824 1073778376 140734129295648 140071117728376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12306/tid=12324] ppid=12303 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12306/task/12324/stat : 12324 (java) S 12303 12306 11074 0 -1 4202560 103 0 0 0 32 35 0 0 20 0 19 0 110684991 9856040960 117166 33554432000 1073741824 1073778376 140734129295648 140071116675784 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12325] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12325/stat : 12325 (java) S 12303 12306 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110685044 9856040960 117166 33554432000 1073741824 1073778376 140734129295648 140071115621800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1787.74
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.5 s]
/proc/loadavg: 2.16 2.25 2.25 3/213 12435
/proc/meminfo: memFree=29224944/32872528 swapFree=16080/1655368
[pid=12306] ppid=12303 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/12306/stat : 12306 (java) S 12303 12306 11074 0 -1 4202496 15260 0 1 0 179883 117 0 0 20 0 19 0 110684985 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140734129286784 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12306/statm: 2406260 114729 2293 9 0 2396937 0
[pid=12306/tid=12308] ppid=12303 vsize=9625040 CPUtime=1786.46 cores=0,2,4,6
/proc/12306/task/12308/stat : 12308 (java) R 12303 12306 11074 0 -1 4202560 2578 0 1 0 178614 32 0 0 20 0 19 0 110684986 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071299820896 140071172945150 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12306/tid=12309] ppid=12303 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/12306/task/12309/stat : 12309 (java) S 12303 12306 11074 0 -1 4202560 415 0 0 0 67 8 0 0 20 0 19 0 110684987 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071143824168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12310] ppid=12303 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/12306/task/12310/stat : 12310 (java) S 12303 12306 11074 0 -1 4202560 684 0 0 0 63 14 0 0 20 0 19 0 110684987 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071142771368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12306/tid=12311] ppid=12303 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/12306/task/12311/stat : 12311 (java) S 12303 12306 11074 0 -1 4202560 641 0 0 0 68 13 0 0 20 0 19 0 110684987 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071141719080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12306/tid=12312] ppid=12303 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/12306/task/12312/stat : 12312 (java) S 12303 12306 11074 0 -1 4202560 431 0 0 0 70 10 0 0 20 0 19 0 110684987 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071140666280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12306/tid=12313] ppid=12303 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/12306/task/12313/stat : 12313 (java) S 12303 12306 11074 0 -1 4202560 929 0 0 0 57 9 0 0 20 0 19 0 110684987 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071139612968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12306/tid=12314] ppid=12303 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/12306/task/12314/stat : 12314 (java) S 12303 12306 11074 0 -1 4202560 748 0 0 0 73 13 0 0 20 0 19 0 110684987 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071138560168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12315] ppid=12303 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/12306/task/12315/stat : 12315 (java) S 12303 12306 11074 0 -1 4202560 384 0 0 0 62 7 0 0 20 0 19 0 110684987 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071137507880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12306/tid=12316] ppid=12303 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/12306/task/12316/stat : 12316 (java) S 12303 12306 11074 0 -1 4202560 919 0 0 0 65 9 0 0 20 0 19 0 110684987 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071136455080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12317] ppid=12303 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/12306/task/12317/stat : 12317 (java) S 12303 12306 11074 0 -1 4202560 408 0 0 0 142 2 0 0 20 0 19 0 110684988 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071124044520 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12318] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12318/stat : 12318 (java) S 12303 12306 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110684989 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071122990584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12319] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12319/stat : 12319 (java) S 12303 12306 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110684989 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071121938184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12306/tid=12320] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12320/stat : 12320 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684991 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071120886672 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12321] ppid=12303 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/12306/task/12321/stat : 12321 (java) S 12303 12306 11074 0 -1 4202560 2378 0 0 0 43 0 0 0 20 0 19 0 110684991 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071119833272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12322] ppid=12303 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/12306/task/12322/stat : 12322 (java) S 12303 12306 11074 0 -1 4202560 3385 0 0 0 51 2 0 0 20 0 19 0 110684991 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071118780472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12306/tid=12323] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12323/stat : 12323 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684991 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071117728376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12306/tid=12324] ppid=12303 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12306/task/12324/stat : 12324 (java) S 12303 12306 11074 0 -1 4202560 103 0 0 0 32 35 0 0 20 0 19 0 110684991 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071116675784 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12325] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12325/stat : 12325 (java) S 12303 12306 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110685044 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071115621800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 12306 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.5 s]
/proc/loadavg: 2.16 2.25 2.25 3/213 12435
/proc/meminfo: memFree=29224944/32872528 swapFree=16080/1655368
[pid=12306] ppid=12303 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/12306/stat : 12306 (java) S 12303 12306 11074 0 -1 4202496 15260 0 1 0 179883 117 0 0 20 0 19 0 110684985 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140734129286784 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12306/statm: 2406260 114729 2293 9 0 2396937 0
[pid=12306/tid=12308] ppid=12303 vsize=9625040 CPUtime=1786.46 cores=0,2,4,6
/proc/12306/task/12308/stat : 12308 (java) R 12303 12306 11074 0 -1 4202560 2578 0 1 0 178614 32 0 0 20 0 19 0 110684986 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071299820896 140071172945150 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12306/tid=12309] ppid=12303 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/12306/task/12309/stat : 12309 (java) S 12303 12306 11074 0 -1 4202560 415 0 0 0 67 8 0 0 20 0 19 0 110684987 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071143824168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12310] ppid=12303 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/12306/task/12310/stat : 12310 (java) S 12303 12306 11074 0 -1 4202560 684 0 0 0 63 14 0 0 20 0 19 0 110684987 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071142771368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12306/tid=12311] ppid=12303 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/12306/task/12311/stat : 12311 (java) S 12303 12306 11074 0 -1 4202560 641 0 0 0 68 13 0 0 20 0 19 0 110684987 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071141719080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12306/tid=12312] ppid=12303 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/12306/task/12312/stat : 12312 (java) S 12303 12306 11074 0 -1 4202560 431 0 0 0 70 10 0 0 20 0 19 0 110684987 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071140666280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12306/tid=12313] ppid=12303 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/12306/task/12313/stat : 12313 (java) S 12303 12306 11074 0 -1 4202560 929 0 0 0 57 9 0 0 20 0 19 0 110684987 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071139612968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12306/tid=12314] ppid=12303 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/12306/task/12314/stat : 12314 (java) S 12303 12306 11074 0 -1 4202560 748 0 0 0 73 13 0 0 20 0 19 0 110684987 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071138560168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12315] ppid=12303 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/12306/task/12315/stat : 12315 (java) S 12303 12306 11074 0 -1 4202560 384 0 0 0 62 7 0 0 20 0 19 0 110684987 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071137507880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12306/tid=12316] ppid=12303 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/12306/task/12316/stat : 12316 (java) S 12303 12306 11074 0 -1 4202560 919 0 0 0 65 9 0 0 20 0 19 0 110684987 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071136455080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12317] ppid=12303 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/12306/task/12317/stat : 12317 (java) S 12303 12306 11074 0 -1 4202560 408 0 0 0 142 2 0 0 20 0 19 0 110684988 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071124044520 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12318] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12318/stat : 12318 (java) S 12303 12306 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110684989 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071122990584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12319] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12319/stat : 12319 (java) S 12303 12306 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110684989 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071121938184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12306/tid=12320] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12320/stat : 12320 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684991 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071120886672 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12321] ppid=12303 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/12306/task/12321/stat : 12321 (java) S 12303 12306 11074 0 -1 4202560 2378 0 0 0 43 0 0 0 20 0 19 0 110684991 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071119833272 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12322] ppid=12303 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/12306/task/12322/stat : 12322 (java) S 12303 12306 11074 0 -1 4202560 3385 0 0 0 51 2 0 0 20 0 19 0 110684991 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071118780472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12306/tid=12323] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12323/stat : 12323 (java) S 12303 12306 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110684991 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071117728376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12306/tid=12324] ppid=12303 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12306/task/12324/stat : 12324 (java) S 12303 12306 11074 0 -1 4202560 103 0 0 0 32 35 0 0 20 0 19 0 110684991 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071116675784 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12306/tid=12325] ppid=12303 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12306/task/12325/stat : 12325 (java) S 12303 12306 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110685044 9856040960 114729 33554432000 1073741824 1073778376 140734129295648 140071115621800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 12306 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=308223
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=682744
# CPU time returned by wait4() is 1795.99
# 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): 1794.59
CPU time (s): 1800
CPU user time (s): 1798.83
CPU system time (s): 1.17
CPU usage (%): 100.302
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.31
system time used= 1.68274
maximum resident set size= 873440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15294
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39117
involuntary context switches= 23700

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.8715 second user time and 14.0539 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-07 10:18:34
IDJOB=4084612
IDBENCH=90187
IDSOLVER=2546
FILE ID=node122/4084612-1465287514
RUNJOBID= node122-1465277527-11090
PBS_JOBID= 19843311
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= 4be3ef5c0a6baf670611a9fd5e5deae8
RANDOM SEED=53198562

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29395980 kB
Buffers:          136940 kB
Cached:           172280 kB
SwapCached:          860 kB
Active:           867472 kB
Inactive:         214504 kB
Active(anon):     774252 kB
Inactive(anon):     1632 kB
Active(file):      93220 kB
Inactive(file):   212872 kB
Unevictable:     1655368 kB
Mlocked:           16080 kB
SwapTotal:      67108856 kB
SwapFree:       67099512 kB
Dirty:              1996 kB
Writeback:             0 kB
AnonPages:       2427972 kB
Mapped:            15340 kB
Shmem:                 0 kB
Slab:             601108 kB
SReclaimable:      44864 kB
SUnreclaim:       556244 kB
KernelStack:        1608 kB
PageTables:         9132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2566380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2381824 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= 71740 MiB
End job on node122 at 2016-06-07 10:48:29