Trace number 4103582

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.13 896.35

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-agg2.opb
MD5SUMba775969fc3da5c6701f023896ca8f88
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 variables9060
Total number of constraints429
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 constraints429
Minimum length of a constraint30
Maximum length of a constraint1440
Number of terms in the objective function 6930
Biggest coefficient in the objective function 53730040872960
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 8516865379203027
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 22763326668800000
Number of bits of the biggest number in a constraint 55
Biggest sum of numbers in a constraint 46271983665442689
Number of bits of the biggest sum of numbers56
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4103582-1466243543.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
1.62/0.72	c ... done. Wall clock time 0.609s.
1.62/0.72	c declared #vars     9060
1.62/0.72	c #constraints  489
1.62/0.72	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.62/0.72	c constraints type 
1.62/0.72	c org.sat4j.specs.Constr$1 => 73
1.62/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 416
1.62/0.72	c 489 constraints processed.
1.62/0.72	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.62/0.72	c constraints type 
1.62/0.72	c org.sat4j.specs.Constr$1 => 73
1.62/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 416
1.62/0.72	c 489 constraints processed.
1.62/0.72	c objective function length is 6930 literals
4.16/1.48	c cleaning 2497 clauses out of 5001 with flag 11893/5001
5.45/1.90	c cleaning 4249 clauses out of 8503 with flag 26108/11000
6.55/2.49	c cleaning 5624 clauses out of 11254 with flag 43246/18000
7.96/3.12	c cleaning 6808 clauses out of 13631 with flag 61536/26001
9.66/4.00	c cleaning 7911 clauses out of 15822 with flag 81575/35000
12.66/5.48	c cleaning 8944 clauses out of 17911 with flag 102704/45000
16.26/7.30	c cleaning 9982 clauses out of 19967 with flag 126568/56000
20.56/9.35	c cleaning 10993 clauses out of 21987 with flag 151196/68002
25.16/11.61	c cleaning 11995 clauses out of 23993 with flag 177194/81001
30.16/14.19	c cleaning 12999 clauses out of 25999 with flag 205198/95002
36.08/17.02	c cleaning 13997 clauses out of 27998 with flag 235194/110000
42.06/20.03	c cleaning 14997 clauses out of 30001 with flag 267194/126000
49.06/23.54	c cleaning 15997 clauses out of 32004 with flag 301195/143000
57.90/27.89	c cleaning 17001 clauses out of 34007 with flag 337195/161000
66.87/32.27	c cleaning 18000 clauses out of 36007 with flag 375197/180001
77.02/37.28	c cleaning 19002 clauses out of 38007 with flag 415198/200001
88.72/43.05	c cleaning 19997 clauses out of 40006 with flag 457200/221002
103.36/50.24	c cleaning 21004 clauses out of 42007 with flag 501197/243000
118.62/58.10	c cleaning 22001 clauses out of 44006 with flag 547203/266003
133.57/65.45	c cleaning 23001 clauses out of 46002 with flag 595198/290000
151.05/74.19	c cleaning 23999 clauses out of 48002 with flag 645201/315001
170.27/83.74	c cleaning 25002 clauses out of 50004 with flag 697204/341002
180.18/88.63	c cleaning 0 clauses out of 5000 with flag 0/5000
196.18/96.40	c cleaning 25994 clauses out of 52001 with flag 751216/368001
220.45/108.59	c cleaning 27004 clauses out of 54008 with flag 807220/396002
245.31/120.98	c cleaning 28001 clauses out of 56002 with flag 865216/425000
273.86/135.13	c cleaning 28993 clauses out of 58001 with flag 925217/455000
304.62/150.42	c cleaning 30003 clauses out of 60008 with flag 987217/486000
337.37/167.06	c cleaning 31001 clauses out of 62005 with flag 1051221/518000
371.43/184.06	c cleaning 31998 clauses out of 64004 with flag 1117221/551000
411.09/203.88	c cleaning 32999 clauses out of 66006 with flag 1185224/585000
453.29/224.90	c cleaning 34004 clauses out of 68008 with flag 1255228/620001
507.93/252.08	c cleaning 34998 clauses out of 70003 with flag 1327226/656000
562.15/278.96	c cleaning 36001 clauses out of 72009 with flag 1401235/693004
614.11/304.72	c cleaning 36998 clauses out of 74004 with flag 1477227/731000
676.40/335.44	c cleaning 37997 clauses out of 76008 with flag 1555232/770002
709.14/351.72	c cleaning 0 clauses out of 11000 with flag 0/11000
748.73/371.32	c cleaning 38999 clauses out of 78009 with flag 1635232/810000
824.96/409.20	c cleaning 40005 clauses out of 80013 with flag 1717242/851003
891.58/442.92	c cleaning 41003 clauses out of 82005 with flag 1801237/893000
937.62/465.90	c cleaning 42003 clauses out of 84005 with flag 1887244/936003
990.13/492.11	c cleaning 42994 clauses out of 85999 with flag 1975238/980000
1046.41/520.25	c cleaning 44000 clauses out of 88005 with flag 2065239/1025000
1104.53/549.28	c cleaning 45004 clauses out of 90009 with flag 2157247/1071004
1175.48/584.60	c cleaning 45999 clauses out of 92001 with flag 2251240/1118000
1245.55/619.68	c cleaning 46998 clauses out of 94005 with flag 2347247/1166003
1334.91/664.27	c cleaning 48000 clauses out of 96004 with flag 2445241/1215000
1426.03/709.68	c cleaning 49003 clauses out of 98005 with flag 2545248/1265001
1516.82/755.00	c cleaning 50002 clauses out of 100003 with flag 2647253/1316002
1603.30/798.04	c cleaning 51001 clauses out of 102001 with flag 2751255/1368002
1695.88/844.39	c cleaning 52001 clauses out of 104001 with flag 2857259/1421003
1796.53/894.51	c cleaning 52992 clauses out of 105997 with flag 2965255/1475000
1800.13/896.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/896.30	c starts		: 726
1800.13/896.30	c conflicts		: 1478117
1800.13/896.30	c decisions		: 1638822
1800.13/896.30	c propagations		: 8380497
1800.13/896.30	c inspects		: 12111724658
1800.13/896.30	c shortcuts		: 0
1800.13/896.30	c learnt literals	: 0
1800.13/896.30	c learnt binary clauses	: 0
1800.13/896.30	c learnt ternary clauses	: 0
1800.13/896.30	c learnt constraints	: 1478117
1800.13/896.30	c ignored constraints	: 0
1800.13/896.30	c root simplifications	: 0
1800.13/896.30	c removed literals (reason simplification)	: 14962932
1800.13/896.30	c reason swapping (by a shorter reason)	: 0
1800.13/896.30	c Calls to reduceDB	: 50
1800.13/896.30	c Number of update (reduction) of LBD	: 5152
1800.13/896.30	c Imported unit clauses	: 0
1800.13/896.30	c number of reductions to clauses (during analyze)	: 0
1800.13/896.30	c number of learned constraints concerned by reduction	: 0
1800.13/896.30	c number of learning phase by resolution	: 0
1800.13/896.30	c number of learning phase by cutting planes	: 0
1800.13/896.30	c speed (assignments/second)	: 9358.006259889251
1800.13/896.30	c non guided choices	7649
1800.13/896.32	c learnt constraints type 
1800.13/896.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 56122
1800.13/896.32	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/896.32	c starts		: 36
1800.13/896.32	c conflicts		: 12722
1800.13/896.32	c decisions		: 76555
1800.13/896.32	c propagations		: 259433
1800.13/896.32	c inspects		: 246879691
1800.13/896.32	c shortcuts		: 0
1800.13/896.32	c learnt literals	: 0
1800.13/896.32	c learnt binary clauses	: 0
1800.13/896.32	c learnt ternary clauses	: 0
1800.13/896.32	c learnt constraints	: 12721
1800.13/896.32	c ignored constraints	: 0
1800.13/896.32	c root simplifications	: 0
1800.13/896.32	c removed literals (reason simplification)	: 0
1800.13/896.32	c reason swapping (by a shorter reason)	: 0
1800.13/896.32	c Calls to reduceDB	: 2
1800.13/896.32	c Number of update (reduction) of LBD	: 0
1800.13/896.32	c Imported unit clauses	: 0
1800.13/896.32	c number of reductions to clauses (during analyze)	: 0
1800.13/896.32	c number of learned constraints concerned by reduction	: 0
1800.13/896.32	c number of learning phase by resolution	: 0
1800.13/896.32	c number of learning phase by cutting planes	: 0
1800.13/896.32	c speed (assignments/second)	: 289.687369495356
1800.13/896.32	c non guided choices	0
1800.13/896.33	c learnt constraints type 
1800.13/896.33	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 24
1800.13/896.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12697
1800.13/896.33	s UNKNOWN
1800.13/896.33	c Total wall clock time (in seconds): 896.223

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

pid=20705
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.19 4.20 3.76 4/193 20708
/proc/meminfo: memFree=30119324/32872528 swapFree=1191052/1305516
[pid=20708] ppid=20705 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20708/stat : 20708 (java) S 20705 20708 20157 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 26400962 98570240 977 33554432000 1073741824 1073778376 140735301464448 140735301455584 214540779581 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20708/statm: 24065 977 744 9 0 16771 0
[pid=20708/tid=20709] ppid=20705 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20709/stat : 20709 (java) R 20705 20708 20157 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 26400962 98570240 977 33554432000 1073741824 1073778376 140735301464448 140525367172648 214537422208 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.19 4.20 3.76 4/193 20708
/proc/meminfo: memFree=30119324/32872528 swapFree=1191052/1305516
[pid=20708] ppid=20705 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/20708/stat : 20708 (java) S 20705 20708 20157 0 -1 4202496 4538 0 1 0 10 1 0 0 20 0 18 0 26400962 9787879424 5661 33554432000 1073741824 1073778376 140735301464448 140735301455584 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20708/statm: 2389619 5661 2158 9 0 2380296 0
[pid=20708/tid=20709] ppid=20705 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/20708/task/20709/stat : 20709 (java) R 20705 20708 20157 0 -1 4202560 2446 0 1 0 7 0 0 0 20 0 18 0 26400962 9787879424 5661 33554432000 1073741824 1073778376 140735301464448 140525367176096 214540805389 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200356 s]
/proc/loadavg: 4.19 4.20 3.76 4/193 20708
/proc/meminfo: memFree=30119324/32872528 swapFree=1191052/1305516
[pid=20708] ppid=20705 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/20708/stat : 20708 (java) S 20705 20708 20157 0 -1 4202496 5127 0 1 0 30 1 0 0 20 0 18 0 26400962 9787879424 6946 33554432000 1073741824 1073778376 140735301464448 140735301455584 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20708/statm: 2389619 6946 2228 9 0 2380296 0
[pid=20708/tid=20709] ppid=20705 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/20708/task/20709/stat : 20709 (java) R 20705 20708 20157 0 -1 4202560 2463 0 1 0 17 0 0 0 20 0 18 0 26400962 9787879424 6946 33554432000 1073741824 1073778376 140735301464448 140525367176096 214540805389 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300264 s]
/proc/loadavg: 4.19 4.20 3.76 4/193 20708
/proc/meminfo: memFree=30119324/32872528 swapFree=1191052/1305516
[pid=20708] ppid=20705 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/20708/stat : 20708 (java) S 20705 20708 20157 0 -1 4202496 11332 0 1 0 55 2 0 0 20 0 18 0 26400962 9787879424 13361 33554432000 1073741824 1073778376 140735301464448 140735301455584 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20708/statm: 2389619 13362 2235 9 0 2380296 0
[pid=20708/tid=20709] ppid=20705 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/20708/task/20709/stat : 20709 (java) R 20705 20708 20157 0 -1 4202560 2480 0 1 0 26 1 0 0 20 0 18 0 26400962 9787879424 13362 33554432000 1073741824 1073778376 140735301464448 140525367159040 140525370102278 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700279 s]
/proc/loadavg: 4.19 4.20 3.76 4/193 20708
/proc/meminfo: memFree=30119324/32872528 swapFree=1191052/1305516
[pid=20708] ppid=20705 vsize=9558476 CPUtime=1.62 cores=0,2,4,6
/proc/20708/stat : 20708 (java) S 20705 20708 20157 0 -1 4202496 20897 0 1 0 157 5 0 0 20 0 18 0 26400962 9787879424 39647 33554432000 1073741824 1073778376 140735301464448 140735301455584 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20708/statm: 2389619 39647 2247 9 0 2380296 0
[pid=20708/tid=20709] ppid=20705 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/20708/task/20709/stat : 20709 (java) R 20705 20708 20157 0 -1 4202560 2523 0 1 0 65 2 0 0 20 0 18 0 26400962 9787879424 39647 33554432000 1073741824 1073778376 140735301464448 140525367159040 214540805389 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9558476

[startup+1.50663 s]
/proc/loadavg: 4.19 4.20 3.76 7/215 20794
/proc/meminfo: memFree=30368896/32872528 swapFree=1191052/1305516
[pid=20708] ppid=20705 vsize=9824732 CPUtime=4.45 cores=0,2,4,6
/proc/20708/stat : 20708 (java) S 20705 20708 20157 0 -1 4202496 25658 0 1 0 435 10 0 0 20 0 22 0 26400962 10060525568 56967 33554432000 1073741824 1073778376 140735301464448 140735301455584 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20708/statm: 2456183 56967 2284 9 0 2446860 0
[pid=20708/tid=20709] ppid=20705 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/20708/task/20709/stat : 20709 (java) S 20705 20708 20157 0 -1 4202560 2542 0 1 0 67 3 0 0 20 0 22 0 26400962 10060525568 56967 33554432000 1073741824 1073778376 140735301464448 140525367178104 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20708/tid=20711] ppid=20705 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20708/task/20711/stat : 20711 (java) R 20705 20708 20157 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 26400963 10060525568 56967 33554432000 1073741824 1073778376 140735301464448 140525211089624 140525369648833 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20708/tid=20712] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20712/stat : 20712 (java) S 20705 20708 20157 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 26400963 10060525568 56967 33554432000 1073741824 1073778376 140735301464448 140525210036648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20713] ppid=20705 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20708/task/20713/stat : 20713 (java) R 20705 20708 20157 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 26400963 10060525568 56967 33554432000 1073741824 1073778376 140735301464448 140525208983848 140525369648825 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20708/tid=20714] ppid=20705 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20708/task/20714/stat : 20714 (java) S 20705 20708 20157 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 26400963 10060525568 56967 33554432000 1073741824 1073778376 140735301464448 140525207931048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20715] ppid=20705 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20708/task/20715/stat : 20715 (java) R 20705 20708 20157 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 26400963 10060525568 56967 33554432000 1073741824 1073778376 140735301464448 140525206879272 140525369648833 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20716] ppid=20705 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20708/task/20716/stat : 20716 (java) R 20705 20708 20157 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 26400963 10060525568 56967 33554432000 1073741824 1073778376 140735301464448 140525205826648 140525369648841 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20717] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20717/stat : 20717 (java) R 20705 20708 20157 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 26400963 10060525568 56967 33554432000 1073741824 1073778376 140735301464448 140525204773672 214540792892 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20708/tid=20718] ppid=20705 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20708/task/20718/stat : 20718 (java) R 20705 20708 20157 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 26400963 10060525568 56967 33554432000 1073741824 1073778376 140735301464448 140525203721048 140525374076492 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20708/tid=20719] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20719/stat : 20719 (java) S 20705 20708 20157 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26400964 10060525568 56967 33554432000 1073741824 1073778376 140735301464448 140525191308680 214540792892 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20708/tid=20720] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20720/stat : 20720 (java) S 20705 20708 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26400965 10060525568 56967 33554432000 1073741824 1073778376 140735301464448 140525190255864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20721] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20721/stat : 20721 (java) S 20705 20708 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26400965 10060525568 56967 33554432000 1073741824 1073778376 140735301464448 140525189202952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20722] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20722/stat : 20722 (java) S 20705 20708 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26400967 10060525568 56967 33554432000 1073741824 1073778376 140735301464448 140525188151440 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20708/tid=20723] ppid=20705 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/20708/task/20723/stat : 20723 (java) S 20705 20708 20157 0 -1 4202560 10939 0 0 0 102 1 0 0 20 0 22 0 26400967 10060525568 56967 33554432000 1073741824 1073778376 140735301464448 140525187099576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20708/tid=20724] ppid=20705 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/20708/task/20724/stat : 20724 (java) S 20705 20708 20157 0 -1 4202560 10662 0 0 0 102 2 0 0 20 0 22 0 26400967 10060525568 56967 33554432000 1073741824 1073778376 140735301464448 140525186046776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20725] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20725/stat : 20725 (java) S 20705 20708 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26400967 10060525568 56967 33554432000 1073741824 1073778376 140735301464448 140525184994168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20726] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20726/stat : 20726 (java) S 20705 20708 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26400967 10060525568 56967 33554432000 1073741824 1073778376 140735301464448 140525183941576 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20791] ppid=20705 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/20708/task/20791/stat : 20791 (java) S 20705 20708 20157 0 -1 4202560 26 0 0 0 70 0 0 0 20 0 22 0 26401034 10060525568 56967 33554432000 1073741824 1073778376 140735301464448 140525182886712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20792] ppid=20705 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/20708/task/20792/stat : 20792 (java) S 20705 20708 20157 0 -1 4202560 37 0 0 0 71 0 0 0 20 0 22 0 26401034 10060525568 56967 33554432000 1073741824 1073778376 140735301464448 140525181832216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20708/tid=20793] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20793/stat : 20793 (java) S 20705 20708 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26401038 10060525568 56967 33554432000 1073741824 1073778376 140735301464448 140525180781480 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20794] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20794/stat : 20794 (java) S 20705 20708 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26401039 10060525568 56967 33554432000 1073741824 1073778376 140735301464448 140525179728680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.19 4.20 3.76 5/194 20832
/proc/meminfo: memFree=30351020/32872528 swapFree=1191052/1305516
[pid=20708] ppid=20705 vsize=9824732 CPUtime=7.96 cores=0,2,4,6
/proc/20708/stat : 20708 (java) S 20705 20708 20157 0 -1 4202496 26816 0 1 0 778 18 0 0 20 0 22 0 26400962 10060525568 96897 33554432000 1073741824 1073778376 140735301464448 140735301455584 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20708/statm: 2456183 96897 2284 9 0 2446860 0
[pid=20708/tid=20709] ppid=20705 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/20708/task/20709/stat : 20709 (java) S 20705 20708 20157 0 -1 4202560 2542 0 1 0 67 3 0 0 20 0 22 0 26400962 10060525568 96897 33554432000 1073741824 1073778376 140735301464448 140525367178104 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20711] ppid=20705 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/20708/task/20711/stat : 20711 (java) S 20705 20708 20157 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 22 0 26400963 10060525568 96897 33554432000 1073741824 1073778376 140735301464448 140525211089448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20712] ppid=20705 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20708/task/20712/stat : 20712 (java) S 20705 20708 20157 0 -1 4202560 106 0 0 0 3 2 0 0 20 0 22 0 26400963 10060525568 96897 33554432000 1073741824 1073778376 140735301464448 140525210036648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20713] ppid=20705 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20708/task/20713/stat : 20713 (java) S 20705 20708 20157 0 -1 4202560 111 0 0 0 3 2 0 0 20 0 22 0 26400963 10060525568 96897 33554432000 1073741824 1073778376 140735301464448 140525208983848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20708/tid=20714] ppid=20705 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/20708/task/20714/stat : 20714 (java) S 20705 20708 20157 0 -1 4202560 129 0 0 0 3 1 0 0 20 0 22 0 26400963 10060525568 96897 33554432000 1073741824 1073778376 140735301464448 140525207931048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20715] ppid=20705 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/20708/task/20715/stat : 20715 (java) S 20705 20708 20157 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 26400963 10060525568 96897 33554432000 1073741824 1073778376 140735301464448 140525206879272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20708/tid=20716] ppid=20705 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/20708/task/20716/stat : 20716 (java) S 20705 20708 20157 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 22 0 26400963 10060525568 96897 33554432000 1073741824 1073778376 140735301464448 140525205826472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20717] ppid=20705 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/20708/task/20717/stat : 20717 (java) S 20705 20708 20157 0 -1 4202560 121 0 0 0 4 2 0 0 20 0 22 0 26400963 10060525568 96897 33554432000 1073741824 1073778376 140735301464448 140525204773672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20708/tid=20718] ppid=20705 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20708/task/20718/stat : 20718 (java) S 20705 20708 20157 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 22 0 26400963 10060525568 96897 33554432000 1073741824 1073778376 140735301464448 140525203720872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20719] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20719/stat : 20719 (java) S 20705 20708 20157 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26400964 10060525568 96897 33554432000 1073741824 1073778376 140735301464448 140525191309800 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20708/tid=20720] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20720/stat : 20720 (java) S 20705 20708 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26400965 10060525568 96897 33554432000 1073741824 1073778376 140735301464448 140525190255864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20721] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20721/stat : 20721 (java) S 20705 20708 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26400965 10060525568 96897 33554432000 1073741824 1073778376 140735301464448 140525189202952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20722] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20722/stat : 20722 (java) S 20705 20708 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26400967 10060525568 96897 33554432000 1073741824 1073778376 140735301464448 140525188151440 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20708/tid=20723] ppid=20705 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/20708/task/20723/stat : 20723 (java) S 20705 20708 20157 0 -1 4202560 11448 0 0 0 113 1 0 0 20 0 22 0 26400967 10060525568 96897 33554432000 1073741824 1073778376 140735301464448 140525187099576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20708/tid=20724] ppid=20705 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/20708/task/20724/stat : 20724 (java) S 20705 20708 20157 0 -1 4202560 10671 0 0 0 111 2 0 0 20 0 22 0 26400967 10060525568 96897 33554432000 1073741824 1073778376 140735301464448 140525186046776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20725] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20725/stat : 20725 (java) S 20705 20708 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26400967 10060525568 96897 33554432000 1073741824 1073778376 140735301464448 140525184994168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20726] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20726/stat : 20726 (java) S 20705 20708 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26400967 10060525568 96897 33554432000 1073741824 1073778376 140735301464448 140525183941576 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20791] ppid=20705 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/20708/task/20791/stat : 20791 (java) R 20705 20708 20157 0 -1 4202560 34 0 0 0 222 0 0 0 20 0 22 0 26401034 10060525568 96897 33554432000 1073741824 1073778376 140735301464448 140525182877664 140525239235940 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20792] ppid=20705 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/20708/task/20792/stat : 20792 (java) R 20705 20708 20157 0 -1 4202560 82 0 0 0 221 2 0 0 20 0 22 0 26401034 10060525568 96897 33554432000 1073741824 1073778376 140735301464448 140525181833352 140525239344458 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20708/tid=20793] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20793/stat : 20793 (java) S 20705 20708 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26401038 10060525568 96897 33554432000 1073741824 1073778376 140735301464448 140525180781480 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20794] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20794/stat : 20794 (java) S 20705 20708 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26401039 10060525568 96897 33554432000 1073741824 1073778376 140735301464448 140525179728680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 9824732

[startup+6.3009 s]
/proc/loadavg: 4.49 4.27 3.78 4/215 20860
/proc/meminfo: memFree=29573552/32872528 swapFree=1191052/1305516
[pid=20708] ppid=20705 vsize=9824732 CPUtime=14.47 cores=0,2,4,6
/proc/20708/stat : 20708 (java) S 20705 20708 20157 0 -1 4202496 27171 0 1 0 1424 23 0 0 20 0 22 0 26400962 10060525568 128294 33554432000 1073741824 1073778376 140735301464448 140735301455584 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20708/statm: 2456183 128294 2284 9 0 2446860 0
[pid=20708/tid=20709] ppid=20705 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/20708/task/20709/stat : 20709 (java) S 20705 20708 20157 0 -1 4202560 2542 0 1 0 67 3 0 0 20 0 22 0 26400962 10060525568 128294 33554432000 1073741824 1073778376 140735301464448 140525367178104 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20711] ppid=20705 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/20708/task/20711/stat : 20711 (java) S 20705 20708 20157 0 -1 4202560 61 0 0 0 5 2 0 0 20 0 22 0 26400963 10060525568 128294 33554432000 1073741824 1073778376 140735301464448 140525211089448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20712] ppid=20705 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/20708/task/20712/stat : 20712 (java) S 20705 20708 20157 0 -1 4202560 114 0 0 0 5 2 0 0 20 0 22 0 26400963 10060525568 128294 33554432000 1073741824 1073778376 140735301464448 140525210036648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20713] ppid=20705 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/20708/task/20713/stat : 20713 (java) S 20705 20708 20157 0 -1 4202560 128 0 0 0 5 2 0 0 20 0 22 0 26400963 10060525568 128294 33554432000 1073741824 1073778376 140735301464448 140525208983848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20708/tid=20714] ppid=20705 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/20708/task/20714/stat : 20714 (java) S 20705 20708 20157 0 -1 4202560 144 0 0 0 4 2 0 0 20 0 22 0 26400963 10060525568 128294 33554432000 1073741824 1073778376 140735301464448 140525207931048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20715] ppid=20705 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20708/task/20715/stat : 20715 (java) S 20705 20708 20157 0 -1 4202560 35 0 0 0 4 1 0 0 20 0 22 0 26400963 10060525568 128294 33554432000 1073741824 1073778376 140735301464448 140525206879272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20708/tid=20716] ppid=20705 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20708/task/20716/stat : 20716 (java) S 20705 20708 20157 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 22 0 26400963 10060525568 128294 33554432000 1073741824 1073778376 140735301464448 140525205826472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20717] ppid=20705 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/20708/task/20717/stat : 20717 (java) S 20705 20708 20157 0 -1 4202560 138 0 0 0 6 2 0 0 20 0 22 0 26400963 10060525568 128294 33554432000 1073741824 1073778376 140735301464448 140525204773672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20708/tid=20718] ppid=20705 vsize=9824732 CPUtime=0.08 cores=0,2,4,6

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

/proc/20708/task/20713/stat : 20713 (java) S 20705 20708 20157 0 -1 4202560 966 0 0 0 221 24 0 0 20 0 22 0 26400963 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525208983848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20714] ppid=20705 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/20708/task/20714/stat : 20714 (java) S 20705 20708 20157 0 -1 4202560 611 0 0 0 180 13 0 0 20 0 22 0 26400963 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525207931048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20715] ppid=20705 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/20708/task/20715/stat : 20715 (java) S 20705 20708 20157 0 -1 4202560 708 0 0 0 220 21 0 0 20 0 22 0 26400963 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525206879272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20708/tid=20716] ppid=20705 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/20708/task/20716/stat : 20716 (java) S 20705 20708 20157 0 -1 4202560 778 0 0 0 178 18 0 0 20 0 22 0 26400963 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525205826472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20717] ppid=20705 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/20708/task/20717/stat : 20717 (java) S 20705 20708 20157 0 -1 4202560 760 0 0 0 177 15 0 0 20 0 22 0 26400963 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525204773672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20718] ppid=20705 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/20708/task/20718/stat : 20718 (java) S 20705 20708 20157 0 -1 4202560 1748 0 0 0 209 24 0 0 20 0 22 0 26400963 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525203720872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20719] ppid=20705 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/20708/task/20719/stat : 20719 (java) S 20705 20708 20157 0 -1 4202560 2113 0 0 0 262 6 0 0 20 0 22 0 26400964 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525191309800 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20708/tid=20720] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20720/stat : 20720 (java) S 20705 20708 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26400965 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525190255864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20721] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20721/stat : 20721 (java) S 20705 20708 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26400965 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525189202952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20722] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20722/stat : 20722 (java) S 20705 20708 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26400967 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525188151440 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20708/tid=20723] ppid=20705 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/20708/task/20723/stat : 20723 (java) S 20705 20708 20157 0 -1 4202560 17062 0 0 0 175 3 0 0 20 0 22 0 26400967 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525187099576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20724] ppid=20705 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/20708/task/20724/stat : 20724 (java) S 20705 20708 20157 0 -1 4202560 10693 0 0 0 132 2 0 0 20 0 22 0 26400967 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525186046776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20725] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20725/stat : 20725 (java) S 20705 20708 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26400967 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525184994168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20726] ppid=20705 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/20708/task/20726/stat : 20726 (java) S 20705 20708 20157 0 -1 4202560 51 0 0 0 17 14 0 0 20 0 22 0 26400967 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525183941576 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20791] ppid=20705 vsize=9824732 CPUtime=871.95 cores=0,2,4,6
/proc/20708/task/20791/stat : 20791 (java) R 20705 20708 20157 0 -1 4202560 114 0 0 0 87178 17 0 0 20 0 22 0 26401034 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525182884672 140525239725396 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20792] ppid=20705 vsize=9824732 CPUtime=871.91 cores=0,2,4,6
/proc/20708/task/20792/stat : 20792 (java) R 20705 20708 20157 0 -1 4202560 2073 0 0 0 87153 38 0 0 20 0 22 0 26401034 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525181832080 140525239578997 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20708/tid=20793] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20793/stat : 20793 (java) S 20705 20708 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26401038 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525180781480 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20794] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20794/stat : 20794 (java) S 20705 20708 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26401039 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525179728680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1772.13
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.301 s]
/proc/loadavg: 4.29 4.25 4.04 5/219 20907
/proc/meminfo: memFree=25141240/32872528 swapFree=1191052/1305516
[pid=20708] ppid=20705 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/20708/stat : 20708 (java) S 20705 20708 20157 0 -1 4202496 42928 0 1 0 179809 204 0 0 20 0 22 0 26400962 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140735301455584 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20708/statm: 2456183 889181 2293 9 0 2446860 0
[pid=20708/tid=20709] ppid=20705 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/20708/task/20709/stat : 20709 (java) S 20705 20708 20157 0 -1 4202560 2552 0 1 0 70 4 0 0 20 0 22 0 26400962 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525367178104 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20711] ppid=20705 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/20708/task/20711/stat : 20711 (java) S 20705 20708 20157 0 -1 4202560 549 0 0 0 192 17 0 0 20 0 22 0 26400963 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525211089448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20712] ppid=20705 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/20708/task/20712/stat : 20712 (java) S 20705 20708 20157 0 -1 4202560 887 0 0 0 183 17 0 0 20 0 22 0 26400963 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525210036648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20713] ppid=20705 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/20708/task/20713/stat : 20713 (java) S 20705 20708 20157 0 -1 4202560 966 0 0 0 221 24 0 0 20 0 22 0 26400963 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525208983848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20714] ppid=20705 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/20708/task/20714/stat : 20714 (java) S 20705 20708 20157 0 -1 4202560 611 0 0 0 180 13 0 0 20 0 22 0 26400963 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525207931048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20715] ppid=20705 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/20708/task/20715/stat : 20715 (java) S 20705 20708 20157 0 -1 4202560 708 0 0 0 220 21 0 0 20 0 22 0 26400963 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525206879272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20708/tid=20716] ppid=20705 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/20708/task/20716/stat : 20716 (java) S 20705 20708 20157 0 -1 4202560 778 0 0 0 178 18 0 0 20 0 22 0 26400963 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525205826472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20717] ppid=20705 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/20708/task/20717/stat : 20717 (java) S 20705 20708 20157 0 -1 4202560 760 0 0 0 177 15 0 0 20 0 22 0 26400963 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525204773672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20718] ppid=20705 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/20708/task/20718/stat : 20718 (java) S 20705 20708 20157 0 -1 4202560 1748 0 0 0 209 24 0 0 20 0 22 0 26400963 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525203720872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20719] ppid=20705 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/20708/task/20719/stat : 20719 (java) S 20705 20708 20157 0 -1 4202560 2113 0 0 0 262 6 0 0 20 0 22 0 26400964 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525191309800 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20708/tid=20720] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20720/stat : 20720 (java) S 20705 20708 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26400965 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525190255864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20721] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20721/stat : 20721 (java) S 20705 20708 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26400965 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525189202952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20722] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20722/stat : 20722 (java) S 20705 20708 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26400967 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525188151440 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20708/tid=20723] ppid=20705 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/20708/task/20723/stat : 20723 (java) S 20705 20708 20157 0 -1 4202560 17062 0 0 0 175 3 0 0 20 0 22 0 26400967 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525187099576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20724] ppid=20705 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/20708/task/20724/stat : 20724 (java) S 20705 20708 20157 0 -1 4202560 10693 0 0 0 132 2 0 0 20 0 22 0 26400967 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525186046776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20725] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20725/stat : 20725 (java) S 20705 20708 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26400967 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525184994168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20726] ppid=20705 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/20708/task/20726/stat : 20726 (java) S 20705 20708 20157 0 -1 4202560 51 0 0 0 17 14 0 0 20 0 22 0 26400967 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525183941576 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20791] ppid=20705 vsize=9824732 CPUtime=885.91 cores=0,2,4,6
/proc/20708/task/20791/stat : 20791 (java) R 20705 20708 20157 0 -1 4202560 114 0 0 0 88574 17 0 0 20 0 22 0 26401034 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525182877648 140525239595680 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20792] ppid=20705 vsize=9824732 CPUtime=885.88 cores=0,2,4,6
/proc/20708/task/20792/stat : 20792 (java) R 20705 20708 20157 0 -1 4202560 2073 0 0 0 88550 38 0 0 20 0 22 0 26401034 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525181832080 140525239579062 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20708/tid=20793] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20793/stat : 20793 (java) S 20705 20708 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26401038 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525180781480 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20794] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20794/stat : 20794 (java) S 20705 20708 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26401039 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525179728680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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 20708 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.301 s]
/proc/loadavg: 4.29 4.25 4.04 5/219 20907
/proc/meminfo: memFree=25141240/32872528 swapFree=1191052/1305516
[pid=20708] ppid=20705 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/20708/stat : 20708 (java) S 20705 20708 20157 0 -1 4202496 42928 0 1 0 179809 204 0 0 20 0 22 0 26400962 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140735301455584 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20708/statm: 2456183 889181 2293 9 0 2446860 0
[pid=20708/tid=20709] ppid=20705 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/20708/task/20709/stat : 20709 (java) S 20705 20708 20157 0 -1 4202560 2552 0 1 0 70 4 0 0 20 0 22 0 26400962 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525367178104 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20711] ppid=20705 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/20708/task/20711/stat : 20711 (java) S 20705 20708 20157 0 -1 4202560 549 0 0 0 192 17 0 0 20 0 22 0 26400963 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525211089448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20712] ppid=20705 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/20708/task/20712/stat : 20712 (java) S 20705 20708 20157 0 -1 4202560 887 0 0 0 183 17 0 0 20 0 22 0 26400963 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525210036648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20713] ppid=20705 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/20708/task/20713/stat : 20713 (java) S 20705 20708 20157 0 -1 4202560 966 0 0 0 221 24 0 0 20 0 22 0 26400963 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525208983848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20714] ppid=20705 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/20708/task/20714/stat : 20714 (java) S 20705 20708 20157 0 -1 4202560 611 0 0 0 180 13 0 0 20 0 22 0 26400963 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525207931048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20715] ppid=20705 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/20708/task/20715/stat : 20715 (java) S 20705 20708 20157 0 -1 4202560 708 0 0 0 220 21 0 0 20 0 22 0 26400963 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525206879272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20708/tid=20716] ppid=20705 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/20708/task/20716/stat : 20716 (java) S 20705 20708 20157 0 -1 4202560 778 0 0 0 178 18 0 0 20 0 22 0 26400963 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525205826472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20717] ppid=20705 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/20708/task/20717/stat : 20717 (java) S 20705 20708 20157 0 -1 4202560 760 0 0 0 177 15 0 0 20 0 22 0 26400963 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525204773672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20718] ppid=20705 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/20708/task/20718/stat : 20718 (java) S 20705 20708 20157 0 -1 4202560 1748 0 0 0 209 24 0 0 20 0 22 0 26400963 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525203720872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20719] ppid=20705 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/20708/task/20719/stat : 20719 (java) S 20705 20708 20157 0 -1 4202560 2113 0 0 0 262 6 0 0 20 0 22 0 26400964 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525191309800 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20708/tid=20720] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20720/stat : 20720 (java) S 20705 20708 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26400965 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525190255864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20721] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20721/stat : 20721 (java) S 20705 20708 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26400965 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525189202952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20722] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20722/stat : 20722 (java) S 20705 20708 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26400967 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525188151440 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20708/tid=20723] ppid=20705 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/20708/task/20723/stat : 20723 (java) S 20705 20708 20157 0 -1 4202560 17062 0 0 0 175 3 0 0 20 0 22 0 26400967 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525187099576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20724] ppid=20705 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/20708/task/20724/stat : 20724 (java) S 20705 20708 20157 0 -1 4202560 10693 0 0 0 132 2 0 0 20 0 22 0 26400967 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525186046776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20725] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20725/stat : 20725 (java) S 20705 20708 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26400967 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525184994168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20726] ppid=20705 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/20708/task/20726/stat : 20726 (java) S 20705 20708 20157 0 -1 4202560 51 0 0 0 17 14 0 0 20 0 22 0 26400967 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525183941576 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20708/tid=20791] ppid=20705 vsize=9824732 CPUtime=885.91 cores=0,2,4,6
/proc/20708/task/20791/stat : 20791 (java) R 20705 20708 20157 0 -1 4202560 114 0 0 0 88574 17 0 0 20 0 22 0 26401034 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525182877648 140525239595680 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20792] ppid=20705 vsize=9824732 CPUtime=885.88 cores=0,2,4,6
/proc/20708/task/20792/stat : 20792 (java) R 20705 20708 20157 0 -1 4202560 2073 0 0 0 88550 38 0 0 20 0 22 0 26401034 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525181832080 140525239579062 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20708/tid=20793] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20793/stat : 20793 (java) S 20705 20708 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26401038 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525180781480 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20708/tid=20794] ppid=20705 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20708/task/20794/stat : 20794 (java) S 20705 20708 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26401039 10060525568 889181 33554432000 1073741824 1073778376 140735301464448 140525179728680 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 896.35
CPU time (s): 1800.13
CPU user time (s): 1798.09
CPU system time (s): 2.04
CPU usage (%): 200.829
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.61
system time used= 2.50262
maximum resident set size= 3556840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42973
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= 22817
involuntary context switches= 18862

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.81212 second user time and 7.2349 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 11:52:23
IDJOB=4103582
IDBENCH=2400
IDSOLVER=2543
FILE ID=node127/4103582-1466243543
RUNJOBID= node127-1466241741-20173
PBS_JOBID= 19918213
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-agg2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103582-1466243543/watcher-4103582-1466243543 -o /tmp/evaluation-result-4103582-1466243543/solver-4103582-1466243543 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466241741-20173 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103582-1466243543.opb

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

MD5SUM BENCH= ba775969fc3da5c6701f023896ca8f88
RANDOM SEED=600666965

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:        30119224 kB
Buffers:           55664 kB
Cached:           125316 kB
SwapCached:          516 kB
Active:           575472 kB
Inactive:         107104 kB
Active(anon):     501764 kB
Inactive(anon):     2184 kB
Active(file):      73708 kB
Inactive(file):   104920 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:             27176 kB
Writeback:             0 kB
AnonPages:       1669200 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             602960 kB
SReclaimable:      45832 kB
SUnreclaim:       557128 kB
KernelStack:        1752 kB
PageTables:         7220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2379216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    442368 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= 71720 MiB
End job on node127 at 2016-06-18 12:07:20