Trace number 4100618

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.02 896.366

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-gfrd-pnc.opb
MD5SUM79ac545a8fcf117e4e23dd9b4f8255c5
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 variables27888
Total number of constraints874
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 constraints874
Minimum length of a constraint11
Maximum length of a constraint246
Number of terms in the objective function 27836
Biggest coefficient in the objective function 8308
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 546265
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 546265
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4100618-1466210632.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  objective function found
1.83/0.83	c ... done. Wall clock time 0.703s.
1.83/0.83	c declared #vars     27888
1.83/0.83	c #constraints  1422
1.83/0.83	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.83/0.83	c constraints type 
1.83/0.83	c org.sat4j.specs.Constr$1 => 16
1.83/0.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1406
1.83/0.83	c 1422 constraints processed.
1.83/0.83	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.83/0.83	c constraints type 
1.83/0.83	c org.sat4j.specs.Constr$1 => 16
1.83/0.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1406
1.83/0.83	c 1422 constraints processed.
1.83/0.83	c objective function length is 27836 literals
3.67/1.38	c cleaning 2501 clauses out of 5002 with flag 10340/5002
5.05/1.75	c cleaning 4243 clauses out of 8500 with flag 22787/11001
5.87/2.09	c cleaning 5620 clauses out of 11256 with flag 39865/18000
7.01/2.52	c cleaning 6814 clauses out of 13636 with flag 57636/26001
8.19/3.02	c cleaning 7902 clauses out of 15812 with flag 78406/35004
10.02/3.70	c cleaning 8943 clauses out of 17906 with flag 99227/45000
12.10/4.69	c cleaning 9975 clauses out of 19964 with flag 122199/56001
14.59/5.81	c cleaning 10984 clauses out of 21988 with flag 148491/68000
18.09/7.56	c cleaning 11997 clauses out of 24004 with flag 175665/81000
21.76/9.35	c cleaning 12995 clauses out of 26009 with flag 205911/95002
25.96/11.40	c cleaning 14001 clauses out of 28012 with flag 237385/110000
30.21/13.59	c cleaning 15003 clauses out of 30012 with flag 271132/126001
31.82/14.39	c cleaning 0 clauses out of 5000 with flag 0/5000
32.64/14.79	c cleaning 16003 clauses out of 32008 with flag 308274/143000
35.76/16.23	c cleaning 17001 clauses out of 34004 with flag 346348/161000
37.85/17.20	c cleaning 17992 clauses out of 36003 with flag 390524/180000
40.08/18.31	c cleaning 18995 clauses out of 38011 with flag 433516/200001
45.08/20.85	c cleaning 19997 clauses out of 40015 with flag 476728/221000
51.98/24.23	c cleaning 20995 clauses out of 42018 with flag 520991/243000
59.57/28.07	c cleaning 22003 clauses out of 44025 with flag 567451/266002
69.42/32.90	c cleaning 23000 clauses out of 46021 with flag 617635/290001
80.49/38.46	c cleaning 23997 clauses out of 48020 with flag 670028/315000
94.75/45.57	c cleaning 25003 clauses out of 50024 with flag 723476/341001
98.35/47.33	c cleaning 26002 clauses out of 52020 with flag 787155/368000
101.54/48.93	c cleaning 26992 clauses out of 54002 with flag 848317/396000
109.43/52.86	c cleaning 27998 clauses out of 56011 with flag 910709/425001
116.21/56.25	c cleaning 28999 clauses out of 58013 with flag 977819/455001
133.72/64.93	c cleaning 29999 clauses out of 60013 with flag 1043597/486000
134.51/65.34	c cleaning 0 clauses out of 11000 with flag 0/11000
151.97/74.08	c cleaning 30996 clauses out of 62014 with flag 1109066/518000
174.25/85.16	c cleaning 32001 clauses out of 64018 with flag 1176875/551000
196.55/96.25	c cleaning 33002 clauses out of 66017 with flag 1246685/585000
222.06/108.96	c cleaning 34004 clauses out of 68015 with flag 1319228/620000
254.18/124.95	c cleaning 34992 clauses out of 70012 with flag 1395233/656001
262.22/128.99	c cleaning 35989 clauses out of 72019 with flag 1481963/693000
268.50/132.04	c cleaning 36988 clauses out of 74008 with flag 1564674/731000
275.73/135.68	c cleaning 38000 clauses out of 76020 with flag 1656661/770000
282.99/139.20	c cleaning 39007 clauses out of 78020 with flag 1745360/810001
290.24/142.82	c cleaning 40001 clauses out of 80010 with flag 1843425/851000
298.87/147.16	c cleaning 40998 clauses out of 82006 with flag 1943772/893000
314.43/154.87	c cleaning 41994 clauses out of 84010 with flag 2054990/936002
325.80/160.85	c cleaning 42999 clauses out of 86012 with flag 2169609/980000
335.42/165.65	c cleaning 0 clauses out of 18002 with flag 0/18002
364.12/179.91	c cleaning 44004 clauses out of 88013 with flag 2261115/1025000
401.27/198.44	c cleaning 44997 clauses out of 90009 with flag 2354315/1071000
441.03/218.13	c cleaning 46003 clauses out of 92013 with flag 2450911/1118001
486.85/240.96	c cleaning 47002 clauses out of 94009 with flag 2548946/1166000
511.53/253.30	c cleaning 47991 clauses out of 96007 with flag 2652687/1215000
520.14/257.56	c cleaning 49000 clauses out of 98015 with flag 2764857/1265001
537.60/266.29	c cleaning 49995 clauses out of 100014 with flag 2889515/1316000
557.10/275.93	c cleaning 50998 clauses out of 102019 with flag 3040685/1368000
579.20/286.96	c cleaning 52003 clauses out of 104021 with flag 3191559/1421000
602.42/298.51	c cleaning 52999 clauses out of 106020 with flag 3337706/1475002
624.94/309.79	c cleaning 54003 clauses out of 108021 with flag 3484678/1530002
654.09/324.30	c cleaning 55003 clauses out of 110019 with flag 3663290/1586003
662.55/328.49	c cleaning 55997 clauses out of 112006 with flag 3797211/1643001
680.62/337.46	c cleaning 56984 clauses out of 113992 with flag 3927028/1701000
706.55/350.37	c cleaning 0 clauses out of 26000 with flag 0/26000
713.75/353.98	c cleaning 57995 clauses out of 116009 with flag 4076085/1760001
728.40/361.20	c cleaning 58998 clauses out of 118013 with flag 4244865/1820000
743.86/369.38	c cleaning 59999 clauses out of 120015 with flag 4397352/1881000
757.91/376.37	c cleaning 60996 clauses out of 122008 with flag 4548116/1943000
788.30/391.40	c cleaning 61995 clauses out of 124015 with flag 4701490/2006003
827.26/410.86	c cleaning 62998 clauses out of 126017 with flag 4856578/2070000
865.40/429.87	c cleaning 63998 clauses out of 128019 with flag 5031564/2135000
902.17/448.10	c cleaning 65003 clauses out of 130021 with flag 5218656/2201000
912.01/453.04	c cleaning 65997 clauses out of 132013 with flag 5390825/2268000
968.29/481.05	c cleaning 66999 clauses out of 134016 with flag 5560133/2336000
1007.68/500.65	c cleaning 67988 clauses out of 136015 with flag 5738039/2405000
1025.85/509.63	c cleaning 68997 clauses out of 138021 with flag 5914421/2475004
1051.66/523.07	c cleaning 70000 clauses out of 140020 with flag 6092531/2546000
1067.92/531.10	c cleaning 70997 clauses out of 142019 with flag 6285149/2618000
1097.43/545.81	c cleaning 71996 clauses out of 144022 with flag 6504647/2691000
1138.99/566.55	c cleaning 73001 clauses out of 146026 with flag 6710910/2765000
1175.71/584.81	c cleaning 74001 clauses out of 148026 with flag 6934534/2840001
1180.31/587.15	c cleaning 0 clauses out of 35000 with flag 0/35000
1202.45/598.16	c cleaning 75004 clauses out of 150025 with flag 7167365/2916001
1221.15/607.42	c cleaning 76007 clauses out of 152015 with flag 7362518/2993002
1240.07/616.85	c cleaning 76978 clauses out of 153990 with flag 7585783/3071000
1261.96/627.71	c cleaning 78002 clauses out of 156016 with flag 7806322/3150004
1297.76/645.55	c cleaning 78989 clauses out of 158008 with flag 7992327/3230000
1358.85/675.98	c cleaning 79992 clauses out of 160019 with flag 8232993/3311000
1385.34/689.15	c cleaning 81004 clauses out of 162028 with flag 8415859/3393001
1441.19/716.95	c cleaning 82001 clauses out of 164018 with flag 8597895/3476000
1484.80/738.64	c cleaning 82999 clauses out of 166015 with flag 8776126/3560000
1507.29/749.80	c cleaning 83993 clauses out of 168007 with flag 9029734/3645002
1559.91/776.84	c cleaning 84996 clauses out of 170013 with flag 9354397/3731001
1601.05/797.34	c cleaning 86002 clauses out of 172016 with flag 9719965/3818000
1628.83/811.18	c cleaning 86995 clauses out of 174012 with flag 10036859/3906000
1644.11/818.76	c cleaning 88001 clauses out of 176015 with flag 10269220/3995001
1676.20/834.77	c cleaning 88997 clauses out of 178013 with flag 10501689/4085000
1707.17/850.11	c cleaning 89990 clauses out of 180017 with flag 10743321/4176001
1781.15/886.95	c cleaning 91005 clauses out of 182026 with flag 11069113/4268000
1797.02/894.85	c cleaning 92000 clauses out of 184019 with flag 11293142/4361002
1800.02/896.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/896.30	c starts		: 2318
1800.02/896.30	c conflicts		: 4375988
1800.02/896.30	c decisions		: 9676229
1800.02/896.30	c propagations		: 51767506
1800.02/896.30	c inspects		: 15067101405
1800.02/896.30	c shortcuts		: 0
1800.02/896.30	c learnt literals	: 166
1800.02/896.30	c learnt binary clauses	: 175
1800.02/896.30	c learnt ternary clauses	: 237
1800.02/896.30	c learnt constraints	: 4375822
1800.02/896.30	c ignored constraints	: 0
1800.02/896.30	c root simplifications	: 0
1800.02/896.30	c removed literals (reason simplification)	: 18864012
1800.02/896.30	c reason swapping (by a shorter reason)	: 0
1800.02/896.30	c Calls to reduceDB	: 89
1800.02/896.30	c Number of update (reduction) of LBD	: 330184
1800.02/896.30	c Imported unit clauses	: 0
1800.02/896.30	c number of reductions to clauses (during analyze)	: 0
1800.02/896.30	c number of learned constraints concerned by reduction	: 0
1800.02/896.30	c number of learning phase by resolution	: 0
1800.02/896.30	c number of learning phase by cutting planes	: 0
1800.02/896.30	c speed (assignments/second)	: 57814.11036024717
1800.02/896.30	c non guided choices	4176282
1800.02/896.33	c learnt constraints type 
1800.02/896.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 175
1800.02/896.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 106830
1800.02/896.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/896.33	c starts		: 66
1800.02/896.33	c conflicts		: 44451
1800.02/896.33	c decisions		: 77226
1800.02/896.33	c propagations		: 322182
1800.02/896.33	c inspects		: 876465109
1800.02/896.33	c shortcuts		: 0
1800.02/896.33	c learnt literals	: 0
1800.02/896.33	c learnt binary clauses	: 0
1800.02/896.33	c learnt ternary clauses	: 0
1800.02/896.33	c learnt constraints	: 44450
1800.02/896.33	c ignored constraints	: 0
1800.02/896.33	c root simplifications	: 0
1800.02/896.33	c removed literals (reason simplification)	: 0
1800.02/896.33	c reason swapping (by a shorter reason)	: 0
1800.02/896.33	c Calls to reduceDB	: 5
1800.02/896.33	c Number of update (reduction) of LBD	: 0
1800.02/896.33	c Imported unit clauses	: 0
1800.02/896.33	c number of reductions to clauses (during analyze)	: 0
1800.02/896.33	c number of learned constraints concerned by reduction	: 0
1800.02/896.33	c number of learning phase by resolution	: 0
1800.02/896.33	c number of learning phase by cutting planes	: 0
1800.02/896.33	c speed (assignments/second)	: 359.8046091512961
1800.02/896.33	c non guided choices	0
1800.02/896.35	c learnt constraints type 
1800.02/896.35	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 6696
1800.02/896.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37754
1800.02/896.35	s UNKNOWN
1800.02/896.35	c Total wall clock time (in seconds): 896.224

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

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

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


[startup+0 s]
/proc/loadavg: 4.05 4.13 4.09 4/197 3090
/proc/meminfo: memFree=28224412/32872528 swapFree=877056/942464
[pid=3090] ppid=3087 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/3090/stat : 3090 (java) R 3087 3090 1299 0 -1 4202496 645 0 0 0 0 0 0 0 20 0 1 0 23112178 23793664 295 33554432000 1073741824 1073778376 140736507095008 140736507084072 213183937089 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 5809 308 239 9 0 128 0

[startup+0.100134 s]
/proc/loadavg: 4.05 4.13 4.09 4/197 3090
/proc/meminfo: memFree=28224412/32872528 swapFree=877056/942464
[pid=3090] ppid=3087 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/3090/stat : 3090 (java) S 3087 3090 1299 0 -1 4202496 4420 0 1 0 8 1 0 0 20 0 18 0 23112178 9787879424 6043 33554432000 1073741824 1073778376 140736507095008 140736507086144 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 2389619 6043 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20027 s]
/proc/loadavg: 4.05 4.13 4.09 4/197 3090
/proc/meminfo: memFree=28224412/32872528 swapFree=877056/942464
[pid=3090] ppid=3087 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/3090/stat : 3090 (java) S 3087 3090 1299 0 -1 4202496 4999 0 1 0 26 1 0 0 20 0 18 0 23112178 9787879424 6950 33554432000 1073741824 1073778376 140736507095008 140736507086144 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 2389619 6950 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300275 s]
/proc/loadavg: 4.05 4.13 4.09 4/197 3090
/proc/meminfo: memFree=28224412/32872528 swapFree=877056/942464
[pid=3090] ppid=3087 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/3090/stat : 3090 (java) S 3087 3090 1299 0 -1 4202496 5431 0 1 0 45 1 0 0 20 0 18 0 23112178 9787879424 10746 33554432000 1073741824 1073778376 140736507095008 140736507086144 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 2389619 10746 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700185 s]
/proc/loadavg: 4.05 4.13 4.09 4/197 3090
/proc/meminfo: memFree=28224412/32872528 swapFree=877056/942464
[pid=3090] ppid=3087 vsize=9558476 CPUtime=1.62 cores=0,2,4,6
/proc/3090/stat : 3090 (java) S 3087 3090 1299 0 -1 4202496 20522 0 1 0 158 4 0 0 20 0 18 0 23112178 9787879424 31952 33554432000 1073741824 1073778376 140736507095008 140736507086144 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 2389619 31952 2256 9 0 2380296 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 4.05 4.13 4.09 8/219 3112
/proc/meminfo: memFree=28006540/32872528 swapFree=877056/942464
[pid=3090] ppid=3087 vsize=9824732 CPUtime=4.45 cores=0,2,4,6
/proc/3090/stat : 3090 (java) S 3087 3090 1299 0 -1 4202496 27246 0 1 0 435 10 0 0 20 0 22 0 23112178 10060525568 57785 33554432000 1073741824 1073778376 140736507095008 140736507086144 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 2456183 57785 2290 9 0 2446860 0
[pid=3090/tid=3092] ppid=3087 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (java) S 3087 3090 1299 0 -1 4202560 2469 0 1 0 77 3 0 0 20 0 22 0 23112179 10060525568 57785 33554432000 1073741824 1073778376 140736507095008 140071595971448 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3090/tid=3093] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3093/stat : 3093 (java) S 3087 3090 1299 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23112180 10060525568 57785 33554432000 1073741824 1073778376 140736507095008 140071568423720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3094] ppid=3087 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3090/task/3094/stat : 3094 (java) S 3087 3090 1299 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 23112180 10060525568 57785 33554432000 1073741824 1073778376 140736507095008 140071438690984 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3090/tid=3095] ppid=3087 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3090/task/3095/stat : 3095 (java) S 3087 3090 1299 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 23112180 10060525568 57785 33554432000 1073741824 1073778376 140736507095008 140071437638696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3090/tid=3096] ppid=3087 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3090/task/3096/stat : 3096 (java) S 3087 3090 1299 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 23112180 10060525568 57785 33554432000 1073741824 1073778376 140736507095008 140071436585896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3097] ppid=3087 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3090/task/3097/stat : 3097 (java) S 3087 3090 1299 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 23112180 10060525568 57785 33554432000 1073741824 1073778376 140736507095008 140071435532584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3090/tid=3098] ppid=3087 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3090/task/3098/stat : 3098 (java) S 3087 3090 1299 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 23112180 10060525568 57785 33554432000 1073741824 1073778376 140736507095008 140071434479784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3090/tid=3099] ppid=3087 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3090/task/3099/stat : 3099 (java) S 3087 3090 1299 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 23112180 10060525568 57785 33554432000 1073741824 1073778376 140736507095008 140071097330216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3090/tid=3100] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3100/stat : 3100 (java) S 3087 3090 1299 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 23112180 10060525568 57785 33554432000 1073741824 1073778376 140736507095008 140071096277416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3090/tid=3101] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3101/stat : 3101 (java) S 3087 3090 1299 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 23112181 10060525568 57785 33554432000 1073741824 1073778376 140736507095008 140071084079848 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3102] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3102/stat : 3102 (java) S 3087 3090 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23112182 10060525568 57785 33554432000 1073741824 1073778376 140736507095008 140071083025912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3103] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3103/stat : 3103 (java) S 3087 3090 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23112182 10060525568 57785 33554432000 1073741824 1073778376 140736507095008 140071081973512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3104] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3104/stat : 3104 (java) S 3087 3090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23112184 10060525568 57785 33554432000 1073741824 1073778376 140736507095008 140071080922000 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3105] ppid=3087 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/3090/task/3105/stat : 3105 (java) R 3087 3090 1299 0 -1 4202560 11425 0 0 0 111 1 0 0 20 0 22 0 23112184 10060525568 57785 33554432000 1073741824 1073778376 140736507095008 140071079846712 140071602945431 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3106] ppid=3087 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/3090/task/3106/stat : 3106 (java) R 3087 3090 1299 0 -1 4202560 11862 0 0 0 107 2 0 0 20 0 22 0 23112184 10060525568 57785 33554432000 1073741824 1073778376 140736507095008 140071078802776 140071598526505 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3107] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3107/stat : 3107 (java) S 3087 3090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23112184 10060525568 57785 33554432000 1073741824 1073778376 140736507095008 140071077763704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3108] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3108/stat : 3108 (java) S 3087 3090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23112184 10060525568 57785 33554432000 1073741824 1073778376 140736507095008 140071076711112 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3109] ppid=3087 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/3090/task/3109/stat : 3109 (java) R 3087 3090 1299 0 -1 4202560 25 0 0 0 60 0 0 0 20 0 22 0 23112261 10060525568 57785 33554432000 1073741824 1073778376 140736507095008 140071075654120 140071450668814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3090/tid=3110] ppid=3087 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/3090/task/3110/stat : 3110 (java) R 3087 3090 1299 0 -1 4202560 33 0 0 0 59 0 0 0 20 0 22 0 23112261 10060525568 57785 33554432000 1073741824 1073778376 140736507095008 140071074604208 140071450833914 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3090/tid=3111] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3111/stat : 3111 (java) S 3087 3090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23112267 10060525568 57785 33554432000 1073741824 1073778376 140736507095008 140071073552040 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3112] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3112/stat : 3112 (java) S 3087 3090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23112268 10060525568 57785 33554432000 1073741824 1073778376 140736507095008 140071072499240 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.05 4.13 4.09 5/219 3112
/proc/meminfo: memFree=27962480/32872528 swapFree=877056/942464
[pid=3090] ppid=3087 vsize=9824732 CPUtime=8.51 cores=0,2,4,6
/proc/3090/stat : 3090 (java) S 3087 3090 1299 0 -1 4202496 34246 0 1 0 828 23 0 0 20 0 22 0 23112178 10060525568 107119 33554432000 1073741824 1073778376 140736507095008 140736507086144 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 2456183 107119 2290 9 0 2446860 0
[pid=3090/tid=3092] ppid=3087 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (java) S 3087 3090 1299 0 -1 4202560 2469 0 1 0 77 3 0 0 20 0 22 0 23112179 10060525568 107119 33554432000 1073741824 1073778376 140736507095008 140071595971448 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3090/tid=3093] ppid=3087 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3090/task/3093/stat : 3093 (java) S 3087 3090 1299 0 -1 4202560 112 0 0 0 5 2 0 0 20 0 22 0 23112180 10060525568 107119 33554432000 1073741824 1073778376 140736507095008 140071568423720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3094] ppid=3087 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/3090/task/3094/stat : 3094 (java) S 3087 3090 1299 0 -1 4202560 121 0 0 0 6 2 0 0 20 0 22 0 23112180 10060525568 107119 33554432000 1073741824 1073778376 140736507095008 140071438690984 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3090/tid=3095] ppid=3087 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3090/task/3095/stat : 3095 (java) S 3087 3090 1299 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 22 0 23112180 10060525568 107119 33554432000 1073741824 1073778376 140736507095008 140071437638696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3096] ppid=3087 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3090/task/3096/stat : 3096 (java) S 3087 3090 1299 0 -1 4202560 47 0 0 0 4 1 0 0 20 0 22 0 23112180 10060525568 107119 33554432000 1073741824 1073778376 140736507095008 140071436585896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3097] ppid=3087 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3090/task/3097/stat : 3097 (java) S 3087 3090 1299 0 -1 4202560 110 0 0 0 5 0 0 0 20 0 22 0 23112180 10060525568 107119 33554432000 1073741824 1073778376 140736507095008 140071435532584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3090/tid=3098] ppid=3087 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3090/task/3098/stat : 3098 (java) S 3087 3090 1299 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 22 0 23112180 10060525568 107119 33554432000 1073741824 1073778376 140736507095008 140071434479784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3099] ppid=3087 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3090/task/3099/stat : 3099 (java) S 3087 3090 1299 0 -1 4202560 151 0 0 0 5 2 0 0 20 0 22 0 23112180 10060525568 107119 33554432000 1073741824 1073778376 140736507095008 140071097330216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3090/tid=3100] ppid=3087 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3090/task/3100/stat : 3100 (java) S 3087 3090 1299 0 -1 4202560 59 0 0 0 5 2 0 0 20 0 22 0 23112180 10060525568 107119 33554432000 1073741824 1073778376 140736507095008 140071096277416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3101] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3101/stat : 3101 (java) S 3087 3090 1299 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23112181 10060525568 107119 33554432000 1073741824 1073778376 140736507095008 140071084079848 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3102] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3102/stat : 3102 (java) S 3087 3090 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23112182 10060525568 107119 33554432000 1073741824 1073778376 140736507095008 140071083025912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3103] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3103/stat : 3103 (java) S 3087 3090 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23112182 10060525568 107119 33554432000 1073741824 1073778376 140736507095008 140071081973512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3104] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3104/stat : 3104 (java) S 3087 3090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23112184 10060525568 107119 33554432000 1073741824 1073778376 140736507095008 140071080922000 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3105] ppid=3087 vsize=9824732 CPUtime=1.41 cores=0,2,4,6
/proc/3090/task/3105/stat : 3105 (java) S 3087 3090 1299 0 -1 4202560 11426 0 0 0 139 2 0 0 20 0 22 0 23112184 10060525568 107119 33554432000 1073741824 1073778376 140736507095008 140071079868600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3106] ppid=3087 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/3090/task/3106/stat : 3106 (java) R 3087 3090 1299 0 -1 4202560 18112 0 0 0 145 2 0 0 20 0 22 0 23112184 10060525568 107119 33554432000 1073741824 1073778376 140736507095008 140071078793048 140071603715827 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3107] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3107/stat : 3107 (java) S 3087 3090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23112184 10060525568 107119 33554432000 1073741824 1073778376 140736507095008 140071077763704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3108] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3108/stat : 3108 (java) S 3087 3090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23112184 10060525568 107119 33554432000 1073741824 1073778376 140736507095008 140071076711112 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3109] ppid=3087 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/3090/task/3109/stat : 3109 (java) R 3087 3090 1299 0 -1 4202560 30 0 0 0 208 0 0 0 20 0 22 0 23112261 10060525568 107119 33554432000 1073741824 1073778376 140736507095008 140071075655368 140071450611412 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3090/tid=3110] ppid=3087 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/3090/task/3110/stat : 3110 (java) R 3087 3090 1299 0 -1 4202560 84 0 0 0 203 3 0 0 20 0 22 0 23112261 10060525568 107119 33554432000 1073741824 1073778376 140736507095008 140071074602432 140071450795773 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3111] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3111/stat : 3111 (java) S 3087 3090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23112267 10060525568 107119 33554432000 1073741824 1073778376 140736507095008 140071073552040 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3112] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3112/stat : 3112 (java) S 3087 3090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23112268 10060525568 107119 33554432000 1073741824 1073778376 140736507095008 140071072499240 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.51
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.05 4.13 4.09 5/219 3112
/proc/meminfo: memFree=27531588/32872528 swapFree=877056/942464
[pid=3090] ppid=3087 vsize=9824732 CPUtime=15.59 cores=0,2,4,6
/proc/3090/stat : 3090 (java) S 3087 3090 1299 0 -1 4202496 41176 0 1 0 1521 38 0 0 20 0 22 0 23112178 10060525568 238216 33554432000 1073741824 1073778376 140736507095008 140736507086144 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 2456183 238216 2290 9 0 2446860 0
[pid=3090/tid=3092] ppid=3087 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (java) S 3087 3090 1299 0 -1 4202560 2469 0 1 0 77 3 0 0 20 0 22 0 23112179 10060525568 238216 33554432000 1073741824 1073778376 140736507095008 140071595971448 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3090/tid=3093] ppid=3087 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/3090/task/3093/stat : 3093 (java) S 3087 3090 1299 0 -1 4202560 137 0 0 0 8 4 0 0 20 0 22 0 23112180 10060525568 238216 33554432000 1073741824 1073778376 140736507095008 140071568423720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3094] ppid=3087 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/3090/task/3094/stat : 3094 (java) S 3087 3090 1299 0 -1 4202560 134 0 0 0 9 3 0 0 20 0 22 0 23112180 10060525568 238216 33554432000 1073741824 1073778376 140736507095008 140071438690984 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3095] ppid=3087 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3090/task/3095/stat : 3095 (java) S 3087 3090 1299 0 -1 4202560 38 0 0 0 5 2 0 0 20 0 22 0 23112180 10060525568 238216 33554432000 1073741824 1073778376 140736507095008 140071437638696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3096] ppid=3087 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/3090/task/3096/stat : 3096 (java) S 3087 3090 1299 0 -1 4202560 73 0 0 0 8 3 0 0 20 0 22 0 23112180 10060525568 238216 33554432000 1073741824 1073778376 140736507095008 140071436585896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3097] ppid=3087 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/3090/task/3097/stat : 3097 (java) S 3087 3090 1299 0 -1 4202560 133 0 0 0 8 2 0 0 20 0 22 0 23112180 10060525568 238216 33554432000 1073741824 1073778376 140736507095008 140071435532584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3090/tid=3098] ppid=3087 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3090/task/3098/stat : 3098 (java) S 3087 3090 1299 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 22 0 23112180 10060525568 238216 33554432000 1073741824 1073778376 140736507095008 140071434479784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3090/tid=3099] ppid=3087 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/3090/task/3099/stat : 3099 (java) S 3087 3090 1299 0 -1 4202560 164 0 0 0 9 2 0 0 20 0 22 0 23112180 10060525568 238216 33554432000 1073741824 1073778376 140736507095008 140071097330216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3100] ppid=3087 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/3090/task/3100/stat : 3100 (java) S 3087 3090 1299 0 -1 4202560 75 0 0 0 8 3 0 0 20 0 22 0 23112180 10060525568 238216 33554432000 1073741824 1073778376 140736507095008 140071096277416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3101] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3101/stat : 3101 (java) S 3087 3090 1299 0 -1 4202560 462 0 0 0 0 0 0 0 20 0 22 0 23112181 10060525568 238216 33554432000 1073741824 1073778376 140736507095008 140071084079848 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3102] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3102/stat : 3102 (java) S 3087 3090 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23112182 10060525568 238216 33554432000 1073741824 1073778376 140736507095008 140071083025912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3103] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3103/stat : 3103 (java) S 3087 3090 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23112182 10060525568 238216 33554432000 1073741824 1073778376 140736507095008 140071081973512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3104] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3104/stat : 3104 (java) S 3087 3090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23112184 10060525568 238216 33554432000 1073741824 1073778376 140736507095008 140071080922000 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3105] ppid=3087 vsize=9824732 CPUtime=1.46 cores=0,2,4,6

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

/proc/3090/task/3095/stat : 3095 (java) S 3087 3090 1299 0 -1 4202560 465 0 0 0 223 10 0 0 20 0 22 0 23112180 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071437638696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3090/tid=3096] ppid=3087 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/3090/task/3096/stat : 3096 (java) S 3087 3090 1299 0 -1 4202560 588 0 0 0 255 12 0 0 20 0 22 0 23112180 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071436585896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3097] ppid=3087 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/3090/task/3097/stat : 3097 (java) S 3087 3090 1299 0 -1 4202560 581 0 0 0 239 13 0 0 20 0 22 0 23112180 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071435532584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3090/tid=3098] ppid=3087 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/3090/task/3098/stat : 3098 (java) S 3087 3090 1299 0 -1 4202560 461 0 0 0 218 12 0 0 20 0 22 0 23112180 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071434479784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3090/tid=3099] ppid=3087 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/3090/task/3099/stat : 3099 (java) S 3087 3090 1299 0 -1 4202560 704 0 0 0 252 12 0 0 20 0 22 0 23112180 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071097330216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3100] ppid=3087 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/3090/task/3100/stat : 3100 (java) S 3087 3090 1299 0 -1 4202560 463 0 0 0 218 12 0 0 20 0 22 0 23112180 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071096277416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3101] ppid=3087 vsize=9824732 CPUtime=4.39 cores=0,2,4,6
/proc/3090/task/3101/stat : 3101 (java) S 3087 3090 1299 0 -1 4202560 3232 0 0 0 427 12 0 0 20 0 22 0 23112181 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071084079848 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3102] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3102/stat : 3102 (java) S 3087 3090 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23112182 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071083025912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3103] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3103/stat : 3103 (java) S 3087 3090 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23112182 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071081973512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3104] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3104/stat : 3104 (java) S 3087 3090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23112184 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071080922000 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3105] ppid=3087 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/3090/task/3105/stat : 3105 (java) S 3087 3090 1299 0 -1 4202560 11427 0 0 0 146 2 0 0 20 0 22 0 23112184 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071079868600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3106] ppid=3087 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/3090/task/3106/stat : 3106 (java) S 3087 3090 1299 0 -1 4202560 24839 0 0 0 248 4 0 0 20 0 22 0 23112184 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071078815800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3107] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3107/stat : 3107 (java) S 3087 3090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23112184 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071077763704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3108] ppid=3087 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/3090/task/3108/stat : 3108 (java) S 3087 3090 1299 0 -1 4202560 49 0 0 0 13 16 0 0 20 0 22 0 23112184 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071076711112 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3109] ppid=3087 vsize=9824732 CPUtime=869.39 cores=0,2,4,6
/proc/3090/task/3109/stat : 3109 (java) R 3087 3090 1299 0 -1 4202560 97 0 0 0 86924 15 0 0 20 0 22 0 23112261 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071075656704 140071450636057 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3090/tid=3110] ppid=3087 vsize=9824732 CPUtime=869.41 cores=0,2,4,6
/proc/3090/task/3110/stat : 3110 (java) R 3087 3090 1299 0 -1 4202560 2220 0 0 0 86884 57 0 0 20 0 22 0 23112261 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071074602656 140071450198503 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3111] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3111/stat : 3111 (java) S 3087 3090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23112267 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071073552040 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3112] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3112/stat : 3112 (java) S 3087 3090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23112268 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071072499240 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1771.86
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.301 s]
/proc/loadavg: 4.25 4.16 4.10 5/219 3201
/proc/meminfo: memFree=24414700/32872528 swapFree=877056/942464
[pid=3090] ppid=3087 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/3090/stat : 3090 (java) S 3087 3090 1299 0 -1 4202496 49921 0 1 0 179824 178 0 0 20 0 22 0 23112178 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140736507086144 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 2456183 868856 2299 9 0 2446860 0
[pid=3090/tid=3092] ppid=3087 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (java) S 3087 3090 1299 0 -1 4202560 2474 0 1 0 80 4 0 0 20 0 22 0 23112179 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071595971448 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3090/tid=3093] ppid=3087 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/3090/task/3093/stat : 3093 (java) S 3087 3090 1299 0 -1 4202560 530 0 0 0 226 12 0 0 20 0 22 0 23112180 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071568423720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3094] ppid=3087 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/3090/task/3094/stat : 3094 (java) S 3087 3090 1299 0 -1 4202560 524 0 0 0 208 11 0 0 20 0 22 0 23112180 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071438690984 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3090/tid=3095] ppid=3087 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/3090/task/3095/stat : 3095 (java) S 3087 3090 1299 0 -1 4202560 465 0 0 0 230 10 0 0 20 0 22 0 23112180 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071437638696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3096] ppid=3087 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/3090/task/3096/stat : 3096 (java) S 3087 3090 1299 0 -1 4202560 588 0 0 0 258 12 0 0 20 0 22 0 23112180 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071436585896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3097] ppid=3087 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/3090/task/3097/stat : 3097 (java) S 3087 3090 1299 0 -1 4202560 581 0 0 0 243 13 0 0 20 0 22 0 23112180 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071435532584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3090/tid=3098] ppid=3087 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/3090/task/3098/stat : 3098 (java) S 3087 3090 1299 0 -1 4202560 461 0 0 0 224 12 0 0 20 0 22 0 23112180 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071434479784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3090/tid=3099] ppid=3087 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/3090/task/3099/stat : 3099 (java) S 3087 3090 1299 0 -1 4202560 704 0 0 0 256 12 0 0 20 0 22 0 23112180 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071097330216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3100] ppid=3087 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/3090/task/3100/stat : 3100 (java) S 3087 3090 1299 0 -1 4202560 463 0 0 0 225 12 0 0 20 0 22 0 23112180 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071096277416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3101] ppid=3087 vsize=9824732 CPUtime=4.39 cores=0,2,4,6
/proc/3090/task/3101/stat : 3101 (java) S 3087 3090 1299 0 -1 4202560 3232 0 0 0 427 12 0 0 20 0 22 0 23112181 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071084079848 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3102] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3102/stat : 3102 (java) S 3087 3090 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23112182 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071083025912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3103] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3103/stat : 3103 (java) S 3087 3090 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23112182 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071081973512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3104] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3104/stat : 3104 (java) S 3087 3090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23112184 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071080922000 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3105] ppid=3087 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/3090/task/3105/stat : 3105 (java) S 3087 3090 1299 0 -1 4202560 11427 0 0 0 146 2 0 0 20 0 22 0 23112184 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071079868600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3106] ppid=3087 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/3090/task/3106/stat : 3106 (java) S 3087 3090 1299 0 -1 4202560 24839 0 0 0 248 4 0 0 20 0 22 0 23112184 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071078815800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3107] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3107/stat : 3107 (java) S 3087 3090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23112184 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071077763704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3108] ppid=3087 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/3090/task/3108/stat : 3108 (java) S 3087 3090 1299 0 -1 4202560 49 0 0 0 14 16 0 0 20 0 22 0 23112184 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071076711112 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3109] ppid=3087 vsize=9824732 CPUtime=883.23 cores=0,2,4,6
/proc/3090/task/3109/stat : 3109 (java) R 3087 3090 1299 0 -1 4202560 98 0 0 0 88308 15 0 0 20 0 22 0 23112261 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071075647776 140071450636057 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3090/tid=3110] ppid=3087 vsize=9824732 CPUtime=883.24 cores=0,2,4,6
/proc/3090/task/3110/stat : 3110 (java) R 3087 3090 1299 0 -1 4202560 2221 0 0 0 88267 57 0 0 20 0 22 0 23112261 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071074601808 140071450540281 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3111] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3111/stat : 3111 (java) S 3087 3090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23112267 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071073552040 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3112] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3112/stat : 3112 (java) S 3087 3090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23112268 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071072499240 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 3090 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.301 s]
/proc/loadavg: 4.25 4.16 4.10 5/219 3201
/proc/meminfo: memFree=24414700/32872528 swapFree=877056/942464
[pid=3090] ppid=3087 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/3090/stat : 3090 (java) S 3087 3090 1299 0 -1 4202496 49921 0 1 0 179824 178 0 0 20 0 22 0 23112178 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140736507086144 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3090/statm: 2456183 868856 2299 9 0 2446860 0
[pid=3090/tid=3092] ppid=3087 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/3090/task/3092/stat : 3092 (java) S 3087 3090 1299 0 -1 4202560 2474 0 1 0 80 4 0 0 20 0 22 0 23112179 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071595971448 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3090/tid=3093] ppid=3087 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/3090/task/3093/stat : 3093 (java) S 3087 3090 1299 0 -1 4202560 530 0 0 0 226 12 0 0 20 0 22 0 23112180 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071568423720 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3094] ppid=3087 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/3090/task/3094/stat : 3094 (java) S 3087 3090 1299 0 -1 4202560 524 0 0 0 208 11 0 0 20 0 22 0 23112180 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071438690984 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3090/tid=3095] ppid=3087 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/3090/task/3095/stat : 3095 (java) S 3087 3090 1299 0 -1 4202560 465 0 0 0 230 10 0 0 20 0 22 0 23112180 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071437638696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3096] ppid=3087 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/3090/task/3096/stat : 3096 (java) S 3087 3090 1299 0 -1 4202560 588 0 0 0 258 12 0 0 20 0 22 0 23112180 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071436585896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3097] ppid=3087 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/3090/task/3097/stat : 3097 (java) S 3087 3090 1299 0 -1 4202560 581 0 0 0 243 13 0 0 20 0 22 0 23112180 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071435532584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3090/tid=3098] ppid=3087 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/3090/task/3098/stat : 3098 (java) S 3087 3090 1299 0 -1 4202560 461 0 0 0 224 12 0 0 20 0 22 0 23112180 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071434479784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3090/tid=3099] ppid=3087 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/3090/task/3099/stat : 3099 (java) S 3087 3090 1299 0 -1 4202560 704 0 0 0 256 12 0 0 20 0 22 0 23112180 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071097330216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3100] ppid=3087 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/3090/task/3100/stat : 3100 (java) S 3087 3090 1299 0 -1 4202560 463 0 0 0 225 12 0 0 20 0 22 0 23112180 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071096277416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3101] ppid=3087 vsize=9824732 CPUtime=4.39 cores=0,2,4,6
/proc/3090/task/3101/stat : 3101 (java) S 3087 3090 1299 0 -1 4202560 3232 0 0 0 427 12 0 0 20 0 22 0 23112181 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071084079848 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3102] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3102/stat : 3102 (java) S 3087 3090 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23112182 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071083025912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3103] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3103/stat : 3103 (java) S 3087 3090 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23112182 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071081973512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3104] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3104/stat : 3104 (java) S 3087 3090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23112184 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071080922000 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3105] ppid=3087 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/3090/task/3105/stat : 3105 (java) S 3087 3090 1299 0 -1 4202560 11427 0 0 0 146 2 0 0 20 0 22 0 23112184 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071079868600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3106] ppid=3087 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/3090/task/3106/stat : 3106 (java) S 3087 3090 1299 0 -1 4202560 24839 0 0 0 248 4 0 0 20 0 22 0 23112184 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071078815800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3107] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3107/stat : 3107 (java) S 3087 3090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23112184 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071077763704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3108] ppid=3087 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/3090/task/3108/stat : 3108 (java) S 3087 3090 1299 0 -1 4202560 49 0 0 0 14 16 0 0 20 0 22 0 23112184 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071076711112 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3109] ppid=3087 vsize=9824732 CPUtime=883.23 cores=0,2,4,6
/proc/3090/task/3109/stat : 3109 (java) R 3087 3090 1299 0 -1 4202560 98 0 0 0 88308 15 0 0 20 0 22 0 23112261 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071075647776 140071450636057 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3090/tid=3110] ppid=3087 vsize=9824732 CPUtime=883.24 cores=0,2,4,6
/proc/3090/task/3110/stat : 3110 (java) R 3087 3090 1299 0 -1 4202560 2221 0 0 0 88267 57 0 0 20 0 22 0 23112261 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071074601808 140071450540281 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3090/tid=3111] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3111/stat : 3111 (java) S 3087 3090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23112267 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071073552040 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3090/tid=3112] ppid=3087 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3090/task/3112/stat : 3112 (java) S 3087 3090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23112268 10060525568 868856 33554432000 1073741824 1073778376 140736507095008 140071072499240 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 896.366
CPU time (s): 1800.02
CPU user time (s): 1798.24
CPU system time (s): 1.78
CPU usage (%): 200.813
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.87
system time used= 2.21066
maximum resident set size= 3477088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49954
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25210
involuntary context switches= 38324

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.81412 second user time and 7.10192 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 02:43:53
IDJOB=4100618
IDBENCH=1640
IDSOLVER=2543
FILE ID=node113/4100618-1466210632
RUNJOBID= node113-1466206100-1315
PBS_JOBID= 19918163
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-gfrd-pnc.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100618-1466210632/watcher-4100618-1466210632 -o /tmp/evaluation-result-4100618-1466210632/solver-4100618-1466210632 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1315 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100618-1466210632.opb

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

MD5SUM BENCH= 79ac545a8fcf117e4e23dd9b4f8255c5
RANDOM SEED=421893378

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:        28224428 kB
Buffers:           41664 kB
Cached:            80136 kB
SwapCached:         1976 kB
Active:          2911984 kB
Inactive:          75240 kB
Active(anon):    2866680 kB
Inactive(anon):     1496 kB
Active(file):      45304 kB
Inactive(file):    73744 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098888 kB
Dirty:              1600 kB
Writeback:             0 kB
AnonPages:       3819584 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             567928 kB
SReclaimable:      11936 kB
SUnreclaim:       555992 kB
KernelStack:        1632 kB
PageTables:        11788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4064172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2887680 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= 71696 MiB
End job on node113 at 2016-06-18 02:58:49