Trace number 4100413

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.06 1781.85

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-blp-ic98.opb
MD5SUMcf56ee4a2e10a22486df8fb664e91027
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15501
Total number of constraints763
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)627
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint8
Maximum length of a constraint13581
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 531126
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4100413-1466213303.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
1.21/0.76	c ... done. Wall clock time 0.664s.
1.21/0.76	c declared #vars     15501
1.21/0.76	c #constraints  853
1.21/0.76	c constraints type 
1.21/0.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 627
1.21/0.77	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 226
1.21/0.77	c 853 constraints processed.
1.21/0.77	c objective function length is 31 literals
15.74/14.39	c cleaning 2500 clauses out of 5001 with flag 11383/5002
26.13/24.24	c cleaning 4251 clauses out of 8501 with flag 24655/11002
38.72/36.83	c cleaning 5624 clauses out of 11248 with flag 39026/18000
55.40/53.05	c cleaning 6813 clauses out of 13626 with flag 55678/26002
74.03/71.67	c cleaning 7906 clauses out of 15814 with flag 73949/35003
110.68/107.36	c cleaning 8953 clauses out of 17909 with flag 95108/45004
153.19/149.88	c cleaning 9965 clauses out of 19954 with flag 117501/56002
193.83/189.79	c cleaning 10988 clauses out of 21994 with flag 142242/68007
261.56/257.46	c cleaning 11994 clauses out of 23999 with flag 168495/81000
314.80/309.27	c cleaning 12993 clauses out of 26006 with flag 196967/95001
373.99/368.49	c cleaning 13994 clauses out of 28018 with flag 228774/110006
408.02/401.84	c cleaning 15000 clauses out of 30018 with flag 261827/126000
470.27/463.16	c cleaning 15999 clauses out of 32020 with flag 297182/143002
542.82/535.26	c cleaning 16994 clauses out of 34022 with flag 334176/161003
605.42/597.03	c cleaning 17992 clauses out of 36027 with flag 373516/180002
686.02/677.65	c cleaning 18996 clauses out of 38035 with flag 414183/200002
783.32/774.64	c cleaning 20011 clauses out of 40043 with flag 456591/221006
865.30/855.00	c cleaning 21004 clauses out of 42029 with flag 501118/243003
958.07/947.07	c cleaning 21986 clauses out of 44022 with flag 547920/266000
1071.81/1060.32	c cleaning 23005 clauses out of 46036 with flag 596293/290000
1196.83/1184.74	c cleaning 23997 clauses out of 48033 with flag 647026/315002
1278.99/1266.17	c cleaning 25011 clauses out of 50037 with flag 699972/341003
1392.69/1378.48	c cleaning 25997 clauses out of 52023 with flag 754497/368000
1501.45/1486.78	c cleaning 27005 clauses out of 54033 with flag 812601/396007
1629.30/1613.08	c cleaning 27998 clauses out of 56021 with flag 876924/425000
1718.74/1701.16	c cleaning 29008 clauses out of 58030 with flag 938419/455007
1800.06/1781.80	c starts		: 58
1800.06/1781.80	c conflicts		: 476900
1800.06/1781.80	c decisions		: 1026965
1800.06/1781.80	c propagations		: 7466544
1800.06/1781.80	c inspects		: 452404449
1800.06/1781.80	c shortcuts		: 0
1800.06/1781.80	c learnt literals	: 1
1800.06/1781.80	c learnt binary clauses	: 0
1800.06/1781.80	c learnt ternary clauses	: 0
1800.06/1781.80	c learnt constraints	: 476898
1800.06/1781.80	c ignored constraints	: 0
1800.06/1781.80	c root simplifications	: 0
1800.06/1781.80	c removed literals (reason simplification)	: 0
1800.06/1781.80	c reason swapping (by a shorter reason)	: 0
1800.06/1781.80	c Calls to reduceDB	: 26
1800.06/1781.80	c Number of update (reduction) of LBD	: 9748
1800.06/1781.80	c Imported unit clauses	: 0
1800.06/1781.80	c number of reductions to clauses (during analyze)	: 0
1800.06/1781.80	c number of learned constraints concerned by reduction	: 0
1800.06/1781.80	c number of learning phase by resolution	: 0
1800.06/1781.80	c number of learning phase by cutting planes	: 0
1800.06/1781.80	c speed (assignments/second)	: 4192.282965781987
1800.06/1781.80	c non guided choices	8546
1800.06/1781.82	c timeout
1800.06/1781.82	c learnt constraints type 
1800.06/1781.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 50915
1800.06/1781.82	s UNKNOWN
1800.06/1781.82	c Total wall clock time (in seconds): 1781.72

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-4100413-1466213303/watcher-4100413-1466213303 -o /tmp/evaluation-result-4100413-1466213303/solver-4100413-1466213303 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11896 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100413-1466213303.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.09 2.03 3/193 13149
/proc/meminfo: memFree=31153084/32872528 swapFree=447868/480572
[pid=13149] ppid=13146 vsize=94112 CPUtime=0 cores=1,3,5,7
/proc/13149/stat : 13149 (java) S 13146 13149 11879 0 -1 4202496 1297 0 0 0 0 0 0 0 20 0 2 0 23380456 96370688 930 33554432000 1073741824 1073778376 140733297578016 140733297569152 235378081853 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13149/statm: 23544 937 712 9 0 16769 0
[pid=13149/tid=13150] ppid=13146 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13150/stat : 13150 (java) R 13146 13149 11879 0 -1 4202560 106 0 0 0 0 0 0 0 20 0 2 0 23380457 98635776 960 33554432000 1073741824 1073778376 140733297578016 139841257049640 235365506301 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100157 s]
/proc/loadavg: 2.04 2.09 2.03 3/193 13149
/proc/meminfo: memFree=31153084/32872528 swapFree=447868/480572
[pid=13149] ppid=13146 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/13149/stat : 13149 (java) S 13146 13149 11879 0 -1 4202496 4561 0 1 0 10 1 0 0 20 0 18 0 23380456 9787879424 5678 33554432000 1073741824 1073778376 140733297578016 140733297569152 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13149/statm: 2389619 5678 2157 9 0 2380296 0
[pid=13149/tid=13150] ppid=13146 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/13149/task/13150/stat : 13150 (java) R 13146 13149 11879 0 -1 4202560 2434 0 1 0 6 1 0 0 20 0 18 0 23380457 9787879424 5678 33554432000 1073741824 1073778376 140733297578016 139841257053560 235378107661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200392 s]
/proc/loadavg: 2.04 2.09 2.03 3/193 13149
/proc/meminfo: memFree=31153084/32872528 swapFree=447868/480572
[pid=13149] ppid=13146 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/13149/stat : 13149 (java) S 13146 13149 11879 0 -1 4202496 6976 0 1 0 29 2 0 0 20 0 18 0 23380456 9787879424 8386 33554432000 1073741824 1073778376 140733297578016 140733297569152 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13149/statm: 2389619 8389 2217 9 0 2380296 0
[pid=13149/tid=13150] ppid=13146 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/13149/task/13150/stat : 13150 (java) R 13146 13149 11879 0 -1 4202560 2454 0 1 0 16 1 0 0 20 0 18 0 23380457 9787879424 8389 33554432000 1073741824 1073778376 140733297578016 139841257054568 139841128847952 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300413 s]
/proc/loadavg: 2.04 2.09 2.03 3/193 13149
/proc/meminfo: memFree=31153084/32872528 swapFree=447868/480572
[pid=13149] ppid=13146 vsize=9558476 CPUtime=0.61 cores=1,3,5,7
/proc/13149/stat : 13149 (java) S 13146 13149 11879 0 -1 4202496 9293 0 1 0 58 3 0 0 20 0 18 0 23380456 9787879424 11690 33554432000 1073741824 1073778376 140733297578016 140733297569152 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13149/statm: 2389619 11690 2234 9 0 2380296 0
[pid=13149/tid=13150] ppid=13146 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/13149/task/13150/stat : 13150 (java) R 13146 13149 11879 0 -1 4202560 2459 0 1 0 26 1 0 0 20 0 18 0 23380457 9787879424 11690 33554432000 1073741824 1073778376 140733297578016 139841257054280 139841128862922 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9558476

[startup+0.700356 s]
/proc/loadavg: 2.04 2.09 2.03 3/193 13149
/proc/meminfo: memFree=31153084/32872528 swapFree=447868/480572
[pid=13149] ppid=13146 vsize=9558476 CPUtime=1.21 cores=1,3,5,7
/proc/13149/stat : 13149 (java) S 13146 13149 11879 0 -1 4202496 9863 0 1 0 113 8 0 0 20 0 18 0 23380456 9787879424 46578 33554432000 1073741824 1073778376 140733297578016 140733297569152 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13149/statm: 2389619 46578 2262 9 0 2380296 0
[pid=13149/tid=13150] ppid=13146 vsize=9558476 CPUtime=0.64 cores=1,3,5,7
/proc/13149/task/13150/stat : 13150 (java) R 13146 13149 11879 0 -1 4202560 2519 0 1 0 61 3 0 0 20 0 18 0 23380457 9787879424 46578 33554432000 1073741824 1073778376 140733297578016 139841257053432 139841129211144 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 2.04 2.09 2.03 3/212 13168
/proc/meminfo: memFree=30939080/32872528 swapFree=447868/480572
[pid=13149] ppid=13146 vsize=9625040 CPUtime=2.49 cores=1,3,5,7
/proc/13149/stat : 13149 (java) S 13146 13149 11879 0 -1 4202496 12048 0 1 0 238 11 0 0 20 0 19 0 23380456 9856040960 55702 33554432000 1073741824 1073778376 140733297578016 140733297569152 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13149/statm: 2406260 55702 2273 9 0 2396937 0
[pid=13149/tid=13150] ppid=13146 vsize=9625040 CPUtime=1.39 cores=1,3,5,7
/proc/13149/task/13150/stat : 13150 (java) R 13146 13149 11879 0 -1 4202560 2531 0 1 0 136 3 0 0 20 0 19 0 23380457 9856040960 55702 33554432000 1073741824 1073778376 140733297578016 139841257054488 139841129427163 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13152] ppid=13146 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13149/task/13152/stat : 13152 (java) S 13146 13149 11879 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 23380458 9856040960 55702 33554432000 1073741824 1073778376 140733297578016 139841101019560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13153] ppid=13146 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13149/task/13153/stat : 13153 (java) S 13146 13149 11879 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 23380458 9856040960 55702 33554432000 1073741824 1073778376 140733297578016 139841099967016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13149/tid=13154] ppid=13146 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13149/task/13154/stat : 13154 (java) S 13146 13149 11879 0 -1 4202560 112 0 0 0 3 1 0 0 20 0 19 0 23380458 9856040960 55702 33554432000 1073741824 1073778376 140733297578016 139841098913960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13149/tid=13155] ppid=13146 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13149/task/13155/stat : 13155 (java) S 13146 13149 11879 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 23380458 9856040960 55702 33554432000 1073741824 1073778376 140733297578016 139841097861416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13149/tid=13156] ppid=13146 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13149/task/13156/stat : 13156 (java) S 13146 13149 11879 0 -1 4202560 104 0 0 0 2 0 0 0 20 0 19 0 23380458 9856040960 55702 33554432000 1073741824 1073778376 140733297578016 139841096809384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13149/tid=13157] ppid=13146 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/13149/task/13157/stat : 13157 (java) S 13146 13149 11879 0 -1 4202560 102 0 0 0 3 2 0 0 20 0 19 0 23380458 9856040960 55702 33554432000 1073741824 1073778376 140733297578016 139841095756840 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13149/tid=13158] ppid=13146 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13149/task/13158/stat : 13158 (java) S 13146 13149 11879 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 23380458 9856040960 55702 33554432000 1073741824 1073778376 140733297578016 139841094703784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13149/tid=13159] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13159/stat : 13159 (java) S 13146 13149 11879 0 -1 4202560 101 0 0 0 0 0 0 0 20 0 19 0 23380458 9856040960 55702 33554432000 1073741824 1073778376 140733297578016 139841093651240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13149/tid=13160] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13160/stat : 13160 (java) S 13146 13149 11879 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 23380459 9856040960 55702 33554432000 1073741824 1073778376 140733297578016 139841081239912 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13161] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13161/stat : 13161 (java) S 13146 13149 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23380459 9856040960 55702 33554432000 1073741824 1073778376 140733297578016 139841080186232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13162] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13162/stat : 13162 (java) S 13146 13149 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23380459 9856040960 55702 33554432000 1073741824 1073778376 140733297578016 139841079133064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13163] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13163/stat : 13163 (java) S 13146 13149 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23380461 9856040960 55702 33554432000 1073741824 1073778376 140733297578016 139841078081808 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13164] ppid=13146 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/13149/task/13164/stat : 13164 (java) S 13146 13149 11879 0 -1 4202560 3765 0 0 0 38 0 0 0 20 0 19 0 23380461 9856040960 55702 33554432000 1073741824 1073778376 140733297578016 139841077029688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13165] ppid=13146 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/13149/task/13165/stat : 13165 (java) S 13146 13149 11879 0 -1 4202560 3932 0 0 0 38 0 0 0 20 0 19 0 23380461 9856040960 55702 33554432000 1073741824 1073778376 140733297578016 139841075977144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13149/tid=13166] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13166/stat : 13166 (java) S 13146 13149 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23380461 9856040960 55702 33554432000 1073741824 1073778376 140733297578016 139841074924280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13149/tid=13167] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13167/stat : 13167 (java) S 13146 13149 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23380461 9856040960 55702 33554432000 1073741824 1073778376 140733297578016 139841073871944 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13168] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13168/stat : 13168 (java) S 13146 13149 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23380535 9856040960 55702 33554432000 1073741824 1073778376 140733297578016 139841072817192 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9625040

[startup+3.1009 s]
/proc/loadavg: 2.03 2.09 2.03 3/212 13168
/proc/meminfo: memFree=30938204/32872528 swapFree=447868/480572
[pid=13149] ppid=13146 vsize=9625040 CPUtime=4.14 cores=1,3,5,7
/proc/13149/stat : 13149 (java) S 13146 13149 11879 0 -1 4202496 12085 0 1 0 402 12 0 0 20 0 19 0 23380456 9856040960 65957 33554432000 1073741824 1073778376 140733297578016 140733297569152 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13149/statm: 2406260 65957 2273 9 0 2396937 0
[pid=13149/tid=13150] ppid=13146 vsize=9625040 CPUtime=2.97 cores=1,3,5,7
/proc/13149/task/13150/stat : 13150 (java) R 13146 13149 11879 0 -1 4202560 2553 0 1 0 294 3 0 0 20 0 19 0 23380457 9856040960 65957 33554432000 1073741824 1073778376 140733297578016 139841257052528 139841129536678 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13152] ppid=13146 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13149/task/13152/stat : 13152 (java) S 13146 13149 11879 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 23380458 9856040960 65957 33554432000 1073741824 1073778376 140733297578016 139841101019560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13153] ppid=13146 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13149/task/13153/stat : 13153 (java) S 13146 13149 11879 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 23380458 9856040960 65957 33554432000 1073741824 1073778376 140733297578016 139841099967016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13149/tid=13154] ppid=13146 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13149/task/13154/stat : 13154 (java) S 13146 13149 11879 0 -1 4202560 112 0 0 0 3 1 0 0 20 0 19 0 23380458 9856040960 65957 33554432000 1073741824 1073778376 140733297578016 139841098913960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13149/tid=13155] ppid=13146 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13149/task/13155/stat : 13155 (java) S 13146 13149 11879 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 23380458 9856040960 65957 33554432000 1073741824 1073778376 140733297578016 139841097861416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13149/tid=13156] ppid=13146 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13149/task/13156/stat : 13156 (java) S 13146 13149 11879 0 -1 4202560 104 0 0 0 2 0 0 0 20 0 19 0 23380458 9856040960 65957 33554432000 1073741824 1073778376 140733297578016 139841096809384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13149/tid=13157] ppid=13146 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/13149/task/13157/stat : 13157 (java) S 13146 13149 11879 0 -1 4202560 102 0 0 0 3 2 0 0 20 0 19 0 23380458 9856040960 65957 33554432000 1073741824 1073778376 140733297578016 139841095756840 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13149/tid=13158] ppid=13146 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13149/task/13158/stat : 13158 (java) S 13146 13149 11879 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 23380458 9856040960 65957 33554432000 1073741824 1073778376 140733297578016 139841094703784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13149/tid=13159] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13159/stat : 13159 (java) S 13146 13149 11879 0 -1 4202560 101 0 0 0 0 0 0 0 20 0 19 0 23380458 9856040960 65957 33554432000 1073741824 1073778376 140733297578016 139841093651240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13149/tid=13160] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13160/stat : 13160 (java) S 13146 13149 11879 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23380459 9856040960 65957 33554432000 1073741824 1073778376 140733297578016 139841081239912 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13161] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13161/stat : 13161 (java) S 13146 13149 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23380459 9856040960 65957 33554432000 1073741824 1073778376 140733297578016 139841080186232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13162] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13162/stat : 13162 (java) S 13146 13149 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23380459 9856040960 65957 33554432000 1073741824 1073778376 140733297578016 139841079133064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13163] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13163/stat : 13163 (java) S 13146 13149 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23380461 9856040960 65957 33554432000 1073741824 1073778376 140733297578016 139841078081808 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13164] ppid=13146 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/13149/task/13164/stat : 13164 (java) S 13146 13149 11879 0 -1 4202560 3765 0 0 0 38 0 0 0 20 0 19 0 23380461 9856040960 65957 33554432000 1073741824 1073778376 140733297578016 139841077029688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13165] ppid=13146 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/13149/task/13165/stat : 13165 (java) S 13146 13149 11879 0 -1 4202560 3946 0 0 0 45 0 0 0 20 0 19 0 23380461 9856040960 65957 33554432000 1073741824 1073778376 140733297578016 139841075977144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13149/tid=13166] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13166/stat : 13166 (java) S 13146 13149 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23380461 9856040960 65957 33554432000 1073741824 1073778376 140733297578016 139841074924280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13149/tid=13167] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13167/stat : 13167 (java) S 13146 13149 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23380461 9856040960 65957 33554432000 1073741824 1073778376 140733297578016 139841073871944 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13168] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13168/stat : 13168 (java) S 13146 13149 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23380535 9856040960 65957 33554432000 1073741824 1073778376 140733297578016 139841072817192 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9625040

[startup+6.3009 s]
/proc/loadavg: 2.03 2.09 2.03 3/212 13168
/proc/meminfo: memFree=30808152/32872528 swapFree=447868/480572
[pid=13149] ppid=13146 vsize=9625040 CPUtime=7.61 cores=1,3,5,7
/proc/13149/stat : 13149 (java) S 13146 13149 11879 0 -1 4202496 12364 0 1 0 745 16 0 0 20 0 19 0 23380456 9856040960 87987 33554432000 1073741824 1073778376 140733297578016 140733297569152 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13149/statm: 2406260 87987 2275 9 0 2396937 0
[pid=13149/tid=13150] ppid=13146 vsize=9625040 CPUtime=6.1 cores=1,3,5,7
/proc/13149/task/13150/stat : 13150 (java) R 13146 13149 11879 0 -1 4202560 2588 0 1 0 606 4 0 0 20 0 19 0 23380457 9856040960 87987 33554432000 1073741824 1073778376 140733297578016 139841257052576 139841129572821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13152] ppid=13146 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13149/task/13152/stat : 13152 (java) S 13146 13149 11879 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 19 0 23380458 9856040960 87987 33554432000 1073741824 1073778376 140733297578016 139841101019560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13153] ppid=13146 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/13149/task/13153/stat : 13153 (java) S 13146 13149 11879 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 19 0 23380458 9856040960 87987 33554432000 1073741824 1073778376 140733297578016 139841099967016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13154] ppid=13146 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/13149/task/13154/stat : 13154 (java) S 13146 13149 11879 0 -1 4202560 113 0 0 0 4 1 0 0 20 0 19 0 23380458 9856040960 87987 33554432000 1073741824 1073778376 140733297578016 139841098913960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13149/tid=13155] ppid=13146 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13149/task/13155/stat : 13155 (java) S 13146 13149 11879 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 19 0 23380458 9856040960 87987 33554432000 1073741824 1073778376 140733297578016 139841097861416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13149/tid=13156] ppid=13146 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/13149/task/13156/stat : 13156 (java) S 13146 13149 11879 0 -1 4202560 118 0 0 0 4 2 0 0 20 0 19 0 23380458 9856040960 87987 33554432000 1073741824 1073778376 140733297578016 139841096809384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13157] ppid=13146 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/13149/task/13157/stat : 13157 (java) S 13146 13149 11879 0 -1 4202560 109 0 0 0 4 2 0 0 20 0 19 0 23380458 9856040960 87987 33554432000 1073741824 1073778376 140733297578016 139841095756840 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13158] ppid=13146 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13149/task/13158/stat : 13158 (java) S 13146 13149 11879 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 23380458 9856040960 87987 33554432000 1073741824 1073778376 140733297578016 139841094703784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13149/tid=13159] ppid=13146 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13149/task/13159/stat : 13159 (java) S 13146 13149 11879 0 -1 4202560 112 0 0 0 2 0 0 0 20 0 19 0 23380458 9856040960 87987 33554432000 1073741824 1073778376 140733297578016 139841093651240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13160] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13160/stat : 13160 (java) S 13146 13149 11879 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23380459 9856040960 87987 33554432000 1073741824 1073778376 140733297578016 139841081239912 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13161] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13161/stat : 13161 (java) S 13146 13149 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23380459 9856040960 87987 33554432000 1073741824 1073778376 140733297578016 139841080186232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13162] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13162/stat : 13162 (java) S 13146 13149 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23380459 9856040960 87987 33554432000 1073741824 1073778376 140733297578016 139841079133064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13163] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13163/stat : 13163 (java) S 13146 13149 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23380461 9856040960 87987 33554432000 1073741824 1073778376 140733297578016 139841078081808 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13164] ppid=13146 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/13149/task/13164/stat : 13164 (java) S 13146 13149 11879 0 -1 4202560 3817 0 0 0 51 0 0 0 20 0 19 0 23380461 9856040960 87987 33554432000 1073741824 1073778376 140733297578016 139841077029688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13165] ppid=13146 vsize=9625040 CPUtime=0.49 cores=1,3,5,7

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

[pid=13149/tid=13168] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13168/stat : 13168 (java) S 13146 13149 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23380535 9856040960 1142045 33554432000 1073741824 1073778376 140733297578016 139841072817192 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1617.88
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.07 2.11 2.07 3/211 13413
/proc/meminfo: memFree=26181924/32872528 swapFree=447868/480572
[pid=13149] ppid=13146 vsize=9625040 CPUtime=1678.91 cores=1,3,5,7
/proc/13149/stat : 13149 (java) S 13146 13149 11879 0 -1 4202496 108363 0 1 0 167414 477 0 0 20 0 19 0 23380456 9856040960 1128253 33554432000 1073741824 1073778376 140733297578016 140733297569152 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13149/statm: 2406260 1128253 2287 9 0 2396937 0
[pid=13149/tid=13150] ppid=13146 vsize=9625040 CPUtime=1648.85 cores=1,3,5,7
/proc/13149/task/13150/stat : 13150 (java) R 13146 13149 11879 0 -1 4202560 3556 0 1 0 164847 38 0 0 20 0 19 0 23380457 9856040960 1128253 33554432000 1073741824 1073778376 140733297578016 139841257053408 139841129537157 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13152] ppid=13146 vsize=9625040 CPUtime=2.37 cores=1,3,5,7
/proc/13149/task/13152/stat : 13152 (java) S 13146 13149 11879 0 -1 4202560 10817 0 0 0 185 52 0 0 20 0 19 0 23380458 9856040960 1128253 33554432000 1073741824 1073778376 140733297578016 139841101019560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13153] ppid=13146 vsize=9625040 CPUtime=2.93 cores=1,3,5,7
/proc/13149/task/13153/stat : 13153 (java) S 13146 13149 11879 0 -1 4202560 10084 0 0 0 228 65 0 0 20 0 19 0 23380458 9856040960 1128253 33554432000 1073741824 1073778376 140733297578016 139841099967016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13149/tid=13154] ppid=13146 vsize=9625040 CPUtime=2.21 cores=1,3,5,7
/proc/13149/task/13154/stat : 13154 (java) S 13146 13149 11879 0 -1 4202560 10094 0 0 0 174 47 0 0 20 0 19 0 23380458 9856040960 1128253 33554432000 1073741824 1073778376 140733297578016 139841098913960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13155] ppid=13146 vsize=9625040 CPUtime=2.54 cores=1,3,5,7
/proc/13149/task/13155/stat : 13155 (java) S 13146 13149 11879 0 -1 4202560 12638 0 0 0 203 51 0 0 20 0 19 0 23380458 9856040960 1128253 33554432000 1073741824 1073778376 140733297578016 139841097861416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13156] ppid=13146 vsize=9625040 CPUtime=2.93 cores=1,3,5,7
/proc/13149/task/13156/stat : 13156 (java) S 13146 13149 11879 0 -1 4202560 10732 0 0 0 228 65 0 0 20 0 19 0 23380458 9856040960 1128253 33554432000 1073741824 1073778376 140733297578016 139841096809384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13157] ppid=13146 vsize=9625040 CPUtime=2.75 cores=1,3,5,7
/proc/13149/task/13157/stat : 13157 (java) S 13146 13149 11879 0 -1 4202560 14072 0 0 0 215 60 0 0 20 0 19 0 23380458 9856040960 1128253 33554432000 1073741824 1073778376 140733297578016 139841095756840 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13158] ppid=13146 vsize=9625040 CPUtime=2.66 cores=1,3,5,7
/proc/13149/task/13158/stat : 13158 (java) S 13146 13149 11879 0 -1 4202560 11862 0 0 0 219 47 0 0 20 0 19 0 23380458 9856040960 1128253 33554432000 1073741824 1073778376 140733297578016 139841094703784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13149/tid=13159] ppid=13146 vsize=9625040 CPUtime=2.63 cores=1,3,5,7
/proc/13149/task/13159/stat : 13159 (java) S 13146 13149 11879 0 -1 4202560 10363 0 0 0 199 64 0 0 20 0 19 0 23380458 9856040960 1128253 33554432000 1073741824 1073778376 140733297578016 139841093651240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13160] ppid=13146 vsize=9625040 CPUtime=3.69 cores=1,3,5,7
/proc/13149/task/13160/stat : 13160 (java) S 13146 13149 11879 0 -1 4202560 5004 0 0 0 365 4 0 0 20 0 19 0 23380459 9856040960 1128253 33554432000 1073741824 1073778376 140733297578016 139841081239912 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13161] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13161/stat : 13161 (java) S 13146 13149 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23380459 9856040960 1128253 33554432000 1073741824 1073778376 140733297578016 139841080186232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13162] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13162/stat : 13162 (java) S 13146 13149 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23380459 9856040960 1128253 33554432000 1073741824 1073778376 140733297578016 139841079133064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13163] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13163/stat : 13163 (java) S 13146 13149 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23380461 9856040960 1128253 33554432000 1073741824 1073778376 140733297578016 139841078081808 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13164] ppid=13146 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/13149/task/13164/stat : 13164 (java) S 13146 13149 11879 0 -1 4202560 3828 0 0 0 57 1 0 0 20 0 19 0 23380461 9856040960 1128253 33554432000 1073741824 1073778376 140733297578016 139841077029688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13165] ppid=13146 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/13149/task/13165/stat : 13165 (java) S 13146 13149 11879 0 -1 4202560 3962 0 0 0 56 0 0 0 20 0 19 0 23380461 9856040960 1128253 33554432000 1073741824 1073778376 140733297578016 139841075977144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13149/tid=13166] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13166/stat : 13166 (java) S 13146 13149 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23380461 9856040960 1128253 33554432000 1073741824 1073778376 140733297578016 139841074924280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13149/tid=13167] ppid=13146 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/13149/task/13167/stat : 13167 (java) S 13146 13149 11879 0 -1 4202560 94 0 0 0 16 15 0 0 20 0 19 0 23380461 9856040960 1128253 33554432000 1073741824 1073778376 140733297578016 139841073871944 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13168] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13168/stat : 13168 (java) S 13146 13149 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23380535 9856040960 1128253 33554432000 1073741824 1073778376 140733297578016 139841072817192 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1678.91
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.02 2.08 2.06 4/211 13414
/proc/meminfo: memFree=25748636/32872528 swapFree=447868/480572
[pid=13149] ppid=13146 vsize=9625040 CPUtime=1740.09 cores=1,3,5,7
/proc/13149/stat : 13149 (java) S 13146 13149 11879 0 -1 4202496 109630 0 1 0 173480 529 0 0 20 0 19 0 23380456 9856040960 1219393 33554432000 1073741824 1073778376 140733297578016 140733297569152 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13149/statm: 2406260 1219393 2287 9 0 2396937 0
[pid=13149/tid=13150] ppid=13146 vsize=9625040 CPUtime=1707.64 cores=1,3,5,7
/proc/13149/task/13150/stat : 13150 (java) R 13146 13149 11879 0 -1 4202560 3558 0 1 0 170726 38 0 0 20 0 19 0 23380457 9856040960 1219393 33554432000 1073741824 1073778376 140733297578016 139841257053408 139841129572799 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13152] ppid=13146 vsize=9625040 CPUtime=2.68 cores=1,3,5,7
/proc/13149/task/13152/stat : 13152 (java) S 13146 13149 11879 0 -1 4202560 11243 0 0 0 204 64 0 0 20 0 19 0 23380458 9856040960 1219393 33554432000 1073741824 1073778376 140733297578016 139841101019560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13149/tid=13153] ppid=13146 vsize=9625040 CPUtime=3.24 cores=1,3,5,7
/proc/13149/task/13153/stat : 13153 (java) S 13146 13149 11879 0 -1 4202560 10414 0 0 0 248 76 0 0 20 0 19 0 23380458 9856040960 1219393 33554432000 1073741824 1073778376 140733297578016 139841099967016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13154] ppid=13146 vsize=9625040 CPUtime=2.33 cores=1,3,5,7
/proc/13149/task/13154/stat : 13154 (java) S 13146 13149 11879 0 -1 4202560 10149 0 0 0 183 50 0 0 20 0 19 0 23380458 9856040960 1219393 33554432000 1073741824 1073778376 140733297578016 139841098913960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13149/tid=13155] ppid=13146 vsize=9625040 CPUtime=2.73 cores=1,3,5,7
/proc/13149/task/13155/stat : 13155 (java) S 13146 13149 11879 0 -1 4202560 12737 0 0 0 216 57 0 0 20 0 19 0 23380458 9856040960 1219393 33554432000 1073741824 1073778376 140733297578016 139841097861416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13156] ppid=13146 vsize=9625040 CPUtime=3.14 cores=1,3,5,7
/proc/13149/task/13156/stat : 13156 (java) S 13146 13149 11879 0 -1 4202560 10824 0 0 0 244 70 0 0 20 0 19 0 23380458 9856040960 1219393 33554432000 1073741824 1073778376 140733297578016 139841096809384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13157] ppid=13146 vsize=9625040 CPUtime=2.89 cores=1,3,5,7
/proc/13149/task/13157/stat : 13157 (java) S 13146 13149 11879 0 -1 4202560 14195 0 0 0 226 63 0 0 20 0 19 0 23380458 9856040960 1219393 33554432000 1073741824 1073778376 140733297578016 139841095756840 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13158] ppid=13146 vsize=9625040 CPUtime=2.85 cores=1,3,5,7
/proc/13149/task/13158/stat : 13158 (java) S 13146 13149 11879 0 -1 4202560 11954 0 0 0 232 53 0 0 20 0 19 0 23380458 9856040960 1219393 33554432000 1073741824 1073778376 140733297578016 139841094703784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13149/tid=13159] ppid=13146 vsize=9625040 CPUtime=2.74 cores=1,3,5,7
/proc/13149/task/13159/stat : 13159 (java) S 13146 13149 11879 0 -1 4202560 10397 0 0 0 208 66 0 0 20 0 19 0 23380458 9856040960 1219393 33554432000 1073741824 1073778376 140733297578016 139841093651240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13149/tid=13160] ppid=13146 vsize=9625040 CPUtime=4.32 cores=1,3,5,7
/proc/13149/task/13160/stat : 13160 (java) S 13146 13149 11879 0 -1 4202560 5014 0 0 0 428 4 0 0 20 0 19 0 23380459 9856040960 1219393 33554432000 1073741824 1073778376 140733297578016 139841081239912 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13161] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13161/stat : 13161 (java) S 13146 13149 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23380459 9856040960 1219393 33554432000 1073741824 1073778376 140733297578016 139841080186232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13162] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13162/stat : 13162 (java) S 13146 13149 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23380459 9856040960 1219393 33554432000 1073741824 1073778376 140733297578016 139841079133064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13163] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13163/stat : 13163 (java) S 13146 13149 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23380461 9856040960 1219393 33554432000 1073741824 1073778376 140733297578016 139841078081808 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13164] ppid=13146 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/13149/task/13164/stat : 13164 (java) S 13146 13149 11879 0 -1 4202560 3828 0 0 0 57 1 0 0 20 0 19 0 23380461 9856040960 1219393 33554432000 1073741824 1073778376 140733297578016 139841077029688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13165] ppid=13146 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/13149/task/13165/stat : 13165 (java) S 13146 13149 11879 0 -1 4202560 3962 0 0 0 56 0 0 0 20 0 19 0 23380461 9856040960 1219393 33554432000 1073741824 1073778376 140733297578016 139841075977144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13149/tid=13166] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13166/stat : 13166 (java) S 13146 13149 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23380461 9856040960 1219393 33554432000 1073741824 1073778376 140733297578016 139841074924280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13149/tid=13167] ppid=13146 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/13149/task/13167/stat : 13167 (java) S 13146 13149 11879 0 -1 4202560 98 0 0 0 16 16 0 0 20 0 19 0 23380461 9856040960 1219393 33554432000 1073741824 1073778376 140733297578016 139841073871944 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13168] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13168/stat : 13168 (java) S 13146 13149 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23380535 9856040960 1219393 33554432000 1073741824 1073778376 140733297578016 139841072817192 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1740.09
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.8 s]
/proc/loadavg: 2.04 2.08 2.06 3/211 13482
/proc/meminfo: memFree=25341448/32872528 swapFree=447868/480572
[pid=13149] ppid=13146 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/13149/stat : 13149 (java) S 13146 13149 11879 0 -1 4202496 109671 0 1 0 179477 529 0 0 20 0 19 0 23380456 9856040960 1219427 33554432000 1073741824 1073778376 140733297578016 140733297569152 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13149/statm: 2406260 1219427 2287 9 0 2396937 0
[pid=13149/tid=13150] ppid=13146 vsize=9625040 CPUtime=1766.84 cores=1,3,5,7
/proc/13149/task/13150/stat : 13150 (java) R 13146 13149 11879 0 -1 4202560 3559 0 1 0 176645 39 0 0 20 0 19 0 23380457 9856040960 1219427 33554432000 1073741824 1073778376 140733297578016 139841257053408 139841129573392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13152] ppid=13146 vsize=9625040 CPUtime=2.84 cores=1,3,5,7
/proc/13149/task/13152/stat : 13152 (java) S 13146 13149 11879 0 -1 4202560 11243 0 0 0 220 64 0 0 20 0 19 0 23380458 9856040960 1219427 33554432000 1073741824 1073778376 140733297578016 139841101019560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13153] ppid=13146 vsize=9625040 CPUtime=3.31 cores=1,3,5,7
/proc/13149/task/13153/stat : 13153 (java) S 13146 13149 11879 0 -1 4202560 10424 0 0 0 255 76 0 0 20 0 19 0 23380458 9856040960 1219427 33554432000 1073741824 1073778376 140733297578016 139841099967016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13149/tid=13154] ppid=13146 vsize=9625040 CPUtime=2.38 cores=1,3,5,7
/proc/13149/task/13154/stat : 13154 (java) S 13146 13149 11879 0 -1 4202560 10149 0 0 0 188 50 0 0 20 0 19 0 23380458 9856040960 1219427 33554432000 1073741824 1073778376 140733297578016 139841098913960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13149/tid=13155] ppid=13146 vsize=9625040 CPUtime=2.8 cores=1,3,5,7
/proc/13149/task/13155/stat : 13155 (java) S 13146 13149 11879 0 -1 4202560 12737 0 0 0 223 57 0 0 20 0 19 0 23380458 9856040960 1219427 33554432000 1073741824 1073778376 140733297578016 139841097861416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13156] ppid=13146 vsize=9625040 CPUtime=3.22 cores=1,3,5,7
/proc/13149/task/13156/stat : 13156 (java) S 13146 13149 11879 0 -1 4202560 10824 0 0 0 252 70 0 0 20 0 19 0 23380458 9856040960 1219427 33554432000 1073741824 1073778376 140733297578016 139841096809384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13149/tid=13157] ppid=13146 vsize=9625040 CPUtime=2.97 cores=1,3,5,7
/proc/13149/task/13157/stat : 13157 (java) S 13146 13149 11879 0 -1 4202560 14195 0 0 0 234 63 0 0 20 0 19 0 23380458 9856040960 1219427 33554432000 1073741824 1073778376 140733297578016 139841095756840 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13158] ppid=13146 vsize=9625040 CPUtime=2.9 cores=1,3,5,7
/proc/13149/task/13158/stat : 13158 (java) S 13146 13149 11879 0 -1 4202560 11954 0 0 0 237 53 0 0 20 0 19 0 23380458 9856040960 1219427 33554432000 1073741824 1073778376 140733297578016 139841094703784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13149/tid=13159] ppid=13146 vsize=9625040 CPUtime=2.79 cores=1,3,5,7
/proc/13149/task/13159/stat : 13159 (java) S 13146 13149 11879 0 -1 4202560 10402 0 0 0 213 66 0 0 20 0 19 0 23380458 9856040960 1219427 33554432000 1073741824 1073778376 140733297578016 139841093651240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13149/tid=13160] ppid=13146 vsize=9625040 CPUtime=4.32 cores=1,3,5,7
/proc/13149/task/13160/stat : 13160 (java) S 13146 13149 11879 0 -1 4202560 5035 0 0 0 428 4 0 0 20 0 19 0 23380459 9856040960 1219427 33554432000 1073741824 1073778376 140733297578016 139841081239912 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13161] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13161/stat : 13161 (java) S 13146 13149 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23380459 9856040960 1219427 33554432000 1073741824 1073778376 140733297578016 139841080186232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13162] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13162/stat : 13162 (java) S 13146 13149 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23380459 9856040960 1219427 33554432000 1073741824 1073778376 140733297578016 139841079133064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13163] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13163/stat : 13163 (java) S 13146 13149 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23380461 9856040960 1219427 33554432000 1073741824 1073778376 140733297578016 139841078081808 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13149/tid=13164] ppid=13146 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/13149/task/13164/stat : 13164 (java) S 13146 13149 11879 0 -1 4202560 3828 0 0 0 57 1 0 0 20 0 19 0 23380461 9856040960 1219427 33554432000 1073741824 1073778376 140733297578016 139841077029688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13165] ppid=13146 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/13149/task/13165/stat : 13165 (java) S 13146 13149 11879 0 -1 4202560 3962 0 0 0 56 0 0 0 20 0 19 0 23380461 9856040960 1219427 33554432000 1073741824 1073778376 140733297578016 139841075977144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13149/tid=13166] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13166/stat : 13166 (java) S 13146 13149 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23380461 9856040960 1219427 33554432000 1073741824 1073778376 140733297578016 139841074924280 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13149/tid=13167] ppid=13146 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/13149/task/13167/stat : 13167 (java) S 13146 13149 11879 0 -1 4202560 102 0 0 0 17 16 0 0 20 0 19 0 23380461 9856040960 1219427 33554432000 1073741824 1073778376 140733297578016 139841073871944 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13149/tid=13168] ppid=13146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13149/task/13168/stat : 13168 (java) S 13146 13149 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23380535 9856040960 1219427 33554432000 1073741824 1073778376 140733297578016 139841072817192 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 13149 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13149 and gives
#  childrusage.ru_utime.tv_sec=1790
#  childrusage.ru_utime.tv_usec=418814
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=742127
# CPU time returned by wait4() is 1796.16
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1781.85
CPU time (s): 1800.06
CPU user time (s): 1794.77
CPU system time (s): 5.29
CPU usage (%): 101.022
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.42
system time used= 5.74213
maximum resident set size= 4969524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109717
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44045
involuntary context switches= 6918

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.92149 second user time and 12.2731 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-18 03:28:23
IDJOB=4100413
IDBENCH=1613
IDSOLVER=2546
FILE ID=node104/4100413-1466213303
RUNJOBID= node104-1466206103-11896
PBS_JOBID= 19918168
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-blp-ic98.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100413-1466213303/watcher-4100413-1466213303 -o /tmp/evaluation-result-4100413-1466213303/solver-4100413-1466213303 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11896 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100413-1466213303.opb

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

MD5SUM BENCH= cf56ee4a2e10a22486df8fb664e91027
RANDOM SEED=1249252006

node104.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.035
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.07
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.035
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.035
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
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.035
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.035
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.54
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.035
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.035
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:        31152984 kB
Buffers:           40960 kB
Cached:           103272 kB
SwapCached:        40476 kB
Active:           364600 kB
Inactive:         137440 kB
Active(anon):     320260 kB
Inactive(anon):    39924 kB
Active(file):      44340 kB
Inactive(file):    97516 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060360 kB
Dirty:              4152 kB
Writeback:             0 kB
AnonPages:        827428 kB
Mapped:            15360 kB
Shmem:                 0 kB
Slab:             571896 kB
SReclaimable:      16108 kB
SUnreclaim:       555788 kB
KernelStack:        1752 kB
PageTables:         5976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1159276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    356352 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= 71696 MiB
End job on node104 at 2016-06-18 03:58:05