Trace number 4103986

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) 1800.17 896.157

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-modglob.opb
MD5SUM70ac8fda673b8cd0297ec54288f810c6
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 variables9818
Total number of constraints291
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 constraints291
Minimum length of a constraint30
Maximum length of a constraint270
Number of terms in the objective function 9818
Biggest coefficient in the objective function 22009559908352000000
Number of bits for the biggest coefficient in the objective function 65
Sum of the numbers in the objective function 1485172925553747181346
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 22009559908352000000
Number of bits of the biggest number in a constraint 65
Biggest sum of numbers in a constraint 1485172925553747181346
Number of bits of the biggest sum of numbers71
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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4103986-1466251696.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.11/0.53	c ... done. Wall clock time 0.414s.
1.11/0.53	c declared #vars     9818
1.11/0.53	c #constraints  386
1.11/0.53	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.11/0.53	c constraints type 
1.11/0.54	c org.sat4j.specs.Constr$1 => 2
1.11/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 384
1.11/0.54	c 386 constraints processed.
1.11/0.54	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.11/0.54	c constraints type 
1.11/0.54	c org.sat4j.specs.Constr$1 => 2
1.11/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
1.11/0.54	c 386 constraints processed.
1.11/0.54	c objective function length is 9818 literals
3.74/1.29	c cleaning 2497 clauses out of 5001 with flag 11595/5001
5.20/1.78	c cleaning 4248 clauses out of 8503 with flag 23683/11000
6.68/2.47	c cleaning 5623 clauses out of 11255 with flag 37725/18000
8.57/3.36	c cleaning 6813 clauses out of 13632 with flag 53788/26000
10.81/4.43	c cleaning 7906 clauses out of 15820 with flag 71793/35001
13.48/5.73	c cleaning 8956 clauses out of 17914 with flag 91875/45001
16.74/7.31	c cleaning 9978 clauses out of 19958 with flag 113896/56001
20.53/9.22	c cleaning 10988 clauses out of 21979 with flag 137898/68000
24.74/11.38	c cleaning 11988 clauses out of 23992 with flag 163911/81001
30.00/13.94	c cleaning 13000 clauses out of 26004 with flag 191913/95001
35.68/16.79	c cleaning 14001 clauses out of 28003 with flag 221915/110000
42.10/19.98	c cleaning 14999 clauses out of 30002 with flag 253918/126000
49.95/23.88	c cleaning 16002 clauses out of 32005 with flag 287922/143002
58.75/28.21	c cleaning 17000 clauses out of 34002 with flag 323929/161001
68.80/33.25	c cleaning 17996 clauses out of 36002 with flag 361934/180001
80.20/38.97	c cleaning 19000 clauses out of 38005 with flag 401938/200000
94.66/46.16	c cleaning 19999 clauses out of 40008 with flag 443945/221003
110.86/54.24	c cleaning 21001 clauses out of 42006 with flag 487945/243000
127.30/62.44	c cleaning 22001 clauses out of 44009 with flag 533962/266004
145.55/71.53	c cleaning 22999 clauses out of 46004 with flag 581958/290000
165.78/81.66	c cleaning 24000 clauses out of 48005 with flag 631975/315000
187.59/92.57	c cleaning 24997 clauses out of 50005 with flag 683979/341000
213.02/105.29	c cleaning 25999 clauses out of 52008 with flag 737986/368000
240.26/118.74	c cleaning 27004 clauses out of 54009 with flag 794004/396000
270.68/133.93	c cleaning 28002 clauses out of 56007 with flag 852013/425002
301.71/149.49	c cleaning 28995 clauses out of 58004 with flag 912032/455001
336.56/166.87	c cleaning 30003 clauses out of 60008 with flag 974036/486000
373.60/185.31	c cleaning 31001 clauses out of 62007 with flag 1038048/518002
388.81/192.97	c cleaning 0 clauses out of 5000 with flag 0/5000
415.85/206.30	c cleaning 31993 clauses out of 64004 with flag 1104052/551000
462.71/229.62	c cleaning 33000 clauses out of 66012 with flag 1172058/585001
513.37/254.91	c cleaning 34005 clauses out of 68013 with flag 1242074/620002
567.83/282.18	c cleaning 34996 clauses out of 70007 with flag 1314080/656001
624.13/310.30	c cleaning 36004 clauses out of 72012 with flag 1388101/693002
686.91/341.53	c cleaning 36998 clauses out of 74006 with flag 1464100/731000
753.63/374.73	c cleaning 38002 clauses out of 76008 with flag 1542108/770000
820.50/408.10	c cleaning 39000 clauses out of 78007 with flag 1622126/810001
890.48/442.83	c cleaning 40001 clauses out of 80006 with flag 1704151/851000
965.80/480.22	c cleaning 41003 clauses out of 82007 with flag 1788169/893002
1044.99/519.98	c cleaning 41998 clauses out of 84002 with flag 1874196/936000
1125.95/560.24	c cleaning 43002 clauses out of 86005 with flag 1962212/980001
1214.02/604.15	c cleaning 43999 clauses out of 88004 with flag 2052236/1025002
1309.12/651.50	c cleaning 44998 clauses out of 90003 with flag 2144242/1071000
1413.58/703.47	c cleaning 45998 clauses out of 92005 with flag 2238272/1118000
1526.66/759.71	c cleaning 46999 clauses out of 94010 with flag 2334281/1166003
1636.36/814.33	c cleaning 48000 clauses out of 96009 with flag 2432301/1215001
1749.54/870.93	c cleaning 49000 clauses out of 98008 with flag 2532316/1265000
1800.17/896.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/896.10	c starts		: 11
1800.17/896.10	c conflicts		: 1295419
1800.17/896.10	c decisions		: 1331669
1800.17/896.10	c propagations		: 7539593
1800.17/896.10	c inspects		: 12647316297
1800.17/896.10	c shortcuts		: 0
1800.17/896.10	c learnt literals	: 0
1800.17/896.10	c learnt binary clauses	: 0
1800.17/896.10	c learnt ternary clauses	: 0
1800.17/896.10	c learnt constraints	: 1295419
1800.17/896.10	c ignored constraints	: 0
1800.17/896.10	c root simplifications	: 0
1800.17/896.10	c removed literals (reason simplification)	: 14031474
1800.17/896.10	c reason swapping (by a shorter reason)	: 0
1800.17/896.10	c Calls to reduceDB	: 46
1800.17/896.10	c Number of update (reduction) of LBD	: 368
1800.17/896.10	c Imported unit clauses	: 0
1800.17/896.10	c number of reductions to clauses (during analyze)	: 0
1800.17/896.10	c number of learned constraints concerned by reduction	: 0
1800.17/896.10	c number of learning phase by resolution	: 0
1800.17/896.10	c number of learning phase by cutting planes	: 0
1800.17/896.10	c speed (assignments/second)	: 8419.281642406884
1800.17/896.10	c non guided choices	0
1800.17/896.13	c learnt constraints type 
1800.17/896.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79427
1800.17/896.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/896.13	c starts		: 2
1800.17/896.13	c conflicts		: 10382
1800.17/896.13	c decisions		: 393098
1800.17/896.13	c propagations		: 748205
1800.17/896.13	c inspects		: 699755848
1800.17/896.13	c shortcuts		: 0
1800.17/896.13	c learnt literals	: 0
1800.17/896.13	c learnt binary clauses	: 0
1800.17/896.13	c learnt ternary clauses	: 0
1800.17/896.13	c learnt constraints	: 10382
1800.17/896.13	c ignored constraints	: 0
1800.17/896.13	c root simplifications	: 0
1800.17/896.13	c removed literals (reason simplification)	: 0
1800.17/896.13	c reason swapping (by a shorter reason)	: 0
1800.17/896.13	c Calls to reduceDB	: 1
1800.17/896.13	c Number of update (reduction) of LBD	: 0
1800.17/896.13	c Imported unit clauses	: 0
1800.17/896.13	c number of reductions to clauses (during analyze)	: 0
1800.17/896.13	c number of learned constraints concerned by reduction	: 0
1800.17/896.13	c number of learning phase by resolution	: 0
1800.17/896.13	c number of learning phase by cutting planes	: 0
1800.17/896.13	c speed (assignments/second)	: 835.4772863807616
1800.17/896.13	c non guided choices	0
1800.17/896.13	c learnt constraints type 
1800.17/896.13	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 171
1800.17/896.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10211
1800.17/896.13	s UNKNOWN
1800.17/896.13	c Total wall clock time (in seconds): 896.016

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-4103986-1466251696/watcher-4103986-1466251696 -o /tmp/evaluation-result-4103986-1466251696/solver-4103986-1466251696 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466241741-20174 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103986-1466251696.opb 

pid=23353
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: 4.17 4.16 4.19 5/197 23356
/proc/meminfo: memFree=27415968/32872528 swapFree=1191052/1305516
[pid=23356] ppid=23353 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/23356/stat : 23356 (java) R 23353 23356 20157 0 -1 4202496 377 0 0 0 0 0 0 0 20 0 1 0 27216239 3653632 47 33554432000 1073741824 1073778376 140735159314352 140735159311480 214528257927 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23356/statm: 892 49 38 9 0 30 0

[startup+0.100164 s]
/proc/loadavg: 4.17 4.16 4.19 5/197 23356
/proc/meminfo: memFree=27415968/32872528 swapFree=1191052/1305516
[pid=23356] ppid=23353 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/23356/stat : 23356 (java) S 23353 23356 20157 0 -1 4202496 4412 0 1 0 8 1 0 0 20 0 18 0 27216239 9787879424 6032 33554432000 1073741824 1073778376 140735159314352 140735159305488 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23356/statm: 2389619 6032 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200328 s]
/proc/loadavg: 4.17 4.16 4.19 5/197 23356
/proc/meminfo: memFree=27415968/32872528 swapFree=1191052/1305516
[pid=23356] ppid=23353 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/23356/stat : 23356 (java) S 23353 23356 20157 0 -1 4202496 5060 0 1 0 29 1 0 0 20 0 18 0 27216239 9787879424 6954 33554432000 1073741824 1073778376 140735159314352 140735159305488 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23356/statm: 2389619 6954 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300345 s]
/proc/loadavg: 4.17 4.16 4.19 5/197 23356
/proc/meminfo: memFree=27415968/32872528 swapFree=1191052/1305516
[pid=23356] ppid=23353 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/23356/stat : 23356 (java) S 23353 23356 20157 0 -1 4202496 6824 0 1 0 50 1 0 0 20 0 18 0 27216239 9787879424 11077 33554432000 1073741824 1073778376 140735159314352 140735159305488 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23356/statm: 2389619 11077 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700183 s]
/proc/loadavg: 4.17 4.16 4.19 5/197 23356
/proc/meminfo: memFree=27415968/32872528 swapFree=1191052/1305516
[pid=23356] ppid=23353 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/23356/stat : 23356 (java) S 23353 23356 20157 0 -1 4202496 15080 0 1 0 182 3 0 0 20 0 22 0 27216239 10060525568 24819 33554432000 1073741824 1073778376 140735159314352 140735159305488 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23356/statm: 2456183 24819 2268 9 0 2446860 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 4.17 4.16 4.19 8/219 23378
/proc/meminfo: memFree=27248452/32872528 swapFree=1191052/1305516
[pid=23356] ppid=23353 vsize=9824732 CPUtime=4.69 cores=1,3,5,7
/proc/23356/stat : 23356 (java) S 23353 23356 20157 0 -1 4202496 19785 0 1 0 462 7 0 0 20 0 22 0 27216239 10060525568 48716 33554432000 1073741824 1073778376 140735159314352 140735159305488 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23356/statm: 2456183 48716 2292 9 0 2446860 0
[pid=23356/tid=23358] ppid=23353 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/23356/task/23358/stat : 23358 (java) S 23353 23356 20157 0 -1 4202560 2439 0 1 0 49 1 0 0 20 0 22 0 27216239 10060525568 48716 33554432000 1073741824 1073778376 140735159314352 140155828253560 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23359] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23359/stat : 23359 (java) S 23353 23356 20157 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27216241 10060525568 48716 33554432000 1073741824 1073778376 140735159314352 140155671276072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23360] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23360/stat : 23360 (java) S 23353 23356 20157 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27216241 10060525568 48716 33554432000 1073741824 1073778376 140735159314352 140155670223272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23361] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23361/stat : 23361 (java) S 23353 23356 20157 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27216241 10060525568 48716 33554432000 1073741824 1073778376 140735159314352 140155669170472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23356/tid=23362] ppid=23353 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23356/task/23362/stat : 23362 (java) S 23353 23356 20157 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 27216241 10060525568 48716 33554432000 1073741824 1073778376 140735159314352 140155668117672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23363] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23363/stat : 23363 (java) S 23353 23356 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27216241 10060525568 48716 33554432000 1073741824 1073778376 140735159314352 140155667065896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23364] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23364/stat : 23364 (java) S 23353 23356 20157 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 27216241 10060525568 48716 33554432000 1073741824 1073778376 140735159314352 140155666013096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23356/tid=23365] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23365/stat : 23365 (java) S 23353 23356 20157 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 27216241 10060525568 48716 33554432000 1073741824 1073778376 140735159314352 140155664960296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23366] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23366/stat : 23366 (java) S 23353 23356 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27216241 10060525568 48716 33554432000 1073741824 1073778376 140735159314352 140155663907496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23367] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23367/stat : 23367 (java) S 23353 23356 20157 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 27216242 10060525568 48716 33554432000 1073741824 1073778376 140735159314352 140155181578728 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23368] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23368/stat : 23368 (java) S 23353 23356 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27216242 10060525568 48716 33554432000 1073741824 1073778376 140735159314352 140155180524792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23369] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23369/stat : 23369 (java) S 23353 23356 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27216242 10060525568 48716 33554432000 1073741824 1073778376 140735159314352 140155179471880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23370] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23370/stat : 23370 (java) S 23353 23356 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27216244 10060525568 48716 33554432000 1073741824 1073778376 140735159314352 140155178420368 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23371] ppid=23353 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/23356/task/23371/stat : 23371 (java) S 23353 23356 20157 0 -1 4202560 8686 0 0 0 114 1 0 0 20 0 22 0 27216244 10060525568 48716 33554432000 1073741824 1073778376 140735159314352 140155177368504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23372] ppid=23353 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/23356/task/23372/stat : 23372 (java) S 23353 23356 20157 0 -1 4202560 7172 0 0 0 103 0 0 0 20 0 22 0 27216245 10060525568 48716 33554432000 1073741824 1073778376 140735159314352 140155176315704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23373] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23373/stat : 23373 (java) S 23353 23356 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27216245 10060525568 48716 33554432000 1073741824 1073778376 140735159314352 140155175263096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23374] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23374/stat : 23374 (java) S 23353 23356 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27216245 10060525568 48716 33554432000 1073741824 1073778376 140735159314352 140155174210504 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23375] ppid=23353 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/23356/task/23375/stat : 23375 (java) R 23353 23356 20157 0 -1 4202560 20 0 0 0 90 0 0 0 20 0 22 0 27216293 10060525568 48716 33554432000 1073741824 1073778376 140735159314352 140155173146592 140155671355810 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23356/tid=23376] ppid=23353 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/23356/task/23376/stat : 23376 (java) R 23353 23356 20157 0 -1 4202560 74 0 0 0 91 0 0 0 20 0 22 0 27216293 10060525568 48716 33554432000 1073741824 1073778376 140735159314352 140155172102440 140155672278702 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23377] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23377/stat : 23377 (java) S 23353 23356 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27216298 10060525568 48716 33554432000 1073741824 1073778376 140735159314352 140155171050408 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23356/tid=23378] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23378/stat : 23378 (java) S 23353 23356 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27216298 10060525568 48716 33554432000 1073741824 1073778376 140735159314352 140155169997608 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 9824732

[startup+3.10099 s]
/proc/loadavg: 4.15 4.15 4.19 7/219 23378
/proc/meminfo: memFree=27119492/32872528 swapFree=1191052/1305516
[pid=23356] ppid=23353 vsize=9824732 CPUtime=8.09 cores=1,3,5,7
/proc/23356/stat : 23356 (java) S 23353 23356 20157 0 -1 4202496 20415 0 1 0 795 14 0 0 20 0 22 0 27216239 10060525568 89635 33554432000 1073741824 1073778376 140735159314352 140735159305488 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23356/statm: 2456183 89635 2292 9 0 2446860 0
[pid=23356/tid=23358] ppid=23353 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/23356/task/23358/stat : 23358 (java) S 23353 23356 20157 0 -1 4202560 2440 0 1 0 49 1 0 0 20 0 22 0 27216239 10060525568 89635 33554432000 1073741824 1073778376 140735159314352 140155828253560 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23359] ppid=23353 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23356/task/23359/stat : 23359 (java) S 23353 23356 20157 0 -1 4202560 17 0 0 0 1 1 0 0 20 0 22 0 27216241 10060525568 89635 33554432000 1073741824 1073778376 140735159314352 140155671276072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23356/tid=23360] ppid=23353 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23356/task/23360/stat : 23360 (java) S 23353 23356 20157 0 -1 4202560 121 0 0 0 3 1 0 0 20 0 22 0 27216241 10060525568 89635 33554432000 1073741824 1073778376 140735159314352 140155670223272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23361] ppid=23353 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23356/task/23361/stat : 23361 (java) S 23353 23356 20157 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 27216241 10060525568 89635 33554432000 1073741824 1073778376 140735159314352 140155669170472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23356/tid=23362] ppid=23353 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23356/task/23362/stat : 23362 (java) S 23353 23356 20157 0 -1 4202560 99 0 0 0 3 0 0 0 20 0 22 0 27216241 10060525568 89635 33554432000 1073741824 1073778376 140735159314352 140155668117672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23363] ppid=23353 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23356/task/23363/stat : 23363 (java) S 23353 23356 20157 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 22 0 27216241 10060525568 89635 33554432000 1073741824 1073778376 140735159314352 140155667065896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23364] ppid=23353 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23356/task/23364/stat : 23364 (java) S 23353 23356 20157 0 -1 4202560 107 0 0 0 2 0 0 0 20 0 22 0 27216241 10060525568 89635 33554432000 1073741824 1073778376 140735159314352 140155666013096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23356/tid=23365] ppid=23353 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23356/task/23365/stat : 23365 (java) S 23353 23356 20157 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 22 0 27216241 10060525568 89635 33554432000 1073741824 1073778376 140735159314352 140155664960296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23356/tid=23366] ppid=23353 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23356/task/23366/stat : 23366 (java) S 23353 23356 20157 0 -1 4202560 99 0 0 0 2 0 0 0 20 0 22 0 27216241 10060525568 89635 33554432000 1073741824 1073778376 140735159314352 140155663907496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23367] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23367/stat : 23367 (java) S 23353 23356 20157 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 27216242 10060525568 89635 33554432000 1073741824 1073778376 140735159314352 140155181578728 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23368] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23368/stat : 23368 (java) S 23353 23356 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27216242 10060525568 89635 33554432000 1073741824 1073778376 140735159314352 140155180524792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23369] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23369/stat : 23369 (java) S 23353 23356 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27216242 10060525568 89635 33554432000 1073741824 1073778376 140735159314352 140155179471880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23370] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23370/stat : 23370 (java) S 23353 23356 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27216244 10060525568 89635 33554432000 1073741824 1073778376 140735159314352 140155178420368 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23371] ppid=23353 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/23356/task/23371/stat : 23371 (java) S 23353 23356 20157 0 -1 4202560 8686 0 0 0 120 1 0 0 20 0 22 0 27216244 10060525568 89635 33554432000 1073741824 1073778376 140735159314352 140155177368504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23372] ppid=23353 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/23356/task/23372/stat : 23372 (java) S 23353 23356 20157 0 -1 4202560 7172 0 0 0 108 0 0 0 20 0 22 0 27216245 10060525568 89635 33554432000 1073741824 1073778376 140735159314352 140155176315704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23373] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23373/stat : 23373 (java) S 23353 23356 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27216245 10060525568 89635 33554432000 1073741824 1073778376 140735159314352 140155175263096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23374] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23374/stat : 23374 (java) S 23353 23356 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27216245 10060525568 89635 33554432000 1073741824 1073778376 140735159314352 140155174210504 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23375] ppid=23353 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/23356/task/23375/stat : 23375 (java) R 23353 23356 20157 0 -1 4202560 22 0 0 0 242 0 0 0 20 0 22 0 27216293 10060525568 89635 33554432000 1073741824 1073778376 140735159314352 140155173146592 140155672065812 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23376] ppid=23353 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/23356/task/23376/stat : 23376 (java) R 23353 23356 20157 0 -1 4202560 126 0 0 0 242 2 0 0 20 0 22 0 27216293 10060525568 89635 33554432000 1073741824 1073778376 140735159314352 140155172102136 140155672102459 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23377] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23377/stat : 23377 (java) S 23353 23356 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27216298 10060525568 89635 33554432000 1073741824 1073778376 140735159314352 140155171050408 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23356/tid=23378] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23378/stat : 23378 (java) S 23353 23356 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27216298 10060525568 89635 33554432000 1073741824 1073778376 140735159314352 140155169997608 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 4.15 4.15 4.19 6/219 23378
/proc/meminfo: memFree=26784680/32872528 swapFree=1191052/1305516
[pid=23356] ppid=23353 vsize=9824732 CPUtime=14.68 cores=1,3,5,7
/proc/23356/stat : 23356 (java) S 23353 23356 20157 0 -1 4202496 21163 0 1 0 1444 24 0 0 20 0 22 0 27216239 10060525568 159603 33554432000 1073741824 1073778376 140735159314352 140735159305488 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23356/statm: 2456183 159603 2292 9 0 2446860 0
[pid=23356/tid=23358] ppid=23353 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/23356/task/23358/stat : 23358 (java) S 23353 23356 20157 0 -1 4202560 2440 0 1 0 49 1 0 0 20 0 22 0 27216239 10060525568 159603 33554432000 1073741824 1073778376 140735159314352 140155828253560 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23359] ppid=23353 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23356/task/23359/stat : 23359 (java) S 23353 23356 20157 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 22 0 27216241 10060525568 159603 33554432000 1073741824 1073778376 140735159314352 140155671276072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23360] ppid=23353 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23356/task/23360/stat : 23360 (java) S 23353 23356 20157 0 -1 4202560 145 0 0 0 5 2 0 0 20 0 22 0 27216241 10060525568 159603 33554432000 1073741824 1073778376 140735159314352 140155670223272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23361] ppid=23353 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23356/task/23361/stat : 23361 (java) S 23353 23356 20157 0 -1 4202560 51 0 0 0 5 2 0 0 20 0 22 0 27216241 10060525568 159603 33554432000 1073741824 1073778376 140735159314352 140155669170472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23362] ppid=23353 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/23356/task/23362/stat : 23362 (java) S 23353 23356 20157 0 -1 4202560 124 0 0 0 7 2 0 0 20 0 22 0 27216241 10060525568 159603 33554432000 1073741824 1073778376 140735159314352 140155668117672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23363] ppid=23353 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23356/task/23363/stat : 23363 (java) S 23353 23356 20157 0 -1 4202560 46 0 0 0 4 2 0 0 20 0 22 0 27216241 10060525568 159603 33554432000 1073741824 1073778376 140735159314352 140155667065896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23364] ppid=23353 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23356/task/23364/stat : 23364 (java) S 23353 23356 20157 0 -1 4202560 122 0 0 0 3 2 0 0 20 0 22 0 27216241 10060525568 159603 33554432000 1073741824 1073778376 140735159314352 140155666013096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23365] ppid=23353 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/23356/task/23365/stat : 23365 (java) S 23353 23356 20157 0 -1 4202560 65 0 0 0 7 3 0 0 20 0 22 0 27216241 10060525568 159603 33554432000 1073741824 1073778376 140735159314352 140155664960296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23356/tid=23366] ppid=23353 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23356/task/23366/stat : 23366 (java) S 23353 23356 20157 0 -1 4202560 112 0 0 0 5 0 0 0 20 0 22 0 27216241 10060525568 159603 33554432000 1073741824 1073778376 140735159314352 140155663907496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23367] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23367/stat : 23367 (java) S 23353 23356 20157 0 -1 4202560 466 0 0 0 0 0 0 0 20 0 22 0 27216242 10060525568 159603 33554432000 1073741824 1073778376 140735159314352 140155181578728 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23368] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23368/stat : 23368 (java) S 23353 23356 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27216242 10060525568 159603 33554432000 1073741824 1073778376 140735159314352 140155180524792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23369] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23369/stat : 23369 (java) S 23353 23356 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27216242 10060525568 159603 33554432000 1073741824 1073778376 140735159314352 140155179471880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23370] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23370/stat : 23370 (java) S 23353 23356 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27216244 10060525568 159603 33554432000 1073741824 1073778376 140735159314352 140155178420368 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23371] ppid=23353 vsize=9824732 CPUtime=1.26 cores=1,3,5,7

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

/proc/23356/task/23361/stat : 23361 (java) S 23353 23356 20157 0 -1 4202560 341 0 0 0 208 9 0 0 20 0 22 0 27216241 10060525568 530453 33554432000 1073741824 1073778376 140735159314352 140155669170472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23362] ppid=23353 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/23356/task/23362/stat : 23362 (java) S 23353 23356 20157 0 -1 4202560 396 0 0 0 195 7 0 0 20 0 22 0 27216241 10060525568 530453 33554432000 1073741824 1073778376 140735159314352 140155668117672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23363] ppid=23353 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/23356/task/23363/stat : 23363 (java) S 23353 23356 20157 0 -1 4202560 333 0 0 0 204 9 0 0 20 0 22 0 27216241 10060525568 530453 33554432000 1073741824 1073778376 140735159314352 140155667065896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23364] ppid=23353 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/23356/task/23364/stat : 23364 (java) S 23353 23356 20157 0 -1 4202560 457 0 0 0 207 8 0 0 20 0 22 0 27216241 10060525568 530453 33554432000 1073741824 1073778376 140735159314352 140155666013096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23356/tid=23365] ppid=23353 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/23356/task/23365/stat : 23365 (java) S 23353 23356 20157 0 -1 4202560 328 0 0 0 215 9 0 0 20 0 22 0 27216241 10060525568 530453 33554432000 1073741824 1073778376 140735159314352 140155664960296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23366] ppid=23353 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/23356/task/23366/stat : 23366 (java) S 23353 23356 20157 0 -1 4202560 369 0 0 0 197 8 0 0 20 0 22 0 27216241 10060525568 530453 33554432000 1073741824 1073778376 140735159314352 140155663907496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23367] ppid=23353 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/23356/task/23367/stat : 23367 (java) S 23353 23356 20157 0 -1 4202560 6520 0 0 0 97 35 0 0 20 0 22 0 27216242 10060525568 530453 33554432000 1073741824 1073778376 140735159314352 140155181578728 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23368] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23368/stat : 23368 (java) S 23353 23356 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27216242 10060525568 530453 33554432000 1073741824 1073778376 140735159314352 140155180524792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23369] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23369/stat : 23369 (java) S 23353 23356 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27216242 10060525568 530453 33554432000 1073741824 1073778376 140735159314352 140155179471880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23370] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23370/stat : 23370 (java) S 23353 23356 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27216244 10060525568 530453 33554432000 1073741824 1073778376 140735159314352 140155178420368 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23371] ppid=23353 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/23356/task/23371/stat : 23371 (java) S 23353 23356 20157 0 -1 4202560 14423 0 0 0 206 2 0 0 20 0 22 0 27216244 10060525568 530453 33554432000 1073741824 1073778376 140735159314352 140155177368504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23372] ppid=23353 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/23356/task/23372/stat : 23372 (java) S 23353 23356 20157 0 -1 4202560 7185 0 0 0 115 0 0 0 20 0 22 0 27216245 10060525568 530453 33554432000 1073741824 1073778376 140735159314352 140155176315704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23373] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23373/stat : 23373 (java) S 23353 23356 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27216245 10060525568 530453 33554432000 1073741824 1073778376 140735159314352 140155175263096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23374] ppid=23353 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/23356/task/23374/stat : 23374 (java) S 23353 23356 20157 0 -1 4202560 51 0 0 0 16 21 0 0 20 0 22 0 27216245 10060525568 530453 33554432000 1073741824 1073778376 140735159314352 140155174210504 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23375] ppid=23353 vsize=9824732 CPUtime=872.72 cores=1,3,5,7
/proc/23356/task/23375/stat : 23375 (java) R 23353 23356 20157 0 -1 4202560 265 0 0 0 87257 15 0 0 20 0 22 0 27216293 10060525568 530453 33554432000 1073741824 1073778376 140735159314352 140155173154288 140155672108151 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23376] ppid=23353 vsize=9824732 CPUtime=872.74 cores=1,3,5,7
/proc/23356/task/23376/stat : 23376 (java) R 23353 23356 20157 0 -1 4202560 2061 0 0 0 87227 47 0 0 20 0 22 0 27216293 10060525568 530453 33554432000 1073741824 1073778376 140735159314352 140155172100704 140155672102236 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23377] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23377/stat : 23377 (java) S 23353 23356 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27216298 10060525568 530453 33554432000 1073741824 1073778376 140735159314352 140155171050408 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23356/tid=23378] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23378/stat : 23378 (java) S 23353 23356 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27216298 10060525568 530453 33554432000 1073741824 1073778376 140735159314352 140155169997608 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1772.42
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.101 s]
/proc/loadavg: 3.96 4.09 4.13 5/219 23470
/proc/meminfo: memFree=25990452/32872528 swapFree=1191052/1305516
[pid=23356] ppid=23353 vsize=9824732 CPUtime=1800.17 cores=1,3,5,7
/proc/23356/stat : 23356 (java) S 23353 23356 20157 0 -1 4202496 37212 0 1 0 179858 159 0 0 20 0 22 0 27216239 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140735159305488 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23356/statm: 2456183 528579 2300 9 0 2446860 0
[pid=23356/tid=23358] ppid=23353 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/23356/task/23358/stat : 23358 (java) S 23353 23356 20157 0 -1 4202560 2452 0 1 0 52 4 0 0 20 0 22 0 27216239 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155828253560 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23359] ppid=23353 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/23356/task/23359/stat : 23359 (java) S 23353 23356 20157 0 -1 4202560 312 0 0 0 220 9 0 0 20 0 22 0 27216241 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155671276072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23360] ppid=23353 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/23356/task/23360/stat : 23360 (java) S 23353 23356 20157 0 -1 4202560 416 0 0 0 202 9 0 0 20 0 22 0 27216241 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155670223272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23361] ppid=23353 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/23356/task/23361/stat : 23361 (java) S 23353 23356 20157 0 -1 4202560 341 0 0 0 212 9 0 0 20 0 22 0 27216241 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155669170472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23362] ppid=23353 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/23356/task/23362/stat : 23362 (java) S 23353 23356 20157 0 -1 4202560 402 0 0 0 200 7 0 0 20 0 22 0 27216241 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155668117672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23363] ppid=23353 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/23356/task/23363/stat : 23363 (java) S 23353 23356 20157 0 -1 4202560 335 0 0 0 209 9 0 0 20 0 22 0 27216241 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155667065896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23364] ppid=23353 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/23356/task/23364/stat : 23364 (java) S 23353 23356 20157 0 -1 4202560 458 0 0 0 212 8 0 0 20 0 22 0 27216241 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155666013096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23356/tid=23365] ppid=23353 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/23356/task/23365/stat : 23365 (java) S 23353 23356 20157 0 -1 4202560 337 0 0 0 220 10 0 0 20 0 22 0 27216241 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155664960296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23366] ppid=23353 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/23356/task/23366/stat : 23366 (java) S 23353 23356 20157 0 -1 4202560 375 0 0 0 202 8 0 0 20 0 22 0 27216241 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155663907496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23367] ppid=23353 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/23356/task/23367/stat : 23367 (java) S 23353 23356 20157 0 -1 4202560 6520 0 0 0 97 36 0 0 20 0 22 0 27216242 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155181578728 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23368] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23368/stat : 23368 (java) S 23353 23356 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27216242 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155180524792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23369] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23369/stat : 23369 (java) S 23353 23356 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27216242 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155179471880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23370] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23370/stat : 23370 (java) S 23353 23356 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27216244 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155178420368 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23371] ppid=23353 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/23356/task/23371/stat : 23371 (java) S 23353 23356 20157 0 -1 4202560 14423 0 0 0 206 2 0 0 20 0 22 0 27216244 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155177368504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23372] ppid=23353 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/23356/task/23372/stat : 23372 (java) S 23353 23356 20157 0 -1 4202560 7185 0 0 0 115 0 0 0 20 0 22 0 27216245 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155176315704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23373] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23373/stat : 23373 (java) S 23353 23356 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27216245 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155175263096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23374] ppid=23353 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/23356/task/23374/stat : 23374 (java) S 23353 23356 20157 0 -1 4202560 51 0 0 0 16 22 0 0 20 0 22 0 27216245 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155174210504 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23375] ppid=23353 vsize=9824732 CPUtime=886.34 cores=1,3,5,7
/proc/23356/task/23375/stat : 23375 (java) R 23353 23356 20157 0 -1 4202560 269 0 0 0 88619 15 0 0 20 0 22 0 27216293 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155173154288 140155672346680 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23376] ppid=23353 vsize=9824732 CPUtime=886.37 cores=1,3,5,7
/proc/23356/task/23376/stat : 23376 (java) R 23353 23356 20157 0 -1 4202560 2070 0 0 0 88590 47 0 0 20 0 22 0 27216293 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155172100824 140155672089993 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23377] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23377/stat : 23377 (java) S 23353 23356 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27216298 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155171050408 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23356/tid=23378] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23378/stat : 23378 (java) S 23353 23356 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27216298 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155169997608 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
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 23356 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.101 s]
/proc/loadavg: 3.96 4.09 4.13 5/219 23470
/proc/meminfo: memFree=25990452/32872528 swapFree=1191052/1305516
[pid=23356] ppid=23353 vsize=9824732 CPUtime=1800.17 cores=1,3,5,7
/proc/23356/stat : 23356 (java) S 23353 23356 20157 0 -1 4202496 37212 0 1 0 179858 159 0 0 20 0 22 0 27216239 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140735159305488 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23356/statm: 2456183 528579 2300 9 0 2446860 0
[pid=23356/tid=23358] ppid=23353 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/23356/task/23358/stat : 23358 (java) S 23353 23356 20157 0 -1 4202560 2452 0 1 0 52 4 0 0 20 0 22 0 27216239 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155828253560 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23359] ppid=23353 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/23356/task/23359/stat : 23359 (java) S 23353 23356 20157 0 -1 4202560 312 0 0 0 220 9 0 0 20 0 22 0 27216241 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155671276072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23360] ppid=23353 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/23356/task/23360/stat : 23360 (java) S 23353 23356 20157 0 -1 4202560 416 0 0 0 202 9 0 0 20 0 22 0 27216241 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155670223272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23361] ppid=23353 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/23356/task/23361/stat : 23361 (java) S 23353 23356 20157 0 -1 4202560 341 0 0 0 212 9 0 0 20 0 22 0 27216241 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155669170472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23362] ppid=23353 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/23356/task/23362/stat : 23362 (java) S 23353 23356 20157 0 -1 4202560 402 0 0 0 200 7 0 0 20 0 22 0 27216241 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155668117672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23363] ppid=23353 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/23356/task/23363/stat : 23363 (java) S 23353 23356 20157 0 -1 4202560 335 0 0 0 209 9 0 0 20 0 22 0 27216241 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155667065896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23364] ppid=23353 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/23356/task/23364/stat : 23364 (java) S 23353 23356 20157 0 -1 4202560 458 0 0 0 212 8 0 0 20 0 22 0 27216241 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155666013096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23356/tid=23365] ppid=23353 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/23356/task/23365/stat : 23365 (java) S 23353 23356 20157 0 -1 4202560 337 0 0 0 220 10 0 0 20 0 22 0 27216241 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155664960296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23366] ppid=23353 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/23356/task/23366/stat : 23366 (java) S 23353 23356 20157 0 -1 4202560 375 0 0 0 202 8 0 0 20 0 22 0 27216241 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155663907496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23367] ppid=23353 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/23356/task/23367/stat : 23367 (java) S 23353 23356 20157 0 -1 4202560 6520 0 0 0 97 36 0 0 20 0 22 0 27216242 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155181578728 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23368] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23368/stat : 23368 (java) S 23353 23356 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27216242 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155180524792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23369] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23369/stat : 23369 (java) S 23353 23356 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27216242 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155179471880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23370] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23370/stat : 23370 (java) S 23353 23356 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27216244 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155178420368 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23371] ppid=23353 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/23356/task/23371/stat : 23371 (java) S 23353 23356 20157 0 -1 4202560 14423 0 0 0 206 2 0 0 20 0 22 0 27216244 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155177368504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23356/tid=23372] ppid=23353 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/23356/task/23372/stat : 23372 (java) S 23353 23356 20157 0 -1 4202560 7185 0 0 0 115 0 0 0 20 0 22 0 27216245 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155176315704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23373] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23373/stat : 23373 (java) S 23353 23356 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27216245 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155175263096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23374] ppid=23353 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/23356/task/23374/stat : 23374 (java) S 23353 23356 20157 0 -1 4202560 51 0 0 0 16 22 0 0 20 0 22 0 27216245 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155174210504 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23375] ppid=23353 vsize=9824732 CPUtime=886.34 cores=1,3,5,7
/proc/23356/task/23375/stat : 23375 (java) R 23353 23356 20157 0 -1 4202560 269 0 0 0 88619 15 0 0 20 0 22 0 27216293 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155173154288 140155672346680 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23356/tid=23376] ppid=23353 vsize=9824732 CPUtime=886.37 cores=1,3,5,7
/proc/23356/task/23376/stat : 23376 (java) R 23353 23356 20157 0 -1 4202560 2070 0 0 0 88590 47 0 0 20 0 22 0 27216293 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155172100824 140155672089993 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23356/tid=23377] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23377/stat : 23377 (java) S 23353 23356 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27216298 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155171050408 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23356/tid=23378] ppid=23353 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23356/task/23378/stat : 23378 (java) S 23353 23356 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27216298 10060525568 528579 33554432000 1073741824 1073778376 140735159314352 140155169997608 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23356 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=948278
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=121677
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.157
CPU time (s): 1800.17
CPU user time (s): 1798.58
CPU system time (s): 1.59
CPU usage (%): 200.877
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.95
system time used= 2.12168
maximum resident set size= 2845236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37255
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35111
involuntary context switches= 49192

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.87395 second user time and 6.64399 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 14:08:16
IDJOB=4103986
IDBENCH=2524
IDSOLVER=2543
FILE ID=node127/4103986-1466251696
RUNJOBID= node127-1466241741-20174
PBS_JOBID= 19918213
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/miplib2003/normalized-mps-v2-20-10-modglob.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103986-1466251696/watcher-4103986-1466251696 -o /tmp/evaluation-result-4103986-1466251696/solver-4103986-1466251696 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466241741-20174 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103986-1466251696.opb

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

MD5SUM BENCH= 70ac8fda673b8cd0297ec54288f810c6
RANDOM SEED=1916267324

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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.769
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.56
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.769
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:        27416876 kB
Buffers:           65560 kB
Cached:           212580 kB
SwapCached:          516 kB
Active:          3185720 kB
Inactive:         222552 kB
Active(anon):    3130308 kB
Inactive(anon):     2184 kB
Active(file):      55412 kB
Inactive(file):   220368 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:       4515252 kB
Mapped:            15460 kB
Shmem:                 0 kB
Slab:             602948 kB
SReclaimable:      47164 kB
SUnreclaim:       555784 kB
KernelStack:        1808 kB
PageTables:        13532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4797476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3264512 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 node127 at 2016-06-18 14:23:12