Trace number 4101162

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.03 898.753

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-ganges.opb
MD5SUM7a90d6f729b5a7cbedbc2000a888cf36
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 variables46097
Total number of constraints1706
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 constraints1706
Minimum length of a constraint13
Maximum length of a constraint1432
Number of terms in the objective function 2309
Biggest coefficient in the objective function 19879
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 525883
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 525883
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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-4101162-1466212899.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.81/0.91	c ... done. Wall clock time 0.792s.
1.81/0.91	c declared #vars     46097
1.81/0.91	c #constraints  2990
1.81/0.91	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.81/0.91	c constraints type 
1.81/0.91	c org.sat4j.specs.Constr$1 => 256
1.81/0.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2734
1.81/0.91	c 2990 constraints processed.
1.81/0.91	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.81/0.91	c constraints type 
1.81/0.91	c org.sat4j.specs.Constr$1 => 256
1.81/0.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2734
1.81/0.91	c 2990 constraints processed.
1.81/0.91	c objective function length is 2309 literals
4.77/1.99	c cleaning 2497 clauses out of 4994 with flag 10414/5001
7.49/3.00	c cleaning 4249 clauses out of 8498 with flag 23122/11002
9.59/4.10	c cleaning 5622 clauses out of 11247 with flag 37554/18000
12.39/5.50	c cleaning 6805 clauses out of 13625 with flag 54246/26000
16.30/7.27	c cleaning 7911 clauses out of 15821 with flag 73304/35001
20.30/9.21	c cleaning 8954 clauses out of 17909 with flag 93889/45000
24.79/11.43	c cleaning 9973 clauses out of 19956 with flag 116911/56001
29.19/13.64	c cleaning 10977 clauses out of 21983 with flag 141280/68001
34.39/16.26	c cleaning 11998 clauses out of 24007 with flag 167821/81002
40.79/19.43	c cleaning 12997 clauses out of 26007 with flag 196619/95000
47.75/22.80	c cleaning 13997 clauses out of 28010 with flag 227138/110000
55.45/26.64	c cleaning 15002 clauses out of 30013 with flag 259950/126000
62.65/30.20	c cleaning 15994 clauses out of 32011 with flag 294712/143000
70.25/34.08	c cleaning 17001 clauses out of 34020 with flag 331416/161003
78.85/38.38	c cleaning 17992 clauses out of 36016 with flag 369997/180000
88.64/43.24	c cleaning 19005 clauses out of 38025 with flag 410595/200001
98.64/48.25	c cleaning 20001 clauses out of 40019 with flag 453178/221000
111.43/54.68	c cleaning 21001 clauses out of 42020 with flag 498227/243002
125.46/61.55	c cleaning 21998 clauses out of 44017 with flag 545702/266000
138.87/68.21	c cleaning 23002 clauses out of 46023 with flag 594848/290004
153.85/75.79	c cleaning 24004 clauses out of 48021 with flag 646035/315004
170.65/84.12	c cleaning 24993 clauses out of 50012 with flag 699931/341000
184.45/91.00	c cleaning 26005 clauses out of 52020 with flag 758839/368002
195.45/96.53	c cleaning 26998 clauses out of 54014 with flag 829093/396001
211.87/104.65	c cleaning 27997 clauses out of 56015 with flag 917337/425001
230.25/113.86	c cleaning 28998 clauses out of 58017 with flag 1010663/455000
242.69/119.91	c cleaning 30005 clauses out of 60016 with flag 1089026/486000
251.48/124.37	c cleaning 31006 clauses out of 62011 with flag 1153720/518000
258.76/127.96	c cleaning 32003 clauses out of 64006 with flag 1224295/551002
271.16/134.16	c cleaning 32998 clauses out of 66005 with flag 1323017/585004
291.76/144.48	c cleaning 33995 clauses out of 68003 with flag 1445453/620000
308.64/153.07	c cleaning 34996 clauses out of 70009 with flag 1552774/656001
325.83/161.65	c cleaning 36002 clauses out of 72015 with flag 1661014/693003
345.62/171.52	c cleaning 36993 clauses out of 74010 with flag 1773111/731000
368.02/182.71	c cleaning 37997 clauses out of 76017 with flag 1887245/770000
387.30/192.31	c cleaning 39001 clauses out of 78023 with flag 2012288/810003
417.57/207.50	c cleaning 39999 clauses out of 80019 with flag 2131272/851000
451.73/224.47	c cleaning 40998 clauses out of 82020 with flag 2250483/893000
485.32/241.14	c cleaning 42001 clauses out of 84022 with flag 2363113/936000
524.52/260.77	c cleaning 42999 clauses out of 86022 with flag 2476539/980001
567.72/282.69	c cleaning 44001 clauses out of 88025 with flag 2592843/1025003
611.37/304.41	c cleaning 45004 clauses out of 90024 with flag 2710112/1071003
651.58/324.52	c cleaning 45992 clauses out of 92018 with flag 2822648/1118001
677.37/337.47	c cleaning 47002 clauses out of 94025 with flag 2958901/1166000
705.57/351.54	c cleaning 48002 clauses out of 96023 with flag 3112932/1215000
738.08/367.77	c cleaning 49004 clauses out of 98021 with flag 3242872/1265000
776.45/386.99	c cleaning 49999 clauses out of 100018 with flag 3371951/1316001
818.63/408.08	c cleaning 50995 clauses out of 102018 with flag 3504800/1368000
866.61/432.03	c cleaning 51995 clauses out of 104025 with flag 3642056/1421002
917.19/457.36	c cleaning 52999 clauses out of 106031 with flag 3780322/1475003
975.00/486.22	c cleaning 54000 clauses out of 108030 with flag 3925132/1530001
1033.16/515.35	c cleaning 55002 clauses out of 110030 with flag 4069104/1586001
1088.35/542.91	c cleaning 55998 clauses out of 112027 with flag 4216321/1643000
1145.72/571.65	c cleaning 56996 clauses out of 114029 with flag 4366541/1701000
1205.92/601.78	c cleaning 58002 clauses out of 116034 with flag 4522640/1760001
1272.68/635.13	c cleaning 58996 clauses out of 118031 with flag 4688667/1820000
1340.66/669.10	c cleaning 59999 clauses out of 120035 with flag 4854607/1881000
1406.82/702.14	c cleaning 61000 clauses out of 122037 with flag 5024508/1943001
1475.41/736.49	c cleaning 62010 clauses out of 124042 with flag 5194525/2006006
1552.82/775.14	c cleaning 62998 clauses out of 126030 with flag 5374729/2070004
1637.82/817.69	c cleaning 63996 clauses out of 128030 with flag 5549508/2135002
1730.02/863.72	c cleaning 65002 clauses out of 130033 with flag 5730106/2201001
1800.03/898.71	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/898.71	c starts		: 16
1800.03/898.71	c conflicts		: 2256301
1800.03/898.71	c decisions		: 2591605
1800.03/898.71	c propagations		: 41036663
1800.03/898.71	c inspects		: 15270190697
1800.03/898.71	c shortcuts		: 0
1800.03/898.71	c learnt literals	: 14
1800.03/898.71	c learnt binary clauses	: 14
1800.03/898.71	c learnt ternary clauses	: 5
1800.03/898.71	c learnt constraints	: 2256287
1800.03/898.71	c ignored constraints	: 0
1800.03/898.71	c root simplifications	: 0
1800.03/898.71	c removed literals (reason simplification)	: 5024295
1800.03/898.71	c reason swapping (by a shorter reason)	: 0
1800.03/898.71	c Calls to reduceDB	: 62
1800.03/898.71	c Number of update (reduction) of LBD	: 141912
1800.03/898.71	c Imported unit clauses	: 0
1800.03/898.71	c number of reductions to clauses (during analyze)	: 0
1800.03/898.71	c number of learned constraints concerned by reduction	: 0
1800.03/898.71	c number of learning phase by resolution	: 0
1800.03/898.71	c number of learning phase by cutting planes	: 0
1800.03/898.71	c speed (assignments/second)	: 45712.14711953295
1800.03/898.71	c non guided choices	26396
1800.03/898.73	c learnt constraints type 
1800.03/898.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
1800.03/898.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 120318
1800.03/898.74	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/898.74	c starts		: 12
1800.03/898.74	c conflicts		: 2126
1800.03/898.74	c decisions		: 51987
1800.03/898.74	c propagations		: 127265
1800.03/898.74	c inspects		: 21874685
1800.03/898.74	c shortcuts		: 0
1800.03/898.74	c learnt literals	: 0
1800.03/898.74	c learnt binary clauses	: 0
1800.03/898.74	c learnt ternary clauses	: 0
1800.03/898.74	c learnt constraints	: 2125
1800.03/898.74	c ignored constraints	: 0
1800.03/898.74	c root simplifications	: 0
1800.03/898.74	c removed literals (reason simplification)	: 0
1800.03/898.74	c reason swapping (by a shorter reason)	: 0
1800.03/898.74	c Calls to reduceDB	: 0
1800.03/898.74	c Number of update (reduction) of LBD	: 0
1800.03/898.74	c Imported unit clauses	: 0
1800.03/898.74	c number of reductions to clauses (during analyze)	: 0
1800.03/898.74	c number of learned constraints concerned by reduction	: 0
1800.03/898.74	c number of learning phase by resolution	: 0
1800.03/898.74	c number of learning phase by cutting planes	: 0
1800.03/898.74	c speed (assignments/second)	: 141.76169242953685
1800.03/898.74	c non guided choices	0
1800.03/898.74	c learnt constraints type 
1800.03/898.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2125
1800.03/898.74	s UNKNOWN
1800.03/898.74	c Total wall clock time (in seconds): 898.619

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

pid=11020
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.53 4.37 4.30 4/200 11023
/proc/meminfo: memFree=26618400/32872528 swapFree=1505436/1685308
[pid=11023] ppid=11020 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/11023/stat : 11023 (java) R 11020 11023 7329 0 -1 4202496 469 0 0 0 0 0 0 0 20 0 1 0 23335839 9379840 123 33554432000 1073741824 1073778376 140733924320064 140733924317192 215127986656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11023/statm: 2290 123 94 9 0 38 0

[startup+0.100112 s]
/proc/loadavg: 4.53 4.37 4.30 4/200 11023
/proc/meminfo: memFree=26618400/32872528 swapFree=1505436/1685308
[pid=11023] ppid=11020 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/11023/stat : 11023 (java) S 11020 11023 7329 0 -1 4202496 4421 0 1 0 8 1 0 0 20 0 18 0 23335839 9787879424 6044 33554432000 1073741824 1073778376 140733924320064 140733924311200 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11023/statm: 2389619 6044 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200281 s]
/proc/loadavg: 4.53 4.37 4.30 4/200 11023
/proc/meminfo: memFree=26618400/32872528 swapFree=1505436/1685308
[pid=11023] ppid=11020 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/11023/stat : 11023 (java) S 11020 11023 7329 0 -1 4202496 5003 0 1 0 26 1 0 0 20 0 18 0 23335839 9787879424 7365 33554432000 1073741824 1073778376 140733924320064 140733924311200 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11023/statm: 2389619 7365 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300236 s]
/proc/loadavg: 4.53 4.37 4.30 4/200 11023
/proc/meminfo: memFree=26618400/32872528 swapFree=1505436/1685308
[pid=11023] ppid=11020 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/11023/stat : 11023 (java) S 11020 11023 7329 0 -1 4202496 6421 0 1 0 53 1 0 0 20 0 18 0 23335839 9787879424 10699 33554432000 1073741824 1073778376 140733924320064 140733924311200 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11023/statm: 2389619 10699 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.705896 s]
/proc/loadavg: 4.53 4.37 4.30 4/200 11023
/proc/meminfo: memFree=26618400/32872528 swapFree=1505436/1685308
[pid=11023] ppid=11020 vsize=9558476 CPUtime=1.52 cores=1,3,5,7
/proc/11023/stat : 11023 (java) S 11020 11023 7329 0 -1 4202496 16680 0 1 0 145 7 0 0 20 0 18 0 23335839 9787879424 49548 33554432000 1073741824 1073778376 140733924320064 140733924311200 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11023/statm: 2389619 49548 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 4.53 4.37 4.30 7/222 11045
/proc/meminfo: memFree=26413260/32872528 swapFree=1505436/1685308
[pid=11023] ppid=11020 vsize=9824732 CPUtime=3.85 cores=1,3,5,7
/proc/11023/stat : 11023 (java) S 11020 11023 7329 0 -1 4202496 19454 0 1 0 371 14 0 0 20 0 22 0 23335839 10060525568 63958 33554432000 1073741824 1073778376 140733924320064 140733924311200 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11023/statm: 2456183 63958 2284 9 0 2446860 0
[pid=11023/tid=11025] ppid=11020 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/11023/task/11025/stat : 11025 (java) S 11020 11023 7329 0 -1 4202560 2484 0 1 0 80 3 0 0 20 0 22 0 23335840 10060525568 63958 33554432000 1073741824 1073778376 140733924320064 140040488289144 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11023/tid=11026] ppid=11020 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11023/task/11026/stat : 11026 (java) S 11020 11023 7329 0 -1 4202560 117 0 0 0 2 0 0 0 20 0 22 0 23335841 10060525568 63958 33554432000 1073741824 1073778376 140733924320064 140040449779880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11027] ppid=11020 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11023/task/11027/stat : 11027 (java) S 11020 11023 7329 0 -1 4202560 100 0 0 0 4 1 0 0 20 0 22 0 23335841 10060525568 63958 33554432000 1073741824 1073778376 140733924320064 140040448727336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11028] ppid=11020 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11023/task/11028/stat : 11028 (java) S 11020 11023 7329 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 23335841 10060525568 63958 33554432000 1073741824 1073778376 140733924320064 140040447674792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11023/tid=11029] ppid=11020 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11023/task/11029/stat : 11029 (java) S 11020 11023 7329 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 22 0 23335841 10060525568 63958 33554432000 1073741824 1073778376 140733924320064 140040446622248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11030] ppid=11020 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11023/task/11030/stat : 11030 (java) S 11020 11023 7329 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 23335841 10060525568 63958 33554432000 1073741824 1073778376 140733924320064 140040445569704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11031] ppid=11020 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/11023/task/11031/stat : 11031 (java) S 11020 11023 7329 0 -1 4202560 109 0 0 0 4 2 0 0 20 0 22 0 23335841 10060525568 63958 33554432000 1073741824 1073778376 140733924320064 140040444517160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11032] ppid=11020 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11023/task/11032/stat : 11032 (java) S 11020 11023 7329 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 23335841 10060525568 63958 33554432000 1073741824 1073778376 140733924320064 140040443464616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11033] ppid=11020 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11023/task/11033/stat : 11033 (java) S 11020 11023 7329 0 -1 4202560 103 0 0 0 2 0 0 0 20 0 22 0 23335841 10060525568 63958 33554432000 1073741824 1073778376 140733924320064 140040442412072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11034] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11034/stat : 11034 (java) S 11020 11023 7329 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23335842 10060525568 63958 33554432000 1073741824 1073778376 140733924320064 140040430000232 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11035] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11035/stat : 11035 (java) S 11020 11023 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23335843 10060525568 63958 33554432000 1073741824 1073778376 140733924320064 140040311137400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11023/tid=11036] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11036/stat : 11036 (java) S 11020 11023 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23335843 10060525568 63958 33554432000 1073741824 1073778376 140733924320064 140040310084744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11023/tid=11037] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11037/stat : 11037 (java) S 11020 11023 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335845 10060525568 63958 33554432000 1073741824 1073778376 140733924320064 140040309033488 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11038] ppid=11020 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/11023/task/11038/stat : 11038 (java) S 11020 11023 7329 0 -1 4202560 7128 0 0 0 75 2 0 0 20 0 22 0 23335845 10060525568 63958 33554432000 1073741824 1073778376 140733924320064 140040307980856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11039] ppid=11020 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/11023/task/11039/stat : 11039 (java) S 11020 11023 7329 0 -1 4202560 7928 0 0 0 78 0 0 0 20 0 22 0 23335845 10060525568 63958 33554432000 1073741824 1073778376 140733924320064 140040306928312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11040] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11040/stat : 11040 (java) S 11020 11023 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335845 10060525568 63958 33554432000 1073741824 1073778376 140733924320064 140040305875960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11041] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11041/stat : 11041 (java) S 11020 11023 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335845 10060525568 63958 33554432000 1073741824 1073778376 140733924320064 140040304823624 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11023/tid=11042] ppid=11020 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/11023/task/11042/stat : 11042 (java) R 11020 11023 7329 0 -1 4202560 25 0 0 0 51 0 0 0 20 0 22 0 23335931 10060525568 63958 33554432000 1073741824 1073778376 140733924320064 140040303767616 140040311260903 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11023/tid=11043] ppid=11020 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/11023/task/11043/stat : 11043 (java) R 11020 11023 7329 0 -1 4202560 24 0 0 0 50 0 0 0 20 0 22 0 23335931 10060525568 63958 33554432000 1073741824 1073778376 140733924320064 140040302714408 140040312263878 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11023/tid=11044] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11044/stat : 11044 (java) S 11020 11023 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23335939 10060525568 63958 33554432000 1073741824 1073778376 140733924320064 140040301663272 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11045] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11045/stat : 11045 (java) S 11020 11023 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23335939 10060525568 63958 33554432000 1073741824 1073778376 140733924320064 140040300610728 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9824732

[startup+3.10097 s]
/proc/loadavg: 4.53 4.37 4.30 6/222 11045
/proc/meminfo: memFree=26319636/32872528 swapFree=1505436/1685308
[pid=11023] ppid=11020 vsize=9824732 CPUtime=7.7 cores=1,3,5,7
/proc/11023/stat : 11023 (java) S 11020 11023 7329 0 -1 4202496 24446 0 1 0 749 21 0 0 20 0 22 0 23335839 10060525568 99800 33554432000 1073741824 1073778376 140733924320064 140733924311200 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11023/statm: 2456183 99800 2290 9 0 2446860 0
[pid=11023/tid=11025] ppid=11020 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/11023/task/11025/stat : 11025 (java) S 11020 11023 7329 0 -1 4202560 2484 0 1 0 80 3 0 0 20 0 22 0 23335840 10060525568 99800 33554432000 1073741824 1073778376 140733924320064 140040488289144 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11023/tid=11026] ppid=11020 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11023/task/11026/stat : 11026 (java) S 11020 11023 7329 0 -1 4202560 120 0 0 0 3 0 0 0 20 0 22 0 23335841 10060525568 99800 33554432000 1073741824 1073778376 140733924320064 140040449779880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11023/tid=11027] ppid=11020 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/11023/task/11027/stat : 11027 (java) S 11020 11023 7329 0 -1 4202560 115 0 0 0 8 2 0 0 20 0 22 0 23335841 10060525568 99800 33554432000 1073741824 1073778376 140733924320064 140040448727336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11023/tid=11028] ppid=11020 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/11023/task/11028/stat : 11028 (java) S 11020 11023 7329 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 22 0 23335841 10060525568 99800 33554432000 1073741824 1073778376 140733924320064 140040447674792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11023/tid=11029] ppid=11020 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/11023/task/11029/stat : 11029 (java) S 11020 11023 7329 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 22 0 23335841 10060525568 99800 33554432000 1073741824 1073778376 140733924320064 140040446622248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11023/tid=11030] ppid=11020 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/11023/task/11030/stat : 11030 (java) S 11020 11023 7329 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 22 0 23335841 10060525568 99800 33554432000 1073741824 1073778376 140733924320064 140040445569704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11023/tid=11031] ppid=11020 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/11023/task/11031/stat : 11031 (java) S 11020 11023 7329 0 -1 4202560 113 0 0 0 5 2 0 0 20 0 22 0 23335841 10060525568 99800 33554432000 1073741824 1073778376 140733924320064 140040444517160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11032] ppid=11020 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11023/task/11032/stat : 11032 (java) S 11020 11023 7329 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 22 0 23335841 10060525568 99800 33554432000 1073741824 1073778376 140733924320064 140040443464616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11033] ppid=11020 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11023/task/11033/stat : 11033 (java) S 11020 11023 7329 0 -1 4202560 107 0 0 0 3 0 0 0 20 0 22 0 23335841 10060525568 99800 33554432000 1073741824 1073778376 140733924320064 140040442412072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11034] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11034/stat : 11034 (java) S 11020 11023 7329 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23335842 10060525568 99800 33554432000 1073741824 1073778376 140733924320064 140040430000232 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11035] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11035/stat : 11035 (java) S 11020 11023 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23335843 10060525568 99800 33554432000 1073741824 1073778376 140733924320064 140040311137400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11023/tid=11036] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11036/stat : 11036 (java) S 11020 11023 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23335843 10060525568 99800 33554432000 1073741824 1073778376 140733924320064 140040310084744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11023/tid=11037] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11037/stat : 11037 (java) S 11020 11023 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335845 10060525568 99800 33554432000 1073741824 1073778376 140733924320064 140040309033488 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11038] ppid=11020 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/11023/task/11038/stat : 11038 (java) S 11020 11023 7329 0 -1 4202560 11867 0 0 0 118 3 0 0 20 0 22 0 23335845 10060525568 99800 33554432000 1073741824 1073778376 140733924320064 140040307980856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11039] ppid=11020 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/11023/task/11039/stat : 11039 (java) S 11020 11023 7329 0 -1 4202560 7929 0 0 0 92 0 0 0 20 0 22 0 23335845 10060525568 99800 33554432000 1073741824 1073778376 140733924320064 140040306928312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11023/tid=11040] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11040/stat : 11040 (java) S 11020 11023 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335845 10060525568 99800 33554432000 1073741824 1073778376 140733924320064 140040305875960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11041] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11041/stat : 11041 (java) S 11020 11023 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335845 10060525568 99800 33554432000 1073741824 1073778376 140733924320064 140040304823624 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11023/tid=11042] ppid=11020 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/11023/task/11042/stat : 11042 (java) R 11020 11023 7329 0 -1 4202560 29 0 0 0 205 0 0 0 20 0 22 0 23335931 10060525568 99800 33554432000 1073741824 1073778376 140733924320064 140040303758992 140040312076034 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11023/tid=11043] ppid=11020 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/11023/task/11043/stat : 11043 (java) R 11020 11023 7329 0 -1 4202560 74 0 0 0 201 2 0 0 20 0 22 0 23335931 10060525568 99800 33554432000 1073741824 1073778376 140733924320064 140040302713768 140040312020518 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11044] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11044/stat : 11044 (java) S 11020 11023 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23335939 10060525568 99800 33554432000 1073741824 1073778376 140733924320064 140040301663272 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11045] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11045/stat : 11045 (java) S 11020 11023 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23335939 10060525568 99800 33554432000 1073741824 1073778376 140733924320064 140040300610728 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.48 4.37 4.30 5/222 11045
/proc/meminfo: memFree=26192968/32872528 swapFree=1505436/1685308
[pid=11023] ppid=11020 vsize=9824732 CPUtime=14.22 cores=1,3,5,7
/proc/11023/stat : 11023 (java) S 11020 11023 7329 0 -1 4202496 24742 0 1 0 1398 24 0 0 20 0 22 0 23335839 10060525568 111679 33554432000 1073741824 1073778376 140733924320064 140733924311200 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11023/statm: 2456183 111679 2290 9 0 2446860 0
[pid=11023/tid=11025] ppid=11020 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/11023/task/11025/stat : 11025 (java) S 11020 11023 7329 0 -1 4202560 2484 0 1 0 80 3 0 0 20 0 22 0 23335840 10060525568 111679 33554432000 1073741824 1073778376 140733924320064 140040488289144 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11023/tid=11026] ppid=11020 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11023/task/11026/stat : 11026 (java) S 11020 11023 7329 0 -1 4202560 125 0 0 0 4 1 0 0 20 0 22 0 23335841 10060525568 111679 33554432000 1073741824 1073778376 140733924320064 140040449779880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11023/tid=11027] ppid=11020 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/11023/task/11027/stat : 11027 (java) S 11020 11023 7329 0 -1 4202560 121 0 0 0 10 2 0 0 20 0 22 0 23335841 10060525568 111679 33554432000 1073741824 1073778376 140733924320064 140040448727336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11028] ppid=11020 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/11023/task/11028/stat : 11028 (java) S 11020 11023 7329 0 -1 4202560 56 0 0 0 7 2 0 0 20 0 22 0 23335841 10060525568 111679 33554432000 1073741824 1073778376 140733924320064 140040447674792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11023/tid=11029] ppid=11020 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/11023/task/11029/stat : 11029 (java) S 11020 11023 7329 0 -1 4202560 55 0 0 0 5 3 0 0 20 0 22 0 23335841 10060525568 111679 33554432000 1073741824 1073778376 140733924320064 140040446622248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11023/tid=11030] ppid=11020 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/11023/task/11030/stat : 11030 (java) S 11020 11023 7329 0 -1 4202560 47 0 0 0 6 2 0 0 20 0 22 0 23335841 10060525568 111679 33554432000 1073741824 1073778376 140733924320064 140040445569704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11031] ppid=11020 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/11023/task/11031/stat : 11031 (java) S 11020 11023 7329 0 -1 4202560 129 0 0 0 6 2 0 0 20 0 22 0 23335841 10060525568 111679 33554432000 1073741824 1073778376 140733924320064 140040444517160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11032] ppid=11020 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/11023/task/11032/stat : 11032 (java) S 11020 11023 7329 0 -1 4202560 59 0 0 0 5 2 0 0 20 0 22 0 23335841 10060525568 111679 33554432000 1073741824 1073778376 140733924320064 140040443464616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11033] ppid=11020 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11023/task/11033/stat : 11033 (java) S 11020 11023 7329 0 -1 4202560 112 0 0 0 3 1 0 0 20 0 22 0 23335841 10060525568 111679 33554432000 1073741824 1073778376 140733924320064 140040442412072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11034] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11034/stat : 11034 (java) S 11020 11023 7329 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23335842 10060525568 111679 33554432000 1073741824 1073778376 140733924320064 140040430000232 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11035] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11035/stat : 11035 (java) S 11020 11023 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23335843 10060525568 111679 33554432000 1073741824 1073778376 140733924320064 140040311137400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11023/tid=11036] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11036/stat : 11036 (java) S 11020 11023 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23335843 10060525568 111679 33554432000 1073741824 1073778376 140733924320064 140040310084744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11023/tid=11037] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11037/stat : 11037 (java) S 11020 11023 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335845 10060525568 111679 33554432000 1073741824 1073778376 140733924320064 140040309033488 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11038] ppid=11020 vsize=9824732 CPUtime=1.24 cores=1,3,5,7

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

[pid=11023/tid=11029] ppid=11020 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/11023/task/11029/stat : 11029 (java) S 11020 11023 7329 0 -1 4202560 246 0 0 0 38 11 0 0 20 0 22 0 23335841 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040446622248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11030] ppid=11020 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/11023/task/11030/stat : 11030 (java) S 11020 11023 7329 0 -1 4202560 291 0 0 0 36 12 0 0 20 0 22 0 23335841 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040445569704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11031] ppid=11020 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/11023/task/11031/stat : 11031 (java) S 11020 11023 7329 0 -1 4202560 497 0 0 0 52 16 0 0 20 0 22 0 23335841 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040444517160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11032] ppid=11020 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/11023/task/11032/stat : 11032 (java) S 11020 11023 7329 0 -1 4202560 358 0 0 0 46 15 0 0 20 0 22 0 23335841 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040443464616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11033] ppid=11020 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/11023/task/11033/stat : 11033 (java) S 11020 11023 7329 0 -1 4202560 454 0 0 0 45 13 0 0 20 0 22 0 23335841 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040442412072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11023/tid=11034] ppid=11020 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/11023/task/11034/stat : 11034 (java) S 11020 11023 7329 0 -1 4202560 1773 0 0 0 134 2 0 0 20 0 22 0 23335842 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040430000232 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11035] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11035/stat : 11035 (java) S 11020 11023 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23335843 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040311137400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11023/tid=11036] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11036/stat : 11036 (java) S 11020 11023 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23335843 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040310084744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11023/tid=11037] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11037/stat : 11037 (java) S 11020 11023 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335845 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040309033488 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11038] ppid=11020 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/11023/task/11038/stat : 11038 (java) S 11020 11023 7329 0 -1 4202560 11867 0 0 0 123 3 0 0 20 0 22 0 23335845 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040307980856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11039] ppid=11020 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/11023/task/11039/stat : 11039 (java) S 11020 11023 7329 0 -1 4202560 11900 0 0 0 159 2 0 0 20 0 22 0 23335845 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040306928312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11040] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11040/stat : 11040 (java) S 11020 11023 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335845 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040305875960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11041] ppid=11020 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/11023/task/11041/stat : 11041 (java) S 11020 11023 7329 0 -1 4202560 51 0 0 0 11 18 0 0 20 0 22 0 23335845 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040304823624 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11023/tid=11042] ppid=11020 vsize=9824732 CPUtime=876.22 cores=1,3,5,7
/proc/11023/task/11042/stat : 11042 (java) R 11020 11023 7329 0 -1 4202560 422 0 0 0 87600 22 0 0 20 0 22 0 23335931 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040303758976 140040311719143 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11043] ppid=11020 vsize=9824732 CPUtime=876.4 cores=1,3,5,7
/proc/11023/task/11043/stat : 11043 (java) R 11020 11023 7329 0 -1 4202560 1281 0 0 0 87602 38 0 0 20 0 22 0 23335931 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040302713744 140040312263341 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11044] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11044/stat : 11044 (java) S 11020 11023 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23335939 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040301663272 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11045] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11045/stat : 11045 (java) S 11020 11023 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23335939 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040300610728 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1767.23
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.701 s]
/proc/loadavg: 4.34 4.38 4.35 5/222 11152
/proc/meminfo: memFree=25871028/32872528 swapFree=1505436/1685308
[pid=11023] ppid=11020 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/11023/stat : 11023 (java) S 11020 11023 7329 0 -1 4202496 34315 0 1 0 179828 175 0 0 20 0 22 0 23335839 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140733924311200 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11023/statm: 2456183 805817 2299 9 0 2446860 0
[pid=11023/tid=11025] ppid=11020 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/11023/task/11025/stat : 11025 (java) S 11020 11023 7329 0 -1 4202560 2488 0 1 0 83 4 0 0 20 0 22 0 23335840 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040488289144 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11023/tid=11026] ppid=11020 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/11023/task/11026/stat : 11026 (java) S 11020 11023 7329 0 -1 4202560 441 0 0 0 42 16 0 0 20 0 22 0 23335841 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040449779880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11023/tid=11027] ppid=11020 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/11023/task/11027/stat : 11027 (java) S 11020 11023 7329 0 -1 4202560 462 0 0 0 56 14 0 0 20 0 22 0 23335841 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040448727336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11028] ppid=11020 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/11023/task/11028/stat : 11028 (java) S 11020 11023 7329 0 -1 4202560 518 0 0 0 58 17 0 0 20 0 22 0 23335841 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040447674792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11029] ppid=11020 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/11023/task/11029/stat : 11029 (java) S 11020 11023 7329 0 -1 4202560 246 0 0 0 38 11 0 0 20 0 22 0 23335841 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040446622248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11030] ppid=11020 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/11023/task/11030/stat : 11030 (java) S 11020 11023 7329 0 -1 4202560 291 0 0 0 36 12 0 0 20 0 22 0 23335841 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040445569704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11031] ppid=11020 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/11023/task/11031/stat : 11031 (java) S 11020 11023 7329 0 -1 4202560 497 0 0 0 52 16 0 0 20 0 22 0 23335841 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040444517160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11032] ppid=11020 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/11023/task/11032/stat : 11032 (java) S 11020 11023 7329 0 -1 4202560 358 0 0 0 46 15 0 0 20 0 22 0 23335841 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040443464616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11033] ppid=11020 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/11023/task/11033/stat : 11033 (java) S 11020 11023 7329 0 -1 4202560 454 0 0 0 45 13 0 0 20 0 22 0 23335841 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040442412072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11023/tid=11034] ppid=11020 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/11023/task/11034/stat : 11034 (java) S 11020 11023 7329 0 -1 4202560 1773 0 0 0 134 2 0 0 20 0 22 0 23335842 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040430000232 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11035] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11035/stat : 11035 (java) S 11020 11023 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23335843 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040311137400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11023/tid=11036] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11036/stat : 11036 (java) S 11020 11023 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23335843 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040310084744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11023/tid=11037] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11037/stat : 11037 (java) S 11020 11023 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335845 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040309033488 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11038] ppid=11020 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/11023/task/11038/stat : 11038 (java) S 11020 11023 7329 0 -1 4202560 11867 0 0 0 123 3 0 0 20 0 22 0 23335845 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040307980856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11039] ppid=11020 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/11023/task/11039/stat : 11039 (java) S 11020 11023 7329 0 -1 4202560 11900 0 0 0 159 2 0 0 20 0 22 0 23335845 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040306928312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11040] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11040/stat : 11040 (java) S 11020 11023 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335845 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040305875960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11041] ppid=11020 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/11023/task/11041/stat : 11041 (java) S 11020 11023 7329 0 -1 4202560 51 0 0 0 12 18 0 0 20 0 22 0 23335845 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040304823624 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11023/tid=11042] ppid=11020 vsize=9824732 CPUtime=892.58 cores=1,3,5,7
/proc/11023/task/11042/stat : 11042 (java) R 11020 11023 7329 0 -1 4202560 422 0 0 0 89236 22 0 0 20 0 22 0 23335931 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040303758976 140040312142472 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11043] ppid=11020 vsize=9824732 CPUtime=892.75 cores=1,3,5,7
/proc/11023/task/11043/stat : 11043 (java) R 11020 11023 7329 0 -1 4202560 1281 0 0 0 89237 38 0 0 20 0 22 0 23335931 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040302713744 140040312062990 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11044] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11044/stat : 11044 (java) S 11020 11023 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23335939 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040301663272 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11045] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11045/stat : 11045 (java) S 11020 11023 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23335939 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040300610728 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 11023 sig 9
??? kill -11023 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.701 s]
/proc/loadavg: 4.34 4.38 4.35 5/222 11152
/proc/meminfo: memFree=25871028/32872528 swapFree=1505436/1685308
[pid=11023] ppid=11020 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/11023/stat : 11023 (java) S 11020 11023 7329 0 -1 4202496 34315 0 1 0 179828 175 0 0 20 0 22 0 23335839 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140733924311200 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11023/statm: 2456183 805817 2299 9 0 2446860 0
[pid=11023/tid=11025] ppid=11020 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/11023/task/11025/stat : 11025 (java) S 11020 11023 7329 0 -1 4202560 2488 0 1 0 83 4 0 0 20 0 22 0 23335840 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040488289144 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11023/tid=11026] ppid=11020 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/11023/task/11026/stat : 11026 (java) S 11020 11023 7329 0 -1 4202560 441 0 0 0 42 16 0 0 20 0 22 0 23335841 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040449779880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11023/tid=11027] ppid=11020 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/11023/task/11027/stat : 11027 (java) S 11020 11023 7329 0 -1 4202560 462 0 0 0 56 14 0 0 20 0 22 0 23335841 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040448727336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11028] ppid=11020 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/11023/task/11028/stat : 11028 (java) S 11020 11023 7329 0 -1 4202560 518 0 0 0 58 17 0 0 20 0 22 0 23335841 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040447674792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11029] ppid=11020 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/11023/task/11029/stat : 11029 (java) S 11020 11023 7329 0 -1 4202560 246 0 0 0 38 11 0 0 20 0 22 0 23335841 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040446622248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11030] ppid=11020 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/11023/task/11030/stat : 11030 (java) S 11020 11023 7329 0 -1 4202560 291 0 0 0 36 12 0 0 20 0 22 0 23335841 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040445569704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11031] ppid=11020 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/11023/task/11031/stat : 11031 (java) S 11020 11023 7329 0 -1 4202560 497 0 0 0 52 16 0 0 20 0 22 0 23335841 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040444517160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11032] ppid=11020 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/11023/task/11032/stat : 11032 (java) S 11020 11023 7329 0 -1 4202560 358 0 0 0 46 15 0 0 20 0 22 0 23335841 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040443464616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11033] ppid=11020 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/11023/task/11033/stat : 11033 (java) S 11020 11023 7329 0 -1 4202560 454 0 0 0 45 13 0 0 20 0 22 0 23335841 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040442412072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11023/tid=11034] ppid=11020 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/11023/task/11034/stat : 11034 (java) S 11020 11023 7329 0 -1 4202560 1773 0 0 0 134 2 0 0 20 0 22 0 23335842 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040430000232 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11035] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11035/stat : 11035 (java) S 11020 11023 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23335843 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040311137400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11023/tid=11036] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11036/stat : 11036 (java) S 11020 11023 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23335843 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040310084744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11023/tid=11037] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11037/stat : 11037 (java) S 11020 11023 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335845 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040309033488 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11038] ppid=11020 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/11023/task/11038/stat : 11038 (java) S 11020 11023 7329 0 -1 4202560 11867 0 0 0 123 3 0 0 20 0 22 0 23335845 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040307980856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11039] ppid=11020 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/11023/task/11039/stat : 11039 (java) S 11020 11023 7329 0 -1 4202560 11900 0 0 0 159 2 0 0 20 0 22 0 23335845 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040306928312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11040] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11040/stat : 11040 (java) S 11020 11023 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23335845 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040305875960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11041] ppid=11020 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/11023/task/11041/stat : 11041 (java) S 11020 11023 7329 0 -1 4202560 51 0 0 0 12 18 0 0 20 0 22 0 23335845 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040304823624 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11023/tid=11042] ppid=11020 vsize=9824732 CPUtime=892.58 cores=1,3,5,7
/proc/11023/task/11042/stat : 11042 (java) R 11020 11023 7329 0 -1 4202560 422 0 0 0 89236 22 0 0 20 0 22 0 23335931 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040303758976 140040312142472 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11043] ppid=11020 vsize=9824732 CPUtime=892.75 cores=1,3,5,7
/proc/11023/task/11043/stat : 11043 (java) R 11020 11023 7329 0 -1 4202560 1281 0 0 0 89237 38 0 0 20 0 22 0 23335931 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040302713744 140040312062990 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11023/tid=11044] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11044/stat : 11044 (java) S 11020 11023 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23335939 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040301663272 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11023/tid=11045] ppid=11020 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11023/task/11045/stat : 11045 (java) S 11020 11023 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23335939 10060525568 805817 33554432000 1073741824 1073778376 140733924320064 140040300610728 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 898.753
CPU time (s): 1800.03
CPU user time (s): 1798.28
CPU system time (s): 1.75
CPU usage (%): 200.281
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.79
system time used= 2.20167
maximum resident set size= 3254584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34352
page faults= 1
swaps= 0
block input operations= 0
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21611
involuntary context switches= 16013

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.78212 second user time and 7.48486 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-18 03:21:39
IDJOB=4101162
IDBENCH=1708
IDSOLVER=2543
FILE ID=node135/4101162-1466212899
RUNJOBID= node135-1466206056-7346
PBS_JOBID= 19918142
Free space on /tmp= 71700 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-ganges.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101162-1466212899/watcher-4101162-1466212899 -o /tmp/evaluation-result-4101162-1466212899/solver-4101162-1466212899 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7346 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101162-1466212899.opb

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

MD5SUM BENCH= 7a90d6f729b5a7cbedbc2000a888cf36
RANDOM SEED=1681146782

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:        26618664 kB
Buffers:           45176 kB
Cached:           126300 kB
SwapCached:          704 kB
Active:          3735272 kB
Inactive:         123384 kB
Active(anon):    3687388 kB
Inactive(anon):     2028 kB
Active(file):      47884 kB
Inactive(file):   121356 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100412 kB
Dirty:              2424 kB
Writeback:             0 kB
AnonPages:       5398420 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             569132 kB
SReclaimable:      13236 kB
SUnreclaim:       555896 kB
KernelStack:        1832 kB
PageTables:        14720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6022004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3846144 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 node135 at 2016-06-18 03:36:38