Trace number 4116806

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 895.355

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round21-4.opb
MD5SUM2032e2b1e3e1c51ff327775ae2661afb
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 benchmark165.396
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 constraints7920
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)432
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4116806-1466949665.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.75/0.46	c ... done. Wall clock time 0.357s.
0.75/0.46	c declared #vars     3968
0.75/0.46	c #constraints  9184
0.75/0.47	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.75/0.47	c constraints type 
0.75/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.75/0.47	c org.sat4j.specs.Constr$1 => 920
0.75/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.75/0.47	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.75/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.75/0.47	c 9184 constraints processed.
0.75/0.47	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.75/0.47	c constraints type 
0.75/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.75/0.47	c org.sat4j.specs.Constr$1 => 920
0.75/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5958
0.75/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1658
0.75/0.47	c org.sat4j.pb.constraints.pb.UnitClausePB => 520
0.75/0.47	c 9184 constraints processed.
4.57/1.47	c cleaning 2498 clauses out of 4997 with flag 16365/5000
6.14/2.11	c cleaning 4248 clauses out of 8499 with flag 38210/11000
7.86/2.91	c cleaning 5616 clauses out of 11251 with flag 66640/18000
9.67/3.81	c cleaning 6810 clauses out of 13636 with flag 103015/26001
11.74/4.88	c cleaning 7905 clauses out of 15825 with flag 145317/35000
14.24/6.06	c cleaning 8940 clauses out of 17921 with flag 193685/45001
17.07/7.37	c cleaning 9984 clauses out of 19980 with flag 250097/56000
20.42/8.97	c cleaning 10998 clauses out of 21996 with flag 313888/68000
23.77/10.65	c cleaning 11980 clauses out of 23998 with flag 385105/81000
27.91/12.61	c cleaning 12983 clauses out of 26020 with flag 463741/95002
32.11/14.73	c cleaning 14017 clauses out of 28035 with flag 549285/110000
36.91/17.11	c cleaning 14986 clauses out of 30019 with flag 639795/126001
42.28/19.70	c cleaning 15992 clauses out of 32033 with flag 741820/143001
45.27/21.24	c cleaning 0 clauses out of 5000 with flag 0/5000
47.91/22.45	c cleaning 16990 clauses out of 34040 with flag 849005/161000
54.75/25.66	c cleaning 17998 clauses out of 36050 with flag 961660/180000
61.55/29.04	c cleaning 19005 clauses out of 38052 with flag 1080446/200000
68.35/32.44	c cleaning 19987 clauses out of 40047 with flag 1207545/221000
76.09/36.27	c cleaning 21008 clauses out of 42060 with flag 1341127/243000
84.09/40.22	c cleaning 22017 clauses out of 44053 with flag 1485159/266001
92.98/44.66	c cleaning 23003 clauses out of 46035 with flag 1634841/290000
102.17/49.27	c cleaning 24007 clauses out of 48033 with flag 1789242/315001
112.06/54.11	c cleaning 24998 clauses out of 50025 with flag 1951884/341000
122.06/59.12	c cleaning 25986 clauses out of 52027 with flag 2119919/368000
132.95/64.58	c cleaning 27013 clauses out of 54042 with flag 2297663/396001
144.47/70.28	c cleaning 28011 clauses out of 56028 with flag 2479986/425000
156.26/76.15	c cleaning 28984 clauses out of 58017 with flag 2667639/455000
168.96/82.44	c cleaning 30000 clauses out of 60033 with flag 2861712/486000
182.28/89.09	c cleaning 30992 clauses out of 62034 with flag 3064562/518001
197.59/97.00	c cleaning 32015 clauses out of 64041 with flag 3273881/551000
212.44/104.44	c cleaning 32985 clauses out of 66026 with flag 3487431/585000
228.11/112.26	c cleaning 33996 clauses out of 68042 with flag 3708513/620001
244.77/120.52	c cleaning 35002 clauses out of 70045 with flag 3938666/656000
261.86/129.04	c cleaning 36005 clauses out of 72044 with flag 4173670/693001
279.77/137.92	c cleaning 37013 clauses out of 74038 with flag 4418072/731000
298.50/147.26	c cleaning 38001 clauses out of 76026 with flag 4667906/770001
318.42/157.15	c cleaning 39008 clauses out of 78024 with flag 4925557/810000
339.13/167.43	c cleaning 39996 clauses out of 80017 with flag 5187955/851001
347.45/171.55	c cleaning 0 clauses out of 11001 with flag 0/11001
360.24/177.92	c cleaning 41003 clauses out of 82021 with flag 5455711/893001
383.38/189.39	c cleaning 41978 clauses out of 84018 with flag 5733462/936001
406.14/200.60	c cleaning 42998 clauses out of 86039 with flag 6017209/980000
430.31/212.64	c cleaning 43981 clauses out of 88042 with flag 6308018/1025001
455.78/225.22	c cleaning 44997 clauses out of 90063 with flag 6607645/1071003
481.88/238.21	c cleaning 46010 clauses out of 92063 with flag 6911572/1118000
508.90/251.69	c cleaning 47017 clauses out of 94053 with flag 7222472/1166000
536.59/265.42	c cleaning 47988 clauses out of 96036 with flag 7537068/1215000
565.41/279.75	c cleaning 48983 clauses out of 98049 with flag 7862320/1265001
595.14/294.44	c cleaning 50012 clauses out of 100065 with flag 8191892/1316000
626.71/310.11	c cleaning 51016 clauses out of 102054 with flag 8528226/1368001
660.34/327.47	c cleaning 52001 clauses out of 104038 with flag 8877999/1421001
693.37/343.72	c cleaning 53014 clauses out of 106036 with flag 9229484/1475000
727.36/360.60	c cleaning 53995 clauses out of 108022 with flag 9587849/1530000
761.94/377.84	c cleaning 55000 clauses out of 110027 with flag 9954459/1586000
798.09/395.85	c cleaning 55996 clauses out of 112027 with flag 10327411/1643000
835.91/414.67	c cleaning 57008 clauses out of 114032 with flag 10709002/1701001
874.11/433.62	c cleaning 58001 clauses out of 116023 with flag 11094162/1760000
914.50/453.80	c cleaning 58991 clauses out of 118022 with flag 11486940/1820000
955.77/474.24	c cleaning 59976 clauses out of 120035 with flag 11885991/1881004
997.46/494.98	c cleaning 61020 clauses out of 122055 with flag 12295470/1943000
1041.37/516.62	c cleaning 62006 clauses out of 124037 with flag 12707882/2006002
1086.26/538.92	c cleaning 62999 clauses out of 126029 with flag 13135125/2070000
1132.43/561.89	c cleaning 63991 clauses out of 128030 with flag 13561730/2135000
1180.00/585.50	c cleaning 65018 clauses out of 130039 with flag 13999992/2201000
1228.26/609.57	c cleaning 65995 clauses out of 132021 with flag 14440682/2268000
1278.08/634.36	c cleaning 67006 clauses out of 134028 with flag 14892729/2336002
1308.93/649.70	c cleaning 0 clauses out of 18001 with flag 0/18001
1330.26/660.27	c cleaning 68005 clauses out of 136020 with flag 15346094/2405000
1384.36/687.18	c cleaning 68979 clauses out of 138015 with flag 15806548/2475000
1440.75/716.04	c cleaning 69988 clauses out of 140036 with flag 16278941/2546000
1493.35/742.24	c cleaning 71015 clauses out of 142048 with flag 16753876/2618000
1540.87/765.96	c cleaning 72009 clauses out of 144033 with flag 17234958/2691000
1589.98/790.45	c cleaning 73002 clauses out of 146024 with flag 17722442/2765000
1642.36/816.50	c cleaning 73986 clauses out of 148022 with flag 18218406/2840000
1694.09/842.35	c cleaning 75006 clauses out of 150037 with flag 18719808/2916001
1745.08/867.85	c cleaning 75991 clauses out of 152031 with flag 19221004/2993001
1796.68/893.66	c cleaning 76991 clauses out of 154039 with flag 19733583/3071000
1800.08/895.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/895.30	c starts		: 30302
1800.08/895.30	c conflicts		: 3077651
1800.08/895.30	c decisions		: 27795823
1800.08/895.30	c propagations		: 417338123
1800.08/895.30	c inspects		: 9471753939
1800.08/895.30	c shortcuts		: 0
1800.08/895.30	c learnt literals	: 3
1800.08/895.30	c learnt binary clauses	: 70
1800.08/895.30	c learnt ternary clauses	: 829
1800.08/895.30	c learnt constraints	: 3077648
1800.08/895.30	c ignored constraints	: 0
1800.08/895.30	c root simplifications	: 0
1800.08/895.30	c removed literals (reason simplification)	: 2935991
1800.08/895.30	c reason swapping (by a shorter reason)	: 0
1800.08/895.30	c Calls to reduceDB	: 74
1800.08/895.30	c Number of update (reduction) of LBD	: 662650
1800.08/895.30	c Imported unit clauses	: 0
1800.08/895.30	c number of reductions to clauses (during analyze)	: 0
1800.08/895.30	c number of learned constraints concerned by reduction	: 0
1800.08/895.30	c number of learning phase by resolution	: 0
1800.08/895.30	c number of learning phase by cutting planes	: 0
1800.08/895.30	c speed (assignments/second)	: 466390.77249741566
1800.08/895.30	c non guided choices	3498
1800.08/895.33	c learnt constraints type 
1800.08/895.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 70
1800.08/895.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 83629
1800.08/895.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/895.33	c starts		: 45
1800.08/895.33	c conflicts		: 19036
1800.08/895.33	c decisions		: 66326
1800.08/895.33	c propagations		: 2365962
1800.08/895.33	c inspects		: 742439766
1800.08/895.33	c shortcuts		: 0
1800.08/895.33	c learnt literals	: 0
1800.08/895.33	c learnt binary clauses	: 0
1800.08/895.33	c learnt ternary clauses	: 0
1800.08/895.33	c learnt constraints	: 19035
1800.08/895.33	c ignored constraints	: 0
1800.08/895.33	c root simplifications	: 0
1800.08/895.33	c removed literals (reason simplification)	: 0
1800.08/895.33	c reason swapping (by a shorter reason)	: 0
1800.08/895.33	c Calls to reduceDB	: 3
1800.08/895.33	c Number of update (reduction) of LBD	: 0
1800.08/895.33	c Imported unit clauses	: 0
1800.08/895.33	c number of reductions to clauses (during analyze)	: 0
1800.08/895.33	c number of learned constraints concerned by reduction	: 0
1800.08/895.33	c number of learning phase by resolution	: 0
1800.08/895.33	c number of learning phase by cutting planes	: 0
1800.08/895.33	c speed (assignments/second)	: 2643.979040039157
1800.08/895.33	c non guided choices	259
1800.08/895.33	c learnt constraints type 
1800.08/895.33	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 9
1800.08/895.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19026
1800.08/895.33	s UNKNOWN
1800.08/895.33	c Total wall clock time (in seconds): 895.228

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-4116806-1466949665/watcher-4116806-1466949665 -o /tmp/evaluation-result-4116806-1466949665/solver-4116806-1466949665 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466943674-19491 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116806-1466949665.opb 

pid=20894
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.25 4.24 4.26 4/198 20897
/proc/meminfo: memFree=29781036/32872528 swapFree=1541156/1696500
[pid=20897] ppid=20894 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/20897/stat : 20897 (java) S 20894 20897 19474 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 28005209 98570240 977 33554432000 1073741824 1073778376 140733510591840 140733510582976 270710898749 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20897/statm: 24065 977 743 9 0 16771 0
[pid=20897/tid=20898] ppid=20894 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20898/stat : 20898 (java) R 20894 20897 19474 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 28005210 98570240 978 33554432000 1073741824 1073778376 140733510591840 140188469141032 270707541376 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 4.25 4.24 4.26 4/198 20897
/proc/meminfo: memFree=29781036/32872528 swapFree=1541156/1696500
[pid=20897] ppid=20894 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/20897/stat : 20897 (java) S 20894 20897 19474 0 -1 4202496 4560 0 1 0 10 1 0 0 20 0 18 0 28005209 9787879424 5683 33554432000 1073741824 1073778376 140733510591840 140733510582976 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20897/statm: 2389619 5683 2156 9 0 2380296 0
[pid=20897/tid=20898] ppid=20894 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/20897/task/20898/stat : 20898 (java) R 20894 20897 19474 0 -1 4202560 2437 0 1 0 8 0 0 0 20 0 18 0 28005210 9787879424 5683 33554432000 1073741824 1073778376 140733510591840 140188469142176 270710924557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 4.25 4.24 4.26 4/198 20897
/proc/meminfo: memFree=29781036/32872528 swapFree=1541156/1696500
[pid=20897] ppid=20894 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/20897/stat : 20897 (java) S 20894 20897 19474 0 -1 4202496 4775 0 1 0 26 1 0 0 20 0 18 0 28005209 9787879424 6359 33554432000 1073741824 1073778376 140733510591840 140733510582976 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20897/statm: 2389619 6359 2214 9 0 2380296 0
[pid=20897/tid=20898] ppid=20894 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/20897/task/20898/stat : 20898 (java) R 20894 20897 19474 0 -1 4202560 2453 0 1 0 17 0 0 0 20 0 18 0 28005210 9787879424 6359 33554432000 1073741824 1073778376 140733510591840 140188469142176 140188408899814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300262 s]
/proc/loadavg: 4.25 4.24 4.26 4/198 20897
/proc/meminfo: memFree=29781036/32872528 swapFree=1541156/1696500
[pid=20897] ppid=20894 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/20897/stat : 20897 (java) S 20894 20897 19474 0 -1 4202496 6071 0 1 0 50 1 0 0 20 0 18 0 28005209 9787879424 8659 33554432000 1073741824 1073778376 140733510591840 140733510582976 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20897/statm: 2389619 8659 2234 9 0 2380296 0
[pid=20897/tid=20898] ppid=20894 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/20897/task/20898/stat : 20898 (java) R 20894 20897 19474 0 -1 4202560 2456 0 1 0 26 1 0 0 20 0 18 0 28005210 9787879424 8659 33554432000 1073741824 1073778376 140733510591840 140188469142176 140188408948829 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700226 s]
/proc/loadavg: 4.25 4.24 4.26 4/198 20897
/proc/meminfo: memFree=29781036/32872528 swapFree=1541156/1696500
[pid=20897] ppid=20894 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/20897/stat : 20897 (java) S 20894 20897 19474 0 -1 4202496 14184 0 1 0 184 4 0 0 20 0 22 0 28005209 10060525568 22821 33554432000 1073741824 1073778376 140733510591840 140733510582976 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20897/statm: 2456183 22821 2265 9 0 2446860 0
[pid=20897/tid=20898] ppid=20894 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/20897/task/20898/stat : 20898 (java) S 20894 20897 19474 0 -1 4202560 2486 0 1 0 43 2 0 0 20 0 22 0 28005210 10060525568 22821 33554432000 1073741824 1073778376 140733510591840 140188469146488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9824732

[startup+1.50091 s]
/proc/loadavg: 4.25 4.24 4.26 7/220 20919
/proc/meminfo: memFree=29464396/32872528 swapFree=1541156/1696500
[pid=20897] ppid=20894 vsize=9824732 CPUtime=4.87 cores=1,3,5,7
/proc/20897/stat : 20897 (java) S 20894 20897 19474 0 -1 4202496 20248 0 1 0 479 8 0 0 20 0 22 0 28005209 10060525568 47488 33554432000 1073741824 1073778376 140733510591840 140733510582976 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20897/statm: 2456183 47488 2292 9 0 2446860 0
[pid=20897/tid=20898] ppid=20894 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/20897/task/20898/stat : 20898 (java) S 20894 20897 19474 0 -1 4202560 2486 0 1 0 43 2 0 0 20 0 22 0 28005210 10060525568 47488 33554432000 1073741824 1073778376 140733510591840 140188469146488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20897/tid=20900] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20900/stat : 20900 (java) S 20894 20897 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28005210 10060525568 47488 33554432000 1073741824 1073778376 140733510591840 140188407876520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20897/tid=20901] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20901/stat : 20901 (java) S 20894 20897 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28005210 10060525568 47488 33554432000 1073741824 1073778376 140733510591840 140188406823976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20902] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20902/stat : 20902 (java) S 20894 20897 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28005210 10060525568 47488 33554432000 1073741824 1073778376 140733510591840 140188405770920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20897/tid=20903] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20903/stat : 20903 (java) S 20894 20897 19474 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28005210 10060525568 47488 33554432000 1073741824 1073778376 140733510591840 140188404718376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20897/tid=20904] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20904/stat : 20904 (java) S 20894 20897 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28005210 10060525568 47488 33554432000 1073741824 1073778376 140733510591840 140188308945320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20905] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20905/stat : 20905 (java) S 20894 20897 19474 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28005210 10060525568 47488 33554432000 1073741824 1073778376 140733510591840 140188307892776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20897/tid=20906] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20906/stat : 20906 (java) S 20894 20897 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28005210 10060525568 47488 33554432000 1073741824 1073778376 140733510591840 140188306839720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20907] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20907/stat : 20907 (java) S 20894 20897 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28005210 10060525568 47488 33554432000 1073741824 1073778376 140733510591840 140188305787176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20897/tid=20908] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20908/stat : 20908 (java) S 20894 20897 19474 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 28005212 10060525568 47488 33554432000 1073741824 1073778376 140733510591840 140188293376872 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20909] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20909/stat : 20909 (java) S 20894 20897 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28005212 10060525568 47488 33554432000 1073741824 1073778376 140733510591840 140188292323192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20910] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20910/stat : 20910 (java) S 20894 20897 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28005212 10060525568 47488 33554432000 1073741824 1073778376 140733510591840 140188291270024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20911] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20911/stat : 20911 (java) S 20894 20897 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28005214 10060525568 47488 33554432000 1073741824 1073778376 140733510591840 140188290218768 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20912] ppid=20894 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/20897/task/20912/stat : 20912 (java) S 20894 20897 19474 0 -1 4202560 7880 0 0 0 112 2 0 0 20 0 22 0 28005214 10060525568 47488 33554432000 1073741824 1073778376 140733510591840 140188289165624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20913] ppid=20894 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/20897/task/20913/stat : 20913 (java) S 20894 20897 19474 0 -1 4202560 8410 0 0 0 115 1 0 0 20 0 22 0 28005214 10060525568 47488 33554432000 1073741824 1073778376 140733510591840 140188288113080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20897/tid=20914] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20914/stat : 20914 (java) S 20894 20897 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28005214 10060525568 47488 33554432000 1073741824 1073778376 140733510591840 140188287060216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20897/tid=20915] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20915/stat : 20915 (java) S 20894 20897 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28005214 10060525568 47488 33554432000 1073741824 1073778376 140733510591840 140188286007880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20916] ppid=20894 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/20897/task/20916/stat : 20916 (java) R 20894 20897 19474 0 -1 4202560 20 0 0 0 99 0 0 0 20 0 22 0 28005257 10060525568 47488 33554432000 1073741824 1073778376 140733510591840 140188284527008 140188409608736 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20917] ppid=20894 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/20897/task/20917/stat : 20917 (java) R 20894 20897 19474 0 -1 4202560 75 0 0 0 97 2 0 0 20 0 22 0 28005257 10060525568 47488 33554432000 1073741824 1073778376 140733510591840 140188283482984 140188409616307 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20897/tid=20918] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20918/stat : 20918 (java) S 20894 20897 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28005258 10060525568 47488 33554432000 1073741824 1073778376 140733510591840 140188282430760 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20897/tid=20919] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20919/stat : 20919 (java) S 20894 20897 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28005258 10060525568 47488 33554432000 1073741824 1073778376 140733510591840 140188281378216 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.25 4.24 4.26 9/220 20919
/proc/meminfo: memFree=28945076/32872528 swapFree=1541156/1696500
[pid=20897] ppid=20894 vsize=9824732 CPUtime=8.27 cores=1,3,5,7
/proc/20897/stat : 20897 (java) S 20894 20897 19474 0 -1 4202496 20535 0 1 0 811 16 0 0 20 0 22 0 28005209 10060525568 90115 33554432000 1073741824 1073778376 140733510591840 140733510582976 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20897/statm: 2456183 90115 2292 9 0 2446860 0
[pid=20897/tid=20898] ppid=20894 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/20897/task/20898/stat : 20898 (java) S 20894 20897 19474 0 -1 4202560 2486 0 1 0 43 2 0 0 20 0 22 0 28005210 10060525568 90115 33554432000 1073741824 1073778376 140733510591840 140188469146488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20897/tid=20900] ppid=20894 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/20897/task/20900/stat : 20900 (java) S 20894 20897 19474 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 22 0 28005210 10060525568 90115 33554432000 1073741824 1073778376 140733510591840 140188407876520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20901] ppid=20894 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20897/task/20901/stat : 20901 (java) S 20894 20897 19474 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 28005210 10060525568 90115 33554432000 1073741824 1073778376 140733510591840 140188406823976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20902] ppid=20894 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20897/task/20902/stat : 20902 (java) S 20894 20897 19474 0 -1 4202560 13 0 0 0 2 1 0 0 20 0 22 0 28005210 10060525568 90115 33554432000 1073741824 1073778376 140733510591840 140188405770920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20903] ppid=20894 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20897/task/20903/stat : 20903 (java) S 20894 20897 19474 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 28005210 10060525568 90115 33554432000 1073741824 1073778376 140733510591840 140188404718376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20897/tid=20904] ppid=20894 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20897/task/20904/stat : 20904 (java) S 20894 20897 19474 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 22 0 28005210 10060525568 90115 33554432000 1073741824 1073778376 140733510591840 140188308945320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20905] ppid=20894 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20897/task/20905/stat : 20905 (java) S 20894 20897 19474 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 28005210 10060525568 90115 33554432000 1073741824 1073778376 140733510591840 140188307892776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20906] ppid=20894 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20897/task/20906/stat : 20906 (java) S 20894 20897 19474 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 28005210 10060525568 90115 33554432000 1073741824 1073778376 140733510591840 140188306839720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20907] ppid=20894 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20897/task/20907/stat : 20907 (java) S 20894 20897 19474 0 -1 4202560 17 0 0 0 1 1 0 0 20 0 22 0 28005210 10060525568 90115 33554432000 1073741824 1073778376 140733510591840 140188305787176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20897/tid=20908] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20908/stat : 20908 (java) S 20894 20897 19474 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 28005212 10060525568 90115 33554432000 1073741824 1073778376 140733510591840 140188293376872 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20909] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20909/stat : 20909 (java) S 20894 20897 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28005212 10060525568 90115 33554432000 1073741824 1073778376 140733510591840 140188292323192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20910] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20910/stat : 20910 (java) S 20894 20897 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28005212 10060525568 90115 33554432000 1073741824 1073778376 140733510591840 140188291270024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20911] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20911/stat : 20911 (java) S 20894 20897 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28005214 10060525568 90115 33554432000 1073741824 1073778376 140733510591840 140188290218768 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20912] ppid=20894 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/20897/task/20912/stat : 20912 (java) S 20894 20897 19474 0 -1 4202560 7880 0 0 0 115 2 0 0 20 0 22 0 28005214 10060525568 90115 33554432000 1073741824 1073778376 140733510591840 140188289165624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20913] ppid=20894 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/20897/task/20913/stat : 20913 (java) S 20894 20897 19474 0 -1 4202560 8412 0 0 0 120 1 0 0 20 0 22 0 28005214 10060525568 90115 33554432000 1073741824 1073778376 140733510591840 140188288113080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20897/tid=20914] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20914/stat : 20914 (java) S 20894 20897 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28005214 10060525568 90115 33554432000 1073741824 1073778376 140733510591840 140188287060216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20897/tid=20915] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20915/stat : 20915 (java) S 20894 20897 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28005214 10060525568 90115 33554432000 1073741824 1073778376 140733510591840 140188286007880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20916] ppid=20894 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/20897/task/20916/stat : 20916 (java) R 20894 20897 19474 0 -1 4202560 20 0 0 0 250 0 0 0 20 0 22 0 28005257 10060525568 90115 33554432000 1073741824 1073778376 140733510591840 140188284527008 140188409104196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20917] ppid=20894 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/20897/task/20917/stat : 20917 (java) R 20894 20897 19474 0 -1 4202560 136 0 0 0 248 3 0 0 20 0 22 0 28005257 10060525568 90115 33554432000 1073741824 1073778376 140733510591840 140188283482144 140188409711446 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20897/tid=20918] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20918/stat : 20918 (java) S 20894 20897 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28005258 10060525568 90115 33554432000 1073741824 1073778376 140733510591840 140188282430760 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20897/tid=20919] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20919/stat : 20919 (java) S 20894 20897 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28005258 10060525568 90115 33554432000 1073741824 1073778376 140733510591840 140188281378216 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.27
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.23 4.24 4.26 6/220 20919
/proc/meminfo: memFree=28603852/32872528 swapFree=1541156/1696500
[pid=20897] ppid=20894 vsize=9824732 CPUtime=14.84 cores=1,3,5,7
/proc/20897/stat : 20897 (java) S 20894 20897 19474 0 -1 4202496 21079 0 1 0 1457 27 0 0 20 0 22 0 28005209 10060525568 161859 33554432000 1073741824 1073778376 140733510591840 140733510582976 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20897/statm: 2456183 161859 2292 9 0 2446860 0
[pid=20897/tid=20898] ppid=20894 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/20897/task/20898/stat : 20898 (java) S 20894 20897 19474 0 -1 4202560 2486 0 1 0 43 2 0 0 20 0 22 0 28005210 10060525568 161859 33554432000 1073741824 1073778376 140733510591840 140188469146488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20897/tid=20900] ppid=20894 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/20897/task/20900/stat : 20900 (java) S 20894 20897 19474 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 22 0 28005210 10060525568 161859 33554432000 1073741824 1073778376 140733510591840 140188407876520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20897/tid=20901] ppid=20894 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/20897/task/20901/stat : 20901 (java) S 20894 20897 19474 0 -1 4202560 65 0 0 0 6 2 0 0 20 0 22 0 28005210 10060525568 161859 33554432000 1073741824 1073778376 140733510591840 140188406823976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20897/tid=20902] ppid=20894 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/20897/task/20902/stat : 20902 (java) S 20894 20897 19474 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 22 0 28005210 10060525568 161859 33554432000 1073741824 1073778376 140733510591840 140188405770920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20897/tid=20903] ppid=20894 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20897/task/20903/stat : 20903 (java) S 20894 20897 19474 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 22 0 28005210 10060525568 161859 33554432000 1073741824 1073778376 140733510591840 140188404718376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20904] ppid=20894 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/20897/task/20904/stat : 20904 (java) S 20894 20897 19474 0 -1 4202560 56 0 0 0 8 3 0 0 20 0 22 0 28005210 10060525568 161859 33554432000 1073741824 1073778376 140733510591840 140188308945320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20897/tid=20905] ppid=20894 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20897/task/20905/stat : 20905 (java) S 20894 20897 19474 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 28005210 10060525568 161859 33554432000 1073741824 1073778376 140733510591840 140188307892776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20897/tid=20906] ppid=20894 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/20897/task/20906/stat : 20906 (java) S 20894 20897 19474 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 22 0 28005210 10060525568 161859 33554432000 1073741824 1073778376 140733510591840 140188306839720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20907] ppid=20894 vsize=9824732 CPUtime=0.06 cores=1,3,5,7

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

/proc/20897/task/20902/stat : 20902 (java) S 20894 20897 19474 0 -1 4202560 568 0 0 0 264 16 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188405770920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20903] ppid=20894 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/20897/task/20903/stat : 20903 (java) S 20894 20897 19474 0 -1 4202560 579 0 0 0 245 16 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188404718376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20897/tid=20904] ppid=20894 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/20897/task/20904/stat : 20904 (java) S 20894 20897 19474 0 -1 4202560 560 0 0 0 258 17 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188308945320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20905] ppid=20894 vsize=9824732 CPUtime=3.24 cores=1,3,5,7
/proc/20897/task/20905/stat : 20905 (java) S 20894 20897 19474 0 -1 4202560 799 0 0 0 305 19 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188307892776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20906] ppid=20894 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/20897/task/20906/stat : 20906 (java) S 20894 20897 19474 0 -1 4202560 605 0 0 0 256 12 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188306839720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20907] ppid=20894 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/20897/task/20907/stat : 20907 (java) S 20894 20897 19474 0 -1 4202560 623 0 0 0 248 18 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188305787176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20908] ppid=20894 vsize=9824732 CPUtime=3.82 cores=1,3,5,7
/proc/20897/task/20908/stat : 20908 (java) S 20894 20897 19474 0 -1 4202560 2577 0 0 0 371 11 0 0 20 0 22 0 28005212 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188293376872 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20909] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20909/stat : 20909 (java) S 20894 20897 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28005212 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188292323192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20910] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20910/stat : 20910 (java) S 20894 20897 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28005212 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188291270024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20911] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20911/stat : 20911 (java) S 20894 20897 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28005214 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188290218768 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20912] ppid=20894 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/20897/task/20912/stat : 20912 (java) S 20894 20897 19474 0 -1 4202560 12376 0 0 0 192 3 0 0 20 0 22 0 28005214 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188289165624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20913] ppid=20894 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/20897/task/20913/stat : 20913 (java) S 20894 20897 19474 0 -1 4202560 8419 0 0 0 133 1 0 0 20 0 22 0 28005214 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188288113080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20897/tid=20914] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20914/stat : 20914 (java) S 20894 20897 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28005214 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188287060216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20897/tid=20915] ppid=20894 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/20897/task/20915/stat : 20915 (java) S 20894 20897 19474 0 -1 4202560 50 0 0 0 16 22 0 0 20 0 22 0 28005214 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188286007880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20916] ppid=20894 vsize=9824732 CPUtime=869.51 cores=1,3,5,7
/proc/20897/task/20916/stat : 20916 (java) R 20894 20897 19474 0 -1 4202560 65 0 0 0 86936 15 0 0 20 0 22 0 28005257 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188284527088 140188409732492 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20917] ppid=20894 vsize=9824732 CPUtime=869.58 cores=1,3,5,7
/proc/20897/task/20917/stat : 20917 (java) R 20894 20897 19474 0 -1 4202560 2149 0 0 0 86909 49 0 0 20 0 22 0 28005257 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188283481008 140188409691006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20897/tid=20918] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20918/stat : 20918 (java) S 20894 20897 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28005258 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188282430760 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20897/tid=20919] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20919/stat : 20919 (java) S 20894 20897 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28005258 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188281378216 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1774.1
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.301 s]
/proc/loadavg: 4.47 4.31 4.28 5/219 21008
/proc/meminfo: memFree=26122572/32872528 swapFree=1541156/1696500
[pid=20897] ppid=20894 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/20897/stat : 20897 (java) S 20894 20897 19474 0 -1 4202496 34317 0 1 0 179804 204 0 0 20 0 22 0 28005209 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140733510582976 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20897/statm: 2456183 922432 2301 9 0 2446860 0
[pid=20897/tid=20898] ppid=20894 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/20897/task/20898/stat : 20898 (java) S 20894 20897 19474 0 -1 4202560 2489 0 1 0 46 4 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188469146488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20900] ppid=20894 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/20897/task/20900/stat : 20900 (java) S 20894 20897 19474 0 -1 4202560 551 0 0 0 278 18 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188407876520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20897/tid=20901] ppid=20894 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/20897/task/20901/stat : 20901 (java) S 20894 20897 19474 0 -1 4202560 640 0 0 0 270 18 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188406823976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20897/tid=20902] ppid=20894 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/20897/task/20902/stat : 20902 (java) S 20894 20897 19474 0 -1 4202560 568 0 0 0 264 16 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188405770920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20903] ppid=20894 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/20897/task/20903/stat : 20903 (java) S 20894 20897 19474 0 -1 4202560 579 0 0 0 245 16 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188404718376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20897/tid=20904] ppid=20894 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/20897/task/20904/stat : 20904 (java) S 20894 20897 19474 0 -1 4202560 560 0 0 0 258 17 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188308945320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20905] ppid=20894 vsize=9824732 CPUtime=3.24 cores=1,3,5,7
/proc/20897/task/20905/stat : 20905 (java) S 20894 20897 19474 0 -1 4202560 799 0 0 0 305 19 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188307892776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20906] ppid=20894 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/20897/task/20906/stat : 20906 (java) S 20894 20897 19474 0 -1 4202560 605 0 0 0 256 12 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188306839720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20907] ppid=20894 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/20897/task/20907/stat : 20907 (java) S 20894 20897 19474 0 -1 4202560 623 0 0 0 248 18 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188305787176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20908] ppid=20894 vsize=9824732 CPUtime=3.82 cores=1,3,5,7
/proc/20897/task/20908/stat : 20908 (java) S 20894 20897 19474 0 -1 4202560 2577 0 0 0 371 11 0 0 20 0 22 0 28005212 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188293376872 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20909] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20909/stat : 20909 (java) S 20894 20897 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28005212 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188292323192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20910] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20910/stat : 20910 (java) S 20894 20897 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28005212 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188291270024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20911] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20911/stat : 20911 (java) S 20894 20897 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28005214 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188290218768 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20912] ppid=20894 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/20897/task/20912/stat : 20912 (java) S 20894 20897 19474 0 -1 4202560 12376 0 0 0 192 3 0 0 20 0 22 0 28005214 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188289165624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20913] ppid=20894 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/20897/task/20913/stat : 20913 (java) S 20894 20897 19474 0 -1 4202560 8419 0 0 0 133 1 0 0 20 0 22 0 28005214 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188288113080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20897/tid=20914] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20914/stat : 20914 (java) S 20894 20897 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28005214 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188287060216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20897/tid=20915] ppid=20894 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/20897/task/20915/stat : 20915 (java) S 20894 20897 19474 0 -1 4202560 50 0 0 0 16 22 0 0 20 0 22 0 28005214 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188286007880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20916] ppid=20894 vsize=9824732 CPUtime=882.47 cores=1,3,5,7
/proc/20897/task/20916/stat : 20916 (java) R 20894 20897 19474 0 -1 4202560 65 0 0 0 88232 15 0 0 20 0 22 0 28005257 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188284527088 140188409104291 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20917] ppid=20894 vsize=9824732 CPUtime=882.54 cores=1,3,5,7
/proc/20897/task/20917/stat : 20917 (java) R 20894 20897 19474 0 -1 4202560 2149 0 0 0 88205 49 0 0 20 0 22 0 28005257 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188283481008 140188409690993 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20897/tid=20918] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20918/stat : 20918 (java) S 20894 20897 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28005258 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188282430760 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20897/tid=20919] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20919/stat : 20919 (java) S 20894 20897 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28005258 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188281378216 270710912937 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 20897 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.301 s]
/proc/loadavg: 4.47 4.31 4.28 5/219 21008
/proc/meminfo: memFree=26122572/32872528 swapFree=1541156/1696500
[pid=20897] ppid=20894 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/20897/stat : 20897 (java) S 20894 20897 19474 0 -1 4202496 34317 0 1 0 179804 204 0 0 20 0 22 0 28005209 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140733510582976 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20897/statm: 2456183 922432 2301 9 0 2446860 0
[pid=20897/tid=20898] ppid=20894 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/20897/task/20898/stat : 20898 (java) S 20894 20897 19474 0 -1 4202560 2489 0 1 0 46 4 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188469146488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20900] ppid=20894 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/20897/task/20900/stat : 20900 (java) S 20894 20897 19474 0 -1 4202560 551 0 0 0 278 18 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188407876520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20897/tid=20901] ppid=20894 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/20897/task/20901/stat : 20901 (java) S 20894 20897 19474 0 -1 4202560 640 0 0 0 270 18 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188406823976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20897/tid=20902] ppid=20894 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/20897/task/20902/stat : 20902 (java) S 20894 20897 19474 0 -1 4202560 568 0 0 0 264 16 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188405770920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20903] ppid=20894 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/20897/task/20903/stat : 20903 (java) S 20894 20897 19474 0 -1 4202560 579 0 0 0 245 16 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188404718376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20897/tid=20904] ppid=20894 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/20897/task/20904/stat : 20904 (java) S 20894 20897 19474 0 -1 4202560 560 0 0 0 258 17 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188308945320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20905] ppid=20894 vsize=9824732 CPUtime=3.24 cores=1,3,5,7
/proc/20897/task/20905/stat : 20905 (java) S 20894 20897 19474 0 -1 4202560 799 0 0 0 305 19 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188307892776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20906] ppid=20894 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/20897/task/20906/stat : 20906 (java) S 20894 20897 19474 0 -1 4202560 605 0 0 0 256 12 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188306839720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20907] ppid=20894 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/20897/task/20907/stat : 20907 (java) S 20894 20897 19474 0 -1 4202560 623 0 0 0 248 18 0 0 20 0 22 0 28005210 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188305787176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20908] ppid=20894 vsize=9824732 CPUtime=3.82 cores=1,3,5,7
/proc/20897/task/20908/stat : 20908 (java) S 20894 20897 19474 0 -1 4202560 2577 0 0 0 371 11 0 0 20 0 22 0 28005212 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188293376872 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20909] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20909/stat : 20909 (java) S 20894 20897 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28005212 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188292323192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20910] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20910/stat : 20910 (java) S 20894 20897 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28005212 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188291270024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20911] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20911/stat : 20911 (java) S 20894 20897 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28005214 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188290218768 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20912] ppid=20894 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/20897/task/20912/stat : 20912 (java) S 20894 20897 19474 0 -1 4202560 12376 0 0 0 192 3 0 0 20 0 22 0 28005214 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188289165624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20913] ppid=20894 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/20897/task/20913/stat : 20913 (java) S 20894 20897 19474 0 -1 4202560 8419 0 0 0 133 1 0 0 20 0 22 0 28005214 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188288113080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20897/tid=20914] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20914/stat : 20914 (java) S 20894 20897 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28005214 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188287060216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20897/tid=20915] ppid=20894 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/20897/task/20915/stat : 20915 (java) S 20894 20897 19474 0 -1 4202560 50 0 0 0 16 22 0 0 20 0 22 0 28005214 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188286007880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20897/tid=20916] ppid=20894 vsize=9824732 CPUtime=882.47 cores=1,3,5,7
/proc/20897/task/20916/stat : 20916 (java) R 20894 20897 19474 0 -1 4202560 65 0 0 0 88232 15 0 0 20 0 22 0 28005257 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188284527088 140188409104291 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20897/tid=20917] ppid=20894 vsize=9824732 CPUtime=882.54 cores=1,3,5,7
/proc/20897/task/20917/stat : 20917 (java) R 20894 20897 19474 0 -1 4202560 2149 0 0 0 88205 49 0 0 20 0 22 0 28005257 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188283481008 140188409690993 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20897/tid=20918] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20918/stat : 20918 (java) S 20894 20897 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28005258 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188282430760 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20897/tid=20919] ppid=20894 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20897/task/20919/stat : 20919 (java) S 20894 20897 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28005258 10060525568 922432 33554432000 1073741824 1073778376 140733510591840 140188281378216 270710912937 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 20897 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=409360
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=560610
# CPU time returned by wait4() is 1795.97
# 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): 895.355
CPU time (s): 1800.08
CPU user time (s): 1798.04
CPU system time (s): 2.04
CPU usage (%): 201.047
Max. virtual memory (cumulated for all children) (KiB): 9825092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.41
system time used= 2.56061
maximum resident set size= 3689844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34352
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23813
involuntary context switches= 26407

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.72728 second user time and 4.70129 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-26 16:01:05
IDJOB=4116806
IDBENCH=109516
IDSOLVER=2543
FILE ID=node125/4116806-1466949665
RUNJOBID= node125-1466943674-19491
PBS_JOBID= 19976354
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size144-round21-4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116806-1466949665/watcher-4116806-1466949665 -o /tmp/evaluation-result-4116806-1466949665/solver-4116806-1466949665 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466943674-19491 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116806-1466949665.opb

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

MD5SUM BENCH= 2032e2b1e3e1c51ff327775ae2661afb
RANDOM SEED=1941178386

node125.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.021
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.021
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.021
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		: 2667.021
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.021
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.021
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		: 2667.021
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.021
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:        29781828 kB
Buffers:            8988 kB
Cached:            38972 kB
SwapCached:         1748 kB
Active:           666476 kB
Inactive:          25500 kB
Active(anon):     645536 kB
Inactive(anon):      448 kB
Active(file):      20940 kB
Inactive(file):    25052 kB
Unevictable:     1696500 kB
Mlocked:         1541156 kB
SwapTotal:      67108856 kB
SwapFree:       67098440 kB
Dirty:              2220 kB
Writeback:             0 kB
AnonPages:       2339660 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             565920 kB
SReclaimable:       9068 kB
SUnreclaim:       556852 kB
KernelStack:        1624 kB
PageTables:         8688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3322656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    757760 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= 71740 MiB
End job on node125 at 2016-06-26 16:16:01