Trace number 4115886

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.03 894.399

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round23-6.opb
MD5SUM216911be387cb053644e0ec26fd3f6f9
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4115886-1466941563.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
1.04/0.50	c ... done. Wall clock time 0.393s.
1.04/0.50	c declared #vars     4288
1.04/0.50	c #constraints  10784
1.04/0.50	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.04/0.50	c constraints type 
1.04/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.04/0.50	c org.sat4j.specs.Constr$1 => 888
1.04/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.04/0.50	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
1.04/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.04/0.50	c 10784 constraints processed.
1.04/0.50	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.04/0.50	c constraints type 
1.04/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.04/0.50	c org.sat4j.specs.Constr$1 => 888
1.04/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.04/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.04/0.50	c org.sat4j.pb.constraints.pb.UnitClausePB => 488
1.04/0.50	c 10784 constraints processed.
4.57/1.43	c cleaning 2498 clauses out of 4998 with flag 17581/5000
6.48/2.07	c cleaning 4213 clauses out of 8500 with flag 40301/11000
8.14/2.81	c cleaning 5630 clauses out of 11287 with flag 69400/18000
10.01/3.70	c cleaning 6825 clauses out of 13658 with flag 102368/26001
12.31/4.70	c cleaning 7894 clauses out of 15832 with flag 143161/35000
14.31/5.80	c cleaning 8958 clauses out of 17938 with flag 189690/45000
17.18/7.13	c cleaning 9986 clauses out of 19980 with flag 242694/56000
20.06/8.57	c cleaning 10980 clauses out of 21995 with flag 303079/68001
23.47/10.20	c cleaning 12000 clauses out of 24014 with flag 370370/81000
27.17/12.03	c cleaning 12988 clauses out of 26016 with flag 443679/95002
30.98/13.98	c cleaning 14013 clauses out of 28026 with flag 520487/110000
34.98/15.95	c cleaning 0 clauses out of 5000 with flag 0/5000
35.58/16.10	c cleaning 14974 clauses out of 30013 with flag 606600/126000
40.37/18.50	c cleaning 16007 clauses out of 32039 with flag 701421/143000
45.84/21.01	c cleaning 17001 clauses out of 34033 with flag 802761/161001
51.55/23.81	c cleaning 18001 clauses out of 36031 with flag 908605/180000
57.15/26.66	c cleaning 18944 clauses out of 38030 with flag 1023014/200000
63.37/29.73	c cleaning 20002 clauses out of 40086 with flag 1144139/221000
70.10/33.10	c cleaning 21019 clauses out of 42084 with flag 1271351/243000
77.28/36.62	c cleaning 22013 clauses out of 44066 with flag 1403139/266001
85.15/40.56	c cleaning 23017 clauses out of 46053 with flag 1542049/290001
93.16/44.54	c cleaning 23972 clauses out of 48035 with flag 1689137/315000
101.85/48.83	c cleaning 25014 clauses out of 50063 with flag 1840829/341000
110.85/53.39	c cleaning 25996 clauses out of 52051 with flag 1998081/368002
120.74/58.27	c cleaning 27005 clauses out of 54053 with flag 2164446/396000
131.14/63.43	c cleaning 28000 clauses out of 56048 with flag 2336033/425000
142.02/68.89	c cleaning 28993 clauses out of 58049 with flag 2515102/455001
153.69/74.63	c cleaning 30000 clauses out of 60055 with flag 2699321/486000
165.38/80.45	c cleaning 31003 clauses out of 62055 with flag 2900143/518000
177.77/86.68	c cleaning 31990 clauses out of 64052 with flag 3100247/551000
191.43/93.43	c cleaning 33002 clauses out of 66062 with flag 3304019/585000
205.34/100.32	c cleaning 34005 clauses out of 68061 with flag 3517166/620001
220.44/107.81	c cleaning 34994 clauses out of 70055 with flag 3736331/656000
221.89/108.52	c cleaning 0 clauses out of 11000 with flag 0/11000
235.57/115.38	c cleaning 35944 clauses out of 72061 with flag 3959270/693000
251.87/123.88	c cleaning 37016 clauses out of 74117 with flag 4195028/731000
267.72/131.78	c cleaning 38038 clauses out of 76101 with flag 4439588/770000
284.57/140.14	c cleaning 39016 clauses out of 78063 with flag 4687771/810000
302.04/148.82	c cleaning 40011 clauses out of 80049 with flag 4941819/851002
320.49/158.06	c cleaning 41004 clauses out of 82040 with flag 5202155/893004
339.78/167.65	c cleaning 41990 clauses out of 84034 with flag 5470086/936002
360.24/177.71	c cleaning 42985 clauses out of 86042 with flag 5741240/980000
379.45/187.32	c cleaning 44015 clauses out of 88057 with flag 6020822/1025000
400.15/197.67	c cleaning 45014 clauses out of 90044 with flag 6303171/1071002
422.50/208.70	c cleaning 45969 clauses out of 92028 with flag 6593956/1118000
446.28/221.09	c cleaning 47011 clauses out of 94060 with flag 6890807/1166001
469.93/232.88	c cleaning 47995 clauses out of 96050 with flag 7195898/1215002
495.06/245.39	c cleaning 49001 clauses out of 98053 with flag 7502783/1265000
520.91/258.27	c cleaning 50022 clauses out of 100052 with flag 7818112/1316000
547.54/271.41	c cleaning 51006 clauses out of 102031 with flag 8139904/1368001
575.62/285.47	c cleaning 51983 clauses out of 104025 with flag 8464773/1421001
604.23/299.64	c cleaning 52970 clauses out of 106041 with flag 8799364/1475000
633.68/314.26	c cleaning 53995 clauses out of 108073 with flag 9139494/1530002
664.34/329.48	c cleaning 55003 clauses out of 110076 with flag 9487398/1586000
696.05/345.17	c cleaning 55975 clauses out of 112074 with flag 9842177/1643001
728.86/361.48	c cleaning 57036 clauses out of 114098 with flag 10196190/1701000
762.80/378.29	c cleaning 58010 clauses out of 116062 with flag 10557821/1760000
797.90/395.62	c cleaning 59026 clauses out of 118052 with flag 10927714/1820000
833.30/413.16	c cleaning 59973 clauses out of 120026 with flag 11300272/1881000
870.08/431.47	c cleaning 60991 clauses out of 122053 with flag 11684427/1943000
875.29/434.00	c cleaning 0 clauses out of 18001 with flag 0/18001
908.24/450.46	c cleaning 62010 clauses out of 124062 with flag 12075802/2006000
946.82/469.60	c cleaning 63005 clauses out of 126052 with flag 12468982/2070000
986.11/489.19	c cleaning 63937 clauses out of 128047 with flag 12868586/2135000
1026.78/509.38	c cleaning 65032 clauses out of 130110 with flag 13274666/2201000
1068.91/530.23	c cleaning 66022 clauses out of 132078 with flag 13686638/2268000
1112.37/551.71	c cleaning 67010 clauses out of 134056 with flag 14103563/2336000
1157.44/574.16	c cleaning 67989 clauses out of 136048 with flag 14525853/2405002
1203.18/596.80	c cleaning 69020 clauses out of 138057 with flag 14949760/2475000
1250.20/620.22	c cleaning 69992 clauses out of 140037 with flag 15387948/2546000
1297.99/643.92	c cleaning 70989 clauses out of 142045 with flag 15827300/2618000
1346.71/668.11	c cleaning 71969 clauses out of 144056 with flag 16271842/2691000
1399.67/695.39	c cleaning 73029 clauses out of 146087 with flag 16724780/2765000
1451.45/721.14	c cleaning 73992 clauses out of 148058 with flag 17184073/2840000
1505.19/747.83	c cleaning 75022 clauses out of 150066 with flag 17652243/2916000
1560.02/775.06	c cleaning 76007 clauses out of 152044 with flag 18127794/2993000
1615.51/802.62	c cleaning 76953 clauses out of 154038 with flag 18611481/3071001
1672.41/830.94	c cleaning 78014 clauses out of 156087 with flag 19098986/3150003
1729.74/859.43	c cleaning 79001 clauses out of 158070 with flag 19595470/3230000
1789.70/889.21	c cleaning 80008 clauses out of 160069 with flag 20093799/3311000
1800.03/894.31	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/894.31	c starts		: 24162
1800.03/894.31	c conflicts		: 3329257
1800.03/894.31	c decisions		: 30351106
1800.03/894.31	c propagations		: 445075434
1800.03/894.31	c inspects		: 8985068778
1800.03/894.31	c shortcuts		: 0
1800.03/894.31	c learnt literals	: 2
1800.03/894.31	c learnt binary clauses	: 43
1800.03/894.31	c learnt ternary clauses	: 652
1800.03/894.31	c learnt constraints	: 3329255
1800.03/894.31	c ignored constraints	: 0
1800.03/894.31	c root simplifications	: 0
1800.03/894.31	c removed literals (reason simplification)	: 2560206
1800.03/894.31	c reason swapping (by a shorter reason)	: 0
1800.03/894.31	c Calls to reduceDB	: 77
1800.03/894.31	c Number of update (reduction) of LBD	: 718117
1800.03/894.31	c Imported unit clauses	: 0
1800.03/894.31	c number of reductions to clauses (during analyze)	: 0
1800.03/894.31	c number of learned constraints concerned by reduction	: 0
1800.03/894.31	c number of learning phase by resolution	: 0
1800.03/894.31	c number of learning phase by cutting planes	: 0
1800.03/894.31	c speed (assignments/second)	: 497959.1988802852
1800.03/894.31	c non guided choices	16492
1800.03/894.35	c learnt constraints type 
1800.03/894.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 43
1800.03/894.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 98275
1800.03/894.35	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/894.35	c starts		: 51
1800.03/894.35	c conflicts		: 23154
1800.03/894.35	c decisions		: 84013
1800.03/894.35	c propagations		: 2785442
1800.03/894.35	c inspects		: 856765122
1800.03/894.35	c shortcuts		: 0
1800.03/894.35	c learnt literals	: 0
1800.03/894.35	c learnt binary clauses	: 0
1800.03/894.35	c learnt ternary clauses	: 0
1800.03/894.35	c learnt constraints	: 23153
1800.03/894.35	c ignored constraints	: 0
1800.03/894.35	c root simplifications	: 0
1800.03/894.35	c removed literals (reason simplification)	: 0
1800.03/894.35	c reason swapping (by a shorter reason)	: 0
1800.03/894.35	c Calls to reduceDB	: 3
1800.03/894.35	c Number of update (reduction) of LBD	: 0
1800.03/894.35	c Imported unit clauses	: 0
1800.03/894.35	c number of reductions to clauses (during analyze)	: 0
1800.03/894.35	c number of learned constraints concerned by reduction	: 0
1800.03/894.35	c number of learning phase by resolution	: 0
1800.03/894.35	c number of learning phase by cutting planes	: 0
1800.03/894.35	c speed (assignments/second)	: 3116.2611694921134
1800.03/894.35	c non guided choices	305
1800.03/894.38	c learnt constraints type 
1800.03/894.38	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 38
1800.03/894.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23115
1800.03/894.38	s UNKNOWN
1800.03/894.38	c Total wall clock time (in seconds): 894.274

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-4115886-1466941563/watcher-4115886-1466941563 -o /tmp/evaluation-result-4115886-1466941563/solver-4115886-1466941563 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20070 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4115886-1466941563.opb 

pid=20429
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.13 4.21 3.86 4/193 20432
/proc/meminfo: memFree=31251408/32872528 swapFree=681168/738400
[pid=20432] ppid=20429 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/20432/stat : 20432 (java) S 20429 20432 20053 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 27195843 98570240 978 33554432000 1073741824 1073778376 140734888304848 140734888295984 213869690941 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20432/statm: 24065 978 744 9 0 16771 0
[pid=20432/tid=20433] ppid=20429 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20433/stat : 20433 (java) R 20429 20432 20053 0 -1 4202560 132 0 0 0 0 0 0 0 20 0 2 0 27195844 98578432 980 33554432000 1073741824 1073778376 140734888304848 140703161716264 213869721054 0 0 0 7368 0 0 0 -1 1 0 0 0 0 0

[startup+0.100096 s]
/proc/loadavg: 4.13 4.21 3.86 4/193 20432
/proc/meminfo: memFree=31251408/32872528 swapFree=681168/738400
[pid=20432] ppid=20429 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/20432/stat : 20432 (java) S 20429 20432 20053 0 -1 4202496 4503 0 1 0 10 1 0 0 20 0 18 0 27195843 9787879424 6123 33554432000 1073741824 1073778376 140734888304848 140734888295984 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20432/statm: 2389619 6125 2158 9 0 2380296 0
[pid=20432/tid=20433] ppid=20429 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/20432/task/20433/stat : 20433 (java) R 20429 20432 20053 0 -1 4202560 2389 0 1 0 7 0 0 0 20 0 18 0 27195844 9787879424 6125 33554432000 1073741824 1073778376 140734888304848 140703161720952 140703011280327 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200337 s]
/proc/loadavg: 4.13 4.21 3.86 4/193 20432
/proc/meminfo: memFree=31251408/32872528 swapFree=681168/738400
[pid=20432] ppid=20429 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/20432/stat : 20432 (java) S 20429 20432 20053 0 -1 4202496 4724 0 1 0 25 1 0 0 20 0 18 0 27195843 9787879424 6790 33554432000 1073741824 1073778376 140734888304848 140734888295984 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20432/statm: 2389619 6790 2214 9 0 2380296 0
[pid=20432/tid=20433] ppid=20429 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/20432/task/20433/stat : 20433 (java) R 20429 20432 20053 0 -1 4202560 2401 0 1 0 18 0 0 0 20 0 18 0 27195844 9787879424 6790 33554432000 1073741824 1073778376 140734888304848 140703161720952 140703011272910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300335 s]
/proc/loadavg: 4.13 4.21 3.86 4/193 20432
/proc/meminfo: memFree=31251408/32872528 swapFree=681168/738400
[pid=20432] ppid=20429 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/20432/stat : 20432 (java) S 20429 20432 20053 0 -1 4202496 6029 0 1 0 49 1 0 0 20 0 18 0 27195843 9787879424 8909 33554432000 1073741824 1073778376 140734888304848 140734888295984 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20432/statm: 2389619 8909 2234 9 0 2380296 0
[pid=20432/tid=20433] ppid=20429 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/20432/task/20433/stat : 20433 (java) R 20429 20432 20053 0 -1 4202560 2404 0 1 0 27 0 0 0 20 0 18 0 27195844 9787879424 8909 33554432000 1073741824 1073778376 140734888304848 140703161712544 140703011632859 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.70024 s]
/proc/loadavg: 4.13 4.21 3.86 4/193 20432
/proc/meminfo: memFree=31251408/32872528 swapFree=681168/738400
[pid=20432] ppid=20429 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/20432/stat : 20432 (java) S 20429 20432 20053 0 -1 4202496 13254 0 1 0 174 3 0 0 20 0 22 0 27195843 10060525568 23794 33554432000 1073741824 1073778376 140734888304848 140734888295984 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20432/statm: 2456183 23794 2266 9 0 2446860 0
[pid=20432/tid=20433] ppid=20429 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/20432/task/20433/stat : 20433 (java) S 20429 20432 20053 0 -1 4202560 2485 0 1 0 47 1 0 0 20 0 22 0 27195844 10060525568 23794 33554432000 1073741824 1073778376 140734888304848 140703161721720 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.44 4.28 3.88 9/219 20458
/proc/meminfo: memFree=30957960/32872528 swapFree=681168/738400
[pid=20432] ppid=20429 vsize=9824732 CPUtime=4.96 cores=1,3,5,7
/proc/20432/stat : 20432 (java) S 20429 20432 20053 0 -1 4202496 24993 0 1 0 489 7 0 0 20 0 22 0 27195843 10060525568 49368 33554432000 1073741824 1073778376 140734888304848 140734888295984 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20432/statm: 2456183 49368 2292 9 0 2446860 0
[pid=20432/tid=20433] ppid=20429 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/20432/task/20433/stat : 20433 (java) S 20429 20432 20053 0 -1 4202560 2485 0 1 0 47 1 0 0 20 0 22 0 27195844 10060525568 49368 33554432000 1073741824 1073778376 140734888304848 140703161721720 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20435] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20435/stat : 20435 (java) S 20429 20432 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27195844 10060525568 49368 33554432000 1073741824 1073778376 140734888304848 140703134174248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20432/tid=20436] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20436/stat : 20436 (java) S 20429 20432 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27195844 10060525568 49368 33554432000 1073741824 1073778376 140734888304848 140703133121448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20437] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20437/stat : 20437 (java) S 20429 20432 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27195844 10060525568 49368 33554432000 1073741824 1073778376 140734888304848 140703132068648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20438] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20438/stat : 20438 (java) S 20429 20432 20053 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 27195844 10060525568 49368 33554432000 1073741824 1073778376 140734888304848 140703131015848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20439] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20439/stat : 20439 (java) S 20429 20432 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27195844 10060525568 49368 33554432000 1073741824 1073778376 140734888304848 140703129963048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20440] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20440/stat : 20440 (java) S 20429 20432 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27195844 10060525568 49368 33554432000 1073741824 1073778376 140734888304848 140703000209832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20432/tid=20441] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20441/stat : 20441 (java) S 20429 20432 20053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27195844 10060525568 49368 33554432000 1073741824 1073778376 140734888304848 140702999157032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20442] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20442/stat : 20442 (java) S 20429 20432 20053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27195844 10060525568 49368 33554432000 1073741824 1073778376 140734888304848 140702998104232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20443] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20443/stat : 20443 (java) S 20429 20432 20053 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27195845 10060525568 49368 33554432000 1073741824 1073778376 140734888304848 140702515157992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20432/tid=20444] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20444/stat : 20444 (java) S 20429 20432 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27195846 10060525568 49368 33554432000 1073741824 1073778376 140734888304848 140702514104056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20445] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20445/stat : 20445 (java) S 20429 20432 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27195846 10060525568 49368 33554432000 1073741824 1073778376 140734888304848 140702513051144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20446] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20446/stat : 20446 (java) S 20429 20432 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27195848 10060525568 49368 33554432000 1073741824 1073778376 140734888304848 140702511999632 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20432/tid=20447] ppid=20429 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/20432/task/20447/stat : 20447 (java) R 20429 20432 20053 0 -1 4202560 11237 0 0 0 119 2 0 0 20 0 22 0 27195848 10060525568 49368 33554432000 1073741824 1073778376 140734888304848 140702510934144 140703167681334 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20432/tid=20448] ppid=20429 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/20432/task/20448/stat : 20448 (java) S 20429 20432 20053 0 -1 4202560 9797 0 0 0 121 2 0 0 20 0 22 0 27195848 10060525568 49368 33554432000 1073741824 1073778376 140734888304848 140702509893944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20449] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20449/stat : 20449 (java) S 20429 20432 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27195848 10060525568 49368 33554432000 1073741824 1073778376 140734888304848 140702508841336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20432/tid=20450] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20450/stat : 20450 (java) S 20429 20432 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27195848 10060525568 49368 33554432000 1073741824 1073778376 140734888304848 140702507788744 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20432/tid=20455] ppid=20429 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/20432/task/20455/stat : 20455 (java) R 20429 20432 20053 0 -1 4202560 17 0 0 0 94 0 0 0 20 0 22 0 27195894 10060525568 49368 33554432000 1073741824 1073778376 140734888304848 140702506725920 140703012260829 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20456] ppid=20429 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/20432/task/20456/stat : 20456 (java) R 20429 20432 20053 0 -1 4202560 74 0 0 0 94 2 0 0 20 0 22 0 27195894 10060525568 49368 33554432000 1073741824 1073778376 140734888304848 140702505680952 140703011949852 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20432/tid=20457] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20457/stat : 20457 (java) S 20429 20432 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27195895 10060525568 49368 33554432000 1073741824 1073778376 140734888304848 140702504629672 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20458] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20458/stat : 20458 (java) S 20429 20432 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27195895 10060525568 49368 33554432000 1073741824 1073778376 140734888304848 140702503576872 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 9824732

[startup+3.10097 s]
/proc/loadavg: 4.44 4.28 3.88 5/219 20458
/proc/meminfo: memFree=30667772/32872528 swapFree=681168/738400
[pid=20432] ppid=20429 vsize=9824732 CPUtime=8.8 cores=1,3,5,7
/proc/20432/stat : 20432 (java) S 20429 20432 20053 0 -1 4202496 26091 0 1 0 865 15 0 0 20 0 22 0 27195843 10060525568 91217 33554432000 1073741824 1073778376 140734888304848 140734888295984 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20432/statm: 2456183 91217 2292 9 0 2446860 0
[pid=20432/tid=20433] ppid=20429 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/20432/task/20433/stat : 20433 (java) S 20429 20432 20053 0 -1 4202560 2485 0 1 0 47 1 0 0 20 0 22 0 27195844 10060525568 91217 33554432000 1073741824 1073778376 140734888304848 140703161721720 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20435] ppid=20429 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20432/task/20435/stat : 20435 (java) S 20429 20432 20053 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 27195844 10060525568 91217 33554432000 1073741824 1073778376 140734888304848 140703134174248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20436] ppid=20429 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20432/task/20436/stat : 20436 (java) S 20429 20432 20053 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 27195844 10060525568 91217 33554432000 1073741824 1073778376 140734888304848 140703133121448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20437] ppid=20429 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20432/task/20437/stat : 20437 (java) S 20429 20432 20053 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 22 0 27195844 10060525568 91217 33554432000 1073741824 1073778376 140734888304848 140703132068648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20432/tid=20438] ppid=20429 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/20432/task/20438/stat : 20438 (java) S 20429 20432 20053 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 22 0 27195844 10060525568 91217 33554432000 1073741824 1073778376 140734888304848 140703131015848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20432/tid=20439] ppid=20429 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20432/task/20439/stat : 20439 (java) S 20429 20432 20053 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 27195844 10060525568 91217 33554432000 1073741824 1073778376 140734888304848 140703129963048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20440] ppid=20429 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20432/task/20440/stat : 20440 (java) S 20429 20432 20053 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 27195844 10060525568 91217 33554432000 1073741824 1073778376 140734888304848 140703000209832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20432/tid=20441] ppid=20429 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/20432/task/20441/stat : 20441 (java) S 20429 20432 20053 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 27195844 10060525568 91217 33554432000 1073741824 1073778376 140734888304848 140702999157032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20442] ppid=20429 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20432/task/20442/stat : 20442 (java) S 20429 20432 20053 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 27195844 10060525568 91217 33554432000 1073741824 1073778376 140734888304848 140702998104232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20443] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20443/stat : 20443 (java) S 20429 20432 20053 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 22 0 27195845 10060525568 91217 33554432000 1073741824 1073778376 140734888304848 140702515157992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20444] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20444/stat : 20444 (java) S 20429 20432 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27195846 10060525568 91217 33554432000 1073741824 1073778376 140734888304848 140702514104056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20445] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20445/stat : 20445 (java) S 20429 20432 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27195846 10060525568 91217 33554432000 1073741824 1073778376 140734888304848 140702513051144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20446] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20446/stat : 20446 (java) S 20429 20432 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27195848 10060525568 91217 33554432000 1073741824 1073778376 140734888304848 140702511999632 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20432/tid=20447] ppid=20429 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/20432/task/20447/stat : 20447 (java) S 20429 20432 20053 0 -1 4202560 12043 0 0 0 161 2 0 0 20 0 22 0 27195848 10060525568 91217 33554432000 1073741824 1073778376 140734888304848 140702510946744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20448] ppid=20429 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/20432/task/20448/stat : 20448 (java) S 20429 20432 20053 0 -1 4202560 9803 0 0 0 135 2 0 0 20 0 22 0 27195848 10060525568 91217 33554432000 1073741824 1073778376 140734888304848 140702509893944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20432/tid=20449] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20449/stat : 20449 (java) S 20429 20432 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27195848 10060525568 91217 33554432000 1073741824 1073778376 140734888304848 140702508841336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20432/tid=20450] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20450/stat : 20450 (java) S 20429 20432 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27195848 10060525568 91217 33554432000 1073741824 1073778376 140734888304848 140702507788744 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20455] ppid=20429 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/20432/task/20455/stat : 20455 (java) R 20429 20432 20053 0 -1 4202560 21 0 0 0 245 0 0 0 20 0 22 0 27195894 10060525568 91217 33554432000 1073741824 1073778376 140734888304848 140702506734936 140703012013579 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20432/tid=20456] ppid=20429 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/20432/task/20456/stat : 20456 (java) R 20429 20432 20053 0 -1 4202560 132 0 0 0 243 3 0 0 20 0 22 0 27195894 10060525568 91217 33554432000 1073741824 1073778376 140734888304848 140702505680784 140703011954127 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20457] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20457/stat : 20457 (java) S 20429 20432 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27195895 10060525568 91217 33554432000 1073741824 1073778376 140734888304848 140702504629672 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20458] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20458/stat : 20458 (java) S 20429 20432 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27195895 10060525568 91217 33554432000 1073741824 1073778376 140734888304848 140702503576872 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.8
Current children cumulated vsize (KiB) 9824732

[startup+6.30103 s]
/proc/loadavg: 4.44 4.28 3.88 5/219 20458
/proc/meminfo: memFree=30022644/32872528 swapFree=681168/738400
[pid=20432] ppid=20429 vsize=9824732 CPUtime=15.58 cores=1,3,5,7
/proc/20432/stat : 20432 (java) S 20429 20432 20053 0 -1 4202496 30664 0 1 0 1533 25 0 0 20 0 22 0 27195843 10060525568 164001 33554432000 1073741824 1073778376 140734888304848 140734888295984 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20432/statm: 2456183 164001 2292 9 0 2446860 0
[pid=20432/tid=20433] ppid=20429 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/20432/task/20433/stat : 20433 (java) S 20429 20432 20053 0 -1 4202560 2485 0 1 0 47 1 0 0 20 0 22 0 27195844 10060525568 164001 33554432000 1073741824 1073778376 140734888304848 140703161721720 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20435] ppid=20429 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/20432/task/20435/stat : 20435 (java) S 20429 20432 20053 0 -1 4202560 176 0 0 0 7 2 0 0 20 0 22 0 27195844 10060525568 164001 33554432000 1073741824 1073778376 140734888304848 140703134174248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20436] ppid=20429 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/20432/task/20436/stat : 20436 (java) S 20429 20432 20053 0 -1 4202560 126 0 0 0 3 2 0 0 20 0 22 0 27195844 10060525568 164001 33554432000 1073741824 1073778376 140734888304848 140703133121448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20437] ppid=20429 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20432/task/20437/stat : 20437 (java) S 20429 20432 20053 0 -1 4202560 177 0 0 0 4 2 0 0 20 0 22 0 27195844 10060525568 164001 33554432000 1073741824 1073778376 140734888304848 140703132068648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20438] ppid=20429 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/20432/task/20438/stat : 20438 (java) S 20429 20432 20053 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 22 0 27195844 10060525568 164001 33554432000 1073741824 1073778376 140734888304848 140703131015848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20439] ppid=20429 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20432/task/20439/stat : 20439 (java) S 20429 20432 20053 0 -1 4202560 155 0 0 0 3 1 0 0 20 0 22 0 27195844 10060525568 164001 33554432000 1073741824 1073778376 140734888304848 140703129963048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20440] ppid=20429 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/20432/task/20440/stat : 20440 (java) S 20429 20432 20053 0 -1 4202560 34 0 0 0 5 2 0 0 20 0 22 0 27195844 10060525568 164001 33554432000 1073741824 1073778376 140734888304848 140703000209832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20441] ppid=20429 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20432/task/20441/stat : 20441 (java) S 20429 20432 20053 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 22 0 27195844 10060525568 164001 33554432000 1073741824 1073778376 140734888304848 140702999157032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20442] ppid=20429 vsize=9824732 CPUtime=0.04 cores=1,3,5,7

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

[pid=20432/tid=20438] ppid=20429 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/20432/task/20438/stat : 20438 (java) S 20429 20432 20053 0 -1 4202560 695 0 0 0 291 17 0 0 20 0 22 0 27195844 10060525568 921896 33554432000 1073741824 1073778376 140734888304848 140703131015848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20439] ppid=20429 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/20432/task/20439/stat : 20439 (java) S 20429 20432 20053 0 -1 4202560 646 0 0 0 264 16 0 0 20 0 22 0 27195844 10060525568 921896 33554432000 1073741824 1073778376 140734888304848 140703129963048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20440] ppid=20429 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/20432/task/20440/stat : 20440 (java) S 20429 20432 20053 0 -1 4202560 545 0 0 0 274 17 0 0 20 0 22 0 27195844 10060525568 921896 33554432000 1073741824 1073778376 140734888304848 140703000209832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20441] ppid=20429 vsize=9824732 CPUtime=3.36 cores=1,3,5,7
/proc/20432/task/20441/stat : 20441 (java) S 20429 20432 20053 0 -1 4202560 685 0 0 0 320 16 0 0 20 0 22 0 27195844 10060525568 921896 33554432000 1073741824 1073778376 140734888304848 140702999157032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20442] ppid=20429 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/20432/task/20442/stat : 20442 (java) S 20429 20432 20053 0 -1 4202560 681 0 0 0 294 15 0 0 20 0 22 0 27195844 10060525568 921896 33554432000 1073741824 1073778376 140734888304848 140702998104232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20443] ppid=20429 vsize=9824732 CPUtime=3.79 cores=1,3,5,7
/proc/20432/task/20443/stat : 20443 (java) S 20429 20432 20053 0 -1 4202560 2411 0 0 0 367 12 0 0 20 0 22 0 27195845 10060525568 921896 33554432000 1073741824 1073778376 140734888304848 140702515157992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20432/tid=20444] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20444/stat : 20444 (java) S 20429 20432 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27195846 10060525568 921896 33554432000 1073741824 1073778376 140734888304848 140702514104056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20445] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20445/stat : 20445 (java) S 20429 20432 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27195846 10060525568 921896 33554432000 1073741824 1073778376 140734888304848 140702513051144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20446] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20446/stat : 20446 (java) S 20429 20432 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27195848 10060525568 921896 33554432000 1073741824 1073778376 140734888304848 140702511999632 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20432/tid=20447] ppid=20429 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/20432/task/20447/stat : 20447 (java) S 20429 20432 20053 0 -1 4202560 15253 0 0 0 222 3 0 0 20 0 22 0 27195848 10060525568 921896 33554432000 1073741824 1073778376 140734888304848 140702510946744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20448] ppid=20429 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/20432/task/20448/stat : 20448 (java) S 20429 20432 20053 0 -1 4202560 13378 0 0 0 164 3 0 0 20 0 22 0 27195848 10060525568 921896 33554432000 1073741824 1073778376 140734888304848 140702509893944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20432/tid=20449] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20449/stat : 20449 (java) S 20429 20432 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27195848 10060525568 921896 33554432000 1073741824 1073778376 140734888304848 140702508841336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20432/tid=20450] ppid=20429 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/20432/task/20450/stat : 20450 (java) S 20429 20432 20053 0 -1 4202560 51 0 0 0 13 23 0 0 20 0 22 0 27195848 10060525568 921896 33554432000 1073741824 1073778376 140734888304848 140702507788744 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20455] ppid=20429 vsize=9824732 CPUtime=868.93 cores=1,3,5,7
/proc/20432/task/20455/stat : 20455 (java) R 20429 20432 20053 0 -1 4202560 89 0 0 0 86877 16 0 0 20 0 22 0 27195894 10060525568 921896 33554432000 1073741824 1073778376 140734888304848 140702506733680 140703011725389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20432/tid=20456] ppid=20429 vsize=9824732 CPUtime=868.85 cores=1,3,5,7
/proc/20432/task/20456/stat : 20456 (java) R 20429 20432 20053 0 -1 4202560 1731 0 0 0 86835 50 0 0 20 0 22 0 27195894 10060525568 921896 33554432000 1073741824 1073778376 140734888304848 140702505681920 140703012220497 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20432/tid=20457] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20457/stat : 20457 (java) S 20429 20432 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27195895 10060525568 921896 33554432000 1073741824 1073778376 140734888304848 140702504629672 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20458] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20458/stat : 20458 (java) S 20429 20432 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27195895 10060525568 921896 33554432000 1073741824 1073778376 140734888304848 140702503576872 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1775.91
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.301 s]
/proc/loadavg: 4.10 4.14 4.01 5/220 20481
/proc/meminfo: memFree=23922544/32872528 swapFree=681168/738400
[pid=20432] ppid=20429 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/20432/stat : 20432 (java) S 20429 20432 20053 0 -1 4202496 42274 0 1 0 179787 216 0 0 20 0 22 0 27195843 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140734888295984 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20432/statm: 2456183 924458 2301 9 0 2446860 0
[pid=20432/tid=20433] ppid=20429 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/20432/task/20433/stat : 20433 (java) S 20429 20432 20053 0 -1 4202560 2492 0 1 0 49 4 0 0 20 0 22 0 27195844 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140703161721720 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20435] ppid=20429 vsize=9824732 CPUtime=3.36 cores=1,3,5,7
/proc/20432/task/20435/stat : 20435 (java) S 20429 20432 20053 0 -1 4202560 709 0 0 0 318 18 0 0 20 0 22 0 27195844 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140703134174248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20432/tid=20436] ppid=20429 vsize=9824732 CPUtime=3.17 cores=1,3,5,7
/proc/20432/task/20436/stat : 20436 (java) S 20429 20432 20053 0 -1 4202560 771 0 0 0 301 16 0 0 20 0 22 0 27195844 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140703133121448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20432/tid=20437] ppid=20429 vsize=9824732 CPUtime=3.45 cores=1,3,5,7
/proc/20432/task/20437/stat : 20437 (java) S 20429 20432 20053 0 -1 4202560 860 0 0 0 326 19 0 0 20 0 22 0 27195844 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140703132068648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20438] ppid=20429 vsize=9824732 CPUtime=3.12 cores=1,3,5,7
/proc/20432/task/20438/stat : 20438 (java) S 20429 20432 20053 0 -1 4202560 696 0 0 0 295 17 0 0 20 0 22 0 27195844 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140703131015848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20439] ppid=20429 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/20432/task/20439/stat : 20439 (java) S 20429 20432 20053 0 -1 4202560 651 0 0 0 271 16 0 0 20 0 22 0 27195844 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140703129963048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20440] ppid=20429 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/20432/task/20440/stat : 20440 (java) S 20429 20432 20053 0 -1 4202560 545 0 0 0 276 17 0 0 20 0 22 0 27195844 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140703000209832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20432/tid=20441] ppid=20429 vsize=9824732 CPUtime=3.38 cores=1,3,5,7
/proc/20432/task/20441/stat : 20441 (java) S 20429 20432 20053 0 -1 4202560 686 0 0 0 322 16 0 0 20 0 22 0 27195844 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702999157032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20442] ppid=20429 vsize=9824732 CPUtime=3.12 cores=1,3,5,7
/proc/20432/task/20442/stat : 20442 (java) S 20429 20432 20053 0 -1 4202560 682 0 0 0 297 15 0 0 20 0 22 0 27195844 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702998104232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20443] ppid=20429 vsize=9824732 CPUtime=3.8 cores=1,3,5,7
/proc/20432/task/20443/stat : 20443 (java) S 20429 20432 20053 0 -1 4202560 2413 0 0 0 367 13 0 0 20 0 22 0 27195845 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702515157992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20432/tid=20444] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20444/stat : 20444 (java) S 20429 20432 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27195846 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702514104056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20445] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20445/stat : 20445 (java) S 20429 20432 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27195846 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702513051144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20446] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20446/stat : 20446 (java) S 20429 20432 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27195848 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702511999632 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20432/tid=20447] ppid=20429 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/20432/task/20447/stat : 20447 (java) S 20429 20432 20053 0 -1 4202560 15253 0 0 0 222 3 0 0 20 0 22 0 27195848 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702510946744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20448] ppid=20429 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/20432/task/20448/stat : 20448 (java) S 20429 20432 20053 0 -1 4202560 13378 0 0 0 164 3 0 0 20 0 22 0 27195848 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702509893944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20432/tid=20449] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20449/stat : 20449 (java) S 20429 20432 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27195848 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702508841336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20432/tid=20450] ppid=20429 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/20432/task/20450/stat : 20450 (java) S 20429 20432 20053 0 -1 4202560 51 0 0 0 13 23 0 0 20 0 22 0 27195848 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702507788744 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20455] ppid=20429 vsize=9824732 CPUtime=880.83 cores=1,3,5,7
/proc/20432/task/20455/stat : 20455 (java) R 20429 20432 20053 0 -1 4202560 90 0 0 0 88067 16 0 0 20 0 22 0 27195894 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702506733680 140703012013282 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20432/tid=20456] ppid=20429 vsize=9824732 CPUtime=880.75 cores=1,3,5,7
/proc/20432/task/20456/stat : 20456 (java) R 20429 20432 20053 0 -1 4202560 1731 0 0 0 88025 50 0 0 20 0 22 0 27195894 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702505679888 140703012220497 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20457] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20457/stat : 20457 (java) S 20429 20432 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27195895 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702504629672 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20458] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20458/stat : 20458 (java) S 20429 20432 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27195895 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702503576872 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 20432 sig 9
??? kill -20432 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.301 s]
/proc/loadavg: 4.10 4.14 4.01 5/220 20481
/proc/meminfo: memFree=23922544/32872528 swapFree=681168/738400
[pid=20432] ppid=20429 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/20432/stat : 20432 (java) S 20429 20432 20053 0 -1 4202496 42274 0 1 0 179787 216 0 0 20 0 22 0 27195843 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140734888295984 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20432/statm: 2456183 924458 2301 9 0 2446860 0
[pid=20432/tid=20433] ppid=20429 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/20432/task/20433/stat : 20433 (java) S 20429 20432 20053 0 -1 4202560 2492 0 1 0 49 4 0 0 20 0 22 0 27195844 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140703161721720 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20435] ppid=20429 vsize=9824732 CPUtime=3.36 cores=1,3,5,7
/proc/20432/task/20435/stat : 20435 (java) S 20429 20432 20053 0 -1 4202560 709 0 0 0 318 18 0 0 20 0 22 0 27195844 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140703134174248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20432/tid=20436] ppid=20429 vsize=9824732 CPUtime=3.17 cores=1,3,5,7
/proc/20432/task/20436/stat : 20436 (java) S 20429 20432 20053 0 -1 4202560 771 0 0 0 301 16 0 0 20 0 22 0 27195844 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140703133121448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20432/tid=20437] ppid=20429 vsize=9824732 CPUtime=3.45 cores=1,3,5,7
/proc/20432/task/20437/stat : 20437 (java) S 20429 20432 20053 0 -1 4202560 860 0 0 0 326 19 0 0 20 0 22 0 27195844 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140703132068648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20438] ppid=20429 vsize=9824732 CPUtime=3.12 cores=1,3,5,7
/proc/20432/task/20438/stat : 20438 (java) S 20429 20432 20053 0 -1 4202560 696 0 0 0 295 17 0 0 20 0 22 0 27195844 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140703131015848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20439] ppid=20429 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/20432/task/20439/stat : 20439 (java) S 20429 20432 20053 0 -1 4202560 651 0 0 0 271 16 0 0 20 0 22 0 27195844 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140703129963048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20440] ppid=20429 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/20432/task/20440/stat : 20440 (java) S 20429 20432 20053 0 -1 4202560 545 0 0 0 276 17 0 0 20 0 22 0 27195844 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140703000209832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20432/tid=20441] ppid=20429 vsize=9824732 CPUtime=3.38 cores=1,3,5,7
/proc/20432/task/20441/stat : 20441 (java) S 20429 20432 20053 0 -1 4202560 686 0 0 0 322 16 0 0 20 0 22 0 27195844 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702999157032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20442] ppid=20429 vsize=9824732 CPUtime=3.12 cores=1,3,5,7
/proc/20432/task/20442/stat : 20442 (java) S 20429 20432 20053 0 -1 4202560 682 0 0 0 297 15 0 0 20 0 22 0 27195844 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702998104232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20443] ppid=20429 vsize=9824732 CPUtime=3.8 cores=1,3,5,7
/proc/20432/task/20443/stat : 20443 (java) S 20429 20432 20053 0 -1 4202560 2413 0 0 0 367 13 0 0 20 0 22 0 27195845 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702515157992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20432/tid=20444] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20444/stat : 20444 (java) S 20429 20432 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27195846 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702514104056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20445] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20445/stat : 20445 (java) S 20429 20432 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27195846 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702513051144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20446] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20446/stat : 20446 (java) S 20429 20432 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27195848 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702511999632 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20432/tid=20447] ppid=20429 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/20432/task/20447/stat : 20447 (java) S 20429 20432 20053 0 -1 4202560 15253 0 0 0 222 3 0 0 20 0 22 0 27195848 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702510946744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20448] ppid=20429 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/20432/task/20448/stat : 20448 (java) S 20429 20432 20053 0 -1 4202560 13378 0 0 0 164 3 0 0 20 0 22 0 27195848 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702509893944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20432/tid=20449] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20449/stat : 20449 (java) S 20429 20432 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27195848 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702508841336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20432/tid=20450] ppid=20429 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/20432/task/20450/stat : 20450 (java) S 20429 20432 20053 0 -1 4202560 51 0 0 0 13 23 0 0 20 0 22 0 27195848 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702507788744 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20455] ppid=20429 vsize=9824732 CPUtime=880.83 cores=1,3,5,7
/proc/20432/task/20455/stat : 20455 (java) R 20429 20432 20053 0 -1 4202560 90 0 0 0 88067 16 0 0 20 0 22 0 27195894 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702506733680 140703012013282 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20432/tid=20456] ppid=20429 vsize=9824732 CPUtime=880.75 cores=1,3,5,7
/proc/20432/task/20456/stat : 20456 (java) R 20429 20432 20053 0 -1 4202560 1731 0 0 0 88025 50 0 0 20 0 22 0 27195894 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702505679888 140703012220497 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20432/tid=20457] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20457/stat : 20457 (java) S 20429 20432 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27195895 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702504629672 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20432/tid=20458] ppid=20429 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20432/task/20458/stat : 20458 (java) S 20429 20432 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27195895 10060525568 924458 33554432000 1073741824 1073778376 140734888304848 140702503576872 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 20432 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=408360
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=621601
# CPU time returned by wait4() is 1796.03
# 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): 894.399
CPU time (s): 1800.03
CPU user time (s): 1797.87
CPU system time (s): 2.16
CPU usage (%): 201.256
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.41
system time used= 2.6216
maximum resident set size= 3697948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42308
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= 24211
involuntary context switches= 27427

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.82411 second user time and 7.51386 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-26 13:46:03
IDJOB=4115886
IDBENCH=109401
IDSOLVER=2543
FILE ID=node112/4115886-1466941563
RUNJOBID= node112-1466939767-20070
PBS_JOBID= 19976335
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size112-round23-6.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4115886-1466941563/watcher-4115886-1466941563 -o /tmp/evaluation-result-4115886-1466941563/solver-4115886-1466941563 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20070 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4115886-1466941563.opb

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

MD5SUM BENCH= 216911be387cb053644e0ec26fd3f6f9
RANDOM SEED=2141581941

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
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.56
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.959
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.959
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.56
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.959
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		: 2666.959
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:        31256776 kB
Buffers:            5040 kB
Cached:           145004 kB
SwapCached:         1712 kB
Active:            42116 kB
Inactive:         130560 kB
Active(anon):      22216 kB
Inactive(anon):     2540 kB
Active(file):      19900 kB
Inactive(file):   128020 kB
Unevictable:      738400 kB
Mlocked:          681168 kB
SwapTotal:      67108856 kB
SwapFree:       67098656 kB
Dirty:              2068 kB
Writeback:             0 kB
AnonPages:        841056 kB
Mapped:            15008 kB
Shmem:                 0 kB
Slab:             565128 kB
SReclaimable:       8776 kB
SUnreclaim:       556352 kB
KernelStack:        1632 kB
PageTables:         5760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1426136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71688 MiB
End job on node112 at 2016-06-26 14:00:58