Trace number 4103946

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.05 895.565

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-qiu.opb
MD5SUM42437a98f8f475fdcbcf3676beea9d9f
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.311952
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables23808
Total number of constraints1192
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 constraints1192
Minimum length of a constraint31
Maximum length of a constraint5940
Number of terms in the objective function 7968
Biggest coefficient in the objective function 9098351345664
Number of bits for the biggest coefficient in the objective function 44
Sum of the numbers in the objective function 4803935111035752
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 9098351345664
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 4803935111035752
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4103946-1466250800.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
1.31/0.64	c ... done. Wall clock time 0.516s.
1.31/0.64	c declared #vars     23808
1.31/0.64	c #constraints  1324
1.31/0.64	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.31/0.64	c constraints type 
1.31/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1324
1.31/0.64	c 1324 constraints processed.
1.31/0.64	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.31/0.64	c constraints type 
1.31/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1324
1.31/0.64	c 1324 constraints processed.
1.31/0.64	c objective function length is 7968 literals
3.23/1.28	c cleaning 2500 clauses out of 5000 with flag 10263/5000
4.74/1.75	c cleaning 4250 clauses out of 8500 with flag 22265/11000
6.20/2.40	c cleaning 5623 clauses out of 11250 with flag 36290/18000
7.83/3.27	c cleaning 6814 clauses out of 13628 with flag 52333/26001
10.06/4.35	c cleaning 7905 clauses out of 15813 with flag 70378/35000
12.92/5.73	c cleaning 8953 clauses out of 17908 with flag 90448/45000
16.14/7.36	c cleaning 9978 clauses out of 19955 with flag 112448/56000
20.48/9.41	c cleaning 10988 clauses out of 21977 with flag 136460/68000
25.36/11.88	c cleaning 11992 clauses out of 23989 with flag 162491/81000
31.45/14.86	c cleaning 12996 clauses out of 25997 with flag 190517/95000
38.44/18.34	c cleaning 13999 clauses out of 28001 with flag 220526/110000
46.92/22.51	c cleaning 15002 clauses out of 30003 with flag 252535/126001
56.72/27.46	c cleaning 16001 clauses out of 32002 with flag 286865/143002
67.18/32.67	c cleaning 16995 clauses out of 33999 with flag 323053/161000
78.99/38.58	c cleaning 18001 clauses out of 36005 with flag 361104/180001
92.97/45.52	c cleaning 19001 clauses out of 38004 with flag 401176/200001
107.44/52.80	c cleaning 19999 clauses out of 40002 with flag 443220/221000
124.05/61.08	c cleaning 21002 clauses out of 42003 with flag 487233/243000
141.70/69.86	c cleaning 21994 clauses out of 44001 with flag 533278/266000
161.56/79.72	c cleaning 22999 clauses out of 46009 with flag 581459/290002
182.37/90.10	c cleaning 23999 clauses out of 48008 with flag 631602/315000
206.21/102.09	c cleaning 25003 clauses out of 50010 with flag 683680/341001
232.85/115.40	c cleaning 25996 clauses out of 52006 with flag 737771/368000
260.85/129.34	c cleaning 27000 clauses out of 54010 with flag 793990/396000
291.07/144.48	c cleaning 28007 clauses out of 56013 with flag 852026/425003
324.09/160.99	c cleaning 29003 clauses out of 58006 with flag 912041/455003
356.31/177.10	c cleaning 29997 clauses out of 60000 with flag 974106/486000
393.75/195.74	c cleaning 31000 clauses out of 62004 with flag 1038139/518001
415.16/206.48	c cleaning 0 clauses out of 5000 with flag 0/5000
437.04/217.09	c cleaning 31998 clauses out of 64006 with flag 1104619/551003
486.95/241.84	c cleaning 33002 clauses out of 66005 with flag 1173259/585000
537.02/266.84	c cleaning 34001 clauses out of 68003 with flag 1243441/620000
589.87/293.28	c cleaning 35000 clauses out of 70002 with flag 1315529/656000
647.61/322.00	c cleaning 36001 clauses out of 72003 with flag 1389590/693001
702.57/349.41	c cleaning 37000 clauses out of 74002 with flag 1465733/731001
770.45/383.22	c cleaning 37998 clauses out of 76002 with flag 1543780/770001
845.09/420.32	c cleaning 38998 clauses out of 78004 with flag 1625177/810001
924.18/459.79	c cleaning 40000 clauses out of 80005 with flag 1708357/851000
1005.54/500.22	c cleaning 40999 clauses out of 82005 with flag 1797894/893000
1090.39/542.46	c cleaning 42001 clauses out of 84008 with flag 1885977/936002
1180.88/587.50	c cleaning 43002 clauses out of 86007 with flag 1973998/980002
1275.42/634.58	c cleaning 43999 clauses out of 88003 with flag 2065186/1025000
1376.36/684.74	c cleaning 44998 clauses out of 90006 with flag 2157579/1071002
1484.23/738.44	c cleaning 45998 clauses out of 92007 with flag 2252117/1118001
1600.88/796.43	c cleaning 47000 clauses out of 94009 with flag 2348754/1166001
1650.17/820.99	c cleaning 0 clauses out of 11000 with flag 0/11000
1724.12/857.75	c cleaning 48003 clauses out of 96009 with flag 2446928/1215001
1800.05/895.51	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/895.51	c starts		: 2000
1800.05/895.51	c conflicts		: 1250862
1800.05/895.51	c decisions		: 1304559
1800.05/895.51	c propagations		: 6845801
1800.05/895.51	c inspects		: 12658458278
1800.05/895.51	c shortcuts		: 0
1800.05/895.51	c learnt literals	: 0
1800.05/895.51	c learnt binary clauses	: 0
1800.05/895.51	c learnt ternary clauses	: 0
1800.05/895.51	c learnt constraints	: 1250862
1800.05/895.51	c ignored constraints	: 0
1800.05/895.51	c root simplifications	: 0
1800.05/895.51	c removed literals (reason simplification)	: 9848765
1800.05/895.51	c reason swapping (by a shorter reason)	: 0
1800.05/895.51	c Calls to reduceDB	: 45
1800.05/895.51	c Number of update (reduction) of LBD	: 3534
1800.05/895.51	c Imported unit clauses	: 0
1800.05/895.51	c number of reductions to clauses (during analyze)	: 0
1800.05/895.51	c number of learned constraints concerned by reduction	: 0
1800.05/895.51	c number of learning phase by resolution	: 0
1800.05/895.51	c number of learning phase by cutting planes	: 0
1800.05/895.51	c speed (assignments/second)	: 7650.658974808868
1800.05/895.51	c non guided choices	0
1800.05/895.54	c learnt constraints type 
1800.05/895.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 83868
1800.05/895.54	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/895.54	c starts		: 10
1800.05/895.54	c conflicts		: 11402
1800.05/895.54	c decisions		: 120204
1800.05/895.54	c propagations		: 541291
1800.05/895.54	c inspects		: 563272241
1800.05/895.54	c shortcuts		: 0
1800.05/895.54	c learnt literals	: 0
1800.05/895.54	c learnt binary clauses	: 0
1800.05/895.54	c learnt ternary clauses	: 0
1800.05/895.54	c learnt constraints	: 11402
1800.05/895.54	c ignored constraints	: 0
1800.05/895.54	c root simplifications	: 0
1800.05/895.54	c removed literals (reason simplification)	: 0
1800.05/895.54	c reason swapping (by a shorter reason)	: 0
1800.05/895.54	c Calls to reduceDB	: 2
1800.05/895.54	c Number of update (reduction) of LBD	: 0
1800.05/895.54	c Imported unit clauses	: 0
1800.05/895.54	c number of reductions to clauses (during analyze)	: 0
1800.05/895.54	c number of learned constraints concerned by reduction	: 0
1800.05/895.54	c number of learning phase by resolution	: 0
1800.05/895.54	c number of learning phase by cutting planes	: 0
1800.05/895.54	c speed (assignments/second)	: 604.9255369320277
1800.05/895.54	c non guided choices	0
1800.05/895.54	c learnt constraints type 
1800.05/895.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11402
1800.05/895.54	s UNKNOWN
1800.05/895.54	c Total wall clock time (in seconds): 895.423

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

pid=23086
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.52 4.30 4.26 5/197 23089
/proc/meminfo: memFree=27034504/32872528 swapFree=1191052/1305516
[pid=23089] ppid=23086 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23089/stat : 23089 (java) R 23086 23089 20157 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 27126651 9515008 184 33554432000 1073741824 1073778376 140734896881456 140734896872680 214537235895 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23089/statm: 2323 184 142 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.52 4.30 4.26 5/197 23089
/proc/meminfo: memFree=27034504/32872528 swapFree=1191052/1305516
[pid=23089] ppid=23086 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/23089/stat : 23089 (java) S 23086 23089 20157 0 -1 4202496 4427 0 1 0 9 1 0 0 20 0 18 0 27126651 9787879424 6043 33554432000 1073741824 1073778376 140737474311136 140737474302272 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23089/statm: 2389619 6043 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200277 s]
/proc/loadavg: 4.52 4.30 4.26 5/197 23089
/proc/meminfo: memFree=27034504/32872528 swapFree=1191052/1305516
[pid=23089] ppid=23086 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/23089/stat : 23089 (java) S 23086 23089 20157 0 -1 4202496 5062 0 1 0 28 1 0 0 20 0 18 0 27126651 9787879424 7452 33554432000 1073741824 1073778376 140737474311136 140737474302272 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23089/statm: 2389619 7452 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300308 s]
/proc/loadavg: 4.52 4.30 4.26 5/197 23089
/proc/meminfo: memFree=27034504/32872528 swapFree=1191052/1305516
[pid=23089] ppid=23086 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/23089/stat : 23089 (java) S 23086 23089 20157 0 -1 4202496 6503 0 1 0 51 1 0 0 20 0 18 0 27126651 9787879424 10183 33554432000 1073741824 1073778376 140737474311136 140737474302272 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23089/statm: 2389619 10186 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 4.52 4.30 4.26 5/197 23089
/proc/meminfo: memFree=27034504/32872528 swapFree=1191052/1305516
[pid=23089] ppid=23086 vsize=9691604 CPUtime=1.53 cores=1,3,5,7
/proc/23089/stat : 23089 (java) S 23086 23089 20157 0 -1 4202496 16805 0 1 0 149 4 0 0 20 0 20 0 27126651 9924202496 35216 33554432000 1073741824 1073778376 140737474311136 140737474302272 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23089/statm: 2422901 35216 2265 9 0 2413578 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 9691604

[startup+1.50086 s]
/proc/loadavg: 4.52 4.30 4.26 8/219 23111
/proc/meminfo: memFree=26876552/32872528 swapFree=1191052/1305516
[pid=23089] ppid=23086 vsize=9824732 CPUtime=4.28 cores=1,3,5,7
/proc/23089/stat : 23089 (java) S 23086 23089 20157 0 -1 4202496 23338 0 1 0 419 9 0 0 20 0 22 0 27126651 10060525568 49768 33554432000 1073741824 1073778376 140737474311136 140737474302272 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23089/statm: 2456183 49768 2289 9 0 2446860 0
[pid=23089/tid=23091] ppid=23086 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/23089/task/23091/stat : 23091 (java) S 23086 23089 20157 0 -1 4202560 2485 0 1 0 58 2 0 0 20 0 22 0 27126652 10060525568 49768 33554432000 1073741824 1073778376 140737474311136 140365196669816 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23092] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23092/stat : 23092 (java) S 23086 23089 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27126653 10060525568 49768 33554432000 1073741824 1073778376 140737474311136 140365039971240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23093] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23093/stat : 23093 (java) S 23086 23089 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27126653 10060525568 49768 33554432000 1073741824 1073778376 140737474311136 140365038918696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23094] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23094/stat : 23094 (java) S 23086 23089 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27126653 10060525568 49768 33554432000 1073741824 1073778376 140737474311136 140365037865640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23089/tid=23095] ppid=23086 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23089/task/23095/stat : 23095 (java) S 23086 23089 20157 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 27126653 10060525568 49768 33554432000 1073741824 1073778376 140737474311136 140365036813096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23096] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23096/stat : 23096 (java) S 23086 23089 20157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 27126653 10060525568 49768 33554432000 1073741824 1073778376 140737474311136 140365035760040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23097] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23097/stat : 23097 (java) S 23086 23089 20157 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27126653 10060525568 49768 33554432000 1073741824 1073778376 140737474311136 140364698610216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23089/tid=23098] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23098/stat : 23098 (java) S 23086 23089 20157 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 27126653 10060525568 49768 33554432000 1073741824 1073778376 140737474311136 140364697557160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23099] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23099/stat : 23099 (java) S 23086 23089 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27126653 10060525568 49768 33554432000 1073741824 1073778376 140737474311136 140364696504616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23100] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23100/stat : 23100 (java) S 23086 23089 20157 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 27126654 10060525568 49768 33554432000 1073741824 1073778376 140737474311136 140364684307304 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23101] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23101/stat : 23101 (java) S 23086 23089 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27126654 10060525568 49768 33554432000 1073741824 1073778376 140737474311136 140364683253624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23102] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23102/stat : 23102 (java) S 23086 23089 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27126654 10060525568 49768 33554432000 1073741824 1073778376 140737474311136 140364682200456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23103] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23103/stat : 23103 (java) S 23086 23089 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27126657 10060525568 49768 33554432000 1073741824 1073778376 140737474311136 140364681149200 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23104] ppid=23086 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/23089/task/23104/stat : 23104 (java) S 23086 23089 20157 0 -1 4202560 9993 0 0 0 98 2 0 0 20 0 22 0 27126657 10060525568 49768 33554432000 1073741824 1073778376 140737474311136 140364680096056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23105] ppid=23086 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/23089/task/23105/stat : 23105 (java) S 23086 23089 20157 0 -1 4202560 9379 0 0 0 91 1 0 0 20 0 22 0 27126657 10060525568 49768 33554432000 1073741824 1073778376 140737474311136 140364679043512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23106] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23106/stat : 23106 (java) S 23086 23089 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27126657 10060525568 49768 33554432000 1073741824 1073778376 140737474311136 140364677990648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23107] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23107/stat : 23107 (java) S 23086 23089 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27126657 10060525568 49768 33554432000 1073741824 1073778376 140737474311136 140364676938312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23108] ppid=23086 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/23089/task/23108/stat : 23108 (java) R 23086 23089 20157 0 -1 4202560 21 0 0 0 81 0 0 0 20 0 22 0 27126715 10060525568 49768 33554432000 1073741824 1073778376 140737474311136 140364675776928 140365051731615 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23109] ppid=23086 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/23089/task/23109/stat : 23109 (java) R 23086 23089 20157 0 -1 4202560 50 0 0 0 77 0 0 0 20 0 22 0 27126715 10060525568 49768 33554432000 1073741824 1073778376 140737474311136 140364674732584 140365051875848 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23089/tid=23110] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23110/stat : 23110 (java) S 23086 23089 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27126722 10060525568 49768 33554432000 1073741824 1073778376 140737474311136 140364673680680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23111] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23111/stat : 23111 (java) S 23086 23089 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27126724 10060525568 49768 33554432000 1073741824 1073778376 140737474311136 140364672628136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.52 4.30 4.26 6/219 23111
/proc/meminfo: memFree=26842668/32872528 swapFree=1191052/1305516
[pid=23089] ppid=23086 vsize=9824732 CPUtime=7.63 cores=1,3,5,7
/proc/23089/stat : 23089 (java) S 23086 23089 20157 0 -1 4202496 23340 0 1 0 753 10 0 0 20 0 22 0 27126651 10060525568 49769 33554432000 1073741824 1073778376 140737474311136 140737474302272 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23089/statm: 2456183 49769 2290 9 0 2446860 0
[pid=23089/tid=23091] ppid=23086 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/23089/task/23091/stat : 23091 (java) S 23086 23089 20157 0 -1 4202560 2485 0 1 0 58 2 0 0 20 0 22 0 27126652 10060525568 49769 33554432000 1073741824 1073778376 140737474311136 140365196669816 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23092] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23092/stat : 23092 (java) S 23086 23089 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27126653 10060525568 49769 33554432000 1073741824 1073778376 140737474311136 140365039971240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23093] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23093/stat : 23093 (java) S 23086 23089 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27126653 10060525568 49769 33554432000 1073741824 1073778376 140737474311136 140365038918696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23094] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23094/stat : 23094 (java) S 23086 23089 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27126653 10060525568 49769 33554432000 1073741824 1073778376 140737474311136 140365037865640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23089/tid=23095] ppid=23086 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23089/task/23095/stat : 23095 (java) S 23086 23089 20157 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 27126653 10060525568 49769 33554432000 1073741824 1073778376 140737474311136 140365036813096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23096] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23096/stat : 23096 (java) S 23086 23089 20157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 27126653 10060525568 49769 33554432000 1073741824 1073778376 140737474311136 140365035760040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23097] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23097/stat : 23097 (java) S 23086 23089 20157 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27126653 10060525568 49769 33554432000 1073741824 1073778376 140737474311136 140364698610216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23089/tid=23098] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23098/stat : 23098 (java) S 23086 23089 20157 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 27126653 10060525568 49769 33554432000 1073741824 1073778376 140737474311136 140364697557160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23099] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23099/stat : 23099 (java) S 23086 23089 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27126653 10060525568 49769 33554432000 1073741824 1073778376 140737474311136 140364696504616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23100] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23100/stat : 23100 (java) S 23086 23089 20157 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 27126654 10060525568 49769 33554432000 1073741824 1073778376 140737474311136 140364684307304 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23101] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23101/stat : 23101 (java) S 23086 23089 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27126654 10060525568 49769 33554432000 1073741824 1073778376 140737474311136 140364683253624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23102] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23102/stat : 23102 (java) S 23086 23089 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27126654 10060525568 49769 33554432000 1073741824 1073778376 140737474311136 140364682200456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23103] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23103/stat : 23103 (java) S 23086 23089 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27126657 10060525568 49769 33554432000 1073741824 1073778376 140737474311136 140364681149200 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23104] ppid=23086 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/23089/task/23104/stat : 23104 (java) S 23086 23089 20157 0 -1 4202560 9994 0 0 0 103 2 0 0 20 0 22 0 27126657 10060525568 49769 33554432000 1073741824 1073778376 140737474311136 140364680096056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23105] ppid=23086 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/23089/task/23105/stat : 23105 (java) S 23086 23089 20157 0 -1 4202560 9379 0 0 0 101 2 0 0 20 0 22 0 27126657 10060525568 49769 33554432000 1073741824 1073778376 140737474311136 140364679043512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23106] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23106/stat : 23106 (java) S 23086 23089 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27126657 10060525568 49769 33554432000 1073741824 1073778376 140737474311136 140364677990648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23107] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23107/stat : 23107 (java) S 23086 23089 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27126657 10060525568 49769 33554432000 1073741824 1073778376 140737474311136 140364676938312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23108] ppid=23086 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/23089/task/23108/stat : 23108 (java) R 23086 23089 20157 0 -1 4202560 22 0 0 0 240 0 0 0 20 0 22 0 27126715 10060525568 49769 33554432000 1073741824 1073778376 140737474311136 140364675776928 140365051759687 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23109] ppid=23086 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/23089/task/23109/stat : 23109 (java) R 23086 23089 20157 0 -1 4202560 50 0 0 0 235 0 0 0 20 0 22 0 27126715 10060525568 49769 33554432000 1073741824 1073778376 140737474311136 140364674732616 140365051875848 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23089/tid=23110] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23110/stat : 23110 (java) S 23086 23089 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27126722 10060525568 49769 33554432000 1073741824 1073778376 140737474311136 140364673680680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23111] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23111/stat : 23111 (java) S 23086 23089 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27126724 10060525568 49769 33554432000 1073741824 1073778376 140737474311136 140364672628136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.56 4.31 4.27 6/219 23111
/proc/meminfo: memFree=26809100/32872528 swapFree=1191052/1305516
[pid=23089] ppid=23086 vsize=9824732 CPUtime=14.13 cores=1,3,5,7
/proc/23089/stat : 23089 (java) S 23086 23089 20157 0 -1 4202496 23743 0 1 0 1400 13 0 0 20 0 22 0 27126651 10060525568 57620 33554432000 1073741824 1073778376 140737474311136 140737474302272 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23089/statm: 2456183 57620 2290 9 0 2446860 0
[pid=23089/tid=23091] ppid=23086 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/23089/task/23091/stat : 23091 (java) S 23086 23089 20157 0 -1 4202560 2485 0 1 0 58 2 0 0 20 0 22 0 27126652 10060525568 57620 33554432000 1073741824 1073778376 140737474311136 140365196669816 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23092] ppid=23086 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23089/task/23092/stat : 23092 (java) S 23086 23089 20157 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 27126653 10060525568 57620 33554432000 1073741824 1073778376 140737474311136 140365039971240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23093] ppid=23086 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23089/task/23093/stat : 23093 (java) S 23086 23089 20157 0 -1 4202560 96 0 0 0 1 0 0 0 20 0 22 0 27126653 10060525568 57620 33554432000 1073741824 1073778376 140737474311136 140365038918696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23094] ppid=23086 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23089/task/23094/stat : 23094 (java) S 23086 23089 20157 0 -1 4202560 86 0 0 0 3 0 0 0 20 0 22 0 27126653 10060525568 57620 33554432000 1073741824 1073778376 140737474311136 140365037865640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23089/tid=23095] ppid=23086 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23089/task/23095/stat : 23095 (java) S 23086 23089 20157 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 22 0 27126653 10060525568 57620 33554432000 1073741824 1073778376 140737474311136 140365036813096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23096] ppid=23086 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23089/task/23096/stat : 23096 (java) S 23086 23089 20157 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 27126653 10060525568 57620 33554432000 1073741824 1073778376 140737474311136 140365035760040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23097] ppid=23086 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23089/task/23097/stat : 23097 (java) S 23086 23089 20157 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 27126653 10060525568 57620 33554432000 1073741824 1073778376 140737474311136 140364698610216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23098] ppid=23086 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23089/task/23098/stat : 23098 (java) S 23086 23089 20157 0 -1 4202560 116 0 0 0 2 0 0 0 20 0 22 0 27126653 10060525568 57620 33554432000 1073741824 1073778376 140737474311136 140364697557160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23099] ppid=23086 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23089/task/23099/stat : 23099 (java) S 23086 23089 20157 0 -1 4202560 101 0 0 0 1 0 0 0 20 0 22 0 27126653 10060525568 57620 33554432000 1073741824 1073778376 140737474311136 140364696504616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23100] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23100/stat : 23100 (java) S 23086 23089 20157 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 27126654 10060525568 57620 33554432000 1073741824 1073778376 140737474311136 140364684307304 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23101] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23101/stat : 23101 (java) S 23086 23089 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27126654 10060525568 57620 33554432000 1073741824 1073778376 140737474311136 140364683253624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23102] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23102/stat : 23102 (java) S 23086 23089 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27126654 10060525568 57620 33554432000 1073741824 1073778376 140737474311136 140364682200456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23103] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23103/stat : 23103 (java) S 23086 23089 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27126657 10060525568 57620 33554432000 1073741824 1073778376 140737474311136 140364681149200 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23104] ppid=23086 vsize=9824732 CPUtime=1.11 cores=1,3,5,7

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

/proc/23089/task/23094/stat : 23094 (java) S 23086 23089 20157 0 -1 4202560 436 0 0 0 228 9 0 0 20 0 22 0 27126653 10060525568 431173 33554432000 1073741824 1073778376 140737474311136 140365037865640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23095] ppid=23086 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/23089/task/23095/stat : 23095 (java) S 23086 23089 20157 0 -1 4202560 339 0 0 0 230 7 0 0 20 0 22 0 27126653 10060525568 431173 33554432000 1073741824 1073778376 140737474311136 140365036813096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23096] ppid=23086 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/23089/task/23096/stat : 23096 (java) S 23086 23089 20157 0 -1 4202560 325 0 0 0 222 7 0 0 20 0 22 0 27126653 10060525568 431173 33554432000 1073741824 1073778376 140737474311136 140365035760040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23097] ppid=23086 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/23089/task/23097/stat : 23097 (java) S 23086 23089 20157 0 -1 4202560 327 0 0 0 225 7 0 0 20 0 22 0 27126653 10060525568 431173 33554432000 1073741824 1073778376 140737474311136 140364698610216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23098] ppid=23086 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/23089/task/23098/stat : 23098 (java) S 23086 23089 20157 0 -1 4202560 411 0 0 0 221 7 0 0 20 0 22 0 27126653 10060525568 431173 33554432000 1073741824 1073778376 140737474311136 140364697557160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23099] ppid=23086 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/23089/task/23099/stat : 23099 (java) S 23086 23089 20157 0 -1 4202560 406 0 0 0 214 8 0 0 20 0 22 0 27126653 10060525568 431173 33554432000 1073741824 1073778376 140737474311136 140364696504616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23089/tid=23100] ppid=23086 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/23089/task/23100/stat : 23100 (java) S 23086 23089 20157 0 -1 4202560 1013 0 0 0 11 37 0 0 20 0 22 0 27126654 10060525568 431173 33554432000 1073741824 1073778376 140737474311136 140364684307304 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23101] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23101/stat : 23101 (java) S 23086 23089 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27126654 10060525568 431173 33554432000 1073741824 1073778376 140737474311136 140364683253624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23102] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23102/stat : 23102 (java) S 23086 23089 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27126654 10060525568 431173 33554432000 1073741824 1073778376 140737474311136 140364682200456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23103] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23103/stat : 23103 (java) S 23086 23089 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27126657 10060525568 431173 33554432000 1073741824 1073778376 140737474311136 140364681149200 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23104] ppid=23086 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/23089/task/23104/stat : 23104 (java) S 23086 23089 20157 0 -1 4202560 18202 0 0 0 216 4 0 0 20 0 22 0 27126657 10060525568 431173 33554432000 1073741824 1073778376 140737474311136 140364680096056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23105] ppid=23086 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/23089/task/23105/stat : 23105 (java) S 23086 23089 20157 0 -1 4202560 9380 0 0 0 105 2 0 0 20 0 22 0 27126657 10060525568 431173 33554432000 1073741824 1073778376 140737474311136 140364679043512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23106] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23106/stat : 23106 (java) S 23086 23089 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27126657 10060525568 431173 33554432000 1073741824 1073778376 140737474311136 140364677990648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23107] ppid=23086 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/23089/task/23107/stat : 23107 (java) S 23086 23089 20157 0 -1 4202560 48 0 0 0 15 22 0 0 20 0 22 0 27126657 10060525568 431173 33554432000 1073741824 1073778376 140737474311136 140364676938312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23108] ppid=23086 vsize=9824732 CPUtime=873.07 cores=1,3,5,7
/proc/23089/task/23108/stat : 23108 (java) R 23086 23089 20157 0 -1 4202560 130 0 0 0 87292 15 0 0 20 0 22 0 27126715 10060525568 431173 33554432000 1073741824 1073778376 140737474311136 140364675783872 140365051833708 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23109] ppid=23086 vsize=9824732 CPUtime=872.97 cores=1,3,5,7
/proc/23089/task/23109/stat : 23109 (java) R 23086 23089 20157 0 -1 4202560 1948 0 0 0 87249 48 0 0 20 0 22 0 27126715 10060525568 431173 33554432000 1073741824 1073778376 140737474311136 140364674732016 140365051796404 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23110] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23110/stat : 23110 (java) S 23086 23089 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27126722 10060525568 431173 33554432000 1073741824 1073778376 140737474311136 140364673680680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23111] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23111/stat : 23111 (java) S 23086 23089 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27126724 10060525568 431173 33554432000 1073741824 1073778376 140737474311136 140364672628136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1773.48
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.508 s]
/proc/loadavg: 4.17 4.16 4.19 5/219 23309
/proc/meminfo: memFree=25695020/32872528 swapFree=1191052/1305516
[pid=23089] ppid=23086 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/23089/stat : 23089 (java) S 23086 23089 20157 0 -1 4202496 37584 0 1 0 179840 165 0 0 20 0 22 0 27126651 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140737474302272 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23089/statm: 2456183 430653 2290 9 0 2446860 0
[pid=23089/tid=23091] ppid=23086 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/23089/task/23091/stat : 23091 (java) S 23086 23089 20157 0 -1 4202560 2492 0 1 0 61 4 0 0 20 0 22 0 27126652 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140365196669816 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23092] ppid=23086 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/23089/task/23092/stat : 23092 (java) S 23086 23089 20157 0 -1 4202560 388 0 0 0 243 8 0 0 20 0 22 0 27126653 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140365039971240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23093] ppid=23086 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/23089/task/23093/stat : 23093 (java) S 23086 23089 20157 0 -1 4202560 430 0 0 0 227 8 0 0 20 0 22 0 27126653 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140365038918696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23094] ppid=23086 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/23089/task/23094/stat : 23094 (java) S 23086 23089 20157 0 -1 4202560 437 0 0 0 234 9 0 0 20 0 22 0 27126653 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140365037865640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23095] ppid=23086 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/23089/task/23095/stat : 23095 (java) S 23086 23089 20157 0 -1 4202560 349 0 0 0 233 8 0 0 20 0 22 0 27126653 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140365036813096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23096] ppid=23086 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/23089/task/23096/stat : 23096 (java) S 23086 23089 20157 0 -1 4202560 328 0 0 0 229 7 0 0 20 0 22 0 27126653 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140365035760040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23097] ppid=23086 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/23089/task/23097/stat : 23097 (java) S 23086 23089 20157 0 -1 4202560 337 0 0 0 230 7 0 0 20 0 22 0 27126653 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364698610216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23098] ppid=23086 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/23089/task/23098/stat : 23098 (java) S 23086 23089 20157 0 -1 4202560 413 0 0 0 225 7 0 0 20 0 22 0 27126653 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364697557160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23089/tid=23099] ppid=23086 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/23089/task/23099/stat : 23099 (java) S 23086 23089 20157 0 -1 4202560 413 0 0 0 220 8 0 0 20 0 22 0 27126653 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364696504616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23089/tid=23100] ppid=23086 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/23089/task/23100/stat : 23100 (java) S 23086 23089 20157 0 -1 4202560 1013 0 0 0 11 38 0 0 20 0 22 0 27126654 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364684307304 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23101] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23101/stat : 23101 (java) S 23086 23089 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27126654 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364683253624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23102] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23102/stat : 23102 (java) S 23086 23089 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27126654 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364682200456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23103] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23103/stat : 23103 (java) S 23086 23089 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27126657 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364681149200 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23104] ppid=23086 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/23089/task/23104/stat : 23104 (java) S 23086 23089 20157 0 -1 4202560 18202 0 0 0 216 4 0 0 20 0 22 0 27126657 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364680096056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23105] ppid=23086 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/23089/task/23105/stat : 23105 (java) S 23086 23089 20157 0 -1 4202560 9380 0 0 0 105 2 0 0 20 0 22 0 27126657 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364679043512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23106] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23106/stat : 23106 (java) S 23086 23089 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27126657 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364677990648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23107] ppid=23086 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/23089/task/23107/stat : 23107 (java) S 23086 23089 20157 0 -1 4202560 48 0 0 0 15 22 0 0 20 0 22 0 27126657 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364676938312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23108] ppid=23086 vsize=9824732 CPUtime=886.08 cores=1,3,5,7
/proc/23089/task/23108/stat : 23108 (java) R 23086 23089 20157 0 -1 4202560 132 0 0 0 88593 15 0 0 20 0 22 0 27126715 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364675784624 140365051731615 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23109] ppid=23086 vsize=9824732 CPUtime=886 cores=1,3,5,7
/proc/23089/task/23109/stat : 23109 (java) R 23086 23089 20157 0 -1 4202560 1956 0 0 0 88552 48 0 0 20 0 22 0 27126715 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364674731232 140365051774467 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23110] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23110/stat : 23110 (java) S 23086 23089 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27126722 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364673680680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23111] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23111/stat : 23111 (java) S 23086 23089 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27126724 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364672628136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 23089 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.508 s]
/proc/loadavg: 4.17 4.16 4.19 5/219 23309
/proc/meminfo: memFree=25695020/32872528 swapFree=1191052/1305516
[pid=23089] ppid=23086 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/23089/stat : 23089 (java) S 23086 23089 20157 0 -1 4202496 37584 0 1 0 179840 165 0 0 20 0 22 0 27126651 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140737474302272 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23089/statm: 2456183 430653 2290 9 0 2446860 0
[pid=23089/tid=23091] ppid=23086 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/23089/task/23091/stat : 23091 (java) S 23086 23089 20157 0 -1 4202560 2492 0 1 0 61 4 0 0 20 0 22 0 27126652 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140365196669816 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23092] ppid=23086 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/23089/task/23092/stat : 23092 (java) S 23086 23089 20157 0 -1 4202560 388 0 0 0 243 8 0 0 20 0 22 0 27126653 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140365039971240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23093] ppid=23086 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/23089/task/23093/stat : 23093 (java) S 23086 23089 20157 0 -1 4202560 430 0 0 0 227 8 0 0 20 0 22 0 27126653 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140365038918696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23094] ppid=23086 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/23089/task/23094/stat : 23094 (java) S 23086 23089 20157 0 -1 4202560 437 0 0 0 234 9 0 0 20 0 22 0 27126653 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140365037865640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23095] ppid=23086 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/23089/task/23095/stat : 23095 (java) S 23086 23089 20157 0 -1 4202560 349 0 0 0 233 8 0 0 20 0 22 0 27126653 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140365036813096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23096] ppid=23086 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/23089/task/23096/stat : 23096 (java) S 23086 23089 20157 0 -1 4202560 328 0 0 0 229 7 0 0 20 0 22 0 27126653 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140365035760040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23097] ppid=23086 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/23089/task/23097/stat : 23097 (java) S 23086 23089 20157 0 -1 4202560 337 0 0 0 230 7 0 0 20 0 22 0 27126653 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364698610216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23098] ppid=23086 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/23089/task/23098/stat : 23098 (java) S 23086 23089 20157 0 -1 4202560 413 0 0 0 225 7 0 0 20 0 22 0 27126653 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364697557160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23089/tid=23099] ppid=23086 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/23089/task/23099/stat : 23099 (java) S 23086 23089 20157 0 -1 4202560 413 0 0 0 220 8 0 0 20 0 22 0 27126653 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364696504616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23089/tid=23100] ppid=23086 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/23089/task/23100/stat : 23100 (java) S 23086 23089 20157 0 -1 4202560 1013 0 0 0 11 38 0 0 20 0 22 0 27126654 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364684307304 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23101] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23101/stat : 23101 (java) S 23086 23089 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27126654 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364683253624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23102] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23102/stat : 23102 (java) S 23086 23089 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27126654 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364682200456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23103] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23103/stat : 23103 (java) S 23086 23089 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27126657 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364681149200 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23104] ppid=23086 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/23089/task/23104/stat : 23104 (java) S 23086 23089 20157 0 -1 4202560 18202 0 0 0 216 4 0 0 20 0 22 0 27126657 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364680096056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23105] ppid=23086 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/23089/task/23105/stat : 23105 (java) S 23086 23089 20157 0 -1 4202560 9380 0 0 0 105 2 0 0 20 0 22 0 27126657 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364679043512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23089/tid=23106] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23106/stat : 23106 (java) S 23086 23089 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27126657 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364677990648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23107] ppid=23086 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/23089/task/23107/stat : 23107 (java) S 23086 23089 20157 0 -1 4202560 48 0 0 0 15 22 0 0 20 0 22 0 27126657 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364676938312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23108] ppid=23086 vsize=9824732 CPUtime=886.08 cores=1,3,5,7
/proc/23089/task/23108/stat : 23108 (java) R 23086 23089 20157 0 -1 4202560 132 0 0 0 88593 15 0 0 20 0 22 0 27126715 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364675784624 140365051731615 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23109] ppid=23086 vsize=9824732 CPUtime=886 cores=1,3,5,7
/proc/23089/task/23109/stat : 23109 (java) R 23086 23089 20157 0 -1 4202560 1956 0 0 0 88552 48 0 0 20 0 22 0 27126715 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364674731232 140365051774467 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23089/tid=23110] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23110/stat : 23110 (java) S 23086 23089 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27126722 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364673680680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23089/tid=23111] ppid=23086 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23089/task/23111/stat : 23111 (java) S 23086 23089 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27126724 10060525568 430653 33554432000 1073741824 1073778376 140737474311136 140364672628136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23089 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=180243
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=120677
# CPU time returned by wait4() is 1796.3
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.565
CPU time (s): 1800.05
CPU user time (s): 1798.4
CPU system time (s): 1.65
CPU usage (%): 200.996
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.18
system time used= 2.12068
maximum resident set size= 2209548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37626
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= 35918
involuntary context switches= 48325

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.86311 second user time and 7.54385 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 13:53:20
IDJOB=4103946
IDBENCH=2512
IDSOLVER=2543
FILE ID=node127/4103946-1466250800
RUNJOBID= node127-1466241741-20174
PBS_JOBID= 19918213
Free space on /tmp= 71656 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-qiu.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103946-1466250800/watcher-4103946-1466250800 -o /tmp/evaluation-result-4103946-1466250800/solver-4103946-1466250800 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466241741-20174 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103946-1466250800.opb

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

MD5SUM BENCH= 42437a98f8f475fdcbcf3676beea9d9f
RANDOM SEED=1600872727

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:        27034776 kB
Buffers:           64324 kB
Cached:           279844 kB
SwapCached:          516 kB
Active:          3578248 kB
Inactive:         209812 kB
Active(anon):    3443812 kB
Inactive(anon):     2184 kB
Active(file):     134436 kB
Inactive(file):   207628 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:              2032 kB
Writeback:             0 kB
AnonPages:       4746252 kB
Mapped:            15516 kB
Shmem:                 0 kB
Slab:             604768 kB
SReclaimable:      48796 kB
SUnreclaim:       555972 kB
KernelStack:        1632 kB
PageTables:        13392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5290080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3491840 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= 71732 MiB
End job on node127 at 2016-06-18 14:08:16