Trace number 4080678

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.06 898.144

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-modszk1.opb
MD5SUM73a69ec0478725312d0c26d36222113a
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 variables48602
Total number of constraints686
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 constraints686
Minimum length of a constraint30
Maximum length of a constraint600
Number of terms in the objective function 29700
Biggest coefficient in the objective function 197378980184064000
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 14554406665136992500
Number of bits of the sum of numbers in the objective function 64
Biggest number in a constraint 197378980184064000
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 14554406665136992500
Number of bits of the biggest sum of numbers64
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-4080678-1465229099.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
1.65/0.83	c ... done. Wall clock time 0.729s.
1.65/0.83	c declared #vars     48602
1.65/0.83	c #constraints  1372
1.65/0.84	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.65/0.84	c constraints type 
1.65/0.84	c org.sat4j.specs.Constr$1 => 5
1.65/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1367
1.65/0.84	c 1372 constraints processed.
1.65/0.84	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.65/0.84	c constraints type 
1.65/0.84	c org.sat4j.specs.Constr$1 => 5
1.65/0.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1367
1.65/0.84	c 1372 constraints processed.
1.65/0.84	c objective function length is 29700 literals
6.40/2.69	c cleaning 2494 clauses out of 5000 with flag 17139/5000
9.10/3.81	c cleaning 4241 clauses out of 8506 with flag 31367/11000
11.82/5.19	c cleaning 5623 clauses out of 11265 with flag 47722/18000
15.56/6.94	c cleaning 6809 clauses out of 13643 with flag 68507/26001
20.00/9.04	c cleaning 7904 clauses out of 15834 with flag 90061/35001
24.02/11.07	c cleaning 8953 clauses out of 17929 with flag 118265/45000
28.80/13.49	c cleaning 9969 clauses out of 19977 with flag 151585/56001
31.61/14.89	c cleaning 11001 clauses out of 22007 with flag 178100/68000
37.00/17.59	c cleaning 12000 clauses out of 24007 with flag 204456/81001
43.20/20.65	c cleaning 13002 clauses out of 26008 with flag 232558/95002
50.32/24.17	c cleaning 14000 clauses out of 28004 with flag 262560/110000
57.92/27.99	c cleaning 14998 clauses out of 30005 with flag 294572/126001
67.43/32.61	c cleaning 16001 clauses out of 32007 with flag 328587/143001
77.70/37.75	c cleaning 17001 clauses out of 34005 with flag 364595/161000
88.32/43.08	c cleaning 17999 clauses out of 36006 with flag 402610/180002
101.73/49.77	c cleaning 19000 clauses out of 38007 with flag 442623/200002
116.98/57.37	c cleaning 20000 clauses out of 40005 with flag 484639/221000
133.62/65.68	c cleaning 21002 clauses out of 42007 with flag 528658/243002
152.65/75.16	c cleaning 21999 clauses out of 44003 with flag 574672/266000
172.09/84.89	c cleaning 23001 clauses out of 46005 with flag 622707/290001
193.52/95.52	c cleaning 23998 clauses out of 48004 with flag 672821/315001
218.73/108.13	c cleaning 25000 clauses out of 50005 with flag 724965/341000
239.36/118.43	c cleaning 26002 clauses out of 52007 with flag 778986/368002
268.64/133.08	c cleaning 27000 clauses out of 54003 with flag 835013/396000
297.66/147.51	c cleaning 27994 clauses out of 56005 with flag 893056/425002
323.87/160.65	c cleaning 29003 clauses out of 58010 with flag 953063/455001
355.95/176.83	c cleaning 0 clauses out of 5000 with flag 0/5000
357.75/177.40	c cleaning 29999 clauses out of 60007 with flag 1015088/486001
392.86/194.91	c cleaning 30998 clauses out of 62007 with flag 1079104/518000
428.51/212.77	c cleaning 31998 clauses out of 64009 with flag 1145112/551000
464.76/230.87	c cleaning 33003 clauses out of 66011 with flag 1213249/585000
501.56/249.28	c cleaning 34002 clauses out of 68008 with flag 1283261/620000
552.99/274.97	c cleaning 35000 clauses out of 70009 with flag 1355296/656003
596.41/296.64	c cleaning 36000 clauses out of 72006 with flag 1429317/693000
640.63/318.75	c cleaning 36996 clauses out of 74006 with flag 1505349/731000
690.27/343.53	c cleaning 37999 clauses out of 76010 with flag 1583393/770000
745.61/371.34	c cleaning 39004 clauses out of 78013 with flag 1663429/810002
796.45/396.75	c cleaning 39998 clauses out of 80008 with flag 1745505/851001
850.28/423.65	c cleaning 41002 clauses out of 82010 with flag 1829579/893001
905.52/451.27	c cleaning 42001 clauses out of 84007 with flag 1915632/936000
966.22/481.57	c cleaning 43003 clauses out of 86008 with flag 2003678/980002
1027.07/511.91	c cleaning 43999 clauses out of 88005 with flag 2093701/1025002
1091.33/544.27	c cleaning 44997 clauses out of 90005 with flag 2185737/1071001
1160.61/578.87	c cleaning 45999 clauses out of 92008 with flag 2279790/1118001
1234.24/615.67	c cleaning 47002 clauses out of 94008 with flag 2375873/1166000
1324.63/660.77	c cleaning 47997 clauses out of 96006 with flag 2473907/1215000
1407.29/702.04	c cleaning 48998 clauses out of 98009 with flag 2573922/1265000
1499.48/748.33	c cleaning 50002 clauses out of 100011 with flag 2675960/1316000
1611.57/804.25	c cleaning 50996 clauses out of 102010 with flag 2779984/1368001
1725.26/860.94	c cleaning 52003 clauses out of 104013 with flag 2886013/1421000
1800.06/898.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/898.10	c starts		: 14
1800.06/898.10	c conflicts		: 1454947
1800.06/898.10	c decisions		: 1848144
1800.06/898.10	c propagations		: 9506061
1800.06/898.10	c inspects		: 14944952521
1800.06/898.10	c shortcuts		: 0
1800.06/898.10	c learnt literals	: 0
1800.06/898.10	c learnt binary clauses	: 0
1800.06/898.10	c learnt ternary clauses	: 0
1800.06/898.10	c learnt constraints	: 1454947
1800.06/898.10	c ignored constraints	: 0
1800.06/898.10	c root simplifications	: 0
1800.06/898.10	c removed literals (reason simplification)	: 13460363
1800.06/898.10	c reason swapping (by a shorter reason)	: 0
1800.06/898.10	c Calls to reduceDB	: 49
1800.06/898.10	c Number of update (reduction) of LBD	: 9466
1800.06/898.10	c Imported unit clauses	: 0
1800.06/898.10	c number of reductions to clauses (during analyze)	: 0
1800.06/898.10	c number of learned constraints concerned by reduction	: 0
1800.06/898.10	c number of learning phase by resolution	: 0
1800.06/898.10	c number of learning phase by cutting planes	: 0
1800.06/898.10	c speed (assignments/second)	: 10595.230505504893
1800.06/898.10	c non guided choices	0
1800.06/898.13	c learnt constraints type 
1800.06/898.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 85957
1800.06/898.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/898.13	c starts		: 30
1800.06/898.13	c conflicts		: 8529
1800.06/898.13	c decisions		: 339628
1800.06/898.13	c propagations		: 854100
1800.06/898.13	c inspects		: 115074107
1800.06/898.13	c shortcuts		: 0
1800.06/898.13	c learnt literals	: 0
1800.06/898.13	c learnt binary clauses	: 0
1800.06/898.13	c learnt ternary clauses	: 0
1800.06/898.13	c learnt constraints	: 8529
1800.06/898.13	c ignored constraints	: 0
1800.06/898.13	c root simplifications	: 0
1800.06/898.13	c removed literals (reason simplification)	: 0
1800.06/898.13	c reason swapping (by a shorter reason)	: 0
1800.06/898.13	c Calls to reduceDB	: 1
1800.06/898.13	c Number of update (reduction) of LBD	: 0
1800.06/898.13	c Imported unit clauses	: 0
1800.06/898.13	c number of reductions to clauses (during analyze)	: 0
1800.06/898.13	c number of learned constraints concerned by reduction	: 0
1800.06/898.13	c number of learning phase by resolution	: 0
1800.06/898.13	c number of learning phase by cutting planes	: 0
1800.06/898.13	c speed (assignments/second)	: 951.9319504072544
1800.06/898.13	c non guided choices	0
1800.06/898.13	c learnt constraints type 
1800.06/898.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8529
1800.06/898.13	s UNKNOWN
1800.06/898.13	c Total wall clock time (in seconds): 898.025

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-4080678-1465229099/watcher-4080678-1465229099 -o /tmp/evaluation-result-4080678-1465229099/solver-4080678-1465229099 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465217569-32163 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080678-1465229099.opb 

pid=6909
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.13 4.35 4.34 4/197 6912
/proc/meminfo: memFree=27140860/32872528 swapFree=12208/1156848
[pid=6912] ppid=6909 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/6912/stat : 6912 (java) S 6909 6912 32147 0 -1 4202496 1298 0 0 0 0 0 0 0 20 0 2 0 104844452 96370688 930 33554432000 1073741824 1073778376 140735305651488 140735305642624 219517321277 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6912/statm: 23528 931 705 9 0 16769 0
[pid=6912/tid=6913] ppid=6909 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6913/stat : 6913 (java) R 6909 6912 32147 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 104844452 98570240 977 33554432000 1073741824 1073778376 140735305651488 139860855361064 219513963904 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100019 s]
/proc/loadavg: 4.13 4.35 4.34 4/197 6912
/proc/meminfo: memFree=27140860/32872528 swapFree=12208/1156848
[pid=6912] ppid=6909 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/6912/stat : 6912 (java) S 6909 6912 32147 0 -1 4202496 4500 0 1 0 10 1 0 0 20 0 18 0 104844452 9787879424 6117 33554432000 1073741824 1073778376 140735305651488 140735305642624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6912/statm: 2389619 6117 2158 9 0 2380296 0
[pid=6912/tid=6913] ppid=6909 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/6912/task/6913/stat : 6913 (java) R 6909 6912 32147 0 -1 4202560 2385 0 1 0 7 0 0 0 20 0 18 0 104844452 9787879424 6117 33554432000 1073741824 1073778376 140735305651488 139860855364512 139860845424810 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200263 s]
/proc/loadavg: 4.13 4.35 4.34 4/197 6912
/proc/meminfo: memFree=27140860/32872528 swapFree=12208/1156848
[pid=6912] ppid=6909 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/6912/stat : 6912 (java) S 6909 6912 32147 0 -1 4202496 5068 0 1 0 30 1 0 0 20 0 18 0 104844452 9787879424 7435 33554432000 1073741824 1073778376 140735305651488 140735305642624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6912/statm: 2389619 7435 2224 9 0 2380296 0
[pid=6912/tid=6913] ppid=6909 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/6912/task/6913/stat : 6913 (java) R 6909 6912 32147 0 -1 4202560 2402 0 1 0 17 0 0 0 20 0 18 0 104844452 9787879424 7435 33554432000 1073741824 1073778376 140735305651488 139860855357152 219517347085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300353 s]
/proc/loadavg: 4.13 4.35 4.34 4/197 6912
/proc/meminfo: memFree=27140860/32872528 swapFree=12208/1156848
[pid=6912] ppid=6909 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/6912/stat : 6912 (java) S 6909 6912 32147 0 -1 4202496 5997 0 1 0 48 2 0 0 20 0 18 0 104844452 9787879424 12190 33554432000 1073741824 1073778376 140735305651488 140735305642624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6912/statm: 2389619 12190 2232 9 0 2380296 0
[pid=6912/tid=6913] ppid=6909 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/6912/task/6913/stat : 6913 (java) R 6909 6912 32147 0 -1 4202560 2414 0 1 0 26 1 0 0 20 0 18 0 104844452 9787879424 12190 33554432000 1073741824 1073778376 140735305651488 139860855357152 139860727904359 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700287 s]
/proc/loadavg: 4.13 4.35 4.34 4/197 6912
/proc/meminfo: memFree=27140860/32872528 swapFree=12208/1156848
[pid=6912] ppid=6909 vsize=9558476 CPUtime=1.42 cores=0,2,4,6
/proc/6912/stat : 6912 (java) S 6909 6912 32147 0 -1 4202496 14215 0 1 0 137 5 0 0 20 0 18 0 104844452 9787879424 45756 33554432000 1073741824 1073778376 140735305651488 140735305642624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6912/statm: 2389619 45756 2259 9 0 2380296 0
[pid=6912/tid=6913] ppid=6909 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/6912/task/6913/stat : 6913 (java) S 6909 6912 32147 0 -1 4202560 2470 0 1 0 64 3 0 0 20 0 18 0 104844452 9787879424 45756 33554432000 1073741824 1073778376 140735305651488 139860855363832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 4.12 4.35 4.34 7/219 6934
/proc/meminfo: memFree=26932540/32872528 swapFree=12208/1156848
[pid=6912] ppid=6909 vsize=9824732 CPUtime=3.94 cores=0,2,4,6
/proc/6912/stat : 6912 (java) S 6909 6912 32147 0 -1 4202496 14910 0 1 0 384 10 0 0 20 0 22 0 104844452 10060525568 54163 33554432000 1073741824 1073778376 140735305651488 140735305642624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6912/statm: 2456183 54163 2279 9 0 2446860 0
[pid=6912/tid=6913] ppid=6909 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/6912/task/6913/stat : 6913 (java) S 6909 6912 32147 0 -1 4202560 2489 0 1 0 73 3 0 0 20 0 22 0 104844452 10060525568 54163 33554432000 1073741824 1073778376 140735305651488 139860855366520 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6915] ppid=6909 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/6912/task/6915/stat : 6915 (java) S 6909 6912 32147 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 104844453 10060525568 54163 33554432000 1073741824 1073778376 140735305651488 139860699294760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6916] ppid=6909 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/6912/task/6916/stat : 6916 (java) S 6909 6912 32147 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 104844453 10060525568 54163 33554432000 1073741824 1073778376 140735305651488 139860698241960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6917] ppid=6909 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/6912/task/6917/stat : 6917 (java) S 6909 6912 32147 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 104844453 10060525568 54163 33554432000 1073741824 1073778376 140735305651488 139860697189160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6912/tid=6918] ppid=6909 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6912/task/6918/stat : 6918 (java) S 6909 6912 32147 0 -1 4202560 30 0 0 0 2 2 0 0 20 0 22 0 104844453 10060525568 54163 33554432000 1073741824 1073778376 140735305651488 139860696136360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6919] ppid=6909 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/6912/task/6919/stat : 6919 (java) S 6909 6912 32147 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 104844453 10060525568 54163 33554432000 1073741824 1073778376 140735305651488 139860695083560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6912/tid=6920] ppid=6909 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/6912/task/6920/stat : 6920 (java) S 6909 6912 32147 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 104844453 10060525568 54163 33554432000 1073741824 1073778376 140735305651488 139860694030760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6921] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6921/stat : 6921 (java) S 6909 6912 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104844453 10060525568 54163 33554432000 1073741824 1073778376 140735305651488 139860692977960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6922] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6922/stat : 6922 (java) S 6909 6912 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104844453 10060525568 54163 33554432000 1073741824 1073778376 140735305651488 139860691925160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6923] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6923/stat : 6923 (java) S 6909 6912 32147 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 104844454 10060525568 54163 33554432000 1073741824 1073778376 140735305651488 139860679515112 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6924] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6924/stat : 6924 (java) S 6909 6912 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104844454 10060525568 54163 33554432000 1073741824 1073778376 140735305651488 139860678461176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6925] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6925/stat : 6925 (java) S 6909 6912 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104844454 10060525568 54163 33554432000 1073741824 1073778376 140735305651488 139860677408264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6926] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6926/stat : 6926 (java) S 6909 6912 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104844456 10060525568 54163 33554432000 1073741824 1073778376 140735305651488 139860676356752 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6927] ppid=6909 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/6912/task/6927/stat : 6927 (java) S 6909 6912 32147 0 -1 4202560 6686 0 0 0 83 0 0 0 20 0 22 0 104844456 10060525568 54163 33554432000 1073741824 1073778376 140735305651488 139860675303864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6928] ppid=6909 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/6912/task/6928/stat : 6928 (java) S 6909 6912 32147 0 -1 4202560 4251 0 0 0 82 0 0 0 20 0 22 0 104844456 10060525568 54163 33554432000 1073741824 1073778376 140735305651488 139860674251064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6929] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6929/stat : 6929 (java) S 6909 6912 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104844456 10060525568 54163 33554432000 1073741824 1073778376 140735305651488 139860673198456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6912/tid=6930] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6930/stat : 6930 (java) S 6909 6912 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104844456 10060525568 54163 33554432000 1073741824 1073778376 140735305651488 139860672145864 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6931] ppid=6909 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/6912/task/6931/stat : 6931 (java) R 6909 6912 32147 0 -1 4202560 23 0 0 0 63 0 0 0 20 0 22 0 104844536 10060525568 54163 33554432000 1073741824 1073778376 140735305651488 139860671092104 139860728577457 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6932] ppid=6909 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/6912/task/6932/stat : 6932 (java) R 6909 6912 32147 0 -1 4202560 22 0 0 0 61 0 0 0 20 0 22 0 104844536 10060525568 54163 33554432000 1073741824 1073778376 140735305651488 139860670038024 139860728810899 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=6912/tid=6933] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6933/stat : 6933 (java) S 6909 6912 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104844542 10060525568 54163 33554432000 1073741824 1073778376 140735305651488 139860668986792 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6934] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6934/stat : 6934 (java) S 6909 6912 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104844542 10060525568 54163 33554432000 1073741824 1073778376 140735305651488 139860667933992 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.12 4.35 4.34 5/219 6934
/proc/meminfo: memFree=26889824/32872528 swapFree=12208/1156848
[pid=6912] ppid=6909 vsize=9824732 CPUtime=7.55 cores=0,2,4,6
/proc/6912/stat : 6912 (java) S 6909 6912 32147 0 -1 4202496 15637 0 1 0 733 22 0 0 20 0 22 0 104844452 10060525568 99743 33554432000 1073741824 1073778376 140735305651488 140735305642624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6912/statm: 2456183 99743 2284 9 0 2446860 0
[pid=6912/tid=6913] ppid=6909 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/6912/task/6913/stat : 6913 (java) S 6909 6912 32147 0 -1 4202560 2489 0 1 0 73 3 0 0 20 0 22 0 104844452 10060525568 99743 33554432000 1073741824 1073778376 140735305651488 139860855366520 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6915] ppid=6909 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6912/task/6915/stat : 6915 (java) S 6909 6912 32147 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 22 0 104844453 10060525568 99743 33554432000 1073741824 1073778376 140735305651488 139860699294760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6916] ppid=6909 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6912/task/6916/stat : 6916 (java) S 6909 6912 32147 0 -1 4202560 113 0 0 0 2 2 0 0 20 0 22 0 104844453 10060525568 99743 33554432000 1073741824 1073778376 140735305651488 139860698241960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6912/tid=6917] ppid=6909 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/6912/task/6917/stat : 6917 (java) S 6909 6912 32147 0 -1 4202560 38 0 0 0 3 2 0 0 20 0 22 0 104844453 10060525568 99743 33554432000 1073741824 1073778376 140735305651488 139860697189160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6918] ppid=6909 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/6912/task/6918/stat : 6918 (java) S 6909 6912 32147 0 -1 4202560 138 0 0 0 7 3 0 0 20 0 22 0 104844453 10060525568 99743 33554432000 1073741824 1073778376 140735305651488 139860696136360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6919] ppid=6909 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/6912/task/6919/stat : 6919 (java) S 6909 6912 32147 0 -1 4202560 146 0 0 0 6 2 0 0 20 0 22 0 104844453 10060525568 99743 33554432000 1073741824 1073778376 140735305651488 139860695083560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6912/tid=6920] ppid=6909 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/6912/task/6920/stat : 6920 (java) S 6909 6912 32147 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 22 0 104844453 10060525568 99743 33554432000 1073741824 1073778376 140735305651488 139860694030760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6921] ppid=6909 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/6912/task/6921/stat : 6921 (java) S 6909 6912 32147 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 22 0 104844453 10060525568 99743 33554432000 1073741824 1073778376 140735305651488 139860692977960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6922] ppid=6909 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/6912/task/6922/stat : 6922 (java) S 6909 6912 32147 0 -1 4202560 118 0 0 0 4 1 0 0 20 0 22 0 104844453 10060525568 99743 33554432000 1073741824 1073778376 140735305651488 139860691925160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6923] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6923/stat : 6923 (java) S 6909 6912 32147 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 104844454 10060525568 99743 33554432000 1073741824 1073778376 140735305651488 139860679515112 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6924] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6924/stat : 6924 (java) S 6909 6912 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104844454 10060525568 99743 33554432000 1073741824 1073778376 140735305651488 139860678461176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6925] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6925/stat : 6925 (java) S 6909 6912 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104844454 10060525568 99743 33554432000 1073741824 1073778376 140735305651488 139860677408264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6926] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6926/stat : 6926 (java) S 6909 6912 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104844456 10060525568 99743 33554432000 1073741824 1073778376 140735305651488 139860676356752 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6927] ppid=6909 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/6912/task/6927/stat : 6927 (java) S 6909 6912 32147 0 -1 4202560 6691 0 0 0 92 1 0 0 20 0 22 0 104844456 10060525568 99743 33554432000 1073741824 1073778376 140735305651488 139860675303864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6928] ppid=6909 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/6912/task/6928/stat : 6928 (java) S 6909 6912 32147 0 -1 4202560 4254 0 0 0 96 0 0 0 20 0 22 0 104844456 10060525568 99743 33554432000 1073741824 1073778376 140735305651488 139860674251064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6929] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6929/stat : 6929 (java) S 6909 6912 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104844456 10060525568 99743 33554432000 1073741824 1073778376 140735305651488 139860673198456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6912/tid=6930] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6930/stat : 6930 (java) S 6909 6912 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104844456 10060525568 99743 33554432000 1073741824 1073778376 140735305651488 139860672145864 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6931] ppid=6909 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/6912/task/6931/stat : 6931 (java) R 6909 6912 32147 0 -1 4202560 29 0 0 0 212 0 0 0 20 0 22 0 104844536 10060525568 99743 33554432000 1073741824 1073778376 140735305651488 139860671092088 139860728614155 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6932] ppid=6909 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/6912/task/6932/stat : 6932 (java) R 6909 6912 32147 0 -1 4202560 72 0 0 0 206 2 0 0 20 0 22 0 104844536 10060525568 99743 33554432000 1073741824 1073778376 140735305651488 139860670038280 139860728764099 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=6912/tid=6933] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6933/stat : 6933 (java) S 6909 6912 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104844542 10060525568 99743 33554432000 1073741824 1073778376 140735305651488 139860668986792 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6934] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6934/stat : 6934 (java) S 6909 6912 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104844542 10060525568 99743 33554432000 1073741824 1073778376 140735305651488 139860667933992 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.11 4.34 4.34 5/219 6934
/proc/meminfo: memFree=26619772/32872528 swapFree=12208/1156848
[pid=6912] ppid=6909 vsize=9824732 CPUtime=14.36 cores=0,2,4,6
/proc/6912/stat : 6912 (java) S 6909 6912 32147 0 -1 4202496 16438 0 1 0 1400 36 0 0 20 0 22 0 104844452 10060525568 175349 33554432000 1073741824 1073778376 140735305651488 140735305642624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6912/statm: 2456183 175349 2284 9 0 2446860 0
[pid=6912/tid=6913] ppid=6909 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/6912/task/6913/stat : 6913 (java) S 6909 6912 32147 0 -1 4202560 2489 0 1 0 74 3 0 0 20 0 22 0 104844452 10060525568 175349 33554432000 1073741824 1073778376 140735305651488 139860855366520 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6915] ppid=6909 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/6912/task/6915/stat : 6915 (java) S 6909 6912 32147 0 -1 4202560 47 0 0 0 5 3 0 0 20 0 22 0 104844453 10060525568 175349 33554432000 1073741824 1073778376 140735305651488 139860699294760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6912/tid=6916] ppid=6909 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/6912/task/6916/stat : 6916 (java) S 6909 6912 32147 0 -1 4202560 142 0 0 0 5 3 0 0 20 0 22 0 104844453 10060525568 175349 33554432000 1073741824 1073778376 140735305651488 139860698241960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6917] ppid=6909 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/6912/task/6917/stat : 6917 (java) S 6909 6912 32147 0 -1 4202560 63 0 0 0 7 3 0 0 20 0 22 0 104844453 10060525568 175349 33554432000 1073741824 1073778376 140735305651488 139860697189160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6918] ppid=6909 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/6912/task/6918/stat : 6918 (java) S 6909 6912 32147 0 -1 4202560 174 0 0 0 11 4 0 0 20 0 22 0 104844453 10060525568 175349 33554432000 1073741824 1073778376 140735305651488 139860696136360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6919] ppid=6909 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/6912/task/6919/stat : 6919 (java) S 6909 6912 32147 0 -1 4202560 188 0 0 0 10 4 0 0 20 0 22 0 104844453 10060525568 175349 33554432000 1073741824 1073778376 140735305651488 139860695083560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6920] ppid=6909 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/6912/task/6920/stat : 6920 (java) S 6909 6912 32147 0 -1 4202560 50 0 0 0 7 2 0 0 20 0 22 0 104844453 10060525568 175349 33554432000 1073741824 1073778376 140735305651488 139860694030760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6921] ppid=6909 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/6912/task/6921/stat : 6921 (java) S 6909 6912 32147 0 -1 4202560 58 0 0 0 8 3 0 0 20 0 22 0 104844453 10060525568 175349 33554432000 1073741824 1073778376 140735305651488 139860692977960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6922] ppid=6909 vsize=9824732 CPUtime=0.08 cores=0,2,4,6

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

/proc/6912/task/6917/stat : 6917 (java) S 6909 6912 32147 0 -1 4202560 375 0 0 0 107 14 0 0 20 0 22 0 104844453 10060525568 456635 33554432000 1073741824 1073778376 140735305651488 139860697189160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6912/tid=6918] ppid=6909 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/6912/task/6918/stat : 6918 (java) S 6909 6912 32147 0 -1 4202560 373 0 0 0 92 13 0 0 20 0 22 0 104844453 10060525568 456635 33554432000 1073741824 1073778376 140735305651488 139860696136360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6912/tid=6919] ppid=6909 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/6912/task/6919/stat : 6919 (java) S 6909 6912 32147 0 -1 4202560 391 0 0 0 100 12 0 0 20 0 22 0 104844453 10060525568 456635 33554432000 1073741824 1073778376 140735305651488 139860695083560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6920] ppid=6909 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/6912/task/6920/stat : 6920 (java) S 6909 6912 32147 0 -1 4202560 402 0 0 0 99 12 0 0 20 0 22 0 104844453 10060525568 456635 33554432000 1073741824 1073778376 140735305651488 139860694030760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6921] ppid=6909 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/6912/task/6921/stat : 6921 (java) S 6909 6912 32147 0 -1 4202560 326 0 0 0 97 14 0 0 20 0 22 0 104844453 10060525568 456635 33554432000 1073741824 1073778376 140735305651488 139860692977960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6922] ppid=6909 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/6912/task/6922/stat : 6922 (java) S 6909 6912 32147 0 -1 4202560 401 0 0 0 94 12 0 0 20 0 22 0 104844453 10060525568 456635 33554432000 1073741824 1073778376 140735305651488 139860691925160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6923] ppid=6909 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/6912/task/6923/stat : 6923 (java) S 6909 6912 32147 0 -1 4202560 3354 0 0 0 167 14 0 0 20 0 22 0 104844454 10060525568 456635 33554432000 1073741824 1073778376 140735305651488 139860679515112 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6924] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6924/stat : 6924 (java) S 6909 6912 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104844454 10060525568 456635 33554432000 1073741824 1073778376 140735305651488 139860678461176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6925] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6925/stat : 6925 (java) S 6909 6912 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104844454 10060525568 456635 33554432000 1073741824 1073778376 140735305651488 139860677408264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6926] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6926/stat : 6926 (java) S 6909 6912 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104844456 10060525568 456635 33554432000 1073741824 1073778376 140735305651488 139860676356752 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6927] ppid=6909 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/6912/task/6927/stat : 6927 (java) S 6909 6912 32147 0 -1 4202560 6691 0 0 0 115 1 0 0 20 0 22 0 104844456 10060525568 456635 33554432000 1073741824 1073778376 140735305651488 139860675303864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6912/tid=6928] ppid=6909 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/6912/task/6928/stat : 6928 (java) S 6909 6912 32147 0 -1 4202560 9461 0 0 0 192 1 0 0 20 0 22 0 104844456 10060525568 456635 33554432000 1073741824 1073778376 140735305651488 139860674251064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6929] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6929/stat : 6929 (java) S 6909 6912 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104844456 10060525568 456635 33554432000 1073741824 1073778376 140735305651488 139860673198456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6912/tid=6930] ppid=6909 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/6912/task/6930/stat : 6930 (java) S 6909 6912 32147 0 -1 4202560 51 0 0 0 14 15 0 0 20 0 22 0 104844456 10060525568 456635 33554432000 1073741824 1073778376 140735305651488 139860672145864 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6931] ppid=6909 vsize=9824732 CPUtime=874.69 cores=0,2,4,6
/proc/6912/task/6931/stat : 6931 (java) R 6909 6912 32147 0 -1 4202560 119 0 0 0 87454 15 0 0 20 0 22 0 104844536 10060525568 456635 33554432000 1073741824 1073778376 140735305651488 139860671089856 139860728968892 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6932] ppid=6909 vsize=9824732 CPUtime=874.62 cores=0,2,4,6
/proc/6912/task/6932/stat : 6932 (java) R 6909 6912 32147 0 -1 4202560 4653 0 0 0 87408 54 0 0 20 0 22 0 104844536 10060525568 456635 33554432000 1073741824 1073778376 140735305651488 139860670037840 139860729236994 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6933] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6933/stat : 6933 (java) S 6909 6912 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104844542 10060525568 456635 33554432000 1073741824 1073778376 140735305651488 139860668986792 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6934] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6934/stat : 6934 (java) S 6909 6912 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104844542 10060525568 456635 33554432000 1073741824 1073778376 140735305651488 139860667933992 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1768.32
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.101 s]
/proc/loadavg: 4.11 4.19 4.25 5/219 7029
/proc/meminfo: memFree=26570600/32872528 swapFree=12208/1156848
[pid=6912] ppid=6909 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/6912/stat : 6912 (java) S 6909 6912 32147 0 -1 4202496 31353 0 1 0 179828 178 0 0 20 0 22 0 104844452 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 140735305642624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6912/statm: 2456183 474524 2293 9 0 2446860 0
[pid=6912/tid=6913] ppid=6909 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/6912/task/6913/stat : 6913 (java) S 6909 6912 32147 0 -1 4202560 2496 0 1 0 76 5 0 0 20 0 22 0 104844452 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860855366520 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6915] ppid=6909 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/6912/task/6915/stat : 6915 (java) S 6909 6912 32147 0 -1 4202560 270 0 0 0 93 11 0 0 20 0 22 0 104844453 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860699294760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6916] ppid=6909 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/6912/task/6916/stat : 6916 (java) S 6909 6912 32147 0 -1 4202560 423 0 0 0 98 12 0 0 20 0 22 0 104844453 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860698241960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6917] ppid=6909 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/6912/task/6917/stat : 6917 (java) S 6909 6912 32147 0 -1 4202560 424 0 0 0 111 15 0 0 20 0 22 0 104844453 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860697189160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6918] ppid=6909 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/6912/task/6918/stat : 6918 (java) S 6909 6912 32147 0 -1 4202560 385 0 0 0 98 13 0 0 20 0 22 0 104844453 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860696136360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6912/tid=6919] ppid=6909 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/6912/task/6919/stat : 6919 (java) S 6909 6912 32147 0 -1 4202560 402 0 0 0 104 12 0 0 20 0 22 0 104844453 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860695083560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6912/tid=6920] ppid=6909 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/6912/task/6920/stat : 6920 (java) S 6909 6912 32147 0 -1 4202560 461 0 0 0 107 13 0 0 20 0 22 0 104844453 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860694030760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6921] ppid=6909 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/6912/task/6921/stat : 6921 (java) S 6909 6912 32147 0 -1 4202560 338 0 0 0 102 14 0 0 20 0 22 0 104844453 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860692977960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6922] ppid=6909 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/6912/task/6922/stat : 6922 (java) S 6909 6912 32147 0 -1 4202560 417 0 0 0 101 12 0 0 20 0 22 0 104844453 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860691925160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6923] ppid=6909 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/6912/task/6923/stat : 6923 (java) S 6909 6912 32147 0 -1 4202560 3468 0 0 0 168 15 0 0 20 0 22 0 104844454 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860679515112 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6924] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6924/stat : 6924 (java) S 6909 6912 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104844454 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860678461176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6925] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6925/stat : 6925 (java) S 6909 6912 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104844454 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860677408264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6926] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6926/stat : 6926 (java) S 6909 6912 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104844456 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860676356752 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6927] ppid=6909 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/6912/task/6927/stat : 6927 (java) S 6909 6912 32147 0 -1 4202560 6691 0 0 0 115 1 0 0 20 0 22 0 104844456 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860675303864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6912/tid=6928] ppid=6909 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/6912/task/6928/stat : 6928 (java) S 6909 6912 32147 0 -1 4202560 9461 0 0 0 192 1 0 0 20 0 22 0 104844456 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860674251064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6929] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6929/stat : 6929 (java) S 6909 6912 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104844456 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860673198456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6912/tid=6930] ppid=6909 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/6912/task/6930/stat : 6930 (java) S 6909 6912 32147 0 -1 4202560 53 0 0 0 14 16 0 0 20 0 22 0 104844456 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860672145864 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6931] ppid=6909 vsize=9824732 CPUtime=890.28 cores=0,2,4,6
/proc/6912/task/6931/stat : 6931 (java) R 6909 6912 32147 0 -1 4202560 125 0 0 0 89013 15 0 0 20 0 22 0 104844536 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860671090736 139860728968892 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6932] ppid=6909 vsize=9824732 CPUtime=890.22 cores=0,2,4,6
/proc/6912/task/6932/stat : 6932 (java) R 6909 6912 32147 0 -1 4202560 4673 0 0 0 88968 54 0 0 20 0 22 0 104844536 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860670037040 139860728740498 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6933] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6933/stat : 6933 (java) S 6909 6912 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104844542 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860668986792 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6934] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6934/stat : 6934 (java) S 6909 6912 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104844542 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860667933992 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 6912 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.101 s]
/proc/loadavg: 4.11 4.19 4.25 5/219 7029
/proc/meminfo: memFree=26570600/32872528 swapFree=12208/1156848
[pid=6912] ppid=6909 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/6912/stat : 6912 (java) S 6909 6912 32147 0 -1 4202496 31353 0 1 0 179828 178 0 0 20 0 22 0 104844452 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 140735305642624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6912/statm: 2456183 474524 2293 9 0 2446860 0
[pid=6912/tid=6913] ppid=6909 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/6912/task/6913/stat : 6913 (java) S 6909 6912 32147 0 -1 4202560 2496 0 1 0 76 5 0 0 20 0 22 0 104844452 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860855366520 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6915] ppid=6909 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/6912/task/6915/stat : 6915 (java) S 6909 6912 32147 0 -1 4202560 270 0 0 0 93 11 0 0 20 0 22 0 104844453 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860699294760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6916] ppid=6909 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/6912/task/6916/stat : 6916 (java) S 6909 6912 32147 0 -1 4202560 423 0 0 0 98 12 0 0 20 0 22 0 104844453 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860698241960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6917] ppid=6909 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/6912/task/6917/stat : 6917 (java) S 6909 6912 32147 0 -1 4202560 424 0 0 0 111 15 0 0 20 0 22 0 104844453 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860697189160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6918] ppid=6909 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/6912/task/6918/stat : 6918 (java) S 6909 6912 32147 0 -1 4202560 385 0 0 0 98 13 0 0 20 0 22 0 104844453 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860696136360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6912/tid=6919] ppid=6909 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/6912/task/6919/stat : 6919 (java) S 6909 6912 32147 0 -1 4202560 402 0 0 0 104 12 0 0 20 0 22 0 104844453 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860695083560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6912/tid=6920] ppid=6909 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/6912/task/6920/stat : 6920 (java) S 6909 6912 32147 0 -1 4202560 461 0 0 0 107 13 0 0 20 0 22 0 104844453 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860694030760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6921] ppid=6909 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/6912/task/6921/stat : 6921 (java) S 6909 6912 32147 0 -1 4202560 338 0 0 0 102 14 0 0 20 0 22 0 104844453 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860692977960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6922] ppid=6909 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/6912/task/6922/stat : 6922 (java) S 6909 6912 32147 0 -1 4202560 417 0 0 0 101 12 0 0 20 0 22 0 104844453 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860691925160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6923] ppid=6909 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/6912/task/6923/stat : 6923 (java) S 6909 6912 32147 0 -1 4202560 3468 0 0 0 168 15 0 0 20 0 22 0 104844454 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860679515112 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6924] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6924/stat : 6924 (java) S 6909 6912 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104844454 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860678461176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6925] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6925/stat : 6925 (java) S 6909 6912 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104844454 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860677408264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6926] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6926/stat : 6926 (java) S 6909 6912 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104844456 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860676356752 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6927] ppid=6909 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/6912/task/6927/stat : 6927 (java) S 6909 6912 32147 0 -1 4202560 6691 0 0 0 115 1 0 0 20 0 22 0 104844456 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860675303864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6912/tid=6928] ppid=6909 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/6912/task/6928/stat : 6928 (java) S 6909 6912 32147 0 -1 4202560 9461 0 0 0 192 1 0 0 20 0 22 0 104844456 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860674251064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6929] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6929/stat : 6929 (java) S 6909 6912 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104844456 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860673198456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6912/tid=6930] ppid=6909 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/6912/task/6930/stat : 6930 (java) S 6909 6912 32147 0 -1 4202560 53 0 0 0 14 16 0 0 20 0 22 0 104844456 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860672145864 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6931] ppid=6909 vsize=9824732 CPUtime=890.28 cores=0,2,4,6
/proc/6912/task/6931/stat : 6931 (java) R 6909 6912 32147 0 -1 4202560 125 0 0 0 89013 15 0 0 20 0 22 0 104844536 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860671090736 139860728968892 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6912/tid=6932] ppid=6909 vsize=9824732 CPUtime=890.22 cores=0,2,4,6
/proc/6912/task/6932/stat : 6932 (java) R 6909 6912 32147 0 -1 4202560 4673 0 0 0 88968 54 0 0 20 0 22 0 104844536 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860670037040 139860728740498 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6912/tid=6933] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6933/stat : 6933 (java) S 6909 6912 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104844542 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860668986792 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6912/tid=6934] ppid=6909 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6912/task/6934/stat : 6934 (java) S 6909 6912 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104844542 10060525568 474524 33554432000 1073741824 1073778376 140735305651488 139860667933992 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 898.144
CPU time (s): 1800.06
CPU user time (s): 1798.28
CPU system time (s): 1.78
CPU usage (%): 200.42
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.83
system time used= 2.26266
maximum resident set size= 2890152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31395
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= 26853
involuntary context switches= 25092

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.2242 second user time and 7.78482 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-06 18:04:59
IDJOB=4080678
IDBENCH=2416
IDSOLVER=2543
FILE ID=node114/4080678-1465229099
RUNJOBID= node114-1465217569-32163
PBS_JOBID= 19843208
Free space on /tmp= 71732 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-modszk1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080678-1465229099/watcher-4080678-1465229099 -o /tmp/evaluation-result-4080678-1465229099/solver-4080678-1465229099 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465217569-32163 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080678-1465229099.opb

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

MD5SUM BENCH= 73a69ec0478725312d0c26d36222113a
RANDOM SEED=214501053

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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.852
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.54
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.852
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:        27141016 kB
Buffers:           25508 kB
Cached:           136664 kB
SwapCached:         1736 kB
Active:          3759412 kB
Inactive:         100436 kB
Active(anon):    3699216 kB
Inactive(anon):     1200 kB
Active(file):      60196 kB
Inactive(file):    99236 kB
Unevictable:     1156848 kB
Mlocked:           12208 kB
SwapTotal:      67108856 kB
SwapFree:       67096588 kB
Dirty:              2596 kB
Writeback:             0 kB
AnonPages:       4948484 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             567716 kB
SReclaimable:      11192 kB
SUnreclaim:       556524 kB
KernelStack:        1784 kB
PageTables:        13804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5425496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4851712 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 node114 at 2016-06-06 18:19:57