Trace number 4115910

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 894.964

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round22-0.opb
MD5SUM1478b9596894c92fb769212147798991
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 variables4128
Total number of constraints8688
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints864
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@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4115910-1466942529.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.71/0.49	c ... done. Wall clock time 0.37s.
0.71/0.49	c declared #vars     4128
0.71/0.49	c #constraints  9952
0.71/0.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.71/0.49	c constraints type 
0.71/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.71/0.49	c org.sat4j.specs.Constr$1 => 888
0.71/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.71/0.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
0.71/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.71/0.49	c 9952 constraints processed.
0.71/0.49	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.71/0.49	c constraints type 
0.71/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.71/0.49	c org.sat4j.specs.Constr$1 => 888
0.71/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
0.71/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
0.71/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 488
0.71/0.49	c 9952 constraints processed.
4.56/1.49	c cleaning 2495 clauses out of 4998 with flag 15513/5000
6.95/2.12	c cleaning 4243 clauses out of 8503 with flag 36674/11000
8.84/2.83	c cleaning 5612 clauses out of 11260 with flag 63702/18000
10.51/3.67	c cleaning 6810 clauses out of 13648 with flag 96878/26000
12.58/4.63	c cleaning 7914 clauses out of 15839 with flag 137616/35001
14.84/5.75	c cleaning 8933 clauses out of 17925 with flag 183303/45001
17.52/7.04	c cleaning 9974 clauses out of 19991 with flag 234372/56000
20.31/8.45	c cleaning 11001 clauses out of 22018 with flag 293342/68001
23.61/10.03	c cleaning 11996 clauses out of 24016 with flag 361015/81000
26.81/11.70	c cleaning 12985 clauses out of 26020 with flag 434691/95000
30.93/13.64	c cleaning 13999 clauses out of 28035 with flag 513545/110000
35.13/15.78	c cleaning 14986 clauses out of 30038 with flag 599097/126002
38.52/17.44	c cleaning 0 clauses out of 5000 with flag 0/5000
40.05/18.16	c cleaning 16014 clauses out of 32050 with flag 692146/143000
45.48/20.61	c cleaning 17007 clauses out of 34036 with flag 794699/161000
50.97/23.31	c cleaning 17984 clauses out of 36029 with flag 901797/180000
56.57/26.13	c cleaning 18990 clauses out of 38045 with flag 1018938/200000
62.77/29.25	c cleaning 20013 clauses out of 40055 with flag 1141807/221000
69.60/32.61	c cleaning 21010 clauses out of 42042 with flag 1271915/243000
76.63/36.13	c cleaning 22009 clauses out of 44032 with flag 1406765/266000
84.34/39.97	c cleaning 22995 clauses out of 46024 with flag 1551552/290001
92.34/43.96	c cleaning 23998 clauses out of 48029 with flag 1699522/315001
101.08/48.28	c cleaning 25007 clauses out of 50030 with flag 1857653/341000
109.87/52.64	c cleaning 25992 clauses out of 52023 with flag 2022803/368000
119.28/57.34	c cleaning 27008 clauses out of 54033 with flag 2190088/396002
129.63/62.44	c cleaning 27995 clauses out of 56024 with flag 2367900/425001
140.94/68.01	c cleaning 29006 clauses out of 58028 with flag 2550358/455000
152.24/73.70	c cleaning 29987 clauses out of 60022 with flag 2740333/486000
164.64/79.89	c cleaning 31014 clauses out of 62037 with flag 2939065/518002
177.69/86.33	c cleaning 32000 clauses out of 64021 with flag 3142805/551000
191.69/93.64	c cleaning 33005 clauses out of 66021 with flag 3353398/585000
205.50/100.56	c cleaning 34001 clauses out of 68017 with flag 3573049/620001
220.39/107.98	c cleaning 34987 clauses out of 70015 with flag 3796195/656000
235.66/115.53	c cleaning 35995 clauses out of 72029 with flag 4032033/693001
251.55/123.44	c cleaning 36998 clauses out of 74033 with flag 4266577/731000
267.29/131.27	c cleaning 0 clauses out of 11000 with flag 0/11000
268.29/131.73	c cleaning 38018 clauses out of 76035 with flag 4512319/770000
285.41/140.23	c cleaning 39000 clauses out of 78017 with flag 4764271/810000
303.94/149.40	c cleaning 39969 clauses out of 80018 with flag 5021301/851001
323.45/159.12	c cleaning 40998 clauses out of 82048 with flag 5287021/893000
343.18/168.99	c cleaning 41999 clauses out of 84051 with flag 5555284/936001
364.45/179.50	c cleaning 43010 clauses out of 86051 with flag 5835181/980000
385.53/189.98	c cleaning 43964 clauses out of 88041 with flag 6122313/1025000
407.47/200.87	c cleaning 45008 clauses out of 90078 with flag 6408657/1071001
430.95/212.43	c cleaning 45994 clauses out of 92070 with flag 6703756/1118001
455.12/224.44	c cleaning 47020 clauses out of 94075 with flag 7008648/1166000
480.84/237.80	c cleaning 47968 clauses out of 96055 with flag 7318933/1215000
506.98/250.86	c cleaning 49037 clauses out of 98088 with flag 7635938/1265001
534.29/264.46	c cleaning 50004 clauses out of 100051 with flag 7962282/1316001
561.41/277.96	c cleaning 51001 clauses out of 102047 with flag 8287917/1368001
590.27/292.26	c cleaning 51992 clauses out of 104046 with flag 8624572/1421001
619.74/306.90	c cleaning 53027 clauses out of 106053 with flag 8969291/1475000
650.94/322.36	c cleaning 53997 clauses out of 108026 with flag 9313294/1530000
682.22/337.88	c cleaning 54986 clauses out of 110030 with flag 9667580/1586001
714.54/353.83	c cleaning 56014 clauses out of 112043 with flag 10033550/1643000
747.62/370.28	c cleaning 56996 clauses out of 114029 with flag 10403737/1701000
782.23/387.47	c cleaning 58009 clauses out of 116034 with flag 10776516/1760001
817.88/405.18	c cleaning 58988 clauses out of 118025 with flag 11156561/1820001
854.88/423.53	c cleaning 59990 clauses out of 120036 with flag 11542845/1881000
893.29/442.65	c cleaning 60980 clauses out of 122047 with flag 11936370/1943001
933.34/462.53	c cleaning 62003 clauses out of 124066 with flag 12333709/2006000
973.19/482.33	c cleaning 63023 clauses out of 126063 with flag 12739511/2070000
1013.72/502.49	c cleaning 64010 clauses out of 128040 with flag 13147767/2135000
1056.24/523.58	c cleaning 64997 clauses out of 130030 with flag 13566472/2201000
1102.30/547.23	c cleaning 66002 clauses out of 132033 with flag 13990152/2268000
1121.57/556.89	c cleaning 0 clauses out of 18001 with flag 0/18001
1147.44/569.79	c cleaning 66991 clauses out of 134032 with flag 14420793/2336001
1195.12/593.45	c cleaning 67974 clauses out of 136040 with flag 14860346/2405000
1241.86/616.65	c cleaning 68982 clauses out of 138066 with flag 15310591/2475000
1283.19/637.27	c cleaning 70037 clauses out of 140085 with flag 15758448/2546001
1325.18/658.27	c cleaning 71002 clauses out of 142047 with flag 16205763/2618000
1375.35/683.19	c cleaning 71999 clauses out of 144045 with flag 16669909/2691000
1425.19/707.96	c cleaning 72992 clauses out of 146046 with flag 17132818/2765000
1470.49/730.56	c cleaning 73969 clauses out of 148055 with flag 17607346/2840001
1520.54/755.49	c cleaning 75028 clauses out of 150085 with flag 18085267/2916000
1570.49/780.30	c cleaning 76020 clauses out of 152059 with flag 18570568/2993002
1619.30/804.61	c cleaning 76954 clauses out of 154038 with flag 19067873/3071001
1667.30/828.65	c cleaning 77991 clauses out of 156084 with flag 19571109/3150001
1717.51/853.74	c cleaning 79015 clauses out of 158092 with flag 20079663/3230000
1767.88/878.83	c cleaning 80038 clauses out of 160077 with flag 20589219/3311000
1800.08/894.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/894.90	c starts		: 29123
1800.08/894.90	c conflicts		: 3366758
1800.08/894.90	c decisions		: 33426820
1800.08/894.90	c propagations		: 463775773
1800.08/894.90	c inspects		: 9881622581
1800.08/894.90	c shortcuts		: 0
1800.08/894.90	c learnt literals	: 2
1800.08/894.90	c learnt binary clauses	: 41
1800.08/894.90	c learnt ternary clauses	: 640
1800.08/894.90	c learnt constraints	: 3366756
1800.08/894.90	c ignored constraints	: 0
1800.08/894.90	c root simplifications	: 0
1800.08/894.90	c removed literals (reason simplification)	: 2340763
1800.08/894.90	c reason swapping (by a shorter reason)	: 0
1800.08/894.90	c Calls to reduceDB	: 77
1800.08/894.90	c Number of update (reduction) of LBD	: 712186
1800.08/894.90	c Imported unit clauses	: 0
1800.08/894.90	c number of reductions to clauses (during analyze)	: 0
1800.08/894.90	c number of learned constraints concerned by reduction	: 0
1800.08/894.90	c number of learning phase by resolution	: 0
1800.08/894.90	c number of learning phase by cutting planes	: 0
1800.08/894.90	c speed (assignments/second)	: 518533.42076634703
1800.08/894.90	c non guided choices	6804
1800.08/894.93	c learnt constraints type 
1800.08/894.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 41
1800.08/894.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 135756
1800.08/894.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/894.93	c starts		: 45
1800.08/894.93	c conflicts		: 19574
1800.08/894.93	c decisions		: 67382
1800.08/894.93	c propagations		: 2295635
1800.08/894.93	c inspects		: 645843718
1800.08/894.93	c shortcuts		: 0
1800.08/894.93	c learnt literals	: 0
1800.08/894.93	c learnt binary clauses	: 0
1800.08/894.93	c learnt ternary clauses	: 0
1800.08/894.93	c learnt constraints	: 19573
1800.08/894.93	c ignored constraints	: 0
1800.08/894.93	c root simplifications	: 0
1800.08/894.93	c removed literals (reason simplification)	: 0
1800.08/894.93	c reason swapping (by a shorter reason)	: 0
1800.08/894.93	c Calls to reduceDB	: 3
1800.08/894.93	c Number of update (reduction) of LBD	: 0
1800.08/894.93	c Imported unit clauses	: 0
1800.08/894.93	c number of reductions to clauses (during analyze)	: 0
1800.08/894.93	c number of learned constraints concerned by reduction	: 0
1800.08/894.93	c number of learning phase by resolution	: 0
1800.08/894.93	c number of learning phase by cutting planes	: 0
1800.08/894.93	c speed (assignments/second)	: 2566.604242949381
1800.08/894.93	c non guided choices	211
1800.08/894.93	c learnt constraints type 
1800.08/894.93	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.08/894.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19571
1800.08/894.93	s UNKNOWN
1800.08/894.93	c Total wall clock time (in seconds): 894.816

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

pid=20687
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.24 4.18 4.03 4/197 20690
/proc/meminfo: memFree=28278264/32872528 swapFree=681168/738400
[pid=20690] ppid=20687 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/20690/stat : 20690 (java) R 20687 20690 20053 0 -1 4202496 374 0 0 0 0 0 0 0 20 0 1 0 27292433 2560000 46 33554432000 1073741824 1073778376 140736714909712 140736714906840 213857168775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 892 49 38 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 4.24 4.18 4.03 4/197 20690
/proc/meminfo: memFree=28278264/32872528 swapFree=681168/738400
[pid=20690] ppid=20687 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/20690/stat : 20690 (java) S 20687 20690 20053 0 -1 4202496 4406 0 1 0 8 1 0 0 20 0 18 0 27292433 9787879424 6038 33554432000 1073741824 1073778376 140736714909712 140736714900848 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2389619 6038 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.24 4.18 4.03 4/197 20690
/proc/meminfo: memFree=28278264/32872528 swapFree=681168/738400
[pid=20690] ppid=20687 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/20690/stat : 20690 (java) S 20687 20690 20053 0 -1 4202496 4691 0 1 0 23 1 0 0 20 0 18 0 27292433 9787879424 6786 33554432000 1073741824 1073778376 140736714909712 140736714900848 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2389619 6786 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300233 s]
/proc/loadavg: 4.24 4.18 4.03 4/197 20690
/proc/meminfo: memFree=28278264/32872528 swapFree=681168/738400
[pid=20690] ppid=20687 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/20690/stat : 20690 (java) S 20687 20690 20053 0 -1 4202496 5777 0 1 0 46 1 0 0 20 0 18 0 27292433 9787879424 9013 33554432000 1073741824 1073778376 140736714909712 140736714900848 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2389619 9013 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700207 s]
/proc/loadavg: 4.24 4.18 4.03 4/197 20690
/proc/meminfo: memFree=28278264/32872528 swapFree=681168/738400
[pid=20690] ppid=20687 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/20690/stat : 20690 (java) S 20687 20690 20053 0 -1 4202496 15676 0 1 0 176 4 0 0 20 0 22 0 27292433 10060525568 23562 33554432000 1073741824 1073778376 140736714909712 140736714900848 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2456183 23562 2266 9 0 2446860 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.30 4.19 4.04 7/219 20712
/proc/meminfo: memFree=28131112/32872528 swapFree=681168/738400
[pid=20690] ppid=20687 vsize=9824732 CPUtime=4.91 cores=1,3,5,7
/proc/20690/stat : 20690 (java) S 20687 20690 20053 0 -1 4202496 27431 0 1 0 484 7 0 0 20 0 22 0 27292433 10060525568 48327 33554432000 1073741824 1073778376 140736714909712 140736714900848 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2456183 48327 2286 9 0 2446860 0
[pid=20690/tid=20692] ppid=20687 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/20690/task/20692/stat : 20692 (java) S 20687 20690 20053 0 -1 4202560 2436 0 1 0 45 1 0 0 20 0 22 0 27292434 10060525568 48327 33554432000 1073741824 1073778376 140736714909712 140476726047608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20690/tid=20693] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20693/stat : 20693 (java) S 20687 20690 20053 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 27292435 10060525568 48327 33554432000 1073741824 1073778376 140736714909712 140476569254696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20690/tid=20694] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20694/stat : 20694 (java) S 20687 20690 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27292435 10060525568 48327 33554432000 1073741824 1073778376 140736714909712 140476568201896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20695] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20695/stat : 20695 (java) S 20687 20690 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27292435 10060525568 48327 33554432000 1073741824 1073778376 140736714909712 140476567149608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20696] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20696/stat : 20696 (java) S 20687 20690 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27292435 10060525568 48327 33554432000 1073741824 1073778376 140736714909712 140476566096808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20690/tid=20697] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20697/stat : 20697 (java) S 20687 20690 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27292435 10060525568 48327 33554432000 1073741824 1073778376 140736714909712 140476565043496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20698] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20698/stat : 20698 (java) S 20687 20690 20053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27292435 10060525568 48327 33554432000 1073741824 1073778376 140736714909712 140476563990696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20699] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20699/stat : 20699 (java) S 20687 20690 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27292435 10060525568 48327 33554432000 1073741824 1073778376 140736714909712 140476562938408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20700] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20700/stat : 20700 (java) S 20687 20690 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27292435 10060525568 48327 33554432000 1073741824 1073778376 140736714909712 140476561885608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20701] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20701/stat : 20701 (java) S 20687 20690 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27292436 10060525568 48327 33554432000 1073741824 1073778376 140736714909712 140476549688040 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20702] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20702/stat : 20702 (java) S 20687 20690 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27292436 10060525568 48327 33554432000 1073741824 1073778376 140736714909712 140476548634104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20703] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20703/stat : 20703 (java) S 20687 20690 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27292437 10060525568 48327 33554432000 1073741824 1073778376 140736714909712 140476547581704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20704] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20704/stat : 20704 (java) S 20687 20690 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27292439 10060525568 48327 33554432000 1073741824 1073778376 140736714909712 140476546530192 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20705] ppid=20687 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/20690/task/20705/stat : 20705 (java) R 20687 20690 20053 0 -1 4202560 12525 0 0 0 117 2 0 0 20 0 22 0 27292439 10060525568 48327 33554432000 1073741824 1073778376 140736714909712 140476545464192 213869715893 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20706] ppid=20687 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/20690/task/20706/stat : 20706 (java) R 20687 20690 20053 0 -1 4202560 11066 0 0 0 123 2 0 0 20 0 22 0 27292439 10060525568 48327 33554432000 1073741824 1073778376 140736714909712 140476544410624 213865680339 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20707] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20707/stat : 20707 (java) S 20687 20690 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27292439 10060525568 48327 33554432000 1073741824 1073778376 140736714909712 140476543371896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20708] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20708/stat : 20708 (java) S 20687 20690 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27292439 10060525568 48327 33554432000 1073741824 1073778376 140736714909712 140476542319304 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20690/tid=20709] ppid=20687 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/20690/task/20709/stat : 20709 (java) R 20687 20690 20053 0 -1 4202560 18 0 0 0 97 0 0 0 20 0 22 0 27292483 10060525568 48327 33554432000 1073741824 1073778376 140736714909712 140476541255968 140476586757642 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20710] ppid=20687 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/20690/task/20710/stat : 20710 (java) R 20687 20690 20053 0 -1 4202560 76 0 0 0 93 2 0 0 20 0 22 0 27292483 10060525568 48327 33554432000 1073741824 1073778376 140736714909712 140476540210968 140476586796833 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20690/tid=20711] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20711/stat : 20711 (java) S 20687 20690 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27292484 10060525568 48327 33554432000 1073741824 1073778376 140736714909712 140476539160232 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20712] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20712/stat : 20712 (java) S 20687 20690 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27292484 10060525568 48327 33554432000 1073741824 1073778376 140736714909712 140476538107432 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 4.30 4.19 4.04 5/219 20712
/proc/meminfo: memFree=28071592/32872528 swapFree=681168/738400
[pid=20690] ppid=20687 vsize=9824732 CPUtime=9.46 cores=1,3,5,7
/proc/20690/stat : 20690 (java) S 20687 20690 20053 0 -1 4202496 34857 0 1 0 932 14 0 0 20 0 22 0 27292433 10060525568 81693 33554432000 1073741824 1073778376 140736714909712 140736714900848 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2456183 81693 2292 9 0 2446860 0
[pid=20690/tid=20692] ppid=20687 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/20690/task/20692/stat : 20692 (java) S 20687 20690 20053 0 -1 4202560 2436 0 1 0 45 1 0 0 20 0 22 0 27292434 10060525568 81693 33554432000 1073741824 1073778376 140736714909712 140476726047608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20690/tid=20693] ppid=20687 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20690/task/20693/stat : 20693 (java) S 20687 20690 20053 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 27292435 10060525568 81693 33554432000 1073741824 1073778376 140736714909712 140476569254696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20694] ppid=20687 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/20690/task/20694/stat : 20694 (java) S 20687 20690 20053 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 27292435 10060525568 81693 33554432000 1073741824 1073778376 140736714909712 140476568201896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20695] ppid=20687 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20690/task/20695/stat : 20695 (java) S 20687 20690 20053 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 27292435 10060525568 81693 33554432000 1073741824 1073778376 140736714909712 140476567149608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20696] ppid=20687 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/20690/task/20696/stat : 20696 (java) S 20687 20690 20053 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 27292435 10060525568 81693 33554432000 1073741824 1073778376 140736714909712 140476566096808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20697] ppid=20687 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/20690/task/20697/stat : 20697 (java) S 20687 20690 20053 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 27292435 10060525568 81693 33554432000 1073741824 1073778376 140736714909712 140476565043496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20690/tid=20698] ppid=20687 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20690/task/20698/stat : 20698 (java) S 20687 20690 20053 0 -1 4202560 24 0 0 0 2 2 0 0 20 0 22 0 27292435 10060525568 81693 33554432000 1073741824 1073778376 140736714909712 140476563990696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20690/tid=20699] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20699/stat : 20699 (java) S 20687 20690 20053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27292435 10060525568 81693 33554432000 1073741824 1073778376 140736714909712 140476562938408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20690/tid=20700] ppid=20687 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20690/task/20700/stat : 20700 (java) S 20687 20690 20053 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 27292435 10060525568 81693 33554432000 1073741824 1073778376 140736714909712 140476561885608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20690/tid=20701] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20701/stat : 20701 (java) S 20687 20690 20053 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27292436 10060525568 81693 33554432000 1073741824 1073778376 140736714909712 140476549688040 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20702] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20702/stat : 20702 (java) S 20687 20690 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27292436 10060525568 81693 33554432000 1073741824 1073778376 140736714909712 140476548634104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20703] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20703/stat : 20703 (java) S 20687 20690 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27292437 10060525568 81693 33554432000 1073741824 1073778376 140736714909712 140476547581704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20704] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20704/stat : 20704 (java) S 20687 20690 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27292439 10060525568 81693 33554432000 1073741824 1073778376 140736714909712 140476546530192 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20705] ppid=20687 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/20690/task/20705/stat : 20705 (java) S 20687 20690 20053 0 -1 4202560 19747 0 0 0 199 2 0 0 20 0 22 0 27292439 10060525568 81693 33554432000 1073741824 1073778376 140736714909712 140476545476792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20706] ppid=20687 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/20690/task/20706/stat : 20706 (java) S 20687 20690 20053 0 -1 4202560 11085 0 0 0 169 2 0 0 20 0 22 0 27292439 10060525568 81693 33554432000 1073741824 1073778376 140736714909712 140476544423992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20707] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20707/stat : 20707 (java) S 20687 20690 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27292439 10060525568 81693 33554432000 1073741824 1073778376 140736714909712 140476543371896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20708] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20708/stat : 20708 (java) S 20687 20690 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27292439 10060525568 81693 33554432000 1073741824 1073778376 140736714909712 140476542319304 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20709] ppid=20687 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/20690/task/20709/stat : 20709 (java) R 20687 20690 20053 0 -1 4202560 19 0 0 0 250 0 0 0 20 0 22 0 27292483 10060525568 81693 33554432000 1073741824 1073778376 140736714909712 140476541255968 140476586700572 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20710] ppid=20687 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/20690/task/20710/stat : 20710 (java) R 20687 20690 20053 0 -1 4202560 125 0 0 0 242 3 0 0 20 0 22 0 27292483 10060525568 81693 33554432000 1073741824 1073778376 140736714909712 140476540210384 140476586648042 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20690/tid=20711] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20711/stat : 20711 (java) S 20687 20690 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27292484 10060525568 81693 33554432000 1073741824 1073778376 140736714909712 140476539160232 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20712] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20712/stat : 20712 (java) S 20687 20690 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27292484 10060525568 81693 33554432000 1073741824 1073778376 140736714909712 140476538107432 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 9.46
Current children cumulated vsize (KiB) 9824732

[startup+6.30104 s]
/proc/loadavg: 4.28 4.19 4.04 6/219 20712
/proc/meminfo: memFree=27665304/32872528 swapFree=681168/738400
[pid=20690] ppid=20687 vsize=9824732 CPUtime=16.04 cores=1,3,5,7
/proc/20690/stat : 20690 (java) S 20687 20690 20053 0 -1 4202496 35500 0 1 0 1580 24 0 0 20 0 22 0 27292433 10060525568 154931 33554432000 1073741824 1073778376 140736714909712 140736714900848 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2456183 154931 2292 9 0 2446860 0
[pid=20690/tid=20692] ppid=20687 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/20690/task/20692/stat : 20692 (java) S 20687 20690 20053 0 -1 4202560 2436 0 1 0 45 1 0 0 20 0 22 0 27292434 10060525568 154931 33554432000 1073741824 1073778376 140736714909712 140476726047608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20693] ppid=20687 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/20690/task/20693/stat : 20693 (java) S 20687 20690 20053 0 -1 4202560 45 0 0 0 7 1 0 0 20 0 22 0 27292435 10060525568 154931 33554432000 1073741824 1073778376 140736714909712 140476569254696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20694] ppid=20687 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20690/task/20694/stat : 20694 (java) S 20687 20690 20053 0 -1 4202560 29 0 0 0 5 1 0 0 20 0 22 0 27292435 10060525568 154931 33554432000 1073741824 1073778376 140736714909712 140476568201896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20695] ppid=20687 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/20690/task/20695/stat : 20695 (java) S 20687 20690 20053 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 22 0 27292435 10060525568 154931 33554432000 1073741824 1073778376 140736714909712 140476567149608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20696] ppid=20687 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20690/task/20696/stat : 20696 (java) S 20687 20690 20053 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 27292435 10060525568 154931 33554432000 1073741824 1073778376 140736714909712 140476566096808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20697] ppid=20687 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/20690/task/20697/stat : 20697 (java) S 20687 20690 20053 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 22 0 27292435 10060525568 154931 33554432000 1073741824 1073778376 140736714909712 140476565043496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20690/tid=20698] ppid=20687 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/20690/task/20698/stat : 20698 (java) S 20687 20690 20053 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 22 0 27292435 10060525568 154931 33554432000 1073741824 1073778376 140736714909712 140476563990696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20699] ppid=20687 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20690/task/20699/stat : 20699 (java) S 20687 20690 20053 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 27292435 10060525568 154931 33554432000 1073741824 1073778376 140736714909712 140476562938408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20690/tid=20700] ppid=20687 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20690/task/20700/stat : 20700 (java) S 20687 20690 20053 0 -1 4202560 31 0 0 0 5 1 0 0 20 0 22 0 27292435 10060525568 154931 33554432000 1073741824 1073778376 140736714909712 140476561885608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20701] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20701/stat : 20701 (java) S 20687 20690 20053 0 -1 4202560 452 0 0 0 0 0 0 0 20 0 22 0 27292436 10060525568 154931 33554432000 1073741824 1073778376 140736714909712 140476549688040 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20702] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20702/stat : 20702 (java) S 20687 20690 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27292436 10060525568 154931 33554432000 1073741824 1073778376 140736714909712 140476548634104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20703] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20703/stat : 20703 (java) S 20687 20690 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27292437 10060525568 154931 33554432000 1073741824 1073778376 140736714909712 140476547581704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20704] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20704/stat : 20704 (java) S 20687 20690 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27292439 10060525568 154931 33554432000 1073741824 1073778376 140736714909712 140476546530192 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20705] ppid=20687 vsize=9824732 CPUtime=2.01 cores=1,3,5,7

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

/proc/20690/task/20695/stat : 20695 (java) S 20687 20690 20053 0 -1 4202560 1028 0 0 0 268 16 0 0 20 0 22 0 27292435 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476567149608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20690/tid=20696] ppid=20687 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/20690/task/20696/stat : 20696 (java) S 20687 20690 20053 0 -1 4202560 1244 0 0 0 260 15 0 0 20 0 22 0 27292435 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476566096808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20697] ppid=20687 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/20690/task/20697/stat : 20697 (java) S 20687 20690 20053 0 -1 4202560 1040 0 0 0 260 14 0 0 20 0 22 0 27292435 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476565043496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20698] ppid=20687 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/20690/task/20698/stat : 20698 (java) S 20687 20690 20053 0 -1 4202560 1129 0 0 0 293 20 0 0 20 0 22 0 27292435 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476563990696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20699] ppid=20687 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/20690/task/20699/stat : 20699 (java) S 20687 20690 20053 0 -1 4202560 786 0 0 0 232 15 0 0 20 0 22 0 27292435 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476562938408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20700] ppid=20687 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/20690/task/20700/stat : 20700 (java) S 20687 20690 20053 0 -1 4202560 1191 0 0 0 250 16 0 0 20 0 22 0 27292435 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476561885608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20701] ppid=20687 vsize=9824732 CPUtime=3.7 cores=1,3,5,7
/proc/20690/task/20701/stat : 20701 (java) S 20687 20690 20053 0 -1 4202560 2310 0 0 0 362 8 0 0 20 0 22 0 27292436 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476549688040 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20702] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20702/stat : 20702 (java) S 20687 20690 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27292436 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476548634104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20703] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20703/stat : 20703 (java) S 20687 20690 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27292437 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476547581704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20704] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20704/stat : 20704 (java) S 20687 20690 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27292439 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476546530192 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20705] ppid=20687 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/20690/task/20705/stat : 20705 (java) S 20687 20690 20053 0 -1 4202560 21973 0 0 0 249 3 0 0 20 0 22 0 27292439 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476545476792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20706] ppid=20687 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/20690/task/20706/stat : 20706 (java) S 20687 20690 20053 0 -1 4202560 11086 0 0 0 189 2 0 0 20 0 22 0 27292439 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476544423992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20707] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20707/stat : 20707 (java) S 20687 20690 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27292439 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476543371896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20708] ppid=20687 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/20690/task/20708/stat : 20708 (java) S 20687 20690 20053 0 -1 4202560 51 0 0 0 13 24 0 0 20 0 22 0 27292439 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476542319304 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20709] ppid=20687 vsize=9824732 CPUtime=869.79 cores=1,3,5,7
/proc/20690/task/20709/stat : 20709 (java) R 20687 20690 20053 0 -1 4202560 71 0 0 0 86964 15 0 0 20 0 22 0 27292483 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476541256048 140476586700610 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20710] ppid=20687 vsize=9824732 CPUtime=869.71 cores=1,3,5,7
/proc/20690/task/20710/stat : 20710 (java) R 20687 20690 20053 0 -1 4202560 1370 0 0 0 86922 49 0 0 20 0 22 0 27292483 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476540210832 140476587335842 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20711] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20711/stat : 20711 (java) S 20687 20690 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27292484 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476539160232 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20712] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20712/stat : 20712 (java) S 20687 20690 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27292484 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476538107432 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1774.9
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.901 s]
/proc/loadavg: 4.14 4.24 4.15 5/219 20801
/proc/meminfo: memFree=24484660/32872528 swapFree=681168/738400
[pid=20690] ppid=20687 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/20690/stat : 20690 (java) S 20687 20690 20053 0 -1 4202496 48832 0 1 0 179801 207 0 0 20 0 22 0 27292433 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140736714900848 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2456183 950740 2301 9 0 2446860 0
[pid=20690/tid=20692] ppid=20687 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/20690/task/20692/stat : 20692 (java) S 20687 20690 20053 0 -1 4202560 2444 0 1 0 47 4 0 0 20 0 22 0 27292434 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476726047608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20693] ppid=20687 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/20690/task/20693/stat : 20693 (java) S 20687 20690 20053 0 -1 4202560 869 0 0 0 258 17 0 0 20 0 22 0 27292435 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476569254696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20694] ppid=20687 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/20690/task/20694/stat : 20694 (java) S 20687 20690 20053 0 -1 4202560 976 0 0 0 250 20 0 0 20 0 22 0 27292435 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476568201896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20695] ppid=20687 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/20690/task/20695/stat : 20695 (java) S 20687 20690 20053 0 -1 4202560 1028 0 0 0 268 16 0 0 20 0 22 0 27292435 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476567149608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20690/tid=20696] ppid=20687 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/20690/task/20696/stat : 20696 (java) S 20687 20690 20053 0 -1 4202560 1244 0 0 0 260 15 0 0 20 0 22 0 27292435 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476566096808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20697] ppid=20687 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/20690/task/20697/stat : 20697 (java) S 20687 20690 20053 0 -1 4202560 1040 0 0 0 260 14 0 0 20 0 22 0 27292435 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476565043496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20698] ppid=20687 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/20690/task/20698/stat : 20698 (java) S 20687 20690 20053 0 -1 4202560 1129 0 0 0 293 20 0 0 20 0 22 0 27292435 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476563990696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20699] ppid=20687 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/20690/task/20699/stat : 20699 (java) S 20687 20690 20053 0 -1 4202560 786 0 0 0 232 15 0 0 20 0 22 0 27292435 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476562938408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20700] ppid=20687 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/20690/task/20700/stat : 20700 (java) S 20687 20690 20053 0 -1 4202560 1191 0 0 0 250 16 0 0 20 0 22 0 27292435 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476561885608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20701] ppid=20687 vsize=9824732 CPUtime=3.7 cores=1,3,5,7
/proc/20690/task/20701/stat : 20701 (java) S 20687 20690 20053 0 -1 4202560 2310 0 0 0 362 8 0 0 20 0 22 0 27292436 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476549688040 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20702] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20702/stat : 20702 (java) S 20687 20690 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27292436 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476548634104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20703] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20703/stat : 20703 (java) S 20687 20690 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27292437 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476547581704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20704] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20704/stat : 20704 (java) S 20687 20690 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27292439 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476546530192 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20705] ppid=20687 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/20690/task/20705/stat : 20705 (java) S 20687 20690 20053 0 -1 4202560 21973 0 0 0 249 3 0 0 20 0 22 0 27292439 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476545476792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20706] ppid=20687 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/20690/task/20706/stat : 20706 (java) S 20687 20690 20053 0 -1 4202560 11086 0 0 0 189 2 0 0 20 0 22 0 27292439 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476544423992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20707] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20707/stat : 20707 (java) S 20687 20690 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27292439 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476543371896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20708] ppid=20687 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/20690/task/20708/stat : 20708 (java) S 20687 20690 20053 0 -1 4202560 51 0 0 0 13 24 0 0 20 0 22 0 27292439 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476542319304 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20709] ppid=20687 vsize=9824732 CPUtime=882.34 cores=1,3,5,7
/proc/20690/task/20709/stat : 20709 (java) R 20687 20690 20053 0 -1 4202560 71 0 0 0 88219 15 0 0 20 0 22 0 27292483 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476541256048 140476586587479 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20710] ppid=20687 vsize=9824732 CPUtime=882.27 cores=1,3,5,7
/proc/20690/task/20710/stat : 20710 (java) R 20687 20690 20053 0 -1 4202560 1370 0 0 0 88178 49 0 0 20 0 22 0 27292483 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476540210832 140476586785570 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20711] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20711/stat : 20711 (java) S 20687 20690 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27292484 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476539160232 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20712] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20712/stat : 20712 (java) S 20687 20690 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27292484 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476538107432 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 20690 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.901 s]
/proc/loadavg: 4.14 4.24 4.15 5/219 20801
/proc/meminfo: memFree=24484660/32872528 swapFree=681168/738400
[pid=20690] ppid=20687 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/20690/stat : 20690 (java) S 20687 20690 20053 0 -1 4202496 48832 0 1 0 179801 207 0 0 20 0 22 0 27292433 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140736714900848 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20690/statm: 2456183 950740 2301 9 0 2446860 0
[pid=20690/tid=20692] ppid=20687 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/20690/task/20692/stat : 20692 (java) S 20687 20690 20053 0 -1 4202560 2444 0 1 0 47 4 0 0 20 0 22 0 27292434 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476726047608 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20693] ppid=20687 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/20690/task/20693/stat : 20693 (java) S 20687 20690 20053 0 -1 4202560 869 0 0 0 258 17 0 0 20 0 22 0 27292435 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476569254696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20694] ppid=20687 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/20690/task/20694/stat : 20694 (java) S 20687 20690 20053 0 -1 4202560 976 0 0 0 250 20 0 0 20 0 22 0 27292435 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476568201896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20695] ppid=20687 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/20690/task/20695/stat : 20695 (java) S 20687 20690 20053 0 -1 4202560 1028 0 0 0 268 16 0 0 20 0 22 0 27292435 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476567149608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20690/tid=20696] ppid=20687 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/20690/task/20696/stat : 20696 (java) S 20687 20690 20053 0 -1 4202560 1244 0 0 0 260 15 0 0 20 0 22 0 27292435 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476566096808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20697] ppid=20687 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/20690/task/20697/stat : 20697 (java) S 20687 20690 20053 0 -1 4202560 1040 0 0 0 260 14 0 0 20 0 22 0 27292435 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476565043496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20698] ppid=20687 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/20690/task/20698/stat : 20698 (java) S 20687 20690 20053 0 -1 4202560 1129 0 0 0 293 20 0 0 20 0 22 0 27292435 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476563990696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20699] ppid=20687 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/20690/task/20699/stat : 20699 (java) S 20687 20690 20053 0 -1 4202560 786 0 0 0 232 15 0 0 20 0 22 0 27292435 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476562938408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20700] ppid=20687 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/20690/task/20700/stat : 20700 (java) S 20687 20690 20053 0 -1 4202560 1191 0 0 0 250 16 0 0 20 0 22 0 27292435 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476561885608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20701] ppid=20687 vsize=9824732 CPUtime=3.7 cores=1,3,5,7
/proc/20690/task/20701/stat : 20701 (java) S 20687 20690 20053 0 -1 4202560 2310 0 0 0 362 8 0 0 20 0 22 0 27292436 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476549688040 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20702] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20702/stat : 20702 (java) S 20687 20690 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27292436 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476548634104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20703] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20703/stat : 20703 (java) S 20687 20690 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27292437 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476547581704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20704] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20704/stat : 20704 (java) S 20687 20690 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27292439 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476546530192 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20705] ppid=20687 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/20690/task/20705/stat : 20705 (java) S 20687 20690 20053 0 -1 4202560 21973 0 0 0 249 3 0 0 20 0 22 0 27292439 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476545476792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20706] ppid=20687 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/20690/task/20706/stat : 20706 (java) S 20687 20690 20053 0 -1 4202560 11086 0 0 0 189 2 0 0 20 0 22 0 27292439 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476544423992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20707] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20707/stat : 20707 (java) S 20687 20690 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27292439 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476543371896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20690/tid=20708] ppid=20687 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/20690/task/20708/stat : 20708 (java) S 20687 20690 20053 0 -1 4202560 51 0 0 0 13 24 0 0 20 0 22 0 27292439 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476542319304 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20709] ppid=20687 vsize=9824732 CPUtime=882.34 cores=1,3,5,7
/proc/20690/task/20709/stat : 20709 (java) R 20687 20690 20053 0 -1 4202560 71 0 0 0 88219 15 0 0 20 0 22 0 27292483 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476541256048 140476586587479 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20710] ppid=20687 vsize=9824732 CPUtime=882.27 cores=1,3,5,7
/proc/20690/task/20710/stat : 20710 (java) R 20687 20690 20053 0 -1 4202560 1370 0 0 0 88178 49 0 0 20 0 22 0 27292483 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476540210832 140476586785570 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20690/tid=20711] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20711/stat : 20711 (java) S 20687 20690 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27292484 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476539160232 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20690/tid=20712] ppid=20687 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20690/task/20712/stat : 20712 (java) S 20687 20690 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27292484 10060525568 950740 33554432000 1073741824 1073778376 140736714909712 140476538107432 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 20690 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=518343
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=553611
# CPU time returned by wait4() is 1796.07
# 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): 894.964
CPU time (s): 1800.08
CPU user time (s): 1798.01
CPU system time (s): 2.07
CPU usage (%): 201.134
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.52
system time used= 2.55361
maximum resident set size= 3803076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48868
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23766
involuntary context switches= 25976

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.66214 second user time and 7.62384 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 1478b9596894c92fb769212147798991
RANDOM SEED=401998070

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:        28278528 kB
Buffers:            6308 kB
Cached:           145756 kB
SwapCached:         1708 kB
Active:          3005428 kB
Inactive:         131948 kB
Active(anon):    2985008 kB
Inactive(anon):     2540 kB
Active(file):      20420 kB
Inactive(file):   129408 kB
Unevictable:      738400 kB
Mlocked:          681168 kB
SwapTotal:      67108856 kB
SwapFree:       67098660 kB
Dirty:               872 kB
Writeback:             0 kB
AnonPages:       3858380 kB
Mapped:            15412 kB
Shmem:                 0 kB
Slab:             565220 kB
SReclaimable:       8876 kB
SUnreclaim:       556344 kB
KernelStack:        1792 kB
PageTables:        11604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4003676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3131392 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:17:04