Trace number 4101042

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 896.768

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-scfxm3.opb
MD5SUMce89a14d8ce44afa95c95ee36cc3e1e0
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41130
Total number of constraints981
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 constraints981
Minimum length of a constraint30
Maximum length of a constraint1710
Number of terms in the objective function 2070
Biggest coefficient in the objective function 6671
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 525918
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 525918
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.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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4101042-1466212465.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.93/1.06	c ... done. Wall clock time 0.955s.
1.93/1.06	c declared #vars     41130
1.93/1.06	c #constraints  1542
1.93/1.06	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.93/1.06	c constraints type 
1.93/1.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3
1.93/1.07	c org.sat4j.specs.Constr$1 => 12
1.93/1.07	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1527
1.93/1.07	c 1542 constraints processed.
1.93/1.07	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.93/1.07	c constraints type 
1.93/1.07	c org.sat4j.specs.Constr$1 => 12
1.93/1.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3
1.93/1.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1527
1.93/1.07	c 1542 constraints processed.
1.93/1.07	c objective function length is 2070 literals
5.35/2.19	c cleaning 2499 clauses out of 5000 with flag 10098/5001
7.14/2.82	c cleaning 4252 clauses out of 8505 with flag 22106/11005
8.84/3.68	c cleaning 5619 clauses out of 11248 with flag 36096/18000
10.87/4.66	c cleaning 6814 clauses out of 13630 with flag 52098/26001
13.60/5.99	c cleaning 7904 clauses out of 15818 with flag 70102/35003
16.51/7.31	c cleaning 8958 clauses out of 17918 with flag 90110/45007
19.73/8.93	c cleaning 9975 clauses out of 19953 with flag 112096/56000
23.60/10.82	c cleaning 10989 clauses out of 21980 with flag 136100/68002
27.85/12.86	c cleaning 11992 clauses out of 23989 with flag 162096/81000
32.45/15.17	c cleaning 13000 clauses out of 26001 with flag 190104/95004
37.76/17.71	c cleaning 13996 clauses out of 27998 with flag 220098/110001
43.66/20.62	c cleaning 14998 clauses out of 30004 with flag 252102/126003
49.86/23.58	c cleaning 16003 clauses out of 32007 with flag 286104/143004
57.61/27.34	c cleaning 16999 clauses out of 34000 with flag 322096/161000
63.42/30.27	c cleaning 17994 clauses out of 36001 with flag 361710/180000
69.75/33.33	c cleaning 19004 clauses out of 38008 with flag 410332/200001
76.54/36.73	c cleaning 20001 clauses out of 40003 with flag 462985/221000
84.87/40.81	c cleaning 20997 clauses out of 42002 with flag 517153/243000
92.86/44.82	c cleaning 22002 clauses out of 44008 with flag 572601/266003
100.91/48.80	c cleaning 22994 clauses out of 46004 with flag 623685/290001
109.51/53.15	c cleaning 23996 clauses out of 48009 with flag 678295/315000
120.35/58.50	c cleaning 25000 clauses out of 50013 with flag 734497/341000
131.59/64.10	c cleaning 26000 clauses out of 52014 with flag 793823/368001
144.23/70.41	c cleaning 26999 clauses out of 54014 with flag 852131/396001
156.44/76.53	c cleaning 28000 clauses out of 56014 with flag 913734/425000
168.28/82.46	c cleaning 29003 clauses out of 58015 with flag 978593/455001
181.48/89.01	c cleaning 30001 clauses out of 60013 with flag 1042391/486002
197.60/97.05	c cleaning 30995 clauses out of 62012 with flag 1107091/518002
215.21/105.81	c cleaning 31998 clauses out of 64016 with flag 1173778/551001
238.45/117.76	c cleaning 32994 clauses out of 66017 with flag 1242893/585000
264.09/130.50	c cleaning 34003 clauses out of 68025 with flag 1314573/620002
285.17/141.01	c cleaning 34999 clauses out of 70020 with flag 1388796/656000
304.36/150.62	c cleaning 36003 clauses out of 72023 with flag 1464776/693002
337.31/167.10	c cleaning 37006 clauses out of 74020 with flag 1542075/731002
364.61/180.58	c cleaning 37995 clauses out of 76013 with flag 1621278/770001
374.29/185.30	c cleaning 0 clauses out of 5000 with flag 0/5000
394.55/195.18	c cleaning 38995 clauses out of 78019 with flag 1702875/810002
416.32/205.93	c cleaning 40001 clauses out of 80024 with flag 1791055/851002
441.69/218.55	c cleaning 41007 clauses out of 82024 with flag 1880494/893003
468.59/232.43	c cleaning 41999 clauses out of 84015 with flag 1971714/936001
506.82/251.56	c cleaning 43000 clauses out of 86015 with flag 2061576/980000
552.27/274.19	c cleaning 44002 clauses out of 88019 with flag 2152767/1025004
589.27/292.56	c cleaning 44998 clauses out of 90013 with flag 2246371/1071000
624.39/310.06	c cleaning 46002 clauses out of 92016 with flag 2345019/1118001
660.56/328.04	c cleaning 46996 clauses out of 94014 with flag 2446947/1166001
698.72/347.02	c cleaning 48001 clauses out of 96017 with flag 2555291/1215000
748.91/371.96	c cleaning 48999 clauses out of 98018 with flag 2661265/1265002
794.90/394.95	c cleaning 49996 clauses out of 100017 with flag 2769248/1316000
856.65/425.47	c cleaning 51003 clauses out of 102022 with flag 2876824/1368001
916.96/455.33	c cleaning 52000 clauses out of 104019 with flag 2990715/1421001
966.32/479.91	c cleaning 53003 clauses out of 106021 with flag 3104949/1475003
1004.83/499.16	c cleaning 54002 clauses out of 108018 with flag 3222852/1530003
1006.83/500.10	c cleaning 0 clauses out of 11001 with flag 0/11001
1044.44/518.88	c cleaning 55004 clauses out of 110016 with flag 3342923/1586003
1108.54/550.69	c cleaning 55991 clauses out of 112009 with flag 3464104/1643000
1171.30/581.61	c cleaning 56996 clauses out of 114018 with flag 3584133/1701000
1235.29/614.21	c cleaning 58000 clauses out of 116022 with flag 3707409/1760000
1307.55/649.91	c cleaning 59003 clauses out of 118023 with flag 3832183/1820001
1374.15/682.77	c cleaning 59999 clauses out of 120021 with flag 3959869/1881002
1432.47/713.48	c cleaning 60995 clauses out of 122020 with flag 4091880/1943000
1491.40/742.80	c cleaning 62000 clauses out of 124027 with flag 4227057/2006002
1542.89/768.56	c cleaning 63003 clauses out of 126026 with flag 4359766/2070001
1624.60/809.27	c cleaning 64001 clauses out of 128022 with flag 4498023/2135000
1714.11/853.81	c cleaning 64997 clauses out of 130021 with flag 4633726/2201000
1800.14/896.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/896.70	c starts		: 2059
1800.14/896.70	c conflicts		: 2265831
1800.14/896.70	c decisions		: 2614401
1800.14/896.70	c propagations		: 85852752
1800.14/896.70	c inspects		: 13272616920
1800.14/896.70	c shortcuts		: 0
1800.14/896.70	c learnt literals	: 1
1800.14/896.70	c learnt binary clauses	: 0
1800.14/896.70	c learnt ternary clauses	: 5
1800.14/896.70	c learnt constraints	: 2265830
1800.14/896.70	c ignored constraints	: 0
1800.14/896.70	c root simplifications	: 0
1800.14/896.70	c removed literals (reason simplification)	: 12926041
1800.14/896.70	c reason swapping (by a shorter reason)	: 0
1800.14/896.70	c Calls to reduceDB	: 62
1800.14/896.70	c Number of update (reduction) of LBD	: 164414
1800.14/896.70	c Imported unit clauses	: 0
1800.14/896.70	c number of reductions to clauses (during analyze)	: 0
1800.14/896.70	c number of learned constraints concerned by reduction	: 0
1800.14/896.70	c number of learning phase by resolution	: 0
1800.14/896.70	c number of learning phase by cutting planes	: 0
1800.14/896.70	c speed (assignments/second)	: 95866.05758032225
1800.14/896.70	c non guided choices	8120
1800.14/896.73	c learnt constraints type 
1800.14/896.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 129855
1800.14/896.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/896.73	c starts		: 21
1800.14/896.73	c conflicts		: 15859
1800.14/896.73	c decisions		: 628232
1800.14/896.73	c propagations		: 2129421
1800.14/896.73	c inspects		: 538422142
1800.14/896.73	c shortcuts		: 0
1800.14/896.73	c learnt literals	: 0
1800.14/896.73	c learnt binary clauses	: 0
1800.14/896.73	c learnt ternary clauses	: 0
1800.14/896.73	c learnt constraints	: 15859
1800.14/896.73	c ignored constraints	: 0
1800.14/896.73	c root simplifications	: 0
1800.14/896.73	c removed literals (reason simplification)	: 0
1800.14/896.73	c reason swapping (by a shorter reason)	: 0
1800.14/896.73	c Calls to reduceDB	: 2
1800.14/896.73	c Number of update (reduction) of LBD	: 0
1800.14/896.73	c Imported unit clauses	: 0
1800.14/896.73	c number of reductions to clauses (during analyze)	: 0
1800.14/896.73	c number of learned constraints concerned by reduction	: 0
1800.14/896.73	c number of learning phase by resolution	: 0
1800.14/896.73	c number of learning phase by cutting planes	: 0
1800.14/896.73	c speed (assignments/second)	: 2377.727034179349
1800.14/896.73	c non guided choices	8235
1800.14/896.74	c learnt constraints type 
1800.14/896.74	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 162
1800.14/896.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15697
1800.14/896.74	s UNKNOWN
1800.14/896.74	c Total wall clock time (in seconds): 896.631

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-4101042-1466212465/watcher-4101042-1466212465 -o /tmp/evaluation-result-4101042-1466212465/solver-4101042-1466212465 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1316 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101042-1466212465.opb 

pid=3702
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.17 4.24 4.18 4/197 3705
/proc/meminfo: memFree=28918100/32872528 swapFree=877056/942464
[pid=3705] ppid=3702 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/3705/stat : 3705 (java) S 3702 3705 1299 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 23295406 98570240 977 33554432000 1073741824 1073778376 140737103776992 140737103768128 213196505149 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3705/statm: 24065 977 743 9 0 16771 0
[pid=3705/tid=3706] ppid=3702 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (java) R 3702 3705 1299 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 23295407 98570240 977 33554432000 1073741824 1073778376 140737103776992 139870871531048 213193147776 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 4.17 4.24 4.18 4/197 3705
/proc/meminfo: memFree=28918100/32872528 swapFree=877056/942464
[pid=3705] ppid=3702 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/3705/stat : 3705 (java) S 3702 3705 1299 0 -1 4202496 4483 0 1 0 9 1 0 0 20 0 18 0 23295406 9787879424 6108 33554432000 1073741824 1073778376 140737103776992 140737103768128 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3705/statm: 2389619 6108 2156 9 0 2380296 0
[pid=3705/tid=3706] ppid=3702 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (java) R 3702 3705 1299 0 -1 4202560 2382 0 1 0 6 1 0 0 20 0 18 0 23295407 9787879424 6108 33554432000 1073741824 1073778376 140737103776992 139870871533888 213196530957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200284 s]
/proc/loadavg: 4.17 4.24 4.18 4/197 3705
/proc/meminfo: memFree=28918100/32872528 swapFree=877056/942464
[pid=3705] ppid=3702 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/3705/stat : 3705 (java) S 3702 3705 1299 0 -1 4202496 5031 0 1 0 28 1 0 0 20 0 18 0 23295406 9787879424 7392 33554432000 1073741824 1073778376 140737103776992 140737103768128 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3705/statm: 2389619 7392 2219 9 0 2380296 0
[pid=3705/tid=3706] ppid=3702 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (java) R 3702 3705 1299 0 -1 4202560 2402 0 1 0 16 1 0 0 20 0 18 0 23295407 9787879424 7392 33554432000 1073741824 1073778376 140737103776992 139870871533888 139870727135832 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300304 s]
/proc/loadavg: 4.17 4.24 4.18 4/197 3705
/proc/meminfo: memFree=28918100/32872528 swapFree=877056/942464
[pid=3705] ppid=3702 vsize=9558476 CPUtime=0.59 cores=1,3,5,7
/proc/3705/stat : 3705 (java) S 3702 3705 1299 0 -1 4202496 13234 0 1 0 56 3 0 0 20 0 18 0 23295406 9787879424 14244 33554432000 1073741824 1073778376 140737103776992 140737103768128 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3705/statm: 2389619 14244 2227 9 0 2380296 0
[pid=3705/tid=3706] ppid=3702 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (java) R 3702 3705 1299 0 -1 4202560 2405 0 1 0 26 1 0 0 20 0 18 0 23295407 9787879424 14244 33554432000 1073741824 1073778376 140737103776992 139870871527280 139870874821498 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558476

[startup+0.700247 s]
/proc/loadavg: 4.17 4.24 4.18 4/197 3705
/proc/meminfo: memFree=28918100/32872528 swapFree=877056/942464
[pid=3705] ppid=3702 vsize=9558476 CPUtime=1.42 cores=1,3,5,7
/proc/3705/stat : 3705 (java) S 3702 3705 1299 0 -1 4202496 14461 0 1 0 135 7 0 0 20 0 18 0 23295406 9787879424 49201 33554432000 1073741824 1073778376 140737103776992 140737103768128 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3705/statm: 2389619 49201 2257 9 0 2380296 0
[pid=3705/tid=3706] ppid=3702 vsize=9558476 CPUtime=0.65 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (java) S 3702 3705 1299 0 -1 4202560 2465 0 1 0 63 2 0 0 20 0 18 0 23295407 9787879424 49201 33554432000 1073741824 1073778376 140737103776992 139870871535048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 4.17 4.24 4.18 4/217 3725
/proc/meminfo: memFree=28660192/32872528 swapFree=877056/942464
[pid=3705] ppid=3702 vsize=9824732 CPUtime=3.77 cores=1,3,5,7
/proc/3705/stat : 3705 (java) S 3702 3705 1299 0 -1 4202496 17064 0 1 0 361 16 0 0 20 0 22 0 23295406 10060525568 67318 33554432000 1073741824 1073778376 140737103776992 140737103768128 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3705/statm: 2456183 67318 2273 9 0 2446860 0
[pid=3705/tid=3706] ppid=3702 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (java) S 3702 3705 1299 0 -1 4202560 2481 0 1 0 90 3 0 0 20 0 22 0 23295407 10060525568 67318 33554432000 1073741824 1073778376 140737103776992 139870871536504 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3708] ppid=3702 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (java) S 3702 3705 1299 0 -1 4202560 40 0 0 0 3 0 0 0 20 0 22 0 23295407 10060525568 67318 33554432000 1073741824 1073778376 140737103776992 139870849637288 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3705/tid=3709] ppid=3702 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/3705/task/3709/stat : 3709 (java) S 3702 3705 1299 0 -1 4202560 62 0 0 0 2 1 0 0 20 0 22 0 23295407 10060525568 67318 33554432000 1073741824 1073778376 140737103776992 139870848584744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3705/tid=3710] ppid=3702 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/3705/task/3710/stat : 3710 (java) S 3702 3705 1299 0 -1 4202560 97 0 0 0 3 0 0 0 20 0 22 0 23295407 10060525568 67318 33554432000 1073741824 1073778376 140737103776992 139870847531688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3705/tid=3711] ppid=3702 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/3705/task/3711/stat : 3711 (java) S 3702 3705 1299 0 -1 4202560 147 0 0 0 2 1 0 0 20 0 22 0 23295407 10060525568 67318 33554432000 1073741824 1073778376 140737103776992 139870846479144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3712] ppid=3702 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3705/task/3712/stat : 3712 (java) S 3702 3705 1299 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 22 0 23295407 10060525568 67318 33554432000 1073741824 1073778376 140737103776992 139870508935592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3705/tid=3713] ppid=3702 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/3705/task/3713/stat : 3713 (java) S 3702 3705 1299 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 23295407 10060525568 67318 33554432000 1073741824 1073778376 140737103776992 139870507883048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3705/tid=3714] ppid=3702 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/3705/task/3714/stat : 3714 (java) S 3702 3705 1299 0 -1 4202560 130 0 0 0 5 3 0 0 20 0 22 0 23295407 10060525568 67318 33554432000 1073741824 1073778376 140737103776992 139870506829992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3715] ppid=3702 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/3705/task/3715/stat : 3715 (java) S 3702 3705 1299 0 -1 4202560 121 0 0 0 6 2 0 0 20 0 22 0 23295407 10060525568 67318 33554432000 1073741824 1073778376 140737103776992 139870505777448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3716] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3716/stat : 3716 (java) S 3702 3705 1299 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 23295408 10060525568 67318 33554432000 1073741824 1073778376 140737103776992 139870493580136 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3717] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3717/stat : 3717 (java) S 3702 3705 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23295409 10060525568 67318 33554432000 1073741824 1073778376 140737103776992 139870492526456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3718] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3718/stat : 3718 (java) S 3702 3705 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23295409 10060525568 67318 33554432000 1073741824 1073778376 140737103776992 139870491473288 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3719] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3719/stat : 3719 (java) S 3702 3705 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295411 10060525568 67318 33554432000 1073741824 1073778376 140737103776992 139870490422032 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3720] ppid=3702 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/3705/task/3720/stat : 3720 (java) R 3702 3705 1299 0 -1 4202560 6490 0 0 0 75 1 0 0 20 0 22 0 23295411 10060525568 67318 33554432000 1073741824 1073778376 140737103776992 139870489368888 139870875060752 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3721] ppid=3702 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/3705/task/3721/stat : 3721 (java) R 3702 3705 1299 0 -1 4202560 6078 0 0 0 72 1 0 0 20 0 22 0 23295411 10060525568 67318 33554432000 1073741824 1073778376 140737103776992 139870488292352 139870875627980 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3705/tid=3722] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3722/stat : 3722 (java) S 3702 3705 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295411 10060525568 67318 33554432000 1073741824 1073778376 140737103776992 139870487263480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3705/tid=3723] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3723/stat : 3723 (java) S 3702 3705 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295411 10060525568 67318 33554432000 1073741824 1073778376 140737103776992 139870486211144 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3705/tid=3724] ppid=3702 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/3705/task/3724/stat : 3724 (java) R 3702 3705 1299 0 -1 4202560 21 0 0 0 41 0 0 0 20 0 22 0 23295513 10060525568 67318 33554432000 1073741824 1073778376 140737103776992 139870485155528 139870727825758 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3725] ppid=3702 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/3705/task/3725/stat : 3725 (java) R 3702 3705 1299 0 -1 4202560 23 0 0 0 41 0 0 0 20 0 22 0 23295513 10060525568 67318 33554432000 1073741824 1073778376 140737103776992 139870484103872 139870727840878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 9824732

[startup+3.10097 s]
/proc/loadavg: 4.17 4.24 4.18 7/219 3727
/proc/meminfo: memFree=28647380/32872528 swapFree=877056/942464
[pid=3705] ppid=3702 vsize=9824732 CPUtime=7.74 cores=1,3,5,7
/proc/3705/stat : 3705 (java) S 3702 3705 1299 0 -1 4202496 22262 0 1 0 756 18 0 0 20 0 22 0 23295406 10060525568 87297 33554432000 1073741824 1073778376 140737103776992 140737103768128 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3705/statm: 2456183 87297 2283 9 0 2446860 0
[pid=3705/tid=3706] ppid=3702 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (java) S 3702 3705 1299 0 -1 4202560 2481 0 1 0 90 3 0 0 20 0 22 0 23295407 10060525568 87297 33554432000 1073741824 1073778376 140737103776992 139870871536504 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3708] ppid=3702 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (java) S 3702 3705 1299 0 -1 4202560 40 0 0 0 3 0 0 0 20 0 22 0 23295407 10060525568 87297 33554432000 1073741824 1073778376 140737103776992 139870849637288 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3705/tid=3709] ppid=3702 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/3705/task/3709/stat : 3709 (java) S 3702 3705 1299 0 -1 4202560 62 0 0 0 2 1 0 0 20 0 22 0 23295407 10060525568 87297 33554432000 1073741824 1073778376 140737103776992 139870848584744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3705/tid=3710] ppid=3702 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/3705/task/3710/stat : 3710 (java) S 3702 3705 1299 0 -1 4202560 97 0 0 0 3 0 0 0 20 0 22 0 23295407 10060525568 87297 33554432000 1073741824 1073778376 140737103776992 139870847531688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3705/tid=3711] ppid=3702 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/3705/task/3711/stat : 3711 (java) S 3702 3705 1299 0 -1 4202560 147 0 0 0 2 1 0 0 20 0 22 0 23295407 10060525568 87297 33554432000 1073741824 1073778376 140737103776992 139870846479144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3712] ppid=3702 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3705/task/3712/stat : 3712 (java) S 3702 3705 1299 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 22 0 23295407 10060525568 87297 33554432000 1073741824 1073778376 140737103776992 139870508935592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3705/tid=3713] ppid=3702 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/3705/task/3713/stat : 3713 (java) S 3702 3705 1299 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 23295407 10060525568 87297 33554432000 1073741824 1073778376 140737103776992 139870507883048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3705/tid=3714] ppid=3702 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/3705/task/3714/stat : 3714 (java) S 3702 3705 1299 0 -1 4202560 130 0 0 0 5 3 0 0 20 0 22 0 23295407 10060525568 87297 33554432000 1073741824 1073778376 140737103776992 139870506829992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3715] ppid=3702 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/3705/task/3715/stat : 3715 (java) S 3702 3705 1299 0 -1 4202560 121 0 0 0 6 2 0 0 20 0 22 0 23295407 10060525568 87297 33554432000 1073741824 1073778376 140737103776992 139870505777448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3716] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3716/stat : 3716 (java) S 3702 3705 1299 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23295408 10060525568 87297 33554432000 1073741824 1073778376 140737103776992 139870493580136 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3717] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3717/stat : 3717 (java) S 3702 3705 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23295409 10060525568 87297 33554432000 1073741824 1073778376 140737103776992 139870492526456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3718] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3718/stat : 3718 (java) S 3702 3705 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23295409 10060525568 87297 33554432000 1073741824 1073778376 140737103776992 139870491473288 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3719] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3719/stat : 3719 (java) S 3702 3705 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295411 10060525568 87297 33554432000 1073741824 1073778376 140737103776992 139870490422032 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3720] ppid=3702 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/3705/task/3720/stat : 3720 (java) S 3702 3705 1299 0 -1 4202560 6493 0 0 0 105 1 0 0 20 0 22 0 23295411 10060525568 87297 33554432000 1073741824 1073778376 140737103776992 139870489368888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3721] ppid=3702 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/3705/task/3721/stat : 3721 (java) S 3702 3705 1299 0 -1 4202560 11231 0 0 0 118 2 0 0 20 0 22 0 23295411 10060525568 87297 33554432000 1073741824 1073778376 140737103776992 139870488316344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3705/tid=3722] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3722/stat : 3722 (java) S 3702 3705 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295411 10060525568 87297 33554432000 1073741824 1073778376 140737103776992 139870487263480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3705/tid=3723] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3723/stat : 3723 (java) S 3702 3705 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295411 10060525568 87297 33554432000 1073741824 1073778376 140737103776992 139870486211144 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3705/tid=3724] ppid=3702 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/3705/task/3724/stat : 3724 (java) R 3702 3705 1299 0 -1 4202560 33 0 0 0 200 0 0 0 20 0 22 0 23295513 10060525568 87297 33554432000 1073741824 1073778376 140737103776992 139870485157016 139870727719413 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3725] ppid=3702 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/3705/task/3725/stat : 3725 (java) R 3702 3705 1299 0 -1 4202560 52 0 0 0 201 0 0 0 20 0 22 0 23295513 10060525568 87297 33554432000 1073741824 1073778376 140737103776992 139870484101872 139870728001585 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3705/tid=3726] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3726/stat : 3726 (java) S 3702 3705 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23295522 10060525568 87297 33554432000 1073741824 1073778376 140737103776992 139870483051816 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3727] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3727/stat : 3727 (java) S 3702 3705 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23295523 10060525568 87297 33554432000 1073741824 1073778376 140737103776992 139870481999272 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.16 4.24 4.18 5/219 3727
/proc/meminfo: memFree=28510716/32872528 swapFree=877056/942464
[pid=3705] ppid=3702 vsize=9824732 CPUtime=14.42 cores=1,3,5,7
/proc/3705/stat : 3705 (java) S 3702 3705 1299 0 -1 4202496 22623 0 1 0 1414 28 0 0 20 0 22 0 23295406 10060525568 113321 33554432000 1073741824 1073778376 140737103776992 140737103768128 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3705/statm: 2456183 113321 2283 9 0 2446860 0
[pid=3705/tid=3706] ppid=3702 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (java) S 3702 3705 1299 0 -1 4202560 2481 0 1 0 90 3 0 0 20 0 22 0 23295407 10060525568 113321 33554432000 1073741824 1073778376 140737103776992 139870871536504 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3708] ppid=3702 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (java) S 3702 3705 1299 0 -1 4202560 55 0 0 0 5 2 0 0 20 0 22 0 23295407 10060525568 113321 33554432000 1073741824 1073778376 140737103776992 139870849637288 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3705/tid=3709] ppid=3702 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/3705/task/3709/stat : 3709 (java) S 3702 3705 1299 0 -1 4202560 88 0 0 0 8 3 0 0 20 0 22 0 23295407 10060525568 113321 33554432000 1073741824 1073778376 140737103776992 139870848584744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3710] ppid=3702 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/3705/task/3710/stat : 3710 (java) S 3702 3705 1299 0 -1 4202560 126 0 0 0 5 1 0 0 20 0 22 0 23295407 10060525568 113321 33554432000 1073741824 1073778376 140737103776992 139870847531688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3711] ppid=3702 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/3705/task/3711/stat : 3711 (java) S 3702 3705 1299 0 -1 4202560 159 0 0 0 4 2 0 0 20 0 22 0 23295407 10060525568 113321 33554432000 1073741824 1073778376 140737103776992 139870846479144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3712] ppid=3702 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/3705/task/3712/stat : 3712 (java) S 3702 3705 1299 0 -1 4202560 53 0 0 0 7 3 0 0 20 0 22 0 23295407 10060525568 113321 33554432000 1073741824 1073778376 140737103776992 139870508935592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3705/tid=3713] ppid=3702 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/3705/task/3713/stat : 3713 (java) S 3702 3705 1299 0 -1 4202560 50 0 0 0 6 2 0 0 20 0 22 0 23295407 10060525568 113321 33554432000 1073741824 1073778376 140737103776992 139870507883048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3714] ppid=3702 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/3705/task/3714/stat : 3714 (java) S 3702 3705 1299 0 -1 4202560 147 0 0 0 8 3 0 0 20 0 22 0 23295407 10060525568 113321 33554432000 1073741824 1073778376 140737103776992 139870506829992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3715] ppid=3702 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/3705/task/3715/stat : 3715 (java) S 3702 3705 1299 0 -1 4202560 171 0 0 0 11 3 0 0 20 0 22 0 23295407 10060525568 113321 33554432000 1073741824 1073778376 140737103776992 139870505777448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3705/tid=3716] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3716/stat : 3716 (java) S 3702 3705 1299 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23295408 10060525568 113321 33554432000 1073741824 1073778376 140737103776992 139870493580136 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3705/tid=3717] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

/proc/3705/task/3710/stat : 3710 (java) S 3702 3705 1299 0 -1 4202560 812 0 0 0 312 17 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870847531688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3711] ppid=3702 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/3705/task/3711/stat : 3711 (java) S 3702 3705 1299 0 -1 4202560 733 0 0 0 255 23 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870846479144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3712] ppid=3702 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/3705/task/3712/stat : 3712 (java) S 3702 3705 1299 0 -1 4202560 742 0 0 0 272 18 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870508935592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3713] ppid=3702 vsize=9824732 CPUtime=3.58 cores=1,3,5,7
/proc/3705/task/3713/stat : 3713 (java) S 3702 3705 1299 0 -1 4202560 835 0 0 0 333 25 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870507883048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3714] ppid=3702 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/3705/task/3714/stat : 3714 (java) S 3702 3705 1299 0 -1 4202560 961 0 0 0 261 26 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870506829992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3715] ppid=3702 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/3705/task/3715/stat : 3715 (java) S 3702 3705 1299 0 -1 4202560 791 0 0 0 277 21 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870505777448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3716] ppid=3702 vsize=9824732 CPUtime=7.54 cores=1,3,5,7
/proc/3705/task/3716/stat : 3716 (java) S 3702 3705 1299 0 -1 4202560 2935 0 0 0 747 7 0 0 20 0 22 0 23295408 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870493580136 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3717] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3717/stat : 3717 (java) S 3702 3705 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23295409 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870492526456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3718] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3718/stat : 3718 (java) S 3702 3705 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23295409 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870491473288 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3719] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3719/stat : 3719 (java) S 3702 3705 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295411 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870490422032 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3720] ppid=3702 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/3705/task/3720/stat : 3720 (java) S 3702 3705 1299 0 -1 4202560 11698 0 0 0 187 2 0 0 20 0 22 0 23295411 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870489368888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3721] ppid=3702 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/3705/task/3721/stat : 3721 (java) S 3702 3705 1299 0 -1 4202560 13815 0 0 0 179 3 0 0 20 0 22 0 23295411 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870488316344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3705/tid=3722] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3722/stat : 3722 (java) S 3702 3705 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295411 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870487263480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3705/tid=3723] ppid=3702 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/3705/task/3723/stat : 3723 (java) S 3702 3705 1299 0 -1 4202560 51 0 0 0 13 22 0 0 20 0 22 0 23295411 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870486211144 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3705/tid=3724] ppid=3702 vsize=9824732 CPUtime=864.85 cores=1,3,5,7
/proc/3705/task/3724/stat : 3724 (java) R 3702 3705 1299 0 -1 4202560 169 0 0 0 86467 18 0 0 20 0 22 0 23295513 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870485155728 139870728074507 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3725] ppid=3702 vsize=9824732 CPUtime=864.92 cores=1,3,5,7
/proc/3705/task/3725/stat : 3725 (java) R 3702 3705 1299 0 -1 4202560 2095 0 0 0 86449 43 0 0 20 0 22 0 23295513 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870484102272 139870727840274 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3705/tid=3726] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3726/stat : 3726 (java) S 3702 3705 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23295522 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870483051816 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3727] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3727/stat : 3727 (java) S 3702 3705 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23295523 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870481999272 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1771.36
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.701 s]
/proc/loadavg: 5.41 4.56 4.30 5/219 3882
/proc/meminfo: memFree=25743348/32872528 swapFree=877056/942464
[pid=3705] ppid=3702 vsize=9824732 CPUtime=1800.14 cores=1,3,5,7
/proc/3705/stat : 3705 (java) S 3702 3705 1299 0 -1 4202496 41210 0 1 0 179762 252 0 0 20 0 22 0 23295406 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 140737103768128 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3705/statm: 2456183 979553 2293 9 0 2446860 0
[pid=3705/tid=3706] ppid=3702 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (java) S 3702 3705 1299 0 -1 4202560 2491 0 1 0 92 5 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870871536504 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3708] ppid=3702 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (java) S 3702 3705 1299 0 -1 4202560 688 0 0 0 301 22 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870849637288 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3705/tid=3709] ppid=3702 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/3705/task/3709/stat : 3709 (java) S 3702 3705 1299 0 -1 4202560 1129 0 0 0 288 23 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870848584744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3710] ppid=3702 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/3705/task/3710/stat : 3710 (java) S 3702 3705 1299 0 -1 4202560 812 0 0 0 312 17 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870847531688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3711] ppid=3702 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/3705/task/3711/stat : 3711 (java) S 3702 3705 1299 0 -1 4202560 733 0 0 0 255 23 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870846479144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3712] ppid=3702 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/3705/task/3712/stat : 3712 (java) S 3702 3705 1299 0 -1 4202560 742 0 0 0 272 18 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870508935592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3713] ppid=3702 vsize=9824732 CPUtime=3.58 cores=1,3,5,7
/proc/3705/task/3713/stat : 3713 (java) S 3702 3705 1299 0 -1 4202560 835 0 0 0 333 25 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870507883048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3714] ppid=3702 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/3705/task/3714/stat : 3714 (java) S 3702 3705 1299 0 -1 4202560 961 0 0 0 261 26 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870506829992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3715] ppid=3702 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/3705/task/3715/stat : 3715 (java) S 3702 3705 1299 0 -1 4202560 791 0 0 0 277 21 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870505777448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3716] ppid=3702 vsize=9824732 CPUtime=7.54 cores=1,3,5,7
/proc/3705/task/3716/stat : 3716 (java) S 3702 3705 1299 0 -1 4202560 2935 0 0 0 747 7 0 0 20 0 22 0 23295408 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870493580136 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3717] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3717/stat : 3717 (java) S 3702 3705 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23295409 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870492526456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3718] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3718/stat : 3718 (java) S 3702 3705 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23295409 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870491473288 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3719] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3719/stat : 3719 (java) S 3702 3705 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295411 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870490422032 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3720] ppid=3702 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/3705/task/3720/stat : 3720 (java) S 3702 3705 1299 0 -1 4202560 11698 0 0 0 187 2 0 0 20 0 22 0 23295411 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870489368888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3721] ppid=3702 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/3705/task/3721/stat : 3721 (java) S 3702 3705 1299 0 -1 4202560 13815 0 0 0 179 3 0 0 20 0 22 0 23295411 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870488316344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3705/tid=3722] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3722/stat : 3722 (java) S 3702 3705 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295411 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870487263480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3705/tid=3723] ppid=3702 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/3705/task/3723/stat : 3723 (java) S 3702 3705 1299 0 -1 4202560 51 0 0 0 13 22 0 0 20 0 22 0 23295411 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870486211144 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3705/tid=3724] ppid=3702 vsize=9824732 CPUtime=879.21 cores=1,3,5,7
/proc/3705/task/3724/stat : 3724 (java) R 3702 3705 1299 0 -1 4202560 169 0 0 0 87903 18 0 0 20 0 22 0 23295513 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870485155728 139870728074507 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3725] ppid=3702 vsize=9824732 CPUtime=879.27 cores=1,3,5,7
/proc/3705/task/3725/stat : 3725 (java) R 3702 3705 1299 0 -1 4202560 2095 0 0 0 87884 43 0 0 20 0 22 0 23295513 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870484102272 139870727840942 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3705/tid=3726] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3726/stat : 3726 (java) S 3702 3705 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23295522 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870483051816 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3727] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3727/stat : 3727 (java) S 3702 3705 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23295523 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870481999272 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 3705 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.701 s]
/proc/loadavg: 5.41 4.56 4.30 5/219 3882
/proc/meminfo: memFree=25743348/32872528 swapFree=877056/942464
[pid=3705] ppid=3702 vsize=9824732 CPUtime=1800.14 cores=1,3,5,7
/proc/3705/stat : 3705 (java) S 3702 3705 1299 0 -1 4202496 41210 0 1 0 179762 252 0 0 20 0 22 0 23295406 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 140737103768128 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3705/statm: 2456183 979553 2293 9 0 2446860 0
[pid=3705/tid=3706] ppid=3702 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/3705/task/3706/stat : 3706 (java) S 3702 3705 1299 0 -1 4202560 2491 0 1 0 92 5 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870871536504 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3708] ppid=3702 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/3705/task/3708/stat : 3708 (java) S 3702 3705 1299 0 -1 4202560 688 0 0 0 301 22 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870849637288 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3705/tid=3709] ppid=3702 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/3705/task/3709/stat : 3709 (java) S 3702 3705 1299 0 -1 4202560 1129 0 0 0 288 23 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870848584744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3710] ppid=3702 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/3705/task/3710/stat : 3710 (java) S 3702 3705 1299 0 -1 4202560 812 0 0 0 312 17 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870847531688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3711] ppid=3702 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/3705/task/3711/stat : 3711 (java) S 3702 3705 1299 0 -1 4202560 733 0 0 0 255 23 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870846479144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3712] ppid=3702 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/3705/task/3712/stat : 3712 (java) S 3702 3705 1299 0 -1 4202560 742 0 0 0 272 18 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870508935592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3713] ppid=3702 vsize=9824732 CPUtime=3.58 cores=1,3,5,7
/proc/3705/task/3713/stat : 3713 (java) S 3702 3705 1299 0 -1 4202560 835 0 0 0 333 25 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870507883048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3714] ppid=3702 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/3705/task/3714/stat : 3714 (java) S 3702 3705 1299 0 -1 4202560 961 0 0 0 261 26 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870506829992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3715] ppid=3702 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/3705/task/3715/stat : 3715 (java) S 3702 3705 1299 0 -1 4202560 791 0 0 0 277 21 0 0 20 0 22 0 23295407 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870505777448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3716] ppid=3702 vsize=9824732 CPUtime=7.54 cores=1,3,5,7
/proc/3705/task/3716/stat : 3716 (java) S 3702 3705 1299 0 -1 4202560 2935 0 0 0 747 7 0 0 20 0 22 0 23295408 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870493580136 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3717] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3717/stat : 3717 (java) S 3702 3705 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23295409 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870492526456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3718] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3718/stat : 3718 (java) S 3702 3705 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23295409 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870491473288 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3719] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3719/stat : 3719 (java) S 3702 3705 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295411 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870490422032 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3720] ppid=3702 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/3705/task/3720/stat : 3720 (java) S 3702 3705 1299 0 -1 4202560 11698 0 0 0 187 2 0 0 20 0 22 0 23295411 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870489368888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3721] ppid=3702 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/3705/task/3721/stat : 3721 (java) S 3702 3705 1299 0 -1 4202560 13815 0 0 0 179 3 0 0 20 0 22 0 23295411 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870488316344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3705/tid=3722] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3722/stat : 3722 (java) S 3702 3705 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295411 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870487263480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3705/tid=3723] ppid=3702 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/3705/task/3723/stat : 3723 (java) S 3702 3705 1299 0 -1 4202560 51 0 0 0 13 22 0 0 20 0 22 0 23295411 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870486211144 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3705/tid=3724] ppid=3702 vsize=9824732 CPUtime=879.21 cores=1,3,5,7
/proc/3705/task/3724/stat : 3724 (java) R 3702 3705 1299 0 -1 4202560 169 0 0 0 87903 18 0 0 20 0 22 0 23295513 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870485155728 139870728074507 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3705/tid=3725] ppid=3702 vsize=9824732 CPUtime=879.27 cores=1,3,5,7
/proc/3705/task/3725/stat : 3725 (java) R 3702 3705 1299 0 -1 4202560 2095 0 0 0 87884 43 0 0 20 0 22 0 23295513 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870484102272 139870727840942 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3705/tid=3726] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3726/stat : 3726 (java) S 3702 3705 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23295522 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870483051816 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3705/tid=3727] ppid=3702 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3705/task/3727/stat : 3727 (java) S 3702 3705 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23295523 10060525568 979553 33554432000 1073741824 1073778376 140737103776992 139870481999272 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 3705 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=288378
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=922555
# CPU time returned by wait4() is 1796.21
# 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): 896.768
CPU time (s): 1800.14
CPU user time (s): 1797.62
CPU system time (s): 2.52
CPU usage (%): 200.736
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.29
system time used= 2.92256
maximum resident set size= 3933572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41250
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23123
involuntary context switches= 26211

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.8841 second user time and 7.26389 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 03:14:25
IDJOB=4101042
IDBENCH=1693
IDSOLVER=2543
FILE ID=node113/4101042-1466212465
RUNJOBID= node113-1466206100-1316
PBS_JOBID= 19918163
Free space on /tmp= 71684 MiB

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

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

MD5SUM BENCH= ce89a14d8ce44afa95c95ee36cc3e1e0
RANDOM SEED=1578588847

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.799
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.799
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.54
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.799
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.799
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28918380 kB
Buffers:           89256 kB
Cached:           107572 kB
SwapCached:         1968 kB
Active:          2154872 kB
Inactive:         121480 kB
Active(anon):    2079436 kB
Inactive(anon):     2448 kB
Active(file):      75436 kB
Inactive(file):   119032 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:              3192 kB
Writeback:             0 kB
AnonPages:       3023312 kB
Mapped:            15316 kB
Shmem:                 0 kB
Slab:             598420 kB
SReclaimable:      42356 kB
SUnreclaim:       556064 kB
KernelStack:        1640 kB
PageTables:        10028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3774504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2095104 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= 71700 MiB
End job on node113 at 2016-06-18 03:29:22