Trace number 4099842

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.14 899.451

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3709.opb
MD5SUMdad6f5146620d8430edee27ea3d7a019
Bench CategoryOPT-SMALLINT (optimisation, small 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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 77
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 658426
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 658426
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4099842-1466207023.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
3.30/1.96	c ... done. Wall clock time 1.838s.
3.30/1.96	c declared #vars     155000
3.30/1.96	c #constraints  5300
3.30/1.96	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.30/1.96	c constraints type 
3.30/1.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
3.30/1.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5273
3.30/1.96	c 5300 constraints processed.
3.30/1.96	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.30/1.96	c constraints type 
3.30/1.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
3.30/1.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5273
3.30/1.96	c 5300 constraints processed.
3.30/1.96	c objective function length is 155000 literals
10.78/5.09	c cleaning 2499 clauses out of 5000 with flag 10347/5000
19.06/8.94	c cleaning 4251 clauses out of 8502 with flag 23299/11001
28.41/13.53	c cleaning 5625 clauses out of 11251 with flag 37964/18001
39.48/18.88	c cleaning 6810 clauses out of 13626 with flag 54429/26001
51.25/24.65	c cleaning 7907 clauses out of 15815 with flag 73366/35000
64.20/31.39	c cleaning 8955 clauses out of 17909 with flag 93801/45001
78.10/38.25	c cleaning 9971 clauses out of 19953 with flag 116458/56000
94.39/46.36	c cleaning 10986 clauses out of 21982 with flag 141650/68000
113.37/55.78	c cleaning 11997 clauses out of 23999 with flag 168905/81003
134.77/66.70	c cleaning 12999 clauses out of 25999 with flag 198168/95000
155.97/77.40	c cleaning 14003 clauses out of 28005 with flag 229214/110005
177.88/88.24	c cleaning 14997 clauses out of 29997 with flag 261826/126000
203.87/101.16	c cleaning 16000 clauses out of 32002 with flag 297093/143002
231.50/115.22	c cleaning 16995 clauses out of 34000 with flag 334654/161000
259.29/129.18	c cleaning 18001 clauses out of 36006 with flag 374218/180001
287.36/143.20	c cleaning 19000 clauses out of 38004 with flag 415344/200000
319.87/159.34	c cleaning 20001 clauses out of 40006 with flag 458534/221002
355.00/176.87	c cleaning 21003 clauses out of 42006 with flag 503725/243003
389.21/193.95	c cleaning 22000 clauses out of 44000 with flag 550865/266000
427.89/213.10	c cleaning 23000 clauses out of 46000 with flag 600210/290000
462.68/230.59	c cleaning 23997 clauses out of 48001 with flag 650906/315001
500.69/249.56	c cleaning 25002 clauses out of 50003 with flag 703865/341000
541.38/270.35	c cleaning 25999 clauses out of 52002 with flag 758889/368001
582.57/290.96	c cleaning 26997 clauses out of 54003 with flag 815928/396001
632.52/315.83	c cleaning 27996 clauses out of 56006 with flag 875935/425001
680.68/339.90	c cleaning 29001 clauses out of 58010 with flag 937833/455001
729.64/364.24	c cleaning 29996 clauses out of 60009 with flag 1000485/486001
778.61/388.79	c cleaning 31005 clauses out of 62016 with flag 1065390/518004
826.29/412.42	c cleaning 32003 clauses out of 64009 with flag 1131734/551002
870.28/434.42	c cleaning 33001 clauses out of 66004 with flag 1200183/585000
919.74/459.52	c cleaning 34002 clauses out of 68007 with flag 1270723/620004
965.93/482.62	c cleaning 35001 clauses out of 70002 with flag 1342885/656001
1026.31/512.73	c cleaning 35989 clauses out of 72002 with flag 1417374/693002
1086.23/542.54	c cleaning 36996 clauses out of 74012 with flag 1493579/731001
1145.92/572.15	c cleaning 38009 clauses out of 76017 with flag 1571735/770002
1210.49/604.45	c cleaning 39002 clauses out of 78007 with flag 1652938/810001
1283.23/641.19	c cleaning 39992 clauses out of 80004 with flag 1738045/851000
1349.70/674.35	c cleaning 41003 clauses out of 82012 with flag 1823159/893000
1417.38/708.18	c cleaning 42004 clauses out of 84012 with flag 1910624/936003
1494.18/746.47	c cleaning 43002 clauses out of 86008 with flag 1999761/980003
1578.37/788.49	c cleaning 43997 clauses out of 88004 with flag 2090333/1025001
1655.31/826.78	c cleaning 44998 clauses out of 90006 with flag 2183146/1071000
1730.75/864.26	c cleaning 45994 clauses out of 92010 with flag 2277967/1118002
1800.14/899.41	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/899.41	c starts		: 1
1800.14/899.41	c conflicts		: 1159566
1800.14/899.41	c decisions		: 1189132
1800.14/899.41	c propagations		: 255356229
1800.14/899.41	c inspects		: 4921993154
1800.14/899.41	c shortcuts		: 0
1800.14/899.41	c learnt literals	: 0
1800.14/899.41	c learnt binary clauses	: 0
1800.14/899.41	c learnt ternary clauses	: 0
1800.14/899.41	c learnt constraints	: 1159566
1800.14/899.41	c ignored constraints	: 0
1800.14/899.41	c root simplifications	: 0
1800.14/899.41	c removed literals (reason simplification)	: 7265312
1800.14/899.41	c reason swapping (by a shorter reason)	: 0
1800.14/899.41	c Calls to reduceDB	: 43
1800.14/899.41	c Number of update (reduction) of LBD	: 19899
1800.14/899.41	c Imported unit clauses	: 0
1800.14/899.41	c number of reductions to clauses (during analyze)	: 0
1800.14/899.41	c number of learned constraints concerned by reduction	: 0
1800.14/899.41	c number of learning phase by resolution	: 0
1800.14/899.41	c number of learning phase by cutting planes	: 0
1800.14/899.41	c speed (assignments/second)	: 284583.84347657464
1800.14/899.41	c non guided choices	0
1800.14/899.43	c learnt constraints type 
1800.14/899.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87580
1800.14/899.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/899.43	c starts		: 2
1800.14/899.43	c conflicts		: 550
1800.14/899.43	c decisions		: 2480144
1800.14/899.43	c propagations		: 15324298
1800.14/899.43	c inspects		: 87642742
1800.14/899.43	c shortcuts		: 0
1800.14/899.43	c learnt literals	: 0
1800.14/899.43	c learnt binary clauses	: 0
1800.14/899.43	c learnt ternary clauses	: 0
1800.14/899.43	c learnt constraints	: 549
1800.14/899.43	c ignored constraints	: 0
1800.14/899.43	c root simplifications	: 0
1800.14/899.43	c removed literals (reason simplification)	: 0
1800.14/899.43	c reason swapping (by a shorter reason)	: 0
1800.14/899.43	c Calls to reduceDB	: 0
1800.14/899.43	c Number of update (reduction) of LBD	: 0
1800.14/899.43	c Imported unit clauses	: 0
1800.14/899.43	c number of reductions to clauses (during analyze)	: 0
1800.14/899.43	c number of learned constraints concerned by reduction	: 0
1800.14/899.43	c number of learning phase by resolution	: 0
1800.14/899.43	c number of learning phase by cutting planes	: 0
1800.14/899.43	c speed (assignments/second)	: 17077.870857521128
1800.14/899.43	c non guided choices	0
1800.14/899.43	c learnt constraints type 
1800.14/899.43	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 18
1800.14/899.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 531
1800.14/899.43	s UNKNOWN
1800.14/899.43	c Total wall clock time (in seconds): 899.311

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-4099842-1466207023/watcher-4099842-1466207023 -o /tmp/evaluation-result-4099842-1466207023/solver-4099842-1466207023 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7345 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4099842-1466207023.opb 

pid=9661
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.33 4.16 2.83 4/199 9664
/proc/meminfo: memFree=22427784/32872528 swapFree=1505436/1685308
[pid=9664] ppid=9661 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/9664/stat : 9664 (java) D 9661 9664 7329 0 -1 4202496 377 0 0 0 0 0 0 0 20 0 1 0 22748294 2560000 47 33554432000 1073741824 1073778376 140735979102816 140735979099944 215115459879 0 0 4096 0 18446744072100756772 0 0 17 0 0 0 0 0 0
/proc/9664/statm: 625 47 37 9 0 29 0

[startup+0.100191 s]
/proc/loadavg: 4.33 4.16 2.83 4/199 9664
/proc/meminfo: memFree=22427784/32872528 swapFree=1505436/1685308
[pid=9664] ppid=9661 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9664/stat : 9664 (java) S 9661 9664 7329 0 -1 4202496 4419 0 1 0 8 1 0 0 20 0 18 0 22748294 9787879424 6051 33554432000 1073741824 1073778376 140735979102816 140735979093952 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9664/statm: 2389619 6051 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200311 s]
/proc/loadavg: 4.33 4.16 2.83 4/199 9664
/proc/meminfo: memFree=22427784/32872528 swapFree=1505436/1685308
[pid=9664] ppid=9661 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/9664/stat : 9664 (java) S 9661 9664 7329 0 -1 4202496 5022 0 1 0 26 2 0 0 20 0 18 0 22748294 9787879424 8478 33554432000 1073741824 1073778376 140735979102816 140735979093952 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9664/statm: 2389619 8478 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300332 s]
/proc/loadavg: 4.33 4.16 2.83 4/199 9664
/proc/meminfo: memFree=22427784/32872528 swapFree=1505436/1685308
[pid=9664] ppid=9661 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/9664/stat : 9664 (java) S 9661 9664 7329 0 -1 4202496 5445 0 1 0 42 3 0 0 20 0 18 0 22748294 9787879424 14797 33554432000 1073741824 1073778376 140735979102816 140735979093952 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9664/statm: 2389619 14797 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700228 s]
/proc/loadavg: 4.33 4.16 2.83 4/199 9664
/proc/meminfo: memFree=22427784/32872528 swapFree=1505436/1685308
[pid=9664] ppid=9661 vsize=9558476 CPUtime=1.29 cores=0,2,4,6
/proc/9664/stat : 9664 (java) S 9661 9664 7329 0 -1 4202496 7964 0 1 0 120 9 0 0 20 0 18 0 22748294 9787879424 49035 33554432000 1073741824 1073778376 140735979102816 140735979093952 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9664/statm: 2389619 49035 2269 9 0 2380296 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 4.33 4.16 2.83 4/217 9682
/proc/meminfo: memFree=22168176/32872528 swapFree=1505436/1685308
[pid=9664] ppid=9661 vsize=9558476 CPUtime=2.58 cores=0,2,4,6
/proc/9664/stat : 9664 (java) S 9661 9664 7329 0 -1 4202496 9091 0 1 0 233 25 0 0 20 0 18 0 22748294 9787879424 109255 33554432000 1073741824 1073778376 140735979102816 140735979093952 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9664/statm: 2389619 109255 2269 9 0 2380296 0
[pid=9664/tid=9666] ppid=9661 vsize=9558476 CPUtime=1.24 cores=0,2,4,6
/proc/9664/task/9666/stat : 9666 (java) S 9661 9664 7329 0 -1 4202560 2540 0 1 0 119 5 0 0 20 0 18 0 22748296 9787879424 109255 33554432000 1073741824 1073778376 140735979102816 140290003790968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9664/tid=9667] ppid=9661 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9664/task/9667/stat : 9667 (java) R 9661 9664 7329 0 -1 4202560 283 0 0 0 7 2 0 0 20 0 18 0 22748297 9787879424 109255 33554432000 1073741824 1073778376 140735979102816 140289942523096 140290010687855 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9668] ppid=9661 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/9664/task/9668/stat : 9668 (java) R 9661 9664 7329 0 -1 4202560 104 0 0 0 5 0 0 0 20 0 18 0 22748297 9787879424 109255 33554432000 1073741824 1073778376 140735979102816 140289941470296 140290007954241 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9669] ppid=9661 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/9664/task/9669/stat : 9669 (java) R 9661 9664 7329 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 18 0 22748297 9787879424 109255 33554432000 1073741824 1073778376 140735979102816 140289940417496 140290010688509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9670] ppid=9661 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/9664/task/9670/stat : 9670 (java) R 9661 9664 7329 0 -1 4202560 166 0 0 0 10 3 0 0 20 0 18 0 22748297 9787879424 109255 33554432000 1073741824 1073778376 140735979102816 140289844656808 140290010688428 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9671] ppid=9661 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9664/task/9671/stat : 9671 (java) R 9661 9664 7329 0 -1 4202560 174 0 0 0 7 3 0 0 20 0 18 0 22748297 9787879424 109255 33554432000 1073741824 1073778376 140735979102816 140289843604184 140290006263501 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9672] ppid=9661 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/9664/task/9672/stat : 9672 (java) R 9661 9664 7329 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 18 0 22748297 9787879424 109255 33554432000 1073741824 1073778376 140735979102816 140289842551384 140290010690742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9673] ppid=9661 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/9664/task/9673/stat : 9673 (java) R 9661 9664 7329 0 -1 4202560 160 0 0 0 13 5 0 0 20 0 18 0 22748297 9787879424 109255 33554432000 1073741824 1073778376 140735979102816 140289841498408 140290010688166 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9664/tid=9674] ppid=9661 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/9664/task/9674/stat : 9674 (java) R 9661 9664 7329 0 -1 4202560 214 0 0 0 3 1 0 0 20 0 18 0 22748297 9787879424 109255 33554432000 1073741824 1073778376 140735979102816 140289840445488 140290007954048 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9675] ppid=9661 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9675/stat : 9675 (java) S 9661 9664 7329 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 22748298 9787879424 109255 33554432000 1073741824 1073778376 140735979102816 140289828034440 215127995452 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9664/tid=9676] ppid=9661 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9676/stat : 9676 (java) S 9661 9664 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22748298 9787879424 109255 33554432000 1073741824 1073778376 140735979102816 140289826981624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9677] ppid=9661 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9677/stat : 9677 (java) S 9661 9664 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22748298 9787879424 109255 33554432000 1073741824 1073778376 140735979102816 140289825928712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9678] ppid=9661 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9678/stat : 9678 (java) S 9661 9664 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22748301 9787879424 109255 33554432000 1073741824 1073778376 140735979102816 140289824877200 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9679] ppid=9661 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/9664/task/9679/stat : 9679 (java) S 9661 9664 7329 0 -1 4202560 1514 0 0 0 21 0 0 0 20 0 18 0 22748301 9787879424 109255 33554432000 1073741824 1073778376 140735979102816 140289823824312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9680] ppid=9661 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/9664/task/9680/stat : 9680 (java) S 9661 9664 7329 0 -1 4202560 2543 0 0 0 28 0 0 0 20 0 18 0 22748301 9787879424 109255 33554432000 1073741824 1073778376 140735979102816 140289822771512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9681] ppid=9661 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9681/stat : 9681 (java) S 9661 9664 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22748301 9787879424 109255 33554432000 1073741824 1073778376 140735979102816 140289821718904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9682] ppid=9661 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9682/stat : 9682 (java) S 9661 9664 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22748301 9787879424 109255 33554432000 1073741824 1073778376 140735979102816 140289820666312 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 9558476

[startup+3.1009 s]
/proc/loadavg: 4.33 4.16 2.83 7/221 9686
/proc/meminfo: memFree=21954488/32872528 swapFree=1505436/1685308
[pid=9664] ppid=9661 vsize=9824732 CPUtime=6.74 cores=0,2,4,6
/proc/9664/stat : 9664 (java) S 9661 9664 7329 0 -1 4202496 20525 0 1 0 643 31 0 0 20 0 22 0 22748294 10060525568 119818 33554432000 1073741824 1073778376 140735979102816 140735979093952 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9664/statm: 2456183 119818 2284 9 0 2446860 0
[pid=9664/tid=9666] ppid=9661 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/9664/task/9666/stat : 9666 (java) S 9661 9664 7329 0 -1 4202560 2551 0 1 0 161 5 0 0 20 0 22 0 22748296 10060525568 119818 33554432000 1073741824 1073778376 140735979102816 140290003792760 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9664/tid=9667] ppid=9661 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/9664/task/9667/stat : 9667 (java) S 9661 9664 7329 0 -1 4202560 285 0 0 0 8 3 0 0 20 0 22 0 22748297 10060525568 119818 33554432000 1073741824 1073778376 140735979102816 140289942522920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9668] ppid=9661 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/9664/task/9668/stat : 9668 (java) S 9661 9664 7329 0 -1 4202560 110 0 0 0 5 1 0 0 20 0 22 0 22748297 10060525568 119818 33554432000 1073741824 1073778376 140735979102816 140289941470120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9669] ppid=9661 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/9664/task/9669/stat : 9669 (java) S 9661 9664 7329 0 -1 4202560 36 0 0 0 4 3 0 0 20 0 22 0 22748297 10060525568 119818 33554432000 1073741824 1073778376 140735979102816 140289940417320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9670] ppid=9661 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/9664/task/9670/stat : 9670 (java) S 9661 9664 7329 0 -1 4202560 177 0 0 0 13 4 0 0 20 0 22 0 22748297 10060525568 119818 33554432000 1073741824 1073778376 140735979102816 140289844656808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9671] ppid=9661 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/9664/task/9671/stat : 9671 (java) S 9661 9664 7329 0 -1 4202560 179 0 0 0 8 3 0 0 20 0 22 0 22748297 10060525568 119818 33554432000 1073741824 1073778376 140735979102816 140289843604008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9672] ppid=9661 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/9664/task/9672/stat : 9672 (java) S 9661 9664 7329 0 -1 4202560 38 0 0 0 5 2 0 0 20 0 22 0 22748297 10060525568 119818 33554432000 1073741824 1073778376 140735979102816 140289842551208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9673] ppid=9661 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/9664/task/9673/stat : 9673 (java) S 9661 9664 7329 0 -1 4202560 175 0 0 0 16 6 0 0 20 0 22 0 22748297 10060525568 119818 33554432000 1073741824 1073778376 140735979102816 140289841498408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9674] ppid=9661 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/9664/task/9674/stat : 9674 (java) S 9661 9664 7329 0 -1 4202560 220 0 0 0 4 2 0 0 20 0 22 0 22748297 10060525568 119818 33554432000 1073741824 1073778376 140735979102816 140289840445608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9675] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9675/stat : 9675 (java) S 9661 9664 7329 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 22748298 10060525568 119818 33554432000 1073741824 1073778376 140735979102816 140289828035560 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9664/tid=9676] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9676/stat : 9676 (java) S 9661 9664 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22748298 10060525568 119818 33554432000 1073741824 1073778376 140735979102816 140289826981624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9677] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9677/stat : 9677 (java) S 9661 9664 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22748298 10060525568 119818 33554432000 1073741824 1073778376 140735979102816 140289825928712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9678] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9678/stat : 9678 (java) S 9661 9664 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22748301 10060525568 119818 33554432000 1073741824 1073778376 140735979102816 140289824877200 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9679] ppid=9661 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/9664/task/9679/stat : 9679 (java) R 9661 9664 7329 0 -1 4202560 6540 0 0 0 86 0 0 0 20 0 22 0 22748301 10060525568 119818 33554432000 1073741824 1073778376 140735979102816 140289823824312 140290010605093 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9680] ppid=9661 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/9664/task/9680/stat : 9680 (java) S 9661 9664 7329 0 -1 4202560 8704 0 0 0 91 2 0 0 20 0 22 0 22748301 10060525568 119818 33554432000 1073741824 1073778376 140735979102816 140289822771512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9681] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9681/stat : 9681 (java) S 9661 9664 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22748301 10060525568 119818 33554432000 1073741824 1073778376 140735979102816 140289821718904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9682] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9682/stat : 9682 (java) S 9661 9664 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22748301 10060525568 119818 33554432000 1073741824 1073778376 140735979102816 140289820666312 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9683] ppid=9661 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/9664/task/9683/stat : 9683 (java) R 9661 9664 7329 0 -1 4202560 16 0 0 0 111 0 0 0 20 0 22 0 22748491 10060525568 119818 33554432000 1073741824 1073778376 140735979102816 140289819563096 140289944584152 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9684] ppid=9661 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/9664/task/9684/stat : 9684 (java) R 9661 9664 7329 0 -1 4202560 29 0 0 0 111 0 0 0 20 0 22 0 22748491 10060525568 119818 33554432000 1073741824 1073778376 140735979102816 140289818509944 140289944542757 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9664/tid=9685] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9685/stat : 9685 (java) S 9661 9664 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22748506 10060525568 119818 33554432000 1073741824 1073778376 140735979102816 140289817458088 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9686] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9686/stat : 9686 (java) S 9661 9664 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22748506 10060525568 119818 33554432000 1073741824 1073778376 140735979102816 140289816405288 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 9824732

[startup+6.3009 s]
/proc/loadavg: 4.31 4.16 2.83 6/221 9686
/proc/meminfo: memFree=21768952/32872528 swapFree=1505436/1685308
[pid=9664] ppid=9661 vsize=9824732 CPUtime=13.62 cores=0,2,4,6
/proc/9664/stat : 9664 (java) S 9661 9664 7329 0 -1 4202496 21288 0 1 0 1321 41 0 0 20 0 22 0 22748294 10060525568 186611 33554432000 1073741824 1073778376 140735979102816 140735979093952 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9664/statm: 2456183 186611 2290 9 0 2446860 0
[pid=9664/tid=9666] ppid=9661 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/9664/task/9666/stat : 9666 (java) S 9661 9664 7329 0 -1 4202560 2551 0 1 0 161 5 0 0 20 0 22 0 22748296 10060525568 186611 33554432000 1073741824 1073778376 140735979102816 140290003792760 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9664/tid=9667] ppid=9661 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/9664/task/9667/stat : 9667 (java) S 9661 9664 7329 0 -1 4202560 319 0 0 0 14 3 0 0 20 0 22 0 22748297 10060525568 186611 33554432000 1073741824 1073778376 140735979102816 140289942522920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9664/tid=9668] ppid=9661 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/9664/task/9668/stat : 9668 (java) S 9661 9664 7329 0 -1 4202560 126 0 0 0 7 2 0 0 20 0 22 0 22748297 10060525568 187123 33554432000 1073741824 1073778376 140735979102816 140289941470120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9669] ppid=9661 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/9664/task/9669/stat : 9669 (java) S 9661 9664 7329 0 -1 4202560 73 0 0 0 9 4 0 0 20 0 22 0 22748297 10060525568 187123 33554432000 1073741824 1073778376 140735979102816 140289940417320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9664/tid=9670] ppid=9661 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/9664/task/9670/stat : 9670 (java) S 9661 9664 7329 0 -1 4202560 182 0 0 0 15 4 0 0 20 0 22 0 22748297 10060525568 187123 33554432000 1073741824 1073778376 140735979102816 140289844656808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9671] ppid=9661 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/9664/task/9671/stat : 9671 (java) S 9661 9664 7329 0 -1 4202560 188 0 0 0 11 4 0 0 20 0 22 0 22748297 10060525568 187123 33554432000 1073741824 1073778376 140735979102816 140289843604008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9672] ppid=9661 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/9664/task/9672/stat : 9672 (java) S 9661 9664 7329 0 -1 4202560 69 0 0 0 7 2 0 0 20 0 22 0 22748297 10060525568 187123 33554432000 1073741824 1073778376 140735979102816 140289842551208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9673] ppid=9661 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/9664/task/9673/stat : 9673 (java) S 9661 9664 7329 0 -1 4202560 180 0 0 0 18 6 0 0 20 0 22 0 22748297 10060525568 187123 33554432000 1073741824 1073778376 140735979102816 140289841498408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9674] ppid=9661 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/9664/task/9674/stat : 9674 (java) S 9661 9664 7329 0 -1 4202560 256 0 0 0 11 3 0 0 20 0 22 0 22748297 10060525568 187123 33554432000 1073741824 1073778376 140735979102816 140289840445608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9675] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9675/stat : 9675 (java) S 9661 9664 7329 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 22748298 10060525568 187123 33554432000 1073741824 1073778376 140735979102816 140289828035560 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9664/tid=9676] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9676/stat : 9676 (java) S 9661 9664 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22748298 10060525568 187123 33554432000 1073741824 1073778376 140735979102816 140289826981624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9677] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9677/stat : 9677 (java) S 9661 9664 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22748298 10060525568 187123 33554432000 1073741824 1073778376 140735979102816 140289825928712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9678] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9678/stat : 9678 (java) S 9661 9664 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22748301 10060525568 187123 33554432000 1073741824 1073778376 140735979102816 140289824877200 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9679] ppid=9661 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/9664/task/9679/stat : 9679 (java) S 9661 9664 7329 0 -1 4202560 6829 0 0 0 103 0 0 0 20 0 22 0 22748301 10060525568 187123 33554432000 1073741824 1073778376 140735979102816 140289823824312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9680] ppid=9661 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/9664/task/9680/stat : 9680 (java) S 9661 9664 7329 0 -1 4202560 8722 0 0 0 107 2 0 0 20 0 22 0 22748301 10060525568 187123 33554432000 1073741824 1073778376 140735979102816 140289822771512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9681] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9681/stat : 9681 (java) S 9661 9664 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22748301 10060525568 187123 33554432000 1073741824 1073778376 140735979102816 140289821718904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9682] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9682/stat : 9682 (java) S 9661 9664 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22748301 10060525568 187123 33554432000 1073741824 1073778376 140735979102816 140289820666312 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9683] ppid=9661 vsize=9824732 CPUtime=4.21 cores=0,2,4,6

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

/proc/9664/task/9669/stat : 9669 (java) S 9661 9664 7329 0 -1 4202560 1775 0 0 0 182 33 0 0 20 0 22 0 22748297 10060525568 1129748 33554432000 1073741824 1073778376 140735979102816 140289940417320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9670] ppid=9661 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/9664/task/9670/stat : 9670 (java) S 9661 9664 7329 0 -1 4202560 2615 0 0 0 167 30 0 0 20 0 22 0 22748297 10060525568 1129748 33554432000 1073741824 1073778376 140735979102816 140289844656808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9671] ppid=9661 vsize=9824732 CPUtime=2.27 cores=0,2,4,6
/proc/9664/task/9671/stat : 9671 (java) S 9661 9664 7329 0 -1 4202560 2201 0 0 0 182 45 0 0 20 0 22 0 22748297 10060525568 1129748 33554432000 1073741824 1073778376 140735979102816 140289843604008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9672] ppid=9661 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/9664/task/9672/stat : 9672 (java) S 9661 9664 7329 0 -1 4202560 2785 0 0 0 194 34 0 0 20 0 22 0 22748297 10060525568 1129748 33554432000 1073741824 1073778376 140735979102816 140289842551208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9673] ppid=9661 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/9664/task/9673/stat : 9673 (java) S 9661 9664 7329 0 -1 4202560 1588 0 0 0 168 31 0 0 20 0 22 0 22748297 10060525568 1129748 33554432000 1073741824 1073778376 140735979102816 140289841498408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9674] ppid=9661 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/9664/task/9674/stat : 9674 (java) S 9661 9664 7329 0 -1 4202560 2767 0 0 0 152 28 0 0 20 0 22 0 22748297 10060525568 1129748 33554432000 1073741824 1073778376 140735979102816 140289840445608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9675] ppid=9661 vsize=9824732 CPUtime=6.38 cores=0,2,4,6
/proc/9664/task/9675/stat : 9675 (java) S 9661 9664 7329 0 -1 4202560 3217 0 0 0 633 5 0 0 20 0 22 0 22748298 10060525568 1129748 33554432000 1073741824 1073778376 140735979102816 140289828035560 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9664/tid=9676] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9676/stat : 9676 (java) S 9661 9664 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22748298 10060525568 1129748 33554432000 1073741824 1073778376 140735979102816 140289826981624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9677] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9677/stat : 9677 (java) S 9661 9664 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22748298 10060525568 1129748 33554432000 1073741824 1073778376 140735979102816 140289825928712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9678] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9678/stat : 9678 (java) S 9661 9664 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22748301 10060525568 1129748 33554432000 1073741824 1073778376 140735979102816 140289824877200 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9679] ppid=9661 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/9664/task/9679/stat : 9679 (java) S 9661 9664 7329 0 -1 4202560 7510 0 0 0 113 0 0 0 20 0 22 0 22748301 10060525568 1129748 33554432000 1073741824 1073778376 140735979102816 140289823824312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9680] ppid=9661 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/9664/task/9680/stat : 9680 (java) S 9661 9664 7329 0 -1 4202560 8734 0 0 0 151 2 0 0 20 0 22 0 22748301 10060525568 1129748 33554432000 1073741824 1073778376 140735979102816 140289822771512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9681] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9681/stat : 9681 (java) S 9661 9664 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22748301 10060525568 1129748 33554432000 1073741824 1073778376 140735979102816 140289821718904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9682] ppid=9661 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/9664/task/9682/stat : 9682 (java) S 9661 9664 7329 0 -1 4202560 51 0 0 0 11 16 0 0 20 0 22 0 22748301 10060525568 1129748 33554432000 1073741824 1073778376 140735979102816 140289820666312 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9664/tid=9683] ppid=9661 vsize=9824732 CPUtime=867.42 cores=0,2,4,6
/proc/9664/task/9683/stat : 9683 (java) R 9661 9664 7329 0 -1 4202560 432 0 0 0 86723 19 0 0 20 0 22 0 22748491 10060525568 1129748 33554432000 1073741824 1073778376 140735979102816 140289819554320 140289944395143 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9684] ppid=9661 vsize=9824732 CPUtime=867.46 cores=0,2,4,6
/proc/9664/task/9684/stat : 9684 (java) R 9661 9664 7329 0 -1 4202560 1207 0 0 0 86709 37 0 0 20 0 22 0 22748491 10060525568 1129748 33554432000 1073741824 1073778376 140735979102816 140289818508864 140289944844836 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9685] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9685/stat : 9685 (java) S 9661 9664 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22748506 10060525568 1129748 33554432000 1073741824 1073778376 140735979102816 140289817458088 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9686] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9686/stat : 9686 (java) S 9661 9664 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22748506 10060525568 1129748 33554432000 1073741824 1073778376 140735979102816 140289816405288 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1766.97
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.401 s]
/proc/loadavg: 4.20 4.31 3.73 5/221 9775
/proc/meminfo: memFree=21237576/32872528 swapFree=1505436/1685308
[pid=9664] ppid=9661 vsize=9824732 CPUtime=1800.14 cores=0,2,4,6
/proc/9664/stat : 9664 (java) S 9661 9664 7329 0 -1 4202496 45836 0 1 0 179666 348 0 0 20 0 22 0 22748294 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140735979093952 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9664/statm: 2456183 1164567 2299 9 0 2446860 0
[pid=9664/tid=9666] ppid=9661 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/9664/task/9666/stat : 9666 (java) S 9661 9664 7329 0 -1 4202560 2559 0 1 0 163 6 0 0 20 0 22 0 22748296 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140290003792760 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9667] ppid=9661 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/9664/task/9667/stat : 9667 (java) S 9661 9664 7329 0 -1 4202560 3790 0 0 0 171 35 0 0 20 0 22 0 22748297 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289942522920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9668] ppid=9661 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/9664/task/9668/stat : 9668 (java) S 9661 9664 7329 0 -1 4202560 2642 0 0 0 193 45 0 0 20 0 22 0 22748297 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289941470120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9669] ppid=9661 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/9664/task/9669/stat : 9669 (java) S 9661 9664 7329 0 -1 4202560 1827 0 0 0 190 34 0 0 20 0 22 0 22748297 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289940417320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9670] ppid=9661 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/9664/task/9670/stat : 9670 (java) S 9661 9664 7329 0 -1 4202560 2691 0 0 0 179 32 0 0 20 0 22 0 22748297 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289844656808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9671] ppid=9661 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/9664/task/9671/stat : 9671 (java) S 9661 9664 7329 0 -1 4202560 2256 0 0 0 191 48 0 0 20 0 22 0 22748297 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289843604008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9672] ppid=9661 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/9664/task/9672/stat : 9672 (java) S 9661 9664 7329 0 -1 4202560 2819 0 0 0 201 36 0 0 20 0 22 0 22748297 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289842551208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9673] ppid=9661 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/9664/task/9673/stat : 9673 (java) S 9661 9664 7329 0 -1 4202560 1631 0 0 0 177 32 0 0 20 0 22 0 22748297 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289841498408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9674] ppid=9661 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/9664/task/9674/stat : 9674 (java) S 9661 9664 7329 0 -1 4202560 2779 0 0 0 155 29 0 0 20 0 22 0 22748297 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289840445608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9675] ppid=9661 vsize=9824732 CPUtime=7.75 cores=0,2,4,6
/proc/9664/task/9675/stat : 9675 (java) S 9661 9664 7329 0 -1 4202560 3639 0 0 0 770 5 0 0 20 0 22 0 22748298 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289828035560 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9664/tid=9676] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9676/stat : 9676 (java) S 9661 9664 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22748298 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289826981624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9677] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9677/stat : 9677 (java) S 9661 9664 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22748298 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289825928712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9678] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9678/stat : 9678 (java) S 9661 9664 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22748301 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289824877200 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9679] ppid=9661 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/9664/task/9679/stat : 9679 (java) S 9661 9664 7329 0 -1 4202560 7510 0 0 0 113 0 0 0 20 0 22 0 22748301 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289823824312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9680] ppid=9661 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/9664/task/9680/stat : 9680 (java) S 9661 9664 7329 0 -1 4202560 8734 0 0 0 151 2 0 0 20 0 22 0 22748301 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289822771512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9681] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9681/stat : 9681 (java) S 9661 9664 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22748301 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289821718904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9682] ppid=9661 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/9664/task/9682/stat : 9682 (java) S 9661 9664 7329 0 -1 4202560 53 0 0 0 11 17 0 0 20 0 22 0 22748301 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289820666312 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9664/tid=9683] ppid=9661 vsize=9824732 CPUtime=882.9 cores=0,2,4,6
/proc/9664/task/9683/stat : 9683 (java) R 9661 9664 7329 0 -1 4202560 433 0 0 0 88271 19 0 0 20 0 22 0 22748491 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289819563200 140289944584329 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9684] ppid=9661 vsize=9824732 CPUtime=882.94 cores=0,2,4,6
/proc/9664/task/9684/stat : 9684 (java) R 9661 9664 7329 0 -1 4202560 1207 0 0 0 88257 37 0 0 20 0 22 0 22748491 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289818508880 140289944844963 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9685] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9685/stat : 9685 (java) S 9661 9664 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22748506 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289817458088 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9686] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9686/stat : 9686 (java) S 9661 9664 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22748506 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289816405288 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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 9664 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+899.401 s]
/proc/loadavg: 4.20 4.31 3.73 5/221 9775
/proc/meminfo: memFree=21237576/32872528 swapFree=1505436/1685308
[pid=9664] ppid=9661 vsize=9824732 CPUtime=1800.14 cores=0,2,4,6
/proc/9664/stat : 9664 (java) S 9661 9664 7329 0 -1 4202496 45836 0 1 0 179666 348 0 0 20 0 22 0 22748294 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140735979093952 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9664/statm: 2456183 1164567 2299 9 0 2446860 0
[pid=9664/tid=9666] ppid=9661 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/9664/task/9666/stat : 9666 (java) S 9661 9664 7329 0 -1 4202560 2559 0 1 0 163 6 0 0 20 0 22 0 22748296 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140290003792760 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9667] ppid=9661 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/9664/task/9667/stat : 9667 (java) S 9661 9664 7329 0 -1 4202560 3790 0 0 0 171 35 0 0 20 0 22 0 22748297 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289942522920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9668] ppid=9661 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/9664/task/9668/stat : 9668 (java) S 9661 9664 7329 0 -1 4202560 2642 0 0 0 193 45 0 0 20 0 22 0 22748297 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289941470120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9669] ppid=9661 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/9664/task/9669/stat : 9669 (java) S 9661 9664 7329 0 -1 4202560 1827 0 0 0 190 34 0 0 20 0 22 0 22748297 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289940417320 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9670] ppid=9661 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/9664/task/9670/stat : 9670 (java) S 9661 9664 7329 0 -1 4202560 2691 0 0 0 179 32 0 0 20 0 22 0 22748297 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289844656808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9671] ppid=9661 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/9664/task/9671/stat : 9671 (java) S 9661 9664 7329 0 -1 4202560 2256 0 0 0 191 48 0 0 20 0 22 0 22748297 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289843604008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9672] ppid=9661 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/9664/task/9672/stat : 9672 (java) S 9661 9664 7329 0 -1 4202560 2819 0 0 0 201 36 0 0 20 0 22 0 22748297 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289842551208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9673] ppid=9661 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/9664/task/9673/stat : 9673 (java) S 9661 9664 7329 0 -1 4202560 1631 0 0 0 177 32 0 0 20 0 22 0 22748297 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289841498408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9674] ppid=9661 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/9664/task/9674/stat : 9674 (java) S 9661 9664 7329 0 -1 4202560 2779 0 0 0 155 29 0 0 20 0 22 0 22748297 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289840445608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9675] ppid=9661 vsize=9824732 CPUtime=7.75 cores=0,2,4,6
/proc/9664/task/9675/stat : 9675 (java) S 9661 9664 7329 0 -1 4202560 3639 0 0 0 770 5 0 0 20 0 22 0 22748298 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289828035560 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9664/tid=9676] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9676/stat : 9676 (java) S 9661 9664 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22748298 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289826981624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9677] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9677/stat : 9677 (java) S 9661 9664 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22748298 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289825928712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9678] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9678/stat : 9678 (java) S 9661 9664 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22748301 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289824877200 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9679] ppid=9661 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/9664/task/9679/stat : 9679 (java) S 9661 9664 7329 0 -1 4202560 7510 0 0 0 113 0 0 0 20 0 22 0 22748301 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289823824312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9680] ppid=9661 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/9664/task/9680/stat : 9680 (java) S 9661 9664 7329 0 -1 4202560 8734 0 0 0 151 2 0 0 20 0 22 0 22748301 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289822771512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9681] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9681/stat : 9681 (java) S 9661 9664 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22748301 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289821718904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9682] ppid=9661 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/9664/task/9682/stat : 9682 (java) S 9661 9664 7329 0 -1 4202560 53 0 0 0 11 17 0 0 20 0 22 0 22748301 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289820666312 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9664/tid=9683] ppid=9661 vsize=9824732 CPUtime=882.9 cores=0,2,4,6
/proc/9664/task/9683/stat : 9683 (java) R 9661 9664 7329 0 -1 4202560 433 0 0 0 88271 19 0 0 20 0 22 0 22748491 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289819563200 140289944584329 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9664/tid=9684] ppid=9661 vsize=9824732 CPUtime=882.94 cores=0,2,4,6
/proc/9664/task/9684/stat : 9684 (java) R 9661 9664 7329 0 -1 4202560 1207 0 0 0 88257 37 0 0 20 0 22 0 22748491 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289818508880 140289944844963 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9664/tid=9685] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9685/stat : 9685 (java) S 9661 9664 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22748506 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289817458088 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9664/tid=9686] ppid=9661 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9664/task/9686/stat : 9686 (java) S 9661 9664 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22748506 10060525568 1164567 33554432000 1073741824 1073778376 140735979102816 140289816405288 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9664 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=169548
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=942400
# CPU time returned by wait4() is 1796.11
# while last known CPU time is 1800.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.451
CPU time (s): 1800.14
CPU user time (s): 1796.66
CPU system time (s): 3.48
CPU usage (%): 200.138
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.17
system time used= 3.9424
maximum resident set size= 4658508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45901
page faults= 1
swaps= 0
block input operations= 0
block output operations= 856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22839
involuntary context switches= 17402

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.65214 second user time and 7.39588 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-18 01:43:44
IDJOB=4099842
IDBENCH=1541
IDSOLVER=2543
FILE ID=node135/4099842-1466207023
RUNJOBID= node135-1466206056-7345
PBS_JOBID= 19918142
Free space on /tmp= 71576 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n3709.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099842-1466207023/watcher-4099842-1466207023 -o /tmp/evaluation-result-4099842-1466207023/solver-4099842-1466207023 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7345 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4099842-1466207023.opb

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

MD5SUM BENCH= dad6f5146620d8430edee27ea3d7a019
RANDOM SEED=985882676

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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:        22428056 kB
Buffers:           37696 kB
Cached:           232776 kB
SwapCached:          704 kB
Active:          7935232 kB
Inactive:          98108 kB
Active(anon):    7764068 kB
Inactive(anon):     1264 kB
Active(file):     171164 kB
Inactive(file):    96844 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100412 kB
Dirty:              7088 kB
Writeback:             0 kB
AnonPages:       9453820 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             572164 kB
SReclaimable:      16104 kB
SUnreclaim:       556060 kB
KernelStack:        1704 kB
PageTables:        22980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    9861688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7710720 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= 71688 MiB
End job on node135 at 2016-06-18 01:58:43