Trace number 4117166

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.08 897.967

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round21-8.opb
MD5SUM1b6f62b17870a8adf22c8bb4b2e54837
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark177.323
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7888
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints832
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4117166-1466948466.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.71/0.47	c ... done. Wall clock time 0.351s.
0.71/0.47	c declared #vars     3968
0.71/0.47	c #constraints  9120
0.71/0.47	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.71/0.47	c constraints type 
0.71/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.71/0.47	c org.sat4j.specs.Constr$1 => 888
0.71/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.71/0.47	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
0.71/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.71/0.47	c 9120 constraints processed.
0.71/0.47	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.71/0.47	c constraints type 
0.71/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.71/0.47	c org.sat4j.specs.Constr$1 => 888
0.71/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5958
0.71/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1658
0.71/0.47	c org.sat4j.pb.constraints.pb.UnitClausePB => 488
0.71/0.47	c 9120 constraints processed.
4.45/1.48	c cleaning 2483 clauses out of 4998 with flag 15191/5000
6.06/2.10	c cleaning 4237 clauses out of 8515 with flag 37114/11000
7.55/2.86	c cleaning 5628 clauses out of 11278 with flag 63360/18000
9.73/3.77	c cleaning 6826 clauses out of 13651 with flag 96615/26001
12.03/4.83	c cleaning 7892 clauses out of 15825 with flag 136737/35001
14.23/5.99	c cleaning 8964 clauses out of 17932 with flag 185077/45000
17.09/7.35	c cleaning 9969 clauses out of 19968 with flag 240837/56000
20.10/8.87	c cleaning 10992 clauses out of 22001 with flag 303924/68002
23.78/10.60	c cleaning 11991 clauses out of 24009 with flag 372592/81002
27.69/12.58	c cleaning 12989 clauses out of 26016 with flag 448374/95000
32.09/14.71	c cleaning 14004 clauses out of 28028 with flag 533086/110001
36.89/17.10	c cleaning 15002 clauses out of 30025 with flag 625679/126002
42.02/19.68	c cleaning 15999 clauses out of 32021 with flag 723470/143000
47.42/22.37	c cleaning 17001 clauses out of 34023 with flag 828782/161001
51.17/24.19	c cleaning 0 clauses out of 5002 with flag 0/5002
54.14/25.33	c cleaning 18006 clauses out of 36022 with flag 940639/180001
60.32/28.44	c cleaning 18977 clauses out of 38016 with flag 1060541/200001
66.91/31.75	c cleaning 20004 clauses out of 40038 with flag 1188550/221000
74.27/35.39	c cleaning 21007 clauses out of 42035 with flag 1320461/243001
81.87/39.13	c cleaning 21975 clauses out of 44027 with flag 1463944/266000
90.35/43.30	c cleaning 23000 clauses out of 46052 with flag 1612933/290000
98.76/47.56	c cleaning 23995 clauses out of 48052 with flag 1768226/315000
108.08/52.17	c cleaning 25002 clauses out of 50057 with flag 1931091/341000
118.08/57.19	c cleaning 26012 clauses out of 52057 with flag 2102815/368002
128.40/62.28	c cleaning 27003 clauses out of 54043 with flag 2281593/396000
139.50/67.78	c cleaning 27999 clauses out of 56040 with flag 2466823/425000
151.29/73.61	c cleaning 29007 clauses out of 58041 with flag 2658673/455000
163.57/79.73	c cleaning 30001 clauses out of 60034 with flag 2855590/486000
176.64/86.26	c cleaning 30999 clauses out of 62033 with flag 3060504/518000
190.31/93.07	c cleaning 32007 clauses out of 64035 with flag 3271676/551001
204.60/100.19	c cleaning 32982 clauses out of 66027 with flag 3491330/585000
219.64/107.65	c cleaning 34004 clauses out of 68046 with flag 3720559/620001
236.40/116.32	c cleaning 34987 clauses out of 70042 with flag 3952770/656001
252.46/124.37	c cleaning 35986 clauses out of 72054 with flag 4191564/693000
269.49/132.82	c cleaning 37021 clauses out of 74069 with flag 4439689/731001
288.21/142.10	c cleaning 38004 clauses out of 76048 with flag 4695966/770001
307.12/151.53	c cleaning 39011 clauses out of 78043 with flag 4956885/810000
327.09/161.47	c cleaning 40002 clauses out of 80032 with flag 5227460/851000
347.81/171.79	c cleaning 40998 clauses out of 82030 with flag 5501247/893000
348.81/172.25	c cleaning 0 clauses out of 11001 with flag 0/11001
369.29/182.49	c cleaning 41999 clauses out of 84033 with flag 5789458/936001
391.82/193.61	c cleaning 43006 clauses out of 86033 with flag 6085156/980000
415.58/205.49	c cleaning 44008 clauses out of 88027 with flag 6386376/1025000
439.86/217.52	c cleaning 44983 clauses out of 90019 with flag 6690973/1071000
465.74/230.48	c cleaning 46003 clauses out of 92036 with flag 7007048/1118000
492.73/243.84	c cleaning 46983 clauses out of 94037 with flag 7325858/1166004
516.72/255.81	c cleaning 48010 clauses out of 96051 with flag 7653600/1215001
541.26/268.03	c cleaning 49005 clauses out of 98040 with flag 7987037/1265000
567.25/281.09	c cleaning 49997 clauses out of 100035 with flag 8327515/1316000
595.67/295.76	c cleaning 51016 clauses out of 102038 with flag 8676854/1368000
620.67/308.25	c cleaning 51997 clauses out of 104022 with flag 9032838/1421000
646.69/321.21	c cleaning 52977 clauses out of 106025 with flag 9393712/1475000
673.92/334.80	c cleaning 54018 clauses out of 108051 with flag 9761300/1530003
701.74/348.74	c cleaning 54992 clauses out of 110031 with flag 10131253/1586001
730.12/362.98	c cleaning 56006 clauses out of 112039 with flag 10512065/1643001
759.12/377.42	c cleaning 56989 clauses out of 114032 with flag 10900031/1701000
789.72/392.72	c cleaning 58016 clauses out of 116044 with flag 11295522/1760001
820.72/408.25	c cleaning 58989 clauses out of 118027 with flag 11696084/1820000
852.90/424.36	c cleaning 60014 clauses out of 120038 with flag 12101505/1881000
886.51/441.13	c cleaning 61001 clauses out of 122025 with flag 12518325/1943001
920.30/458.03	c cleaning 61993 clauses out of 124023 with flag 12941940/2006000
956.29/476.00	c cleaning 63007 clauses out of 126030 with flag 13373191/2070000
993.08/494.43	c cleaning 63996 clauses out of 128023 with flag 13808545/2135000
1030.47/513.18	c cleaning 64983 clauses out of 130027 with flag 14255253/2201000
1068.96/532.40	c cleaning 65995 clauses out of 132045 with flag 14707623/2268001
1108.77/552.23	c cleaning 67007 clauses out of 134049 with flag 15165506/2336000
1150.56/573.18	c cleaning 68022 clauses out of 136043 with flag 15629920/2405001
1195.34/595.55	c cleaning 68973 clauses out of 138021 with flag 16103042/2475001
1238.93/617.37	c cleaning 70008 clauses out of 140047 with flag 16585160/2546000
1283.93/639.84	c cleaning 71015 clauses out of 142040 with flag 17069799/2618001
1328.93/662.35	c cleaning 71984 clauses out of 144024 with flag 17560554/2691000
1374.92/685.34	c cleaning 73002 clauses out of 146040 with flag 18055308/2765000
1422.51/709.12	c cleaning 73999 clauses out of 148038 with flag 18567457/2840000
1470.90/733.30	c cleaning 75000 clauses out of 150039 with flag 19080849/2916000
1520.50/758.11	c cleaning 75982 clauses out of 152040 with flag 19603962/2993001
1572.29/784.06	c cleaning 76977 clauses out of 154057 with flag 20130579/3071000
1626.09/810.94	c cleaning 78030 clauses out of 156080 with flag 20663450/3150000
1681.29/838.59	c cleaning 79002 clauses out of 158051 with flag 21203133/3230001
1736.28/866.02	c cleaning 80005 clauses out of 160048 with flag 21750100/3311000
1792.08/893.91	c cleaning 81014 clauses out of 162044 with flag 22299540/3393001
1800.08/897.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/897.90	c starts		: 33857
1800.08/897.90	c conflicts		: 3408340
1800.08/897.90	c decisions		: 34893577
1800.08/897.90	c propagations		: 482597132
1800.08/897.90	c inspects		: 10874367882
1800.08/897.90	c shortcuts		: 0
1800.08/897.90	c learnt literals	: 2
1800.08/897.90	c learnt binary clauses	: 41
1800.08/897.90	c learnt ternary clauses	: 668
1800.08/897.90	c learnt constraints	: 3408338
1800.08/897.90	c ignored constraints	: 0
1800.08/897.90	c root simplifications	: 0
1800.08/897.90	c removed literals (reason simplification)	: 2691709
1800.08/897.90	c reason swapping (by a shorter reason)	: 0
1800.08/897.90	c Calls to reduceDB	: 78
1800.08/897.90	c Number of update (reduction) of LBD	: 716277
1800.08/897.90	c Imported unit clauses	: 0
1800.08/897.90	c number of reductions to clauses (during analyze)	: 0
1800.08/897.90	c number of learned constraints concerned by reduction	: 0
1800.08/897.90	c number of learning phase by resolution	: 0
1800.08/897.90	c number of learning phase by cutting planes	: 0
1800.08/897.90	c speed (assignments/second)	: 537761.2152183094
1800.08/897.90	c non guided choices	3364
1800.08/897.93	c learnt constraints type 
1800.08/897.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 41
1800.08/897.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 96328
1800.08/897.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/897.93	c starts		: 36
1800.08/897.93	c conflicts		: 12617
1800.08/897.93	c decisions		: 55793
1800.08/897.93	c propagations		: 1589963
1800.08/897.93	c inspects		: 276167614
1800.08/897.93	c shortcuts		: 0
1800.08/897.93	c learnt literals	: 0
1800.08/897.93	c learnt binary clauses	: 0
1800.08/897.93	c learnt ternary clauses	: 0
1800.08/897.93	c learnt constraints	: 12616
1800.08/897.93	c ignored constraints	: 0
1800.08/897.93	c root simplifications	: 0
1800.08/897.93	c removed literals (reason simplification)	: 0
1800.08/897.93	c reason swapping (by a shorter reason)	: 0
1800.08/897.93	c Calls to reduceDB	: 2
1800.08/897.93	c Number of update (reduction) of LBD	: 0
1800.08/897.93	c Imported unit clauses	: 0
1800.08/897.93	c number of reductions to clauses (during analyze)	: 0
1800.08/897.93	c number of learned constraints concerned by reduction	: 0
1800.08/897.93	c number of learning phase by resolution	: 0
1800.08/897.93	c number of learning phase by cutting planes	: 0
1800.08/897.93	c speed (assignments/second)	: 1771.6570616105296
1800.08/897.93	c non guided choices	334
1800.08/897.93	c learnt constraints type 
1800.08/897.93	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.08/897.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12614
1800.08/897.93	s UNKNOWN
1800.08/897.93	c Total wall clock time (in seconds): 897.814

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

pid=22425
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.19 4.28 4.15 4/197 22428
/proc/meminfo: memFree=27920696/32872528 swapFree=681168/738400
[pid=22428] ppid=22425 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22428/stat : 22428 (java) D 22425 22428 20053 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 27886076 9515008 186 33554432000 1073741824 1073778376 140736070127920 140736070116984 213857168679 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/22428/statm: 2323 186 143 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.19 4.28 4.15 4/197 22428
/proc/meminfo: memFree=27920696/32872528 swapFree=681168/738400
[pid=22428] ppid=22425 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22428/stat : 22428 (java) S 22425 22428 20053 0 -1 4202496 4404 0 1 0 8 1 0 0 20 0 18 0 27886076 9787879424 6029 33554432000 1073741824 1073778376 140736070127920 140736070119056 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22428/statm: 2389619 6029 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 4.19 4.28 4.15 4/197 22428
/proc/meminfo: memFree=27920696/32872528 swapFree=681168/738400
[pid=22428] ppid=22425 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/22428/stat : 22428 (java) S 22425 22428 20053 0 -1 4202496 4707 0 1 0 24 1 0 0 20 0 18 0 27886076 9787879424 6792 33554432000 1073741824 1073778376 140736070127920 140736070119056 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22428/statm: 2389619 6792 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300234 s]
/proc/loadavg: 4.19 4.28 4.15 4/197 22428
/proc/meminfo: memFree=27920696/32872528 swapFree=681168/738400
[pid=22428] ppid=22425 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/22428/stat : 22428 (java) S 22425 22428 20053 0 -1 4202496 5894 0 1 0 46 1 0 0 20 0 18 0 27886076 9787879424 8344 33554432000 1073741824 1073778376 140736070127920 140736070119056 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22428/statm: 2389619 8343 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700216 s]
/proc/loadavg: 4.19 4.28 4.15 4/197 22428
/proc/meminfo: memFree=27920696/32872528 swapFree=681168/738400
[pid=22428] ppid=22425 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/22428/stat : 22428 (java) S 22425 22428 20053 0 -1 4202496 17172 0 1 0 178 4 0 0 20 0 22 0 27886076 10060525568 24650 33554432000 1073741824 1073778376 140736070127920 140736070119056 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22428/statm: 2456183 24650 2264 9 0 2446860 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 4.18 4.27 4.15 7/219 22450
/proc/meminfo: memFree=27786816/32872528 swapFree=681168/738400
[pid=22428] ppid=22425 vsize=9824732 CPUtime=4.72 cores=1,3,5,7
/proc/22428/stat : 22428 (java) S 22425 22428 20053 0 -1 4202496 23486 0 1 0 465 7 0 0 20 0 22 0 27886076 10060525568 47744 33554432000 1073741824 1073778376 140736070127920 140736070119056 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22428/statm: 2456183 47744 2292 9 0 2446860 0
[pid=22428/tid=22430] ppid=22425 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/22428/task/22430/stat : 22430 (java) S 22425 22428 20053 0 -1 4202560 2434 0 1 0 42 2 0 0 20 0 22 0 27886077 10060525568 47744 33554432000 1073741824 1073778376 140736070127920 139764651508600 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22428/tid=22431] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22431/stat : 22431 (java) S 22425 22428 20053 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 27886078 10060525568 47744 33554432000 1073741824 1073778376 140736070127920 139764612999720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22428/tid=22432] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22432/stat : 22432 (java) S 22425 22428 20053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27886078 10060525568 47744 33554432000 1073741824 1073778376 140736070127920 139764493707688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22433] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22433/stat : 22433 (java) S 22425 22428 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27886078 10060525568 47744 33554432000 1073741824 1073778376 140736070127920 139764492654888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22434] ppid=22425 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22428/task/22434/stat : 22434 (java) S 22425 22428 20053 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 27886078 10060525568 47744 33554432000 1073741824 1073778376 140736070127920 139764491602088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22435] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22435/stat : 22435 (java) S 22425 22428 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27886078 10060525568 47744 33554432000 1073741824 1073778376 140736070127920 139764490550312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22436] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22436/stat : 22436 (java) S 22425 22428 20053 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 27886078 10060525568 47744 33554432000 1073741824 1073778376 140736070127920 139764489497512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22437] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22437/stat : 22437 (java) S 22425 22428 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27886078 10060525568 47744 33554432000 1073741824 1073778376 140736070127920 139764488444712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22438] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22438/stat : 22438 (java) S 22425 22428 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27886078 10060525568 47744 33554432000 1073741824 1073778376 140736070127920 139764487391912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22439] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22439/stat : 22439 (java) S 22425 22428 20053 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27886079 10060525568 47744 33554432000 1073741824 1073778376 140736070127920 139764005063144 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22428/tid=22440] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22440/stat : 22440 (java) S 22425 22428 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27886080 10060525568 47744 33554432000 1073741824 1073778376 140736070127920 139764004009208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22441] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22441/stat : 22441 (java) S 22425 22428 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27886080 10060525568 47744 33554432000 1073741824 1073778376 140736070127920 139764002956296 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22442] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22442/stat : 22442 (java) S 22425 22428 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27886082 10060525568 47744 33554432000 1073741824 1073778376 140736070127920 139764001904784 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22443] ppid=22425 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/22428/task/22443/stat : 22443 (java) R 22425 22428 20053 0 -1 4202560 11995 0 0 0 109 3 0 0 20 0 22 0 27886082 10060525568 47744 33554432000 1073741824 1073778376 140736070127920 139764000840432 139764655597872 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22444] ppid=22425 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/22428/task/22444/stat : 22444 (java) R 22425 22428 20053 0 -1 4202560 7585 0 0 0 105 2 0 0 20 0 22 0 27886082 10060525568 47744 33554432000 1073741824 1073778376 140736070127920 139763999800120 139764659270848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22445] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22445/stat : 22445 (java) S 22425 22428 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27886082 10060525568 47744 33554432000 1073741824 1073778376 140736070127920 139763998747512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22446] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22446/stat : 22446 (java) S 22425 22428 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27886082 10060525568 47744 33554432000 1073741824 1073778376 140736070127920 139763997694920 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22447] ppid=22425 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/22428/task/22447/stat : 22447 (java) R 22425 22428 20053 0 -1 4202560 19 0 0 0 98 0 0 0 20 0 22 0 27886124 10060525568 47744 33554432000 1073741824 1073778376 140736070127920 139763996631072 139764494438884 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22448] ppid=22425 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/22428/task/22448/stat : 22448 (java) R 22425 22428 20053 0 -1 4202560 77 0 0 0 95 2 0 0 20 0 22 0 27886124 10060525568 47744 33554432000 1073741824 1073778376 140736070127920 139763995586920 139764494267271 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22428/tid=22449] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22449/stat : 22449 (java) S 22425 22428 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27886125 10060525568 47744 33554432000 1073741824 1073778376 140736070127920 139763994534824 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22450] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22450/stat : 22450 (java) S 22425 22428 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27886125 10060525568 47744 33554432000 1073741824 1073778376 140736070127920 139763993482024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 9824732

[startup+3.10097 s]
/proc/loadavg: 4.18 4.27 4.15 5/219 22450
/proc/meminfo: memFree=27628004/32872528 swapFree=681168/738400
[pid=22428] ppid=22425 vsize=9824732 CPUtime=8.53 cores=1,3,5,7
/proc/22428/stat : 22428 (java) S 22425 22428 20053 0 -1 4202496 25973 0 1 0 839 14 0 0 20 0 22 0 27886076 10060525568 90388 33554432000 1073741824 1073778376 140736070127920 140736070119056 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22428/statm: 2456183 90388 2292 9 0 2446860 0
[pid=22428/tid=22430] ppid=22425 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/22428/task/22430/stat : 22430 (java) S 22425 22428 20053 0 -1 4202560 2434 0 1 0 42 2 0 0 20 0 22 0 27886077 10060525568 90388 33554432000 1073741824 1073778376 140736070127920 139764651508600 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22428/tid=22431] ppid=22425 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22428/task/22431/stat : 22431 (java) S 22425 22428 20053 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 22 0 27886078 10060525568 90388 33554432000 1073741824 1073778376 140736070127920 139764612999720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22432] ppid=22425 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/22428/task/22432/stat : 22432 (java) S 22425 22428 20053 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 22 0 27886078 10060525568 90388 33554432000 1073741824 1073778376 140736070127920 139764493707688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22433] ppid=22425 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22428/task/22433/stat : 22433 (java) S 22425 22428 20053 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 27886078 10060525568 90388 33554432000 1073741824 1073778376 140736070127920 139764492654888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22434] ppid=22425 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22428/task/22434/stat : 22434 (java) S 22425 22428 20053 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 27886078 10060525568 90388 33554432000 1073741824 1073778376 140736070127920 139764491602088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22435] ppid=22425 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22428/task/22435/stat : 22435 (java) S 22425 22428 20053 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 27886078 10060525568 90388 33554432000 1073741824 1073778376 140736070127920 139764490550312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22436] ppid=22425 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22428/task/22436/stat : 22436 (java) S 22425 22428 20053 0 -1 4202560 23 0 0 0 3 2 0 0 20 0 22 0 27886078 10060525568 90388 33554432000 1073741824 1073778376 140736070127920 139764489497512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22437] ppid=22425 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22428/task/22437/stat : 22437 (java) S 22425 22428 20053 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 27886078 10060525568 90388 33554432000 1073741824 1073778376 140736070127920 139764488444712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22438] ppid=22425 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22428/task/22438/stat : 22438 (java) S 22425 22428 20053 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 27886078 10060525568 90388 33554432000 1073741824 1073778376 140736070127920 139764487391912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22439] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22439/stat : 22439 (java) S 22425 22428 20053 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 27886079 10060525568 90388 33554432000 1073741824 1073778376 140736070127920 139764005063144 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22440] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22440/stat : 22440 (java) S 22425 22428 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27886080 10060525568 90388 33554432000 1073741824 1073778376 140736070127920 139764004009208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22441] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22441/stat : 22441 (java) S 22425 22428 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27886080 10060525568 90388 33554432000 1073741824 1073778376 140736070127920 139764002956296 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22442] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22442/stat : 22442 (java) S 22425 22428 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27886082 10060525568 90388 33554432000 1073741824 1073778376 140736070127920 139764001904784 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22443] ppid=22425 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/22428/task/22443/stat : 22443 (java) S 22425 22428 20053 0 -1 4202560 12981 0 0 0 122 3 0 0 20 0 22 0 27886082 10060525568 90388 33554432000 1073741824 1073778376 140736070127920 139764000852920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22428/tid=22444] ppid=22425 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/22428/task/22444/stat : 22444 (java) S 22425 22428 20053 0 -1 4202560 8805 0 0 0 143 2 0 0 20 0 22 0 27886082 10060525568 90388 33554432000 1073741824 1073778376 140736070127920 139763999800120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22445] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22445/stat : 22445 (java) S 22425 22428 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27886082 10060525568 90388 33554432000 1073741824 1073778376 140736070127920 139763998747512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22446] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22446/stat : 22446 (java) S 22425 22428 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27886082 10060525568 90388 33554432000 1073741824 1073778376 140736070127920 139763997694920 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22447] ppid=22425 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/22428/task/22447/stat : 22447 (java) R 22425 22428 20053 0 -1 4202560 20 0 0 0 249 0 0 0 20 0 22 0 27886124 10060525568 90388 33554432000 1073741824 1073778376 140736070127920 139763996638088 139764494262703 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22448] ppid=22425 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/22428/task/22448/stat : 22448 (java) R 22425 22428 20053 0 -1 4202560 138 0 0 0 244 3 0 0 20 0 22 0 27886124 10060525568 90388 33554432000 1073741824 1073778376 140736070127920 139763995585936 139764494464126 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22449] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22449/stat : 22449 (java) S 22425 22428 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27886125 10060525568 90388 33554432000 1073741824 1073778376 140736070127920 139763994534824 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22450] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22450/stat : 22450 (java) S 22425 22428 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27886125 10060525568 90388 33554432000 1073741824 1073778376 140736070127920 139763993482024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.53
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.24 4.28 4.15 6/219 22450
/proc/meminfo: memFree=27306316/32872528 swapFree=681168/738400
[pid=22428] ppid=22425 vsize=9824732 CPUtime=15.09 cores=1,3,5,7
/proc/22428/stat : 22428 (java) S 22425 22428 20053 0 -1 4202496 26488 0 1 0 1482 27 0 0 20 0 22 0 27886076 10060525568 162906 33554432000 1073741824 1073778376 140736070127920 140736070119056 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22428/statm: 2456183 162906 2292 9 0 2446860 0
[pid=22428/tid=22430] ppid=22425 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/22428/task/22430/stat : 22430 (java) S 22425 22428 20053 0 -1 4202560 2434 0 1 0 42 2 0 0 20 0 22 0 27886077 10060525568 162906 33554432000 1073741824 1073778376 140736070127920 139764651508600 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22431] ppid=22425 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/22428/task/22431/stat : 22431 (java) S 22425 22428 20053 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 22 0 27886078 10060525568 162906 33554432000 1073741824 1073778376 140736070127920 139764612999720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22428/tid=22432] ppid=22425 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/22428/task/22432/stat : 22432 (java) S 22425 22428 20053 0 -1 4202560 22 0 0 0 4 2 0 0 20 0 22 0 27886078 10060525568 162906 33554432000 1073741824 1073778376 140736070127920 139764493707688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22433] ppid=22425 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/22428/task/22433/stat : 22433 (java) S 22425 22428 20053 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 22 0 27886078 10060525568 162906 33554432000 1073741824 1073778376 140736070127920 139764492654888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22434] ppid=22425 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/22428/task/22434/stat : 22434 (java) S 22425 22428 20053 0 -1 4202560 32 0 0 0 6 1 0 0 20 0 22 0 27886078 10060525568 162906 33554432000 1073741824 1073778376 140736070127920 139764491602088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22428/tid=22435] ppid=22425 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/22428/task/22435/stat : 22435 (java) S 22425 22428 20053 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 27886078 10060525568 162906 33554432000 1073741824 1073778376 140736070127920 139764490550312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22436] ppid=22425 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/22428/task/22436/stat : 22436 (java) S 22425 22428 20053 0 -1 4202560 40 0 0 0 7 3 0 0 20 0 22 0 27886078 10060525568 162906 33554432000 1073741824 1073778376 140736070127920 139764489497512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22428/tid=22437] ppid=22425 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/22428/task/22437/stat : 22437 (java) S 22425 22428 20053 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 22 0 27886078 10060525568 162906 33554432000 1073741824 1073778376 140736070127920 139764488444712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22428/tid=22438] ppid=22425 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/22428/task/22438/stat : 22438 (java) S 22425 22428 20053 0 -1 4202560 37 0 0 0 7 2 0 0 20 0 22 0 27886078 10060525568 162906 33554432000 1073741824 1073778376 140736070127920 139764487391912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22439] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22439/stat : 22439 (java) S 22425 22428 20053 0 -1 4202560 465 0 0 0 0 0 0 0 20 0 22 0 27886079 10060525568 162906 33554432000 1073741824 1073778376 140736070127920 139764005063144 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22440] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22440/stat : 22440 (java) S 22425 22428 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27886080 10060525568 162906 33554432000 1073741824 1073778376 140736070127920 139764004009208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22441] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22441/stat : 22441 (java) S 22425 22428 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27886080 10060525568 162906 33554432000 1073741824 1073778376 140736070127920 139764002956296 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22442] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22442/stat : 22442 (java) S 22425 22428 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27886082 10060525568 162906 33554432000 1073741824 1073778376 140736070127920 139764001904784 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22443] ppid=22425 vsize=9824732 CPUtime=1.25 cores=1,3,5,7

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

/proc/22428/task/22433/stat : 22433 (java) S 22425 22428 20053 0 -1 4202560 336 0 0 0 85 12 0 0 20 0 22 0 27886078 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764492654888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22434] ppid=22425 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/22428/task/22434/stat : 22434 (java) S 22425 22428 20053 0 -1 4202560 429 0 0 0 81 10 0 0 20 0 22 0 27886078 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764491602088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22435] ppid=22425 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/22428/task/22435/stat : 22435 (java) S 22425 22428 20053 0 -1 4202560 394 0 0 0 84 14 0 0 20 0 22 0 27886078 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764490550312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22436] ppid=22425 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/22428/task/22436/stat : 22436 (java) S 22425 22428 20053 0 -1 4202560 365 0 0 0 79 11 0 0 20 0 22 0 27886078 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764489497512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22437] ppid=22425 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/22428/task/22437/stat : 22437 (java) S 22425 22428 20053 0 -1 4202560 343 0 0 0 74 11 0 0 20 0 22 0 27886078 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764488444712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22438] ppid=22425 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/22428/task/22438/stat : 22438 (java) S 22425 22428 20053 0 -1 4202560 393 0 0 0 96 12 0 0 20 0 22 0 27886078 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764487391912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22428/tid=22439] ppid=22425 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/22428/task/22439/stat : 22439 (java) S 22425 22428 20053 0 -1 4202560 1915 0 0 0 182 5 0 0 20 0 22 0 27886079 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764005063144 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22440] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22440/stat : 22440 (java) S 22425 22428 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27886080 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764004009208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22441] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22441/stat : 22441 (java) S 22425 22428 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27886080 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764002956296 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22442] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22442/stat : 22442 (java) S 22425 22428 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27886082 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764001904784 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22443] ppid=22425 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/22428/task/22443/stat : 22443 (java) S 22425 22428 20053 0 -1 4202560 14566 0 0 0 151 3 0 0 20 0 22 0 27886082 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764000852920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22428/tid=22444] ppid=22425 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/22428/task/22444/stat : 22444 (java) S 22425 22428 20053 0 -1 4202560 11693 0 0 0 181 3 0 0 20 0 22 0 27886082 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139763999800120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22445] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22445/stat : 22445 (java) S 22425 22428 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27886082 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139763998747512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22446] ppid=22425 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/22428/task/22446/stat : 22446 (java) S 22425 22428 20053 0 -1 4202560 51 0 0 0 11 22 0 0 20 0 22 0 27886082 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139763997694920 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22447] ppid=22425 vsize=9824732 CPUtime=875.58 cores=1,3,5,7
/proc/22428/task/22447/stat : 22447 (java) R 22425 22428 20053 0 -1 4202560 41 0 0 0 87542 16 0 0 20 0 22 0 27886124 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139763996631152 139764494439626 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22448] ppid=22425 vsize=9824732 CPUtime=875.52 cores=1,3,5,7
/proc/22428/task/22448/stat : 22448 (java) R 22425 22428 20053 0 -1 4202560 1299 0 0 0 87503 49 0 0 20 0 22 0 27886124 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139763995584832 139764495049137 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22449] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22449/stat : 22449 (java) S 22425 22428 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27886125 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139763994534824 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22450] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22450/stat : 22450 (java) S 22425 22428 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27886125 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139763993482024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1768.9
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.901 s]
/proc/loadavg: 3.98 4.08 4.10 5/219 22606
/proc/meminfo: memFree=24374976/32872528 swapFree=681168/738400
[pid=22428] ppid=22425 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/22428/stat : 22428 (java) S 22425 22428 20053 0 -1 4202496 36386 0 1 0 179847 161 0 0 20 0 22 0 27886076 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 140736070119056 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22428/statm: 2456183 819096 2301 9 0 2446860 0
[pid=22428/tid=22430] ppid=22425 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/22428/task/22430/stat : 22430 (java) S 22425 22428 20053 0 -1 4202560 2437 0 1 0 45 3 0 0 20 0 22 0 27886077 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764651508600 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22431] ppid=22425 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/22428/task/22431/stat : 22431 (java) S 22425 22428 20053 0 -1 4202560 407 0 0 0 76 9 0 0 20 0 22 0 27886078 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764612999720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22432] ppid=22425 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/22428/task/22432/stat : 22432 (java) S 22425 22428 20053 0 -1 4202560 449 0 0 0 74 11 0 0 20 0 22 0 27886078 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764493707688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22428/tid=22433] ppid=22425 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/22428/task/22433/stat : 22433 (java) S 22425 22428 20053 0 -1 4202560 336 0 0 0 85 12 0 0 20 0 22 0 27886078 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764492654888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22434] ppid=22425 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/22428/task/22434/stat : 22434 (java) S 22425 22428 20053 0 -1 4202560 429 0 0 0 81 10 0 0 20 0 22 0 27886078 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764491602088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22435] ppid=22425 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/22428/task/22435/stat : 22435 (java) S 22425 22428 20053 0 -1 4202560 394 0 0 0 84 14 0 0 20 0 22 0 27886078 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764490550312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22436] ppid=22425 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/22428/task/22436/stat : 22436 (java) S 22425 22428 20053 0 -1 4202560 365 0 0 0 79 11 0 0 20 0 22 0 27886078 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764489497512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22437] ppid=22425 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/22428/task/22437/stat : 22437 (java) S 22425 22428 20053 0 -1 4202560 343 0 0 0 74 11 0 0 20 0 22 0 27886078 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764488444712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22438] ppid=22425 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/22428/task/22438/stat : 22438 (java) S 22425 22428 20053 0 -1 4202560 393 0 0 0 96 12 0 0 20 0 22 0 27886078 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764487391912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22428/tid=22439] ppid=22425 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/22428/task/22439/stat : 22439 (java) S 22425 22428 20053 0 -1 4202560 1915 0 0 0 182 5 0 0 20 0 22 0 27886079 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764005063144 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22440] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22440/stat : 22440 (java) S 22425 22428 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27886080 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764004009208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22441] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22441/stat : 22441 (java) S 22425 22428 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27886080 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764002956296 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22442] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22442/stat : 22442 (java) S 22425 22428 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27886082 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764001904784 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22443] ppid=22425 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/22428/task/22443/stat : 22443 (java) S 22425 22428 20053 0 -1 4202560 14566 0 0 0 151 3 0 0 20 0 22 0 27886082 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764000852920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22428/tid=22444] ppid=22425 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/22428/task/22444/stat : 22444 (java) S 22425 22428 20053 0 -1 4202560 11693 0 0 0 181 3 0 0 20 0 22 0 27886082 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139763999800120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22445] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22445/stat : 22445 (java) S 22425 22428 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27886082 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139763998747512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22446] ppid=22425 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/22428/task/22446/stat : 22446 (java) S 22425 22428 20053 0 -1 4202560 53 0 0 0 11 23 0 0 20 0 22 0 27886082 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139763997694920 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22447] ppid=22425 vsize=9824732 CPUtime=891.13 cores=1,3,5,7
/proc/22428/task/22447/stat : 22447 (java) R 22425 22428 20053 0 -1 4202560 41 0 0 0 89097 16 0 0 20 0 22 0 27886124 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139763996631152 139764494492648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22448] ppid=22425 vsize=9824732 CPUtime=891.07 cores=1,3,5,7
/proc/22428/task/22448/stat : 22448 (java) R 22425 22428 20053 0 -1 4202560 1299 0 0 0 89058 49 0 0 20 0 22 0 27886124 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139763995584832 139764494627805 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22449] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22449/stat : 22449 (java) S 22425 22428 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27886125 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139763994534824 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22450] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22450/stat : 22450 (java) S 22425 22428 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27886125 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139763993482024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 22428 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+897.901 s]
/proc/loadavg: 3.98 4.08 4.10 5/219 22606
/proc/meminfo: memFree=24374976/32872528 swapFree=681168/738400
[pid=22428] ppid=22425 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/22428/stat : 22428 (java) S 22425 22428 20053 0 -1 4202496 36386 0 1 0 179847 161 0 0 20 0 22 0 27886076 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 140736070119056 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22428/statm: 2456183 819096 2301 9 0 2446860 0
[pid=22428/tid=22430] ppid=22425 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/22428/task/22430/stat : 22430 (java) S 22425 22428 20053 0 -1 4202560 2437 0 1 0 45 3 0 0 20 0 22 0 27886077 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764651508600 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22431] ppid=22425 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/22428/task/22431/stat : 22431 (java) S 22425 22428 20053 0 -1 4202560 407 0 0 0 76 9 0 0 20 0 22 0 27886078 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764612999720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22432] ppid=22425 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/22428/task/22432/stat : 22432 (java) S 22425 22428 20053 0 -1 4202560 449 0 0 0 74 11 0 0 20 0 22 0 27886078 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764493707688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22428/tid=22433] ppid=22425 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/22428/task/22433/stat : 22433 (java) S 22425 22428 20053 0 -1 4202560 336 0 0 0 85 12 0 0 20 0 22 0 27886078 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764492654888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22434] ppid=22425 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/22428/task/22434/stat : 22434 (java) S 22425 22428 20053 0 -1 4202560 429 0 0 0 81 10 0 0 20 0 22 0 27886078 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764491602088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22435] ppid=22425 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/22428/task/22435/stat : 22435 (java) S 22425 22428 20053 0 -1 4202560 394 0 0 0 84 14 0 0 20 0 22 0 27886078 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764490550312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22436] ppid=22425 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/22428/task/22436/stat : 22436 (java) S 22425 22428 20053 0 -1 4202560 365 0 0 0 79 11 0 0 20 0 22 0 27886078 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764489497512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22437] ppid=22425 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/22428/task/22437/stat : 22437 (java) S 22425 22428 20053 0 -1 4202560 343 0 0 0 74 11 0 0 20 0 22 0 27886078 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764488444712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22438] ppid=22425 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/22428/task/22438/stat : 22438 (java) S 22425 22428 20053 0 -1 4202560 393 0 0 0 96 12 0 0 20 0 22 0 27886078 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764487391912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22428/tid=22439] ppid=22425 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/22428/task/22439/stat : 22439 (java) S 22425 22428 20053 0 -1 4202560 1915 0 0 0 182 5 0 0 20 0 22 0 27886079 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764005063144 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22440] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22440/stat : 22440 (java) S 22425 22428 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27886080 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764004009208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22441] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22441/stat : 22441 (java) S 22425 22428 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27886080 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764002956296 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22442] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22442/stat : 22442 (java) S 22425 22428 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27886082 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764001904784 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22443] ppid=22425 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/22428/task/22443/stat : 22443 (java) S 22425 22428 20053 0 -1 4202560 14566 0 0 0 151 3 0 0 20 0 22 0 27886082 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139764000852920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22428/tid=22444] ppid=22425 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/22428/task/22444/stat : 22444 (java) S 22425 22428 20053 0 -1 4202560 11693 0 0 0 181 3 0 0 20 0 22 0 27886082 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139763999800120 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22445] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22445/stat : 22445 (java) S 22425 22428 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27886082 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139763998747512 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22446] ppid=22425 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/22428/task/22446/stat : 22446 (java) S 22425 22428 20053 0 -1 4202560 53 0 0 0 11 23 0 0 20 0 22 0 27886082 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139763997694920 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22447] ppid=22425 vsize=9824732 CPUtime=891.13 cores=1,3,5,7
/proc/22428/task/22447/stat : 22447 (java) R 22425 22428 20053 0 -1 4202560 41 0 0 0 89097 16 0 0 20 0 22 0 27886124 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139763996631152 139764494492648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22428/tid=22448] ppid=22425 vsize=9824732 CPUtime=891.07 cores=1,3,5,7
/proc/22428/task/22448/stat : 22448 (java) R 22425 22428 20053 0 -1 4202560 1299 0 0 0 89058 49 0 0 20 0 22 0 27886124 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139763995584832 139764494627805 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22428/tid=22449] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22449/stat : 22449 (java) S 22425 22428 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27886125 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139763994534824 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22428/tid=22450] ppid=22425 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22428/task/22450/stat : 22450 (java) S 22425 22428 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27886125 10060525568 819096 33554432000 1073741824 1073778376 140736070127920 139763993482024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 897.967
CPU time (s): 1800.08
CPU user time (s): 1798.47
CPU system time (s): 1.61
CPU usage (%): 200.462
Max. virtual memory (cumulated for all children) (KiB): 9825092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.98
system time used= 2.11168
maximum resident set size= 3280036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36421
page faults= 1
swaps= 0
block input operations= 0
block output operations= 720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22340
involuntary context switches= 20896

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.57215 second user time and 7.78482 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-26 15:41:06
IDJOB=4117166
IDBENCH=109561
IDSOLVER=2543
FILE ID=node112/4117166-1466948466
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-round21-8.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117166-1466948466/watcher-4117166-1466948466 -o /tmp/evaluation-result-4117166-1466948466/solver-4117166-1466948466 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20070 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117166-1466948466.opb

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

MD5SUM BENCH= 1b6f62b17870a8adf22c8bb4b2e54837
RANDOM SEED=965577686

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:        27920324 kB
Buffers:           14612 kB
Cached:           149392 kB
SwapCached:         1704 kB
Active:          3361868 kB
Inactive:         141408 kB
Active(anon):    3339240 kB
Inactive(anon):     2540 kB
Active(file):      22628 kB
Inactive(file):   138868 kB
Unevictable:      738400 kB
Mlocked:          681168 kB
SwapTotal:      67108856 kB
SwapFree:       67098664 kB
Dirty:              1208 kB
Writeback:             0 kB
AnonPages:       4085188 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             565728 kB
SReclaimable:       9292 kB
SUnreclaim:       556436 kB
KernelStack:        1616 kB
PageTables:        11908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4462304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3340288 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 15:56:04