Trace number 4115918

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.07 895.181

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round23-1.opb
MD5SUM73d09bc688f32383f27b8cfd61f2560b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.10	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4115918-1466943355.opb
0.10/0.12	c reading problem ... 
0.10/0.13	c  no objective function found
0.97/0.53	c ... done. Wall clock time 0.405s.
0.97/0.53	c declared #vars     4288
0.97/0.53	c #constraints  10848
0.97/0.53	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.97/0.53	c constraints type 
0.97/0.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.97/0.53	c org.sat4j.specs.Constr$1 => 920
0.97/0.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.97/0.53	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.97/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.97/0.53	c 10848 constraints processed.
0.97/0.53	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.97/0.53	c constraints type 
0.97/0.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.97/0.53	c org.sat4j.specs.Constr$1 => 920
0.97/0.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
0.97/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
0.97/0.53	c org.sat4j.pb.constraints.pb.UnitClausePB => 520
0.97/0.53	c 10848 constraints processed.
4.12/1.42	c cleaning 2494 clauses out of 4998 with flag 16808/5000
6.22/2.10	c cleaning 4239 clauses out of 8505 with flag 38711/11001
7.92/2.94	c cleaning 5621 clauses out of 11265 with flag 70169/18000
10.02/3.90	c cleaning 6804 clauses out of 13645 with flag 105788/26001
12.03/4.95	c cleaning 7913 clauses out of 15841 with flag 147326/35001
14.49/6.19	c cleaning 8943 clauses out of 17927 with flag 194940/45000
17.39/7.59	c cleaning 9991 clauses out of 19984 with flag 249560/56000
20.38/9.06	c cleaning 10953 clauses out of 21995 with flag 312541/68002
23.94/10.78	c cleaning 12002 clauses out of 24040 with flag 382843/81000
27.84/12.60	c cleaning 12990 clauses out of 26038 with flag 461587/95000
31.64/14.57	c cleaning 13998 clauses out of 28048 with flag 544179/110000
36.05/16.71	c cleaning 15014 clauses out of 30053 with flag 633893/126003
37.04/17.27	c cleaning 0 clauses out of 5000 with flag 0/5000
41.19/19.24	c cleaning 16007 clauses out of 32037 with flag 729235/143001
46.40/21.78	c cleaning 16961 clauses out of 34029 with flag 832191/161000
52.33/24.63	c cleaning 17970 clauses out of 36067 with flag 942202/180000
58.53/27.77	c cleaning 19030 clauses out of 38098 with flag 1056795/200001
65.53/31.23	c cleaning 19997 clauses out of 40069 with flag 1179403/221002
73.04/34.92	c cleaning 21027 clauses out of 42073 with flag 1310706/243003
80.64/38.75	c cleaning 21977 clauses out of 44043 with flag 1445391/266000
88.92/42.86	c cleaning 23014 clauses out of 46066 with flag 1590041/290000
97.51/47.14	c cleaning 24014 clauses out of 48052 with flag 1736645/315000
107.03/51.85	c cleaning 24992 clauses out of 50038 with flag 1894235/341000
116.41/56.59	c cleaning 26015 clauses out of 52046 with flag 2052825/368000
127.31/61.91	c cleaning 26989 clauses out of 54032 with flag 2222145/396001
138.00/67.26	c cleaning 27997 clauses out of 56042 with flag 2396963/425000
148.99/72.80	c cleaning 28962 clauses out of 58045 with flag 2578775/455000
160.87/78.67	c cleaning 30040 clauses out of 60083 with flag 2764176/486000
173.37/84.89	c cleaning 30994 clauses out of 62045 with flag 2961668/518002
187.21/91.74	c cleaning 31983 clauses out of 64049 with flag 3163657/551000
201.21/98.75	c cleaning 33022 clauses out of 66066 with flag 3376134/585000
215.48/105.83	c cleaning 33991 clauses out of 68045 with flag 3591042/620001
230.15/113.16	c cleaning 34971 clauses out of 70053 with flag 3816093/656000
245.87/121.39	c cleaning 36027 clauses out of 72082 with flag 4048926/693000
262.11/129.43	c cleaning 36984 clauses out of 74056 with flag 4281543/731001
262.31/129.50	c cleaning 0 clauses out of 11000 with flag 0/11000
278.38/137.54	c cleaning 37999 clauses out of 76071 with flag 4523065/770000
294.27/145.48	c cleaning 39027 clauses out of 78072 with flag 4769878/810000
312.00/154.21	c cleaning 40008 clauses out of 80045 with flag 5025033/851000
330.50/163.45	c cleaning 40968 clauses out of 82038 with flag 5281062/893001
350.39/173.37	c cleaning 42035 clauses out of 84070 with flag 5546506/936001
370.68/183.40	c cleaning 43010 clauses out of 86034 with flag 5818534/980000
391.20/193.68	c cleaning 43964 clauses out of 88024 with flag 6101203/1025000
413.55/204.71	c cleaning 44987 clauses out of 90061 with flag 6383764/1071001
435.82/215.89	c cleaning 46015 clauses out of 92073 with flag 6674491/1118000
459.25/227.43	c cleaning 47010 clauses out of 94058 with flag 6969947/1166000
483.35/239.40	c cleaning 47993 clauses out of 96048 with flag 7270019/1215000
508.87/252.15	c cleaning 48986 clauses out of 98055 with flag 7578010/1265000
536.21/266.23	c cleaning 50016 clauses out of 100069 with flag 7893052/1316000
562.85/279.58	c cleaning 50982 clauses out of 102056 with flag 8216088/1368003
590.57/293.33	c cleaning 52032 clauses out of 104073 with flag 8543832/1421002
620.51/308.30	c cleaning 52957 clauses out of 106039 with flag 8876494/1475000
652.71/324.25	c cleaning 54027 clauses out of 108082 with flag 9215781/1530000
684.62/340.14	c cleaning 54991 clauses out of 110055 with flag 9557950/1586000
718.23/356.88	c cleaning 55995 clauses out of 112066 with flag 9908940/1643002
754.31/374.74	c cleaning 57016 clauses out of 114069 with flag 10261363/1701000
790.26/392.55	c cleaning 57986 clauses out of 116053 with flag 10625292/1760000
828.35/411.42	c cleaning 59008 clauses out of 118067 with flag 10994079/1820000
866.74/430.46	c cleaning 60022 clauses out of 120059 with flag 11370107/1881000
903.95/448.97	c cleaning 61013 clauses out of 122038 with flag 11746070/1943001
942.69/468.26	c cleaning 62000 clauses out of 124024 with flag 12130472/2006000
982.01/487.85	c cleaning 62984 clauses out of 126024 with flag 12519233/2070000
1022.04/507.77	c cleaning 64013 clauses out of 128040 with flag 12913910/2135000
1037.55/515.46	c cleaning 0 clauses out of 18001 with flag 0/18001
1062.70/527.94	c cleaning 65002 clauses out of 130027 with flag 13312882/2201000
1105.83/549.31	c cleaning 65998 clauses out of 132025 with flag 13723570/2268000
1148.27/570.33	c cleaning 66976 clauses out of 134028 with flag 14133947/2336001
1193.66/592.81	c cleaning 67972 clauses out of 136053 with flag 14552796/2405002
1241.92/617.61	c cleaning 69019 clauses out of 138082 with flag 14981701/2475003
1289.99/641.52	c cleaning 69984 clauses out of 140061 with flag 15415189/2546001
1339.62/666.22	c cleaning 71015 clauses out of 142076 with flag 15851465/2618000
1389.05/690.90	c cleaning 71997 clauses out of 144061 with flag 16301166/2691000
1440.18/716.26	c cleaning 72996 clauses out of 146064 with flag 16750227/2765000
1493.01/742.55	c cleaning 73986 clauses out of 148068 with flag 17203527/2840000
1547.16/769.48	c cleaning 75026 clauses out of 150082 with flag 17660505/2916000
1602.94/797.12	c cleaning 75987 clauses out of 152056 with flag 18129038/2993000
1658.90/825.00	c cleaning 77025 clauses out of 154069 with flag 18601266/3071000
1718.60/854.60	c cleaning 77985 clauses out of 156044 with flag 19082324/3150000
1779.75/885.04	c cleaning 78996 clauses out of 158059 with flag 19568154/3230000
1800.07/895.11	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.11	c starts		: 24687
1800.07/895.11	c conflicts		: 3262485
1800.07/895.11	c decisions		: 27521981
1800.07/895.11	c propagations		: 424289674
1800.07/895.11	c inspects		: 8787588175
1800.07/895.11	c shortcuts		: 0
1800.07/895.11	c learnt literals	: 3
1800.07/895.11	c learnt binary clauses	: 53
1800.07/895.11	c learnt ternary clauses	: 796
1800.07/895.11	c learnt constraints	: 3262482
1800.07/895.11	c ignored constraints	: 0
1800.07/895.11	c root simplifications	: 0
1800.07/895.11	c removed literals (reason simplification)	: 2843740
1800.07/895.11	c reason swapping (by a shorter reason)	: 0
1800.07/895.11	c Calls to reduceDB	: 76
1800.07/895.11	c Number of update (reduction) of LBD	: 719506
1800.07/895.11	c Imported unit clauses	: 0
1800.07/895.11	c number of reductions to clauses (during analyze)	: 0
1800.07/895.11	c number of learned constraints concerned by reduction	: 0
1800.07/895.11	c number of learning phase by resolution	: 0
1800.07/895.11	c number of learning phase by cutting planes	: 0
1800.07/895.11	c speed (assignments/second)	: 474294.54821869725
1800.07/895.11	c non guided choices	14093
1800.07/895.14	c learnt constraints type 
1800.07/895.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 53
1800.07/895.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 111495
1800.07/895.14	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.14	c starts		: 49
1800.07/895.14	c conflicts		: 21794
1800.07/895.14	c decisions		: 77458
1800.07/895.14	c propagations		: 2646161
1800.07/895.14	c inspects		: 843287039
1800.07/895.14	c shortcuts		: 0
1800.07/895.14	c learnt literals	: 0
1800.07/895.14	c learnt binary clauses	: 0
1800.07/895.14	c learnt ternary clauses	: 0
1800.07/895.14	c learnt constraints	: 21794
1800.07/895.14	c ignored constraints	: 0
1800.07/895.14	c root simplifications	: 0
1800.07/895.14	c removed literals (reason simplification)	: 0
1800.07/895.14	c reason swapping (by a shorter reason)	: 0
1800.07/895.14	c Calls to reduceDB	: 3
1800.07/895.14	c Number of update (reduction) of LBD	: 0
1800.07/895.14	c Imported unit clauses	: 0
1800.07/895.14	c number of reductions to clauses (during analyze)	: 0
1800.07/895.14	c number of learned constraints concerned by reduction	: 0
1800.07/895.14	c number of learning phase by resolution	: 0
1800.07/895.14	c number of learning phase by cutting planes	: 0
1800.07/895.14	c speed (assignments/second)	: 2957.952899198741
1800.07/895.14	c non guided choices	250
1800.07/895.15	c learnt constraints type 
1800.07/895.15	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 33
1800.07/895.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21761
1800.07/895.15	s UNKNOWN
1800.07/895.15	c Total wall clock time (in seconds): 895.024

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

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

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


[startup+0 s]
/proc/loadavg: 4.22 4.26 4.15 3/197 20777
/proc/meminfo: memFree=27503936/32872528 swapFree=681168/738400
[pid=20777] ppid=20774 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/20777/stat : 20777 (java) R 20774 20777 20053 0 -1 4202496 418 0 0 0 0 0 0 0 20 0 1 0 27375058 9445376 89 33554432000 1073741824 1073778376 140735294247728 140735294244856 213857121692 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20777/statm: 2306 89 71 9 0 38 0

[startup+0.100058 s]
/proc/loadavg: 4.22 4.26 4.15 3/197 20777
/proc/meminfo: memFree=27503936/32872528 swapFree=681168/738400
[pid=20777] ppid=20774 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/20777/stat : 20777 (java) S 20774 20777 20053 0 -1 4202496 4396 0 1 0 9 1 0 0 20 0 18 0 27375058 9787879424 6023 33554432000 1073741824 1073778376 140735294247728 140735294238864 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20777/statm: 2389619 6023 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200266 s]
/proc/loadavg: 4.22 4.26 4.15 3/197 20777
/proc/meminfo: memFree=27503936/32872528 swapFree=681168/738400
[pid=20777] ppid=20774 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/20777/stat : 20777 (java) S 20774 20777 20053 0 -1 4202496 4663 0 1 0 22 1 0 0 20 0 18 0 27375058 9787879424 6761 33554432000 1073741824 1073778376 140735294247728 140735294238864 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20777/statm: 2389619 6761 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300273 s]
/proc/loadavg: 4.22 4.26 4.15 3/197 20777
/proc/meminfo: memFree=27503936/32872528 swapFree=681168/738400
[pid=20777] ppid=20774 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/20777/stat : 20777 (java) S 20774 20777 20053 0 -1 4202496 5813 0 1 0 46 1 0 0 20 0 18 0 27375058 9787879424 8348 33554432000 1073741824 1073778376 140735294247728 140735294238864 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20777/statm: 2389619 8348 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700186 s]
/proc/loadavg: 4.22 4.26 4.15 3/197 20777
/proc/meminfo: memFree=27503936/32872528 swapFree=681168/738400
[pid=20777] ppid=20774 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/20777/stat : 20777 (java) S 20774 20777 20053 0 -1 4202496 12521 0 1 0 162 3 0 0 20 0 22 0 27375058 10060525568 23483 33554432000 1073741824 1073778376 140735294247728 140735294238864 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20777/statm: 2456183 23483 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 4.22 4.26 4.15 7/219 20799
/proc/meminfo: memFree=27357472/32872528 swapFree=681168/738400
[pid=20777] ppid=20774 vsize=9824732 CPUtime=4.52 cores=0,2,4,6
/proc/20777/stat : 20777 (java) S 20774 20777 20053 0 -1 4202496 21834 0 1 0 445 7 0 0 20 0 22 0 27375058 10060525568 47394 33554432000 1073741824 1073778376 140735294247728 140735294238864 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20777/statm: 2456183 47394 2292 9 0 2446860 0
[pid=20777/tid=20779] ppid=20774 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/20777/task/20779/stat : 20779 (java) S 20774 20777 20053 0 -1 4202560 2452 0 1 0 49 1 0 0 20 0 22 0 27375059 10060525568 47394 33554432000 1073741824 1073778376 140735294247728 140116094595960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20780] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20780/stat : 20780 (java) S 20774 20777 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27375060 10060525568 47395 33554432000 1073741824 1073778376 140735294247728 140116067048360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20781] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20781/stat : 20781 (java) S 20774 20777 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27375060 10060525568 47395 33554432000 1073741824 1073778376 140735294247728 140116065995816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20777/tid=20782] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20782/stat : 20782 (java) S 20774 20777 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27375060 10060525568 47395 33554432000 1073741824 1073778376 140735294247728 140116064942760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20783] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20783/stat : 20783 (java) S 20774 20777 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27375060 10060525568 47395 33554432000 1073741824 1073778376 140735294247728 140116063890216 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20777/tid=20784] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20784/stat : 20784 (java) S 20774 20777 20053 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 27375060 10060525568 47395 33554432000 1073741824 1073778376 140735294247728 140116062837160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20785] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20785/stat : 20785 (java) S 20774 20777 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27375060 10060525568 47395 33554432000 1073741824 1073778376 140735294247728 140116061784616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20777/tid=20786] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20786/stat : 20786 (java) S 20774 20777 20053 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 27375060 10060525568 47395 33554432000 1073741824 1073778376 140735294247728 140115931867304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20777/tid=20787] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20787/stat : 20787 (java) S 20774 20777 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27375060 10060525568 47395 33554432000 1073741824 1073778376 140735294247728 140115930814760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20788] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20788/stat : 20788 (java) S 20774 20777 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27375062 10060525568 47395 33554432000 1073741824 1073778376 140735294247728 140115447868264 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20789] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20789/stat : 20789 (java) S 20774 20777 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27375062 10060525568 47395 33554432000 1073741824 1073778376 140735294247728 140115446814584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20790] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20790/stat : 20790 (java) S 20774 20777 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27375062 10060525568 47395 33554432000 1073741824 1073778376 140735294247728 140115445761416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20791] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20791/stat : 20791 (java) S 20774 20777 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27375065 10060525568 47395 33554432000 1073741824 1073778376 140735294247728 140115444710160 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20792] ppid=20774 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/20777/task/20792/stat : 20792 (java) R 20774 20777 20053 0 -1 4202560 10496 0 0 0 104 2 0 0 20 0 22 0 27375065 10060525568 47395 33554432000 1073741824 1073778376 140735294247728 140115443657016 140116100548283 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20777/tid=20793] ppid=20774 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/20777/task/20793/stat : 20793 (java) R 20774 20777 20053 0 -1 4202560 7486 0 0 0 100 1 0 0 20 0 22 0 27375065 10060525568 47395 33554432000 1073741824 1073778376 140735294247728 140115442581720 140116100558016 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20794] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20794/stat : 20794 (java) S 20774 20777 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27375065 10060525568 47395 33554432000 1073741824 1073778376 140735294247728 140115441551608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20777/tid=20795] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20795/stat : 20795 (java) S 20774 20777 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27375065 10060525568 47395 33554432000 1073741824 1073778376 140735294247728 140115440499272 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20796] ppid=20774 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/20777/task/20796/stat : 20796 (java) R 20774 20777 20053 0 -1 4202560 17 0 0 0 91 0 0 0 20 0 22 0 27375112 10060525568 47395 33554432000 1073741824 1073778376 140735294247728 140115439444984 140115943656615 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20797] ppid=20774 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/20777/task/20797/stat : 20797 (java) R 20774 20777 20053 0 -1 4202560 72 0 0 0 90 2 0 0 20 0 22 0 27375112 10060525568 47395 33554432000 1073741824 1073778376 140735294247728 140115438392000 140115943648164 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20777/tid=20798] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20798/stat : 20798 (java) S 20774 20777 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27375113 10060525568 47395 33554432000 1073741824 1073778376 140735294247728 140115437339944 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20777/tid=20799] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20799/stat : 20799 (java) S 20774 20777 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27375113 10060525568 47395 33554432000 1073741824 1073778376 140735294247728 140115436287400 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 9824732

[startup+3.10085 s]
/proc/loadavg: 4.22 4.26 4.15 5/219 20799
/proc/meminfo: memFree=27304884/32872528 swapFree=681168/738400
[pid=20777] ppid=20774 vsize=9824732 CPUtime=8.33 cores=0,2,4,6
/proc/20777/stat : 20777 (java) S 20774 20777 20053 0 -1 4202496 24457 0 1 0 817 16 0 0 20 0 22 0 27375058 10060525568 87078 33554432000 1073741824 1073778376 140735294247728 140735294238864 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20777/statm: 2456183 87078 2292 9 0 2446860 0
[pid=20777/tid=20779] ppid=20774 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/20777/task/20779/stat : 20779 (java) S 20774 20777 20053 0 -1 4202560 2452 0 1 0 49 1 0 0 20 0 22 0 27375059 10060525568 87078 33554432000 1073741824 1073778376 140735294247728 140116094595960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20780] ppid=20774 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/20777/task/20780/stat : 20780 (java) S 20774 20777 20053 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 27375060 10060525568 87078 33554432000 1073741824 1073778376 140735294247728 140116067048360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20781] ppid=20774 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/20777/task/20781/stat : 20781 (java) S 20774 20777 20053 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 27375060 10060525568 87078 33554432000 1073741824 1073778376 140735294247728 140116065995816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20782] ppid=20774 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/20777/task/20782/stat : 20782 (java) S 20774 20777 20053 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 27375060 10060525568 87078 33554432000 1073741824 1073778376 140735294247728 140116064942760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20777/tid=20783] ppid=20774 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20777/task/20783/stat : 20783 (java) S 20774 20777 20053 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 27375060 10060525568 87078 33554432000 1073741824 1073778376 140735294247728 140116063890216 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20777/tid=20784] ppid=20774 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/20777/task/20784/stat : 20784 (java) S 20774 20777 20053 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 27375060 10060525568 87078 33554432000 1073741824 1073778376 140735294247728 140116062837160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20777/tid=20785] ppid=20774 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/20777/task/20785/stat : 20785 (java) S 20774 20777 20053 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 22 0 27375060 10060525568 87078 33554432000 1073741824 1073778376 140735294247728 140116061784616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20786] ppid=20774 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20777/task/20786/stat : 20786 (java) S 20774 20777 20053 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 22 0 27375060 10060525568 87078 33554432000 1073741824 1073778376 140735294247728 140115931867304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20787] ppid=20774 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/20777/task/20787/stat : 20787 (java) S 20774 20777 20053 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 22 0 27375060 10060525568 87078 33554432000 1073741824 1073778376 140735294247728 140115930814760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20788] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20788/stat : 20788 (java) S 20774 20777 20053 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 27375062 10060525568 87078 33554432000 1073741824 1073778376 140735294247728 140115447868264 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20789] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20789/stat : 20789 (java) S 20774 20777 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27375062 10060525568 87078 33554432000 1073741824 1073778376 140735294247728 140115446814584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20790] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20790/stat : 20790 (java) S 20774 20777 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27375062 10060525568 87078 33554432000 1073741824 1073778376 140735294247728 140115445761416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20791] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20791/stat : 20791 (java) S 20774 20777 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27375065 10060525568 87078 33554432000 1073741824 1073778376 140735294247728 140115444710160 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20792] ppid=20774 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/20777/task/20792/stat : 20792 (java) S 20774 20777 20053 0 -1 4202560 12219 0 0 0 126 3 0 0 20 0 22 0 27375065 10060525568 87078 33554432000 1073741824 1073778376 140735294247728 140115443657016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20777/tid=20793] ppid=20774 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/20777/task/20793/stat : 20793 (java) S 20774 20777 20053 0 -1 4202560 8014 0 0 0 124 2 0 0 20 0 22 0 27375065 10060525568 87078 33554432000 1073741824 1073778376 140735294247728 140115442604472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20794] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20794/stat : 20794 (java) S 20774 20777 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27375065 10060525568 87078 33554432000 1073741824 1073778376 140735294247728 140115441551608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20777/tid=20795] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20795/stat : 20795 (java) S 20774 20777 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27375065 10060525568 87078 33554432000 1073741824 1073778376 140735294247728 140115440499272 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20796] ppid=20774 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/20777/task/20796/stat : 20796 (java) R 20774 20777 20053 0 -1 4202560 22 0 0 0 241 0 0 0 20 0 22 0 27375112 10060525568 87078 33554432000 1073741824 1073778376 140735294247728 140115439436192 140115943657238 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20797] ppid=20774 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/20777/task/20797/stat : 20797 (java) R 20774 20777 20053 0 -1 4202560 121 0 0 0 237 3 0 0 20 0 22 0 27375112 10060525568 87078 33554432000 1073741824 1073778376 140735294247728 140115438391408 140115943630465 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20777/tid=20798] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20798/stat : 20798 (java) S 20774 20777 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27375113 10060525568 87078 33554432000 1073741824 1073778376 140735294247728 140115437339944 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20777/tid=20799] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20799/stat : 20799 (java) S 20774 20777 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27375113 10060525568 87078 33554432000 1073741824 1073778376 140735294247728 140115436287400 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.33
Current children cumulated vsize (KiB) 9824732

[startup+6.30086 s]
/proc/loadavg: 4.28 4.28 4.15 5/219 20799
/proc/meminfo: memFree=26887192/32872528 swapFree=681168/738400
[pid=20777] ppid=20774 vsize=9824732 CPUtime=14.91 cores=0,2,4,6
/proc/20777/stat : 20777 (java) S 20774 20777 20053 0 -1 4202496 25397 0 1 0 1467 24 0 0 20 0 22 0 27375058 10060525568 156110 33554432000 1073741824 1073778376 140735294247728 140735294238864 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20777/statm: 2456183 156110 2292 9 0 2446860 0
[pid=20777/tid=20779] ppid=20774 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/20777/task/20779/stat : 20779 (java) S 20774 20777 20053 0 -1 4202560 2452 0 1 0 49 1 0 0 20 0 22 0 27375059 10060525568 156110 33554432000 1073741824 1073778376 140735294247728 140116094595960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20780] ppid=20774 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/20777/task/20780/stat : 20780 (java) S 20774 20777 20053 0 -1 4202560 147 0 0 0 6 0 0 0 20 0 22 0 27375060 10060525568 156110 33554432000 1073741824 1073778376 140735294247728 140116067048360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20781] ppid=20774 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/20777/task/20781/stat : 20781 (java) S 20774 20777 20053 0 -1 4202560 142 0 0 0 5 2 0 0 20 0 22 0 27375060 10060525568 156110 33554432000 1073741824 1073778376 140735294247728 140116065995816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20782] ppid=20774 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20777/task/20782/stat : 20782 (java) S 20774 20777 20053 0 -1 4202560 29 0 0 0 5 0 0 0 20 0 22 0 27375060 10060525568 156110 33554432000 1073741824 1073778376 140735294247728 140116064942760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20783] ppid=20774 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/20777/task/20783/stat : 20783 (java) S 20774 20777 20053 0 -1 4202560 158 0 0 0 7 2 0 0 20 0 22 0 27375060 10060525568 156110 33554432000 1073741824 1073778376 140735294247728 140116063890216 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20777/tid=20784] ppid=20774 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/20777/task/20784/stat : 20784 (java) S 20774 20777 20053 0 -1 4202560 143 0 0 0 5 2 0 0 20 0 22 0 27375060 10060525568 156110 33554432000 1073741824 1073778376 140735294247728 140116062837160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20785] ppid=20774 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/20777/task/20785/stat : 20785 (java) S 20774 20777 20053 0 -1 4202560 36 0 0 0 5 1 0 0 20 0 22 0 27375060 10060525568 156110 33554432000 1073741824 1073778376 140735294247728 140116061784616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20786] ppid=20774 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/20777/task/20786/stat : 20786 (java) S 20774 20777 20053 0 -1 4202560 49 0 0 0 7 2 0 0 20 0 22 0 27375060 10060525568 156110 33554432000 1073741824 1073778376 140735294247728 140115931867304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20777/tid=20787] ppid=20774 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/20777/task/20787/stat : 20787 (java) S 20774 20777 20053 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 27375060 10060525568 156110 33554432000 1073741824 1073778376 140735294247728 140115930814760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20788] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20788/stat : 20788 (java) S 20774 20777 20053 0 -1 4202560 459 0 0 0 0 0 0 0 20 0 22 0 27375062 10060525568 156110 33554432000 1073741824 1073778376 140735294247728 140115447868264 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20789] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20789/stat : 20789 (java) S 20774 20777 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27375062 10060525568 156110 33554432000 1073741824 1073778376 140735294247728 140115446814584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20790] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20790/stat : 20790 (java) S 20774 20777 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27375062 10060525568 156110 33554432000 1073741824 1073778376 140735294247728 140115445761416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20791] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20791/stat : 20791 (java) S 20774 20777 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27375065 10060525568 156110 33554432000 1073741824 1073778376 140735294247728 140115444710160 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20792] ppid=20774 vsize=9824732 CPUtime=1.36 cores=0,2,4,6

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

/proc/20777/task/20782/stat : 20782 (java) S 20774 20777 20053 0 -1 4202560 834 0 0 0 287 17 0 0 20 0 22 0 27375060 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140116064942760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20777/tid=20783] ppid=20774 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/20777/task/20783/stat : 20783 (java) S 20774 20777 20053 0 -1 4202560 761 0 0 0 269 12 0 0 20 0 22 0 27375060 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140116063890216 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20777/tid=20784] ppid=20774 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/20777/task/20784/stat : 20784 (java) S 20774 20777 20053 0 -1 4202560 811 0 0 0 254 15 0 0 20 0 22 0 27375060 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140116062837160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20777/tid=20785] ppid=20774 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/20777/task/20785/stat : 20785 (java) S 20774 20777 20053 0 -1 4202560 781 0 0 0 277 15 0 0 20 0 22 0 27375060 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140116061784616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20777/tid=20786] ppid=20774 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/20777/task/20786/stat : 20786 (java) S 20774 20777 20053 0 -1 4202560 690 0 0 0 252 15 0 0 20 0 22 0 27375060 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115931867304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20787] ppid=20774 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/20777/task/20787/stat : 20787 (java) S 20774 20777 20053 0 -1 4202560 604 0 0 0 255 13 0 0 20 0 22 0 27375060 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115930814760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20788] ppid=20774 vsize=9824732 CPUtime=3.56 cores=0,2,4,6
/proc/20777/task/20788/stat : 20788 (java) S 20774 20777 20053 0 -1 4202560 2304 0 0 0 350 6 0 0 20 0 22 0 27375062 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115447868264 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20789] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20789/stat : 20789 (java) S 20774 20777 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27375062 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115446814584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20790] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20790/stat : 20790 (java) S 20774 20777 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27375062 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115445761416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20791] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20791/stat : 20791 (java) S 20774 20777 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27375065 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115444710160 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20792] ppid=20774 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/20777/task/20792/stat : 20792 (java) S 20774 20777 20053 0 -1 4202560 15114 0 0 0 175 3 0 0 20 0 22 0 27375065 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115443657016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20777/tid=20793] ppid=20774 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/20777/task/20793/stat : 20793 (java) S 20774 20777 20053 0 -1 4202560 8023 0 0 0 132 2 0 0 20 0 22 0 27375065 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115442604472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20777/tid=20794] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20794/stat : 20794 (java) S 20774 20777 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27375065 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115441551608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20777/tid=20795] ppid=20774 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/20777/task/20795/stat : 20795 (java) S 20774 20777 20053 0 -1 4202560 51 0 0 0 14 20 0 0 20 0 22 0 27375065 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115440499272 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20796] ppid=20774 vsize=9824732 CPUtime=869.52 cores=0,2,4,6
/proc/20777/task/20796/stat : 20796 (java) R 20774 20777 20053 0 -1 4202560 78 0 0 0 86937 15 0 0 20 0 22 0 27375112 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115439443968 140115943649225 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20797] ppid=20774 vsize=9824732 CPUtime=869.67 cores=0,2,4,6
/proc/20777/task/20797/stat : 20797 (java) R 20774 20777 20053 0 -1 4202560 1779 0 0 0 86918 49 0 0 20 0 22 0 27375112 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115438392384 140115943801028 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20777/tid=20798] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20798/stat : 20798 (java) S 20774 20777 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27375113 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115437339944 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20777/tid=20799] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20799/stat : 20799 (java) S 20774 20777 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27375113 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115436287400 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1774.26
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.101 s]
/proc/loadavg: 4.27 4.23 4.15 6/220 20891
/proc/meminfo: memFree=23863720/32872528 swapFree=681168/738400
[pid=20777] ppid=20774 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/20777/stat : 20777 (java) S 20774 20777 20053 0 -1 4202496 37089 0 1 0 179819 188 0 0 20 0 22 0 27375058 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140735294238864 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20777/statm: 2456183 933806 2301 9 0 2446860 0
[pid=20777/tid=20779] ppid=20774 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/20777/task/20779/stat : 20779 (java) S 20774 20777 20053 0 -1 4202560 2454 0 1 0 51 4 0 0 20 0 22 0 27375059 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140116094595960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20780] ppid=20774 vsize=9824732 CPUtime=3.23 cores=0,2,4,6
/proc/20777/task/20780/stat : 20780 (java) S 20774 20777 20053 0 -1 4202560 828 0 0 0 305 18 0 0 20 0 22 0 27375060 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140116067048360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20781] ppid=20774 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/20777/task/20781/stat : 20781 (java) S 20774 20777 20053 0 -1 4202560 707 0 0 0 288 18 0 0 20 0 22 0 27375060 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140116065995816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20777/tid=20782] ppid=20774 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/20777/task/20782/stat : 20782 (java) S 20774 20777 20053 0 -1 4202560 834 0 0 0 291 17 0 0 20 0 22 0 27375060 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140116064942760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20777/tid=20783] ppid=20774 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/20777/task/20783/stat : 20783 (java) S 20774 20777 20053 0 -1 4202560 761 0 0 0 272 12 0 0 20 0 22 0 27375060 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140116063890216 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20784] ppid=20774 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/20777/task/20784/stat : 20784 (java) S 20774 20777 20053 0 -1 4202560 811 0 0 0 265 15 0 0 20 0 22 0 27375060 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140116062837160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20785] ppid=20774 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/20777/task/20785/stat : 20785 (java) S 20774 20777 20053 0 -1 4202560 781 0 0 0 284 15 0 0 20 0 22 0 27375060 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140116061784616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20786] ppid=20774 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/20777/task/20786/stat : 20786 (java) S 20774 20777 20053 0 -1 4202560 690 0 0 0 260 15 0 0 20 0 22 0 27375060 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115931867304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20787] ppid=20774 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/20777/task/20787/stat : 20787 (java) S 20774 20777 20053 0 -1 4202560 604 0 0 0 260 13 0 0 20 0 22 0 27375060 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115930814760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20788] ppid=20774 vsize=9824732 CPUtime=3.56 cores=0,2,4,6
/proc/20777/task/20788/stat : 20788 (java) S 20774 20777 20053 0 -1 4202560 2308 0 0 0 350 6 0 0 20 0 22 0 27375062 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115447868264 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20789] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20789/stat : 20789 (java) S 20774 20777 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27375062 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115446814584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20790] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20790/stat : 20790 (java) S 20774 20777 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27375062 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115445761416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20791] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20791/stat : 20791 (java) S 20774 20777 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27375065 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115444710160 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20792] ppid=20774 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/20777/task/20792/stat : 20792 (java) S 20774 20777 20053 0 -1 4202560 15114 0 0 0 175 3 0 0 20 0 22 0 27375065 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115443657016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20777/tid=20793] ppid=20774 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/20777/task/20793/stat : 20793 (java) S 20774 20777 20053 0 -1 4202560 8023 0 0 0 132 2 0 0 20 0 22 0 27375065 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115442604472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20777/tid=20794] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20794/stat : 20794 (java) S 20774 20777 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27375065 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115441551608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20777/tid=20795] ppid=20774 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/20777/task/20795/stat : 20795 (java) S 20774 20777 20053 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 27375065 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115440499272 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20796] ppid=20774 vsize=9824732 CPUtime=882.16 cores=0,2,4,6
/proc/20777/task/20796/stat : 20796 (java) R 20774 20777 20053 0 -1 4202560 78 0 0 0 88201 15 0 0 20 0 22 0 27375112 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115439443968 140115943656620 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20797] ppid=20774 vsize=9824732 CPUtime=882.32 cores=0,2,4,6
/proc/20777/task/20797/stat : 20797 (java) R 20774 20777 20053 0 -1 4202560 1781 0 0 0 88183 49 0 0 20 0 22 0 27375112 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115438392464 140115943648234 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20777/tid=20798] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20798/stat : 20798 (java) S 20774 20777 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27375113 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115437339944 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20777/tid=20799] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20799/stat : 20799 (java) S 20774 20777 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27375113 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115436287400 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 20777 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.101 s]
/proc/loadavg: 4.27 4.23 4.15 6/220 20891
/proc/meminfo: memFree=23863720/32872528 swapFree=681168/738400
[pid=20777] ppid=20774 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/20777/stat : 20777 (java) S 20774 20777 20053 0 -1 4202496 37089 0 1 0 179819 188 0 0 20 0 22 0 27375058 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140735294238864 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20777/statm: 2456183 933806 2301 9 0 2446860 0
[pid=20777/tid=20779] ppid=20774 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/20777/task/20779/stat : 20779 (java) S 20774 20777 20053 0 -1 4202560 2454 0 1 0 51 4 0 0 20 0 22 0 27375059 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140116094595960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20780] ppid=20774 vsize=9824732 CPUtime=3.23 cores=0,2,4,6
/proc/20777/task/20780/stat : 20780 (java) S 20774 20777 20053 0 -1 4202560 828 0 0 0 305 18 0 0 20 0 22 0 27375060 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140116067048360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20781] ppid=20774 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/20777/task/20781/stat : 20781 (java) S 20774 20777 20053 0 -1 4202560 707 0 0 0 288 18 0 0 20 0 22 0 27375060 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140116065995816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20777/tid=20782] ppid=20774 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/20777/task/20782/stat : 20782 (java) S 20774 20777 20053 0 -1 4202560 834 0 0 0 291 17 0 0 20 0 22 0 27375060 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140116064942760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20777/tid=20783] ppid=20774 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/20777/task/20783/stat : 20783 (java) S 20774 20777 20053 0 -1 4202560 761 0 0 0 272 12 0 0 20 0 22 0 27375060 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140116063890216 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20784] ppid=20774 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/20777/task/20784/stat : 20784 (java) S 20774 20777 20053 0 -1 4202560 811 0 0 0 265 15 0 0 20 0 22 0 27375060 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140116062837160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20785] ppid=20774 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/20777/task/20785/stat : 20785 (java) S 20774 20777 20053 0 -1 4202560 781 0 0 0 284 15 0 0 20 0 22 0 27375060 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140116061784616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20786] ppid=20774 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/20777/task/20786/stat : 20786 (java) S 20774 20777 20053 0 -1 4202560 690 0 0 0 260 15 0 0 20 0 22 0 27375060 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115931867304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20787] ppid=20774 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/20777/task/20787/stat : 20787 (java) S 20774 20777 20053 0 -1 4202560 604 0 0 0 260 13 0 0 20 0 22 0 27375060 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115930814760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20777/tid=20788] ppid=20774 vsize=9824732 CPUtime=3.56 cores=0,2,4,6
/proc/20777/task/20788/stat : 20788 (java) S 20774 20777 20053 0 -1 4202560 2308 0 0 0 350 6 0 0 20 0 22 0 27375062 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115447868264 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20789] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20789/stat : 20789 (java) S 20774 20777 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27375062 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115446814584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20790] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20790/stat : 20790 (java) S 20774 20777 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27375062 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115445761416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20791] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20791/stat : 20791 (java) S 20774 20777 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27375065 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115444710160 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20792] ppid=20774 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/20777/task/20792/stat : 20792 (java) S 20774 20777 20053 0 -1 4202560 15114 0 0 0 175 3 0 0 20 0 22 0 27375065 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115443657016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20777/tid=20793] ppid=20774 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/20777/task/20793/stat : 20793 (java) S 20774 20777 20053 0 -1 4202560 8023 0 0 0 132 2 0 0 20 0 22 0 27375065 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115442604472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20777/tid=20794] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20794/stat : 20794 (java) S 20774 20777 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27375065 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115441551608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20777/tid=20795] ppid=20774 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/20777/task/20795/stat : 20795 (java) S 20774 20777 20053 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 27375065 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115440499272 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20796] ppid=20774 vsize=9824732 CPUtime=882.16 cores=0,2,4,6
/proc/20777/task/20796/stat : 20796 (java) R 20774 20777 20053 0 -1 4202560 78 0 0 0 88201 15 0 0 20 0 22 0 27375112 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115439443968 140115943656620 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20777/tid=20797] ppid=20774 vsize=9824732 CPUtime=882.32 cores=0,2,4,6
/proc/20777/task/20797/stat : 20797 (java) R 20774 20777 20053 0 -1 4202560 1781 0 0 0 88183 49 0 0 20 0 22 0 27375112 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115438392464 140115943648234 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20777/tid=20798] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20798/stat : 20798 (java) S 20774 20777 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27375113 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115437339944 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20777/tid=20799] ppid=20774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20777/task/20799/stat : 20799 (java) S 20774 20777 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27375113 10060525568 933806 33554432000 1073741824 1073778376 140735294247728 140115436287400 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 895.181
CPU time (s): 1800.07
CPU user time (s): 1798.19
CPU system time (s): 1.88
CPU usage (%): 201.084
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.59
system time used= 2.39164
maximum resident set size= 3735344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37122
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24423
involuntary context switches= 24552

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.04308 second user time and 6.80596 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-26 14:15:56
IDJOB=4115918
IDBENCH=109405
IDSOLVER=2543
FILE ID=node112/4115918-1466943355
RUNJOBID= node112-1466939767-20069
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-size144-round23-1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4115918-1466943355/watcher-4115918-1466943355 -o /tmp/evaluation-result-4115918-1466943355/solver-4115918-1466943355 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20069 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4115918-1466943355.opb

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

MD5SUM BENCH= 73d09bc688f32383f27b8cfd61f2560b
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:        27504596 kB
Buffers:            7320 kB
Cached:           146680 kB
SwapCached:         1708 kB
Active:          3785644 kB
Inactive:         133460 kB
Active(anon):    3765188 kB
Inactive(anon):     2540 kB
Active(file):      20456 kB
Inactive(file):   130920 kB
Unevictable:      738400 kB
Mlocked:          681168 kB
SwapTotal:      67108856 kB
SwapFree:       67098660 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:       4539480 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             565056 kB
SReclaimable:       8888 kB
SUnreclaim:       556168 kB
KernelStack:        1808 kB
PageTables:        12960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4871548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3786752 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:30:51