Trace number 4080667

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 Res+CP PB16? (TO) 1801.45 898.298

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-misc06.opb
MD5SUM0662414c0fee45075e37f5c5e2481506
Bench CategoryOPT-BIGINT (optimisation, big 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 variables51018
Total number of constraints820
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints820
Minimum length of a constraint30
Maximum length of a constraint13471
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 211324891222433894400
Number of bits of the biggest number in a constraint 68
Biggest sum of numbers in a constraint 23205541583449342163452
Number of bits of the biggest sum of numbers75
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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080667-1465229550.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.96/1.00	c ... done. Wall clock time 0.879s.
1.96/1.00	c declared #vars     51018
1.96/1.00	c #constraints  1070
1.96/1.00	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.96/1.00	c constraints type 
1.96/1.00	c org.sat4j.specs.Constr$1 => 7
1.96/1.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1051
1.96/1.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
1.96/1.00	c 1070 constraints processed.
1.96/1.00	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.96/1.00	c constraints type 
1.96/1.00	c org.sat4j.specs.Constr$1 => 7
1.96/1.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1063
1.96/1.00	c 1070 constraints processed.
1.96/1.00	c objective function length is 31 literals
11.19/4.83	c cleaning 2491 clauses out of 4981 with flag 27438/5001
19.73/9.06	c cleaning 4245 clauses out of 8489 with flag 39810/11000
29.40/13.83	c cleaning 5622 clauses out of 11244 with flag 54041/18000
40.74/19.45	c cleaning 6811 clauses out of 13623 with flag 70439/26001
52.78/25.41	c cleaning 7900 clauses out of 15813 with flag 88877/35002
65.69/31.80	c cleaning 8953 clauses out of 17912 with flag 108956/45001
80.52/39.27	c cleaning 9977 clauses out of 19959 with flag 131018/56001
97.92/47.85	c cleaning 10989 clauses out of 21984 with flag 155132/68003
115.32/56.57	c cleaning 11993 clauses out of 23993 with flag 181322/81001
136.12/66.80	c cleaning 12997 clauses out of 25999 with flag 209336/95000
158.32/77.99	c cleaning 13992 clauses out of 28002 with flag 239371/110000
181.92/89.76	c cleaning 14996 clauses out of 30011 with flag 272004/126001
208.01/102.64	c cleaning 16000 clauses out of 32015 with flag 306909/143001
235.81/116.60	c cleaning 16996 clauses out of 34014 with flag 343863/161000
268.62/133.19	c cleaning 18001 clauses out of 36018 with flag 382847/180000
301.61/149.69	c cleaning 19000 clauses out of 38018 with flag 424095/200001
338.13/167.87	c cleaning 20006 clauses out of 40021 with flag 467297/221004
382.10/189.71	c cleaning 21002 clauses out of 42012 with flag 512516/243001
425.89/211.68	c cleaning 21996 clauses out of 44009 with flag 559859/266000
477.41/237.67	c cleaning 22997 clauses out of 46013 with flag 609227/290000
532.07/264.94	c cleaning 24005 clauses out of 48017 with flag 660521/315001
589.37/293.50	c cleaning 24996 clauses out of 50011 with flag 713585/341000
650.58/324.13	c cleaning 26007 clauses out of 52016 with flag 768677/368001
713.13/355.32	c cleaning 26999 clauses out of 54008 with flag 826049/396000
783.08/390.57	c cleaning 28002 clauses out of 56009 with flag 885179/425000
852.57/425.26	c cleaning 28999 clauses out of 58007 with flag 946523/455000
927.27/463.00	c cleaning 30003 clauses out of 60009 with flag 1010603/486001
1001.51/500.15	c cleaning 30997 clauses out of 62006 with flag 1076858/518001
1075.18/536.97	c cleaning 32003 clauses out of 64009 with flag 1145070/551001
1156.71/577.65	c cleaning 33000 clauses out of 66005 with flag 1215020/585000
1249.76/624.02	c cleaning 33998 clauses out of 68006 with flag 1287053/620001
1344.25/671.13	c cleaning 34997 clauses out of 70009 with flag 1361015/656002
1439.36/718.57	c cleaning 35997 clauses out of 72011 with flag 1438427/693001
1537.21/767.29	c cleaning 37000 clauses out of 74014 with flag 1521377/731001
1642.99/819.86	c cleaning 37996 clauses out of 76014 with flag 1601021/770001
1749.58/872.83	c cleaning 39000 clauses out of 78017 with flag 1683081/810000
1800.65/898.25	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.65/898.25	c starts		: 86
1800.65/898.25	c conflicts		: 831866
1800.65/898.25	c decisions		: 969173
1800.65/898.25	c propagations		: 39427487
1800.65/898.25	c inspects		: 5262719783
1800.65/898.25	c shortcuts		: 0
1800.65/898.25	c learnt literals	: 20
1800.65/898.25	c learnt binary clauses	: 33
1800.65/898.25	c learnt ternary clauses	: 22
1800.65/898.25	c learnt constraints	: 831846
1800.65/898.25	c ignored constraints	: 0
1800.65/898.25	c root simplifications	: 0
1800.65/898.25	c removed literals (reason simplification)	: 106792654
1800.65/898.25	c reason swapping (by a shorter reason)	: 0
1800.65/898.25	c Calls to reduceDB	: 36
1800.65/898.25	c Number of update (reduction) of LBD	: 9175
1800.65/898.25	c Imported unit clauses	: 0
1800.65/898.25	c number of reductions to clauses (during analyze)	: 0
1800.65/898.25	c number of learned constraints concerned by reduction	: 0
1800.65/898.25	c number of learning phase by resolution	: 0
1800.65/898.25	c number of learning phase by cutting planes	: 0
1800.65/898.25	c speed (assignments/second)	: 43948.12275048293
1800.65/898.25	c non guided choices	19601
1800.65/898.27	c learnt constraints type 
1800.65/898.27	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 33
1800.65/898.27	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60850
1800.65/898.27	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.65/898.27	c starts		: 1
1800.65/898.27	c conflicts		: 984
1800.65/898.27	c decisions		: 567443
1800.65/898.27	c propagations		: 800552
1800.65/898.27	c inspects		: 155704929
1800.65/898.27	c shortcuts		: 0
1800.65/898.27	c learnt literals	: 0
1800.65/898.27	c learnt binary clauses	: 0
1800.65/898.27	c learnt ternary clauses	: 0
1800.65/898.27	c learnt constraints	: 983
1800.65/898.27	c ignored constraints	: 0
1800.65/898.27	c root simplifications	: 0
1800.65/898.27	c removed literals (reason simplification)	: 0
1800.65/898.27	c reason swapping (by a shorter reason)	: 0
1800.65/898.27	c Calls to reduceDB	: 0
1800.65/898.27	c Number of update (reduction) of LBD	: 0
1800.65/898.27	c Imported unit clauses	: 0
1800.65/898.27	c number of reductions to clauses (during analyze)	: 0
1800.65/898.27	c number of learned constraints concerned by reduction	: 0
1800.65/898.27	c number of learning phase by resolution	: 0
1800.65/898.27	c number of learning phase by cutting planes	: 0
1800.65/898.27	c speed (assignments/second)	: 892.3348897555908
1800.65/898.27	c non guided choices	48
1800.65/898.27	c learnt constraints type 
1800.65/898.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 983
1800.65/898.27	s UNKNOWN
1800.65/898.27	c Total wall clock time (in seconds): 898.153

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-4080667-1465229550/watcher-4080667-1465229550 -o /tmp/evaluation-result-4080667-1465229550/solver-4080667-1465229550 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465216787-3987 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080667-1465229550.opb 

pid=11860
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: 3.84 3.54 3.79 3/196 11863
/proc/meminfo: memFree=31159872/32872528 swapFree=10608/190480
[pid=11863] ppid=11860 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/11863/stat : 11863 (java) D 11860 11863 3970 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 104890320 9515008 185 33554432000 1073741824 1073778376 140733668223664 140733668212728 249640873255 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/11863/statm: 2323 185 143 9 0 71 0

[startup+0.100065 s]
/proc/loadavg: 3.84 3.54 3.79 3/196 11863
/proc/meminfo: memFree=31159872/32872528 swapFree=10608/190480
[pid=11863] ppid=11860 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/11863/stat : 11863 (java) S 11860 11863 3970 0 -1 4202496 4397 0 1 0 8 1 0 0 20 0 18 0 104890320 9787879424 6038 33554432000 1073741824 1073778376 140733668223664 140733668214800 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11863/statm: 2389619 6038 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200263 s]
/proc/loadavg: 3.84 3.54 3.79 3/196 11863
/proc/meminfo: memFree=31159872/32872528 swapFree=10608/190480
[pid=11863] ppid=11860 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/11863/stat : 11863 (java) S 11860 11863 3970 0 -1 4202496 5124 0 1 0 27 2 0 0 20 0 18 0 104890320 9787879424 7569 33554432000 1073741824 1073778376 140733668223664 140733668214800 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11863/statm: 2389619 7571 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300237 s]
/proc/loadavg: 3.84 3.54 3.79 3/196 11863
/proc/meminfo: memFree=31159872/32872528 swapFree=10608/190480
[pid=11863] ppid=11860 vsize=9558476 CPUtime=0.59 cores=1,3,5,7
/proc/11863/stat : 11863 (java) S 11860 11863 3970 0 -1 4202496 13312 0 1 0 56 3 0 0 20 0 18 0 104890320 9787879424 14302 33554432000 1073741824 1073778376 140733668223664 140733668214800 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11863/statm: 2389619 14302 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558476

[startup+0.700205 s]
/proc/loadavg: 3.84 3.54 3.79 3/196 11863
/proc/meminfo: memFree=31159872/32872528 swapFree=10608/190480
[pid=11863] ppid=11860 vsize=9558476 CPUtime=1.47 cores=1,3,5,7
/proc/11863/stat : 11863 (java) S 11860 11863 3970 0 -1 4202496 16209 0 1 0 141 6 0 0 20 0 18 0 104890320 9787879424 47160 33554432000 1073741824 1073778376 140733668223664 140733668214800 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11863/statm: 2389619 47160 2258 9 0 2380296 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9558476

[startup+1.50078 s]
/proc/loadavg: 3.84 3.54 3.79 6/216 11883
/proc/meminfo: memFree=30939836/32872528 swapFree=10608/190480
[pid=11863] ppid=11860 vsize=9824732 CPUtime=3.85 cores=1,3,5,7
/proc/11863/stat : 11863 (java) S 11860 11863 3970 0 -1 4202496 20980 0 1 0 368 17 0 0 20 0 22 0 104890320 10060525568 67139 33554432000 1073741824 1073778376 140733668223664 140733668214800 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11863/statm: 2456183 67651 2278 9 0 2446860 0
[pid=11863/tid=11865] ppid=11860 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/11863/task/11865/stat : 11865 (java) S 11860 11863 3970 0 -1 4202560 2488 0 1 0 87 4 0 0 20 0 22 0 104890321 10060525568 67651 33554432000 1073741824 1073778376 140733668223664 140620489786232 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11863/tid=11866] ppid=11860 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11863/task/11866/stat : 11866 (java) R 11860 11863 3970 0 -1 4202560 106 0 0 0 1 0 0 0 20 0 22 0 104890322 10060525568 67651 33554432000 1073741824 1073778376 140733668223664 140620333049904 140620496681900 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11867] ppid=11860 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11863/task/11867/stat : 11867 (java) R 11860 11863 3970 0 -1 4202560 17 0 0 0 1 1 0 0 20 0 22 0 104890322 10060525568 67651 33554432000 1073741824 1073778376 140733668223664 140620331997656 140620496681632 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11868] ppid=11860 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11863/task/11868/stat : 11868 (java) R 11860 11863 3970 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 104890322 10060525568 67651 33554432000 1073741824 1073778376 140733668223664 140620330945112 140620496684114 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11869] ppid=11860 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/11863/task/11869/stat : 11869 (java) R 11860 11863 3970 0 -1 4202560 149 0 0 0 6 3 0 0 20 0 22 0 104890322 10060525568 67651 33554432000 1073741824 1073778376 140733668223664 140620329892568 140620492256961 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11863/tid=11870] ppid=11860 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11863/task/11870/stat : 11870 (java) R 11860 11863 3970 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 104890322 10060525568 67651 33554432000 1073741824 1073778376 140733668223664 140620328840024 140620493542540 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11871] ppid=11860 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11863/task/11871/stat : 11871 (java) R 11860 11863 3970 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 104890322 10060525568 67651 33554432000 1073741824 1073778376 140733668223664 140620327787480 140620492256969 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11872] ppid=11860 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11863/task/11872/stat : 11872 (java) R 11860 11863 3970 0 -1 4202560 116 0 0 0 3 2 0 0 20 0 22 0 104890322 10060525568 67651 33554432000 1073741824 1073778376 140733668223664 140620326734936 140620492256961 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11873] ppid=11860 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11863/task/11873/stat : 11873 (java) R 11860 11863 3970 0 -1 4202560 104 0 0 0 3 2 0 0 20 0 22 0 104890322 10060525568 67651 33554432000 1073741824 1073778376 140733668223664 140620325682392 140620492256945 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11874] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11874/stat : 11874 (java) S 11860 11863 3970 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 104890323 10060525568 67651 33554432000 1073741824 1073778376 140733668223664 140619843351560 249653408828 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11875] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11875/stat : 11875 (java) S 11860 11863 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104890323 10060525568 67651 33554432000 1073741824 1073778376 140733668223664 140619842299000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11876] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11876/stat : 11876 (java) S 11860 11863 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104890324 10060525568 67651 33554432000 1073741824 1073778376 140733668223664 140619841246344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11877] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11877/stat : 11877 (java) S 11860 11863 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104890326 10060525568 67651 33554432000 1073741824 1073778376 140733668223664 140619840195088 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11878] ppid=11860 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/11863/task/11878/stat : 11878 (java) S 11860 11863 3970 0 -1 4202560 8146 0 0 0 82 0 0 0 20 0 22 0 104890326 10060525568 67651 33554432000 1073741824 1073778376 140733668223664 140619839128552 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11863/tid=11879] ppid=11860 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/11863/task/11879/stat : 11879 (java) S 11860 11863 3970 0 -1 4202560 8415 0 0 0 77 2 0 0 20 0 22 0 104890326 10060525568 67651 33554432000 1073741824 1073778376 140733668223664 140619838076008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11880] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11880/stat : 11880 (java) S 11860 11863 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104890326 10060525568 67651 33554432000 1073741824 1073778376 140733668223664 140619837037560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11881] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11881/stat : 11881 (java) S 11860 11863 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104890326 10060525568 67651 33554432000 1073741824 1073778376 140733668223664 140619835985224 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11882] ppid=11860 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/11863/task/11882/stat : 11882 (java) S 11860 11863 3970 0 -1 4202560 24 0 0 0 43 0 0 0 20 0 22 0 104890420 10060525568 67651 33554432000 1073741824 1073778376 140733668223664 140619834928328 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11883] ppid=11860 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/11863/task/11883/stat : 11883 (java) S 11860 11863 3970 0 -1 4202560 25 0 0 0 42 0 0 0 20 0 22 0 104890420 10060525568 67651 33554432000 1073741824 1073778376 140733668223664 140619833876920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 3.78 3.53 3.78 5/218 11885
/proc/meminfo: memFree=30890212/32872528 swapFree=10608/190480
[pid=11863] ppid=11860 vsize=9824732 CPUtime=7.68 cores=1,3,5,7
/proc/11863/stat : 11863 (java) S 11860 11863 3970 0 -1 4202496 26515 0 1 0 750 18 0 0 20 0 22 0 104890320 10060525568 69438 33554432000 1073741824 1073778376 140733668223664 140733668214800 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11863/statm: 2456183 69438 2279 9 0 2446860 0
[pid=11863/tid=11865] ppid=11860 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/11863/task/11865/stat : 11865 (java) S 11860 11863 3970 0 -1 4202560 2488 0 1 0 87 4 0 0 20 0 22 0 104890321 10060525568 69438 33554432000 1073741824 1073778376 140733668223664 140620489786232 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11863/tid=11866] ppid=11860 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11863/task/11866/stat : 11866 (java) S 11860 11863 3970 0 -1 4202560 106 0 0 0 2 0 0 0 20 0 22 0 104890322 10060525568 69438 33554432000 1073741824 1073778376 140733668223664 140620333050024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11867] ppid=11860 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11863/task/11867/stat : 11867 (java) S 11860 11863 3970 0 -1 4202560 25 0 0 0 1 1 0 0 20 0 22 0 104890322 10060525568 69438 33554432000 1073741824 1073778376 140733668223664 140620331997480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11863/tid=11868] ppid=11860 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11863/task/11868/stat : 11868 (java) S 11860 11863 3970 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 104890322 10060525568 69438 33554432000 1073741824 1073778376 140733668223664 140620330944936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11863/tid=11869] ppid=11860 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/11863/task/11869/stat : 11869 (java) S 11860 11863 3970 0 -1 4202560 153 0 0 0 8 3 0 0 20 0 22 0 104890322 10060525568 69438 33554432000 1073741824 1073778376 140733668223664 140620329892392 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11870] ppid=11860 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11863/task/11870/stat : 11870 (java) S 11860 11863 3970 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 104890322 10060525568 69438 33554432000 1073741824 1073778376 140733668223664 140620328839848 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11871] ppid=11860 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11863/task/11871/stat : 11871 (java) S 11860 11863 3970 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 104890322 10060525568 69438 33554432000 1073741824 1073778376 140733668223664 140620327787304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11863/tid=11872] ppid=11860 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/11863/task/11872/stat : 11872 (java) S 11860 11863 3970 0 -1 4202560 119 0 0 0 5 2 0 0 20 0 22 0 104890322 10060525568 69438 33554432000 1073741824 1073778376 140733668223664 140620326734760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11873] ppid=11860 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/11863/task/11873/stat : 11873 (java) S 11860 11863 3970 0 -1 4202560 107 0 0 0 5 2 0 0 20 0 22 0 104890322 10060525568 69438 33554432000 1073741824 1073778376 140733668223664 140620325682216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11863/tid=11874] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11874/stat : 11874 (java) S 11860 11863 3970 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 104890323 10060525568 69438 33554432000 1073741824 1073778376 140733668223664 140619843352680 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11875] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11875/stat : 11875 (java) S 11860 11863 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104890323 10060525568 69438 33554432000 1073741824 1073778376 140733668223664 140619842299000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11876] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11876/stat : 11876 (java) S 11860 11863 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104890324 10060525568 69438 33554432000 1073741824 1073778376 140733668223664 140619841246344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11877] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11877/stat : 11877 (java) S 11860 11863 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104890326 10060525568 69438 33554432000 1073741824 1073778376 140733668223664 140619840195088 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11878] ppid=11860 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/11863/task/11878/stat : 11878 (java) S 11860 11863 3970 0 -1 4202560 8147 0 0 0 105 0 0 0 20 0 22 0 104890326 10060525568 69438 33554432000 1073741824 1073778376 140733668223664 140619839142456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11879] ppid=11860 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/11863/task/11879/stat : 11879 (java) S 11860 11863 3970 0 -1 4202560 13922 0 0 0 116 3 0 0 20 0 22 0 104890326 10060525568 69438 33554432000 1073741824 1073778376 140733668223664 140619838089912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11880] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11880/stat : 11880 (java) S 11860 11863 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104890326 10060525568 69438 33554432000 1073741824 1073778376 140733668223664 140619837037560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11881] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11881/stat : 11881 (java) S 11860 11863 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104890326 10060525568 69438 33554432000 1073741824 1073778376 140733668223664 140619835985224 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11882] ppid=11860 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/11863/task/11882/stat : 11882 (java) R 11860 11863 3970 0 -1 4202560 24 0 0 0 201 0 0 0 20 0 22 0 104890420 10060525568 69438 33554432000 1073741824 1073778376 140733668223664 140619834929352 140620334140195 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11883] ppid=11860 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/11863/task/11883/stat : 11883 (java) R 11860 11863 3970 0 -1 4202560 26 0 0 0 198 0 0 0 20 0 22 0 104890420 10060525568 69438 33554432000 1073741824 1073778376 140733668223664 140619833877128 140620334193429 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11863/tid=11884] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11884/stat : 11884 (java) S 11860 11863 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104890431 10060525568 69438 33554432000 1073741824 1073778376 140733668223664 140619832824872 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11885] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11885/stat : 11885 (java) S 11860 11863 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104890433 10060525568 69438 33554432000 1073741824 1073778376 140733668223664 140619831772328 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 3.78 3.53 3.78 4/218 11885
/proc/meminfo: memFree=30736884/32872528 swapFree=10608/190480
[pid=11863] ppid=11860 vsize=9824732 CPUtime=14.28 cores=1,3,5,7
/proc/11863/stat : 11863 (java) S 11860 11863 3970 0 -1 4202496 26813 0 1 0 1402 26 0 0 20 0 22 0 104890320 10060525568 107373 33554432000 1073741824 1073778376 140733668223664 140733668214800 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11863/statm: 2456183 107373 2283 9 0 2446860 0
[pid=11863/tid=11865] ppid=11860 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/11863/task/11865/stat : 11865 (java) S 11860 11863 3970 0 -1 4202560 2489 0 1 0 87 4 0 0 20 0 22 0 104890321 10060525568 107373 33554432000 1073741824 1073778376 140733668223664 140620489786232 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11866] ppid=11860 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11863/task/11866/stat : 11866 (java) S 11860 11863 3970 0 -1 4202560 119 0 0 0 3 1 0 0 20 0 22 0 104890322 10060525568 107373 33554432000 1073741824 1073778376 140733668223664 140620333050024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11867] ppid=11860 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11863/task/11867/stat : 11867 (java) S 11860 11863 3970 0 -1 4202560 34 0 0 0 3 1 0 0 20 0 22 0 104890322 10060525568 107373 33554432000 1073741824 1073778376 140733668223664 140620331997480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11868] ppid=11860 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/11863/task/11868/stat : 11868 (java) S 11860 11863 3970 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 22 0 104890322 10060525568 107373 33554432000 1073741824 1073778376 140733668223664 140620330944936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11863/tid=11869] ppid=11860 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/11863/task/11869/stat : 11869 (java) S 11860 11863 3970 0 -1 4202560 162 0 0 0 9 3 0 0 20 0 22 0 104890322 10060525568 107373 33554432000 1073741824 1073778376 140733668223664 140620329892392 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11870] ppid=11860 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/11863/task/11870/stat : 11870 (java) S 11860 11863 3970 0 -1 4202560 36 0 0 0 5 1 0 0 20 0 22 0 104890322 10060525568 107373 33554432000 1073741824 1073778376 140733668223664 140620328839848 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11871] ppid=11860 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/11863/task/11871/stat : 11871 (java) S 11860 11863 3970 0 -1 4202560 42 0 0 0 5 3 0 0 20 0 22 0 104890322 10060525568 107373 33554432000 1073741824 1073778376 140733668223664 140620327787304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11872] ppid=11860 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/11863/task/11872/stat : 11872 (java) S 11860 11863 3970 0 -1 4202560 125 0 0 0 6 3 0 0 20 0 22 0 104890322 10060525568 107373 33554432000 1073741824 1073778376 140733668223664 140620326734760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11873] ppid=11860 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/11863/task/11873/stat : 11873 (java) S 11860 11863 3970 0 -1 4202560 121 0 0 0 7 3 0 0 20 0 22 0 104890322 10060525568 107373 33554432000 1073741824 1073778376 140733668223664 140620325682216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11863/tid=11874] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11874/stat : 11874 (java) S 11860 11863 3970 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 104890323 10060525568 107373 33554432000 1073741824 1073778376 140733668223664 140619843352680 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11875] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11875/stat : 11875 (java) S 11860 11863 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104890323 10060525568 107373 33554432000 1073741824 1073778376 140733668223664 140619842299000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11876] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11876/stat : 11876 (java) S 11860 11863 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104890324 10060525568 107373 33554432000 1073741824 1073778376 140733668223664 140619841246344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11877] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11877/stat : 11877 (java) S 11860 11863 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104890326 10060525568 107373 33554432000 1073741824 1073778376 140733668223664 140619840195088 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11878] ppid=11860 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/11863/task/11878/stat : 11878 (java) S 11860 11863 3970 0 -1 4202560 8151 0 0 0 108 0 0 0 20 0 22 0 104890326 10060525568 107373 33554432000 1073741824 1073778376 140733668223664 140619839142456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11879] ppid=11860 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/11863/task/11879/stat : 11879 (java) S 11860 11863 3970 0 -1 4202560 13935 0 0 0 124 3 0 0 20 0 22 0 104890326 10060525568 107373 33554432000 1073741824 1073778376 140733668223664 140619838089912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11880] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.11 4.02 3.91 5/219 11982
/proc/meminfo: memFree=24371640/32872528 swapFree=10608/190480
[pid=11863] ppid=11860 vsize=9824732 CPUtime=1768.6 cores=1,3,5,7
/proc/11863/stat : 11863 (java) S 11860 11863 3970 0 -1 4202496 36955 0 1 0 176562 298 0 0 20 0 22 0 104890320 10060525568 816552 33554432000 1073741824 1073778376 140733668223664 140733668214800 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11863/statm: 2456183 816552 2291 9 0 2446860 0
[pid=11863/tid=11865] ppid=11860 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/11863/task/11865/stat : 11865 (java) S 11860 11863 3970 0 -1 4202560 2494 0 1 0 89 6 0 0 20 0 22 0 104890321 10060525568 816552 33554432000 1073741824 1073778376 140733668223664 140620489786232 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11866] ppid=11860 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/11863/task/11866/stat : 11866 (java) S 11860 11863 3970 0 -1 4202560 916 0 0 0 106 32 0 0 20 0 22 0 104890322 10060525568 816552 33554432000 1073741824 1073778376 140733668223664 140620333050024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11867] ppid=11860 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/11863/task/11867/stat : 11867 (java) S 11860 11863 3970 0 -1 4202560 697 0 0 0 146 29 0 0 20 0 22 0 104890322 10060525568 816552 33554432000 1073741824 1073778376 140733668223664 140620331997480 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11868] ppid=11860 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/11863/task/11868/stat : 11868 (java) S 11860 11863 3970 0 -1 4202560 684 0 0 0 113 31 0 0 20 0 22 0 104890322 10060525568 816552 33554432000 1073741824 1073778376 140733668223664 140620330944936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11869] ppid=11860 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/11863/task/11869/stat : 11869 (java) S 11860 11863 3970 0 -1 4202560 797 0 0 0 119 28 0 0 20 0 22 0 104890322 10060525568 816552 33554432000 1073741824 1073778376 140733668223664 140620329892392 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11870] ppid=11860 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/11863/task/11870/stat : 11870 (java) S 11860 11863 3970 0 -1 4202560 871 0 0 0 118 32 0 0 20 0 22 0 104890322 10060525568 816552 33554432000 1073741824 1073778376 140733668223664 140620328839848 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11871] ppid=11860 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/11863/task/11871/stat : 11871 (java) S 11860 11863 3970 0 -1 4202560 741 0 0 0 120 27 0 0 20 0 22 0 104890322 10060525568 816552 33554432000 1073741824 1073778376 140733668223664 140620327787304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11872] ppid=11860 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/11863/task/11872/stat : 11872 (java) S 11860 11863 3970 0 -1 4202560 1020 0 0 0 121 34 0 0 20 0 22 0 104890322 10060525568 816552 33554432000 1073741824 1073778376 140733668223664 140620326734760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11873] ppid=11860 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/11863/task/11873/stat : 11873 (java) S 11860 11863 3970 0 -1 4202560 1086 0 0 0 133 29 0 0 20 0 22 0 104890322 10060525568 816552 33554432000 1073741824 1073778376 140733668223664 140620325682216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11863/tid=11874] ppid=11860 vsize=9824732 CPUtime=3.21 cores=1,3,5,7
/proc/11863/task/11874/stat : 11874 (java) S 11860 11863 3970 0 -1 4202560 2478 0 0 0 317 4 0 0 20 0 22 0 104890323 10060525568 816552 33554432000 1073741824 1073778376 140733668223664 140619843352680 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11875] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11875/stat : 11875 (java) S 11860 11863 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104890323 10060525568 816552 33554432000 1073741824 1073778376 140733668223664 140619842299000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11876] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11876/stat : 11876 (java) S 11860 11863 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104890324 10060525568 816552 33554432000 1073741824 1073778376 140733668223664 140619841246344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11877] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11877/stat : 11877 (java) S 11860 11863 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104890326 10060525568 816552 33554432000 1073741824 1073778376 140733668223664 140619840195088 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11878] ppid=11860 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/11863/task/11878/stat : 11878 (java) S 11860 11863 3970 0 -1 4202560 8152 0 0 0 111 1 0 0 20 0 22 0 104890326 10060525568 816552 33554432000 1073741824 1073778376 140733668223664 140619839142456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11879] ppid=11860 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/11863/task/11879/stat : 11879 (java) S 11860 11863 3970 0 -1 4202560 13938 0 0 0 136 3 0 0 20 0 22 0 104890326 10060525568 816552 33554432000 1073741824 1073778376 140733668223664 140619838089912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11880] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11880/stat : 11880 (java) S 11860 11863 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104890326 10060525568 816552 33554432000 1073741824 1073778376 140733668223664 140619837037560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11881] ppid=11860 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/11863/task/11881/stat : 11881 (java) S 11860 11863 3970 0 -1 4202560 51 0 0 0 14 21 0 0 20 0 22 0 104890326 10060525568 816552 33554432000 1073741824 1073778376 140733668223664 140619835985224 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11882] ppid=11860 vsize=9824732 CPUtime=874.8 cores=1,3,5,7
/proc/11863/task/11882/stat : 11882 (java) R 11860 11863 3970 0 -1 4202560 223 0 0 0 87459 21 0 0 20 0 22 0 104890420 10060525568 816552 33554432000 1073741824 1073778376 140733668223664 140619834920592 140620334140779 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11883] ppid=11860 vsize=9824732 CPUtime=874.81 cores=1,3,5,7
/proc/11863/task/11883/stat : 11883 (java) R 11860 11863 3970 0 -1 4202560 1542 0 0 0 87447 34 0 0 20 0 22 0 104890420 10060525568 816552 33554432000 1073741824 1073778376 140733668223664 140619833874896 140620334220832 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11884] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11884/stat : 11884 (java) S 11860 11863 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104890431 10060525568 816552 33554432000 1073741824 1073778376 140733668223664 140619832824872 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11885] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11885/stat : 11885 (java) S 11860 11863 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104890433 10060525568 816552 33554432000 1073741824 1073778376 140733668223664 140619831772328 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1768.6
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.104 s]
/proc/loadavg: 4.08 4.02 3.91 5/219 11982
/proc/meminfo: memFree=24371520/32872528 swapFree=10608/190480
[pid=11863] ppid=11860 vsize=9824732 CPUtime=1800.25 cores=1,3,5,7
/proc/11863/stat : 11863 (java) S 11860 11863 3970 0 -1 4202496 36956 0 1 0 179727 298 0 0 20 0 22 0 104890320 10060525568 816553 33554432000 1073741824 1073778376 140733668223664 140733668214800 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11863/statm: 2456183 816553 2291 9 0 2446860 0
[pid=11863/tid=11865] ppid=11860 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/11863/task/11865/stat : 11865 (java) S 11860 11863 3970 0 -1 4202560 2494 0 1 0 89 6 0 0 20 0 22 0 104890321 10060525568 816553 33554432000 1073741824 1073778376 140733668223664 140620489786232 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11866] ppid=11860 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/11863/task/11866/stat : 11866 (java) R 11860 11863 3970 0 -1 4202560 917 0 0 0 108 32 0 0 20 0 22 0 104890322 10060525568 816553 33554432000 1073741824 1073778376 140733668223664 140620333050200 140620493961391 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11867] ppid=11860 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/11863/task/11867/stat : 11867 (java) R 11860 11863 3970 0 -1 4202560 697 0 0 0 146 29 0 0 20 0 22 0 104890322 10060525568 816553 33554432000 1073741824 1073778376 140733668223664 140620331997360 140620496684185 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11868] ppid=11860 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/11863/task/11868/stat : 11868 (java) R 11860 11863 3970 0 -1 4202560 684 0 0 0 117 31 0 0 20 0 22 0 104890322 10060525568 816553 33554432000 1073741824 1073778376 140733668223664 140620330944936 140620496681808 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11869] ppid=11860 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/11863/task/11869/stat : 11869 (java) R 11860 11863 3970 0 -1 4202560 797 0 0 0 119 28 0 0 20 0 22 0 104890322 10060525568 816553 33554432000 1073741824 1073778376 140733668223664 140620329892568 140620493542540 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11870] ppid=11860 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/11863/task/11870/stat : 11870 (java) R 11860 11863 3970 0 -1 4202560 871 0 0 0 121 32 0 0 20 0 22 0 104890322 10060525568 816553 33554432000 1073741824 1073778376 140733668223664 140620328839848 140620496682118 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11871] ppid=11860 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/11863/task/11871/stat : 11871 (java) R 11860 11863 3970 0 -1 4202560 741 0 0 0 121 27 0 0 20 0 22 0 104890322 10060525568 816553 33554432000 1073741824 1073778376 140733668223664 140620327787480 140620496681493 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11872] ppid=11860 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/11863/task/11872/stat : 11872 (java) R 11860 11863 3970 0 -1 4202560 1020 0 0 0 122 34 0 0 20 0 22 0 104890322 10060525568 816553 33554432000 1073741824 1073778376 140733668223664 140620326734936 140620496684114 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11863/tid=11873] ppid=11860 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/11863/task/11873/stat : 11873 (java) R 11860 11863 3970 0 -1 4202560 1086 0 0 0 135 29 0 0 20 0 22 0 104890322 10060525568 816553 33554432000 1073741824 1073778376 140733668223664 140620325682392 140620493961391 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11863/tid=11874] ppid=11860 vsize=9824732 CPUtime=3.21 cores=1,3,5,7
/proc/11863/task/11874/stat : 11874 (java) S 11860 11863 3970 0 -1 4202560 2478 0 0 0 317 4 0 0 20 0 22 0 104890323 10060525568 816553 33554432000 1073741824 1073778376 140733668223664 140619843351560 249653408828 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11875] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11875/stat : 11875 (java) S 11860 11863 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104890323 10060525568 816553 33554432000 1073741824 1073778376 140733668223664 140619842299000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11876] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11876/stat : 11876 (java) S 11860 11863 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104890324 10060525568 816553 33554432000 1073741824 1073778376 140733668223664 140619841246344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11877] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11877/stat : 11877 (java) S 11860 11863 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104890326 10060525568 816553 33554432000 1073741824 1073778376 140733668223664 140619840195088 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11878] ppid=11860 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/11863/task/11878/stat : 11878 (java) S 11860 11863 3970 0 -1 4202560 8152 0 0 0 111 1 0 0 20 0 22 0 104890326 10060525568 816553 33554432000 1073741824 1073778376 140733668223664 140619839142456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11879] ppid=11860 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/11863/task/11879/stat : 11879 (java) S 11860 11863 3970 0 -1 4202560 13938 0 0 0 136 3 0 0 20 0 22 0 104890326 10060525568 816553 33554432000 1073741824 1073778376 140733668223664 140619838089912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11880] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11880/stat : 11880 (java) S 11860 11863 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104890326 10060525568 816553 33554432000 1073741824 1073778376 140733668223664 140619837037560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11881] ppid=11860 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/11863/task/11881/stat : 11881 (java) S 11860 11863 3970 0 -1 4202560 51 0 0 0 14 21 0 0 20 0 22 0 104890326 10060525568 816553 33554432000 1073741824 1073778376 140733668223664 140619835985224 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11882] ppid=11860 vsize=9824732 CPUtime=890.56 cores=1,3,5,7
/proc/11863/task/11882/stat : 11882 (java) S 11860 11863 3970 0 -1 4202560 223 0 0 0 89035 21 0 0 20 0 22 0 104890420 10060525568 816553 33554432000 1073741824 1073778376 140733668223664 140619834927672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11883] ppid=11860 vsize=9824732 CPUtime=890.56 cores=1,3,5,7
/proc/11863/task/11883/stat : 11883 (java) S 11860 11863 3970 0 -1 4202560 1542 0 0 0 89022 34 0 0 20 0 22 0 104890420 10060525568 816553 33554432000 1073741824 1073778376 140733668223664 140619833876008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11884] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11884/stat : 11884 (java) S 11860 11863 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104890431 10060525568 816553 33554432000 1073741824 1073778376 140733668223664 140619832824872 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11885] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11885/stat : 11885 (java) S 11860 11863 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104890433 10060525568 816553 33554432000 1073741824 1073778376 140733668223664 140619831772328 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 9824732

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 11863 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.205 s]
/proc/loadavg: 4.08 4.02 3.91 5/219 11982
/proc/meminfo: memFree=24371520/32872528 swapFree=10608/190480
[pid=11863] ppid=11860 vsize=9824732 CPUtime=1800.65 cores=1,3,5,7
/proc/11863/stat : 11863 (java) S 11860 11863 3970 0 -1 4202496 37134 0 1 0 179758 307 0 0 20 0 22 0 104890320 10060525568 837053 33554432000 1073741824 1073778376 140733668223664 140733668214800 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11863/statm: 2456183 837053 2291 9 0 2446860 0
[pid=11863/tid=11865] ppid=11860 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/11863/task/11865/stat : 11865 (java) S 11860 11863 3970 0 -1 4202560 2494 0 1 0 89 6 0 0 20 0 22 0 104890321 10060525568 837053 33554432000 1073741824 1073778376 140733668223664 140620489786232 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11866] ppid=11860 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/11863/task/11866/stat : 11866 (java) R 11860 11863 3970 0 -1 4202560 932 0 0 0 110 32 0 0 20 0 22 0 104890322 10060525568 837053 33554432000 1073741824 1073778376 140733668223664 140620333050200 140620492257011 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11867] ppid=11860 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/11863/task/11867/stat : 11867 (java) R 11860 11863 3970 0 -1 4202560 707 0 0 0 148 29 0 0 20 0 22 0 104890322 10060525568 837565 33554432000 1073741824 1073778376 140733668223664 140620331997360 140620492257011 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11868] ppid=11860 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/11863/task/11868/stat : 11868 (java) R 11860 11863 3970 0 -1 4202560 728 0 0 0 125 33 0 0 20 0 22 0 104890322 10060525568 837565 33554432000 1073741824 1073778376 140733668223664 140620330944936 140620492257011 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11869] ppid=11860 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/11863/task/11869/stat : 11869 (java) R 11860 11863 3970 0 -1 4202560 806 0 0 0 122 28 0 0 20 0 22 0 104890322 10060525568 837565 33554432000 1073741824 1073778376 140733668223664 140620329892568 140620492257011 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11870] ppid=11860 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/11863/task/11870/stat : 11870 (java) R 11860 11863 3970 0 -1 4202560 883 0 0 0 125 33 0 0 20 0 22 0 104890322 10060525568 837565 33554432000 1073741824 1073778376 140733668223664 140620328840024 140620492257011 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11871] ppid=11860 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/11863/task/11871/stat : 11871 (java) R 11860 11863 3970 0 -1 4202560 782 0 0 0 127 29 0 0 20 0 22 0 104890322 10060525568 837565 33554432000 1073741824 1073778376 140733668223664 140620327787480 140620492257011 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11872] ppid=11860 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/11863/task/11872/stat : 11872 (java) R 11860 11863 3970 0 -1 4202560 1042 0 0 0 126 36 0 0 20 0 22 0 104890322 10060525568 837565 33554432000 1073741824 1073778376 140733668223664 140620326734936 140620492257011 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11863/tid=11873] ppid=11860 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/11863/task/11873/stat : 11873 (java) R 11860 11863 3970 0 -1 4202560 1111 0 0 0 138 30 0 0 20 0 22 0 104890322 10060525568 837565 33554432000 1073741824 1073778376 140733668223664 140620325682392 140620492257011 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11863/tid=11874] ppid=11860 vsize=9824732 CPUtime=3.21 cores=1,3,5,7
/proc/11863/task/11874/stat : 11874 (java) S 11860 11863 3970 0 -1 4202560 2478 0 0 0 317 4 0 0 20 0 22 0 104890323 10060525568 837565 33554432000 1073741824 1073778376 140733668223664 140619843351560 249653408828 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11875] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11875/stat : 11875 (java) S 11860 11863 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104890323 10060525568 837565 33554432000 1073741824 1073778376 140733668223664 140619842299000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11876] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11876/stat : 11876 (java) S 11860 11863 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104890324 10060525568 837565 33554432000 1073741824 1073778376 140733668223664 140619841246344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11877] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11877/stat : 11877 (java) S 11860 11863 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104890326 10060525568 837565 33554432000 1073741824 1073778376 140733668223664 140619840194632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11878] ppid=11860 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/11863/task/11878/stat : 11878 (java) S 11860 11863 3970 0 -1 4202560 8152 0 0 0 111 1 0 0 20 0 22 0 104890326 10060525568 837565 33554432000 1073741824 1073778376 140733668223664 140619839142456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11879] ppid=11860 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/11863/task/11879/stat : 11879 (java) S 11860 11863 3970 0 -1 4202560 13938 0 0 0 136 3 0 0 20 0 22 0 104890326 10060525568 837565 33554432000 1073741824 1073778376 140733668223664 140619838089912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11880] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11880/stat : 11880 (java) S 11860 11863 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104890326 10060525568 837565 33554432000 1073741824 1073778376 140733668223664 140619837037560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11881] ppid=11860 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/11863/task/11881/stat : 11881 (java) S 11860 11863 3970 0 -1 4202560 51 0 0 0 14 21 0 0 20 0 22 0 104890326 10060525568 837565 33554432000 1073741824 1073778376 140733668223664 140619835985224 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11863/tid=11882] ppid=11860 vsize=9824732 CPUtime=890.56 cores=1,3,5,7
/proc/11863/task/11882/stat : 11882 (java) S 11860 11863 3970 0 -1 4202560 223 0 0 0 89035 21 0 0 20 0 22 0 104890420 10060525568 837565 33554432000 1073741824 1073778376 140733668223664 140619834927672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11863/tid=11883] ppid=11860 vsize=9824732 CPUtime=890.56 cores=1,3,5,7
/proc/11863/task/11883/stat : 11883 (java) S 11860 11863 3970 0 -1 4202560 1542 0 0 0 89022 34 0 0 20 0 22 0 104890420 10060525568 837565 33554432000 1073741824 1073778376 140733668223664 140619833876008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11884] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11884/stat : 11884 (java) S 11860 11863 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104890431 10060525568 837565 33554432000 1073741824 1073778376 140733668223664 140619832824872 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11863/tid=11885] ppid=11860 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11863/task/11885/stat : 11885 (java) S 11860 11863 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104890433 10060525568 837565 33554432000 1073741824 1073778376 140733668223664 140619831772328 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 898.298
CPU time (s): 1801.45
CPU user time (s): 1797.8
CPU system time (s): 3.65244
CPU usage (%): 200.54
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.8
system time used= 3.65244
maximum resident set size= 3413900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37309
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22102
involuntary context switches= 17733

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.8628 second user time and 5.49416 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-06 18:12:30
IDJOB=4080667
IDBENCH=2466
IDSOLVER=2543
FILE ID=node102/4080667-1465229550
RUNJOBID= node102-1465216787-3987
PBS_JOBID= 19843204
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-misc06.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080667-1465229550/watcher-4080667-1465229550 -o /tmp/evaluation-result-4080667-1465229550/solver-4080667-1465229550 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465216787-3987 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080667-1465229550.opb

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

MD5SUM BENCH= 0662414c0fee45075e37f5c5e2481506
RANDOM SEED=1775348351

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.470
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.470
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.470
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:        31160400 kB
Buffers:           21588 kB
Cached:            57580 kB
SwapCached:         2320 kB
Active:           753972 kB
Inactive:          50736 kB
Active(anon):     726440 kB
Inactive(anon):     1568 kB
Active(file):      27532 kB
Inactive(file):    49168 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098420 kB
Dirty:              3544 kB
Writeback:             0 kB
AnonPages:        929496 kB
Mapped:            15312 kB
Shmem:                 0 kB
Slab:             566368 kB
SReclaimable:      10300 kB
SUnreclaim:       556068 kB
KernelStack:        1592 kB
PageTables:         5912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1368624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    878592 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= 71736 MiB
End job on node102 at 2016-06-06 18:27:28