Trace number 4116046

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.09 895.576

General information on the benchmark

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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@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-4116046-1466946363.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.78/0.48	c ... done. Wall clock time 0.378s.
0.78/0.48	c declared #vars     4128
0.78/0.48	c #constraints  10048
0.78/0.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.78/0.49	c constraints type 
0.78/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.78/0.49	c org.sat4j.specs.Constr$1 => 936
0.78/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.78/0.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.78/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.78/0.49	c 10048 constraints processed.
0.78/0.49	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.78/0.49	c constraints type 
0.78/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.78/0.49	c org.sat4j.specs.Constr$1 => 936
0.78/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
0.78/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
0.78/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 536
0.78/0.49	c 10048 constraints processed.
4.62/1.53	c cleaning 2496 clauses out of 4996 with flag 15944/5000
6.55/2.16	c cleaning 4240 clauses out of 8500 with flag 38937/11000
8.19/2.90	c cleaning 5625 clauses out of 11260 with flag 68657/18000
9.84/3.78	c cleaning 6802 clauses out of 13635 with flag 105722/26000
12.10/4.87	c cleaning 7898 clauses out of 15834 with flag 147275/35001
14.58/6.07	c cleaning 8965 clauses out of 17935 with flag 193771/45000
17.18/7.37	c cleaning 9977 clauses out of 19970 with flag 249490/56000
20.50/8.97	c cleaning 10970 clauses out of 21993 with flag 309926/68000
23.89/10.60	c cleaning 11991 clauses out of 24024 with flag 375667/81001
27.60/12.50	c cleaning 12972 clauses out of 26032 with flag 450308/95000
32.00/14.63	c cleaning 14016 clauses out of 28060 with flag 530623/110000
36.59/16.98	c cleaning 15013 clauses out of 30046 with flag 618315/126002
41.92/19.56	c cleaning 15983 clauses out of 32034 with flag 711839/143003
42.76/19.92	c cleaning 0 clauses out of 5000 with flag 0/5000
47.17/22.18	c cleaning 17021 clauses out of 34051 with flag 812790/161003
53.37/25.09	c cleaning 18007 clauses out of 36027 with flag 919102/180000
59.56/28.10	c cleaning 18955 clauses out of 38020 with flag 1034402/200000
65.98/31.35	c cleaning 20013 clauses out of 40065 with flag 1156424/221000
73.10/34.87	c cleaning 21011 clauses out of 42053 with flag 1284800/243001
80.51/38.57	c cleaning 22019 clauses out of 44041 with flag 1418155/266000
88.78/42.62	c cleaning 22977 clauses out of 46022 with flag 1557782/290000
97.18/46.80	c cleaning 23975 clauses out of 48046 with flag 1704149/315001
106.48/51.44	c cleaning 25011 clauses out of 50070 with flag 1854604/341000
116.68/56.54	c cleaning 25989 clauses out of 52060 with flag 2012476/368001
127.20/61.77	c cleaning 27024 clauses out of 54071 with flag 2176305/396001
137.79/67.06	c cleaning 28022 clauses out of 56047 with flag 2349422/425001
149.10/72.66	c cleaning 28965 clauses out of 58024 with flag 2526120/455000
160.99/78.54	c cleaning 29989 clauses out of 60061 with flag 2708399/486002
173.60/84.88	c cleaning 31010 clauses out of 62071 with flag 2902702/518001
187.27/91.69	c cleaning 32005 clauses out of 64062 with flag 3098214/551002
201.35/98.68	c cleaning 33008 clauses out of 66056 with flag 3301421/585001
215.82/105.83	c cleaning 34012 clauses out of 68047 with flag 3511152/620000
231.13/113.45	c cleaning 34989 clauses out of 70035 with flag 3726060/656000
247.68/122.06	c cleaning 35975 clauses out of 72048 with flag 3948731/693002
264.12/130.26	c cleaning 37015 clauses out of 74073 with flag 4174429/731002
281.61/138.99	c cleaning 38017 clauses out of 76056 with flag 4410188/770000
282.81/139.55	c cleaning 0 clauses out of 11000 with flag 0/11000
299.68/147.96	c cleaning 39003 clauses out of 78039 with flag 4650400/810000
318.79/157.42	c cleaning 39994 clauses out of 80036 with flag 4899059/851000
338.27/167.10	c cleaning 40985 clauses out of 82042 with flag 5157197/893000
359.93/177.98	c cleaning 42008 clauses out of 84057 with flag 5421968/936000
381.24/188.59	c cleaning 43007 clauses out of 86050 with flag 5688442/980001
403.57/199.60	c cleaning 44006 clauses out of 88042 with flag 5965748/1025000
426.22/210.87	c cleaning 44957 clauses out of 90037 with flag 6245353/1071001
449.93/222.67	c cleaning 46009 clauses out of 92079 with flag 6536647/1118000
474.84/235.02	c cleaning 47017 clauses out of 94072 with flag 6834222/1166002
500.06/247.59	c cleaning 48014 clauses out of 96055 with flag 7138886/1215002
528.76/261.84	c cleaning 49017 clauses out of 98039 with flag 7450870/1265000
558.96/276.80	c cleaning 49951 clauses out of 100024 with flag 7768684/1316002
588.23/291.40	c cleaning 51031 clauses out of 102072 with flag 8093776/1368001
619.72/307.65	c cleaning 52013 clauses out of 104040 with flag 8424238/1421000
649.76/322.63	c cleaning 53012 clauses out of 106027 with flag 8757369/1475000
680.92/338.16	c cleaning 53968 clauses out of 108017 with flag 9097085/1530002
713.44/354.30	c cleaning 55016 clauses out of 110047 with flag 9446137/1586000
746.46/370.78	c cleaning 55999 clauses out of 112031 with flag 9800533/1643000
781.31/388.00	c cleaning 56989 clauses out of 114033 with flag 10160728/1701001
817.04/405.85	c cleaning 58005 clauses out of 116044 with flag 10525324/1760001
853.54/423.94	c cleaning 59002 clauses out of 118038 with flag 10895851/1820000
890.97/442.59	c cleaning 60012 clauses out of 120036 with flag 11272709/1881000
931.19/462.59	c cleaning 60999 clauses out of 122024 with flag 11656309/1943000
973.77/483.64	c cleaning 61999 clauses out of 124025 with flag 12049474/2006000
975.77/484.65	c cleaning 0 clauses out of 18001 with flag 0/18001
1016.30/504.78	c cleaning 62987 clauses out of 126027 with flag 12443335/2070001
1059.39/526.17	c cleaning 63979 clauses out of 128039 with flag 12841423/2135000
1103.54/548.11	c cleaning 65010 clauses out of 130060 with flag 13250344/2201000
1150.49/571.58	c cleaning 65985 clauses out of 132050 with flag 13659154/2268000
1197.40/594.80	c cleaning 67004 clauses out of 134066 with flag 14079968/2336001
1243.78/618.88	c cleaning 68015 clauses out of 136063 with flag 14499958/2405002
1288.87/641.39	c cleaning 69003 clauses out of 138046 with flag 14931173/2475000
1338.44/666.06	c cleaning 70000 clauses out of 140043 with flag 15361551/2546000
1390.41/691.84	c cleaning 71020 clauses out of 142043 with flag 15801735/2618000
1446.41/719.69	c cleaning 71999 clauses out of 144024 with flag 16243380/2691001
1503.79/748.12	c cleaning 72982 clauses out of 146024 with flag 16695385/2765000
1562.40/777.25	c cleaning 73978 clauses out of 148043 with flag 17152685/2840001
1620.43/806.10	c cleaning 74990 clauses out of 150064 with flag 17614964/2916000
1680.69/836.19	c cleaning 76000 clauses out of 152074 with flag 18076850/2993000
1740.47/865.83	c cleaning 77011 clauses out of 154074 with flag 18548812/3071000
1800.09/895.51	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/895.51	c starts		: 27411
1800.09/895.51	c conflicts		: 3148272
1800.09/895.51	c decisions		: 26293495
1800.09/895.51	c propagations		: 403235138
1800.09/895.51	c inspects		: 8943301563
1800.09/895.51	c shortcuts		: 0
1800.09/895.51	c learnt literals	: 4
1800.09/895.51	c learnt binary clauses	: 80
1800.09/895.51	c learnt ternary clauses	: 830
1800.09/895.51	c learnt constraints	: 3148268
1800.09/895.51	c ignored constraints	: 0
1800.09/895.51	c root simplifications	: 0
1800.09/895.51	c removed literals (reason simplification)	: 2695061
1800.09/895.51	c reason swapping (by a shorter reason)	: 0
1800.09/895.51	c Calls to reduceDB	: 74
1800.09/895.51	c Number of update (reduction) of LBD	: 682525
1800.09/895.51	c Imported unit clauses	: 0
1800.09/895.51	c number of reductions to clauses (during analyze)	: 0
1800.09/895.51	c number of learned constraints concerned by reduction	: 0
1800.09/895.51	c number of learning phase by resolution	: 0
1800.09/895.51	c number of learning phase by cutting planes	: 0
1800.09/895.51	c speed (assignments/second)	: 450540.04004451376
1800.09/895.51	c non guided choices	8222
1800.09/895.54	c learnt constraints type 
1800.09/895.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 80
1800.09/895.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 154255
1800.09/895.54	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/895.54	c starts		: 49
1800.09/895.54	c conflicts		: 21579
1800.09/895.54	c decisions		: 69885
1800.09/895.54	c propagations		: 2565580
1800.09/895.54	c inspects		: 827076771
1800.09/895.54	c shortcuts		: 0
1800.09/895.54	c learnt literals	: 0
1800.09/895.54	c learnt binary clauses	: 0
1800.09/895.54	c learnt ternary clauses	: 0
1800.09/895.54	c learnt constraints	: 21579
1800.09/895.54	c ignored constraints	: 0
1800.09/895.54	c root simplifications	: 0
1800.09/895.54	c removed literals (reason simplification)	: 0
1800.09/895.54	c reason swapping (by a shorter reason)	: 0
1800.09/895.54	c Calls to reduceDB	: 3
1800.09/895.54	c Number of update (reduction) of LBD	: 0
1800.09/895.54	c Imported unit clauses	: 0
1800.09/895.54	c number of reductions to clauses (during analyze)	: 0
1800.09/895.54	c number of learned constraints concerned by reduction	: 0
1800.09/895.54	c number of learning phase by resolution	: 0
1800.09/895.54	c number of learning phase by cutting planes	: 0
1800.09/895.54	c speed (assignments/second)	: 2866.5570209742077
1800.09/895.54	c non guided choices	211
1800.09/895.55	c learnt constraints type 
1800.09/895.55	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 14
1800.09/895.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21565
1800.09/895.55	s UNKNOWN
1800.09/895.55	c Total wall clock time (in seconds): 895.44

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

pid=20038
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.28 4.28 4.13 5/197 20041
/proc/meminfo: memFree=30249996/32872528 swapFree=1541156/1696500
[pid=20041] ppid=20038 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20041/stat : 20041 (java) S 20038 20041 19474 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 27674990 98570240 978 33554432000 1073741824 1073778376 140736109432240 140736109423376 270710898749 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20041/statm: 24065 978 743 9 0 16771 0
[pid=20041/tid=20042] ppid=20038 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20042/stat : 20042 (java) R 20038 20041 19474 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 27674990 98570240 978 33554432000 1073741824 1073778376 140736109432240 140422421442088 270707541376 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.28 4.28 4.13 5/197 20041
/proc/meminfo: memFree=30249996/32872528 swapFree=1541156/1696500
[pid=20041] ppid=20038 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/20041/stat : 20041 (java) S 20038 20041 19474 0 -1 4202496 4549 0 1 0 10 1 0 0 20 0 18 0 27674990 9787879424 5661 33554432000 1073741824 1073778376 140736109432240 140736109423376 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20041/statm: 2389619 5661 2156 9 0 2380296 0
[pid=20041/tid=20042] ppid=20038 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/20041/task/20042/stat : 20042 (java) R 20038 20041 19474 0 -1 4202560 2437 0 1 0 6 1 0 0 20 0 18 0 27674990 9787879424 5662 33554432000 1073741824 1073778376 140736109432240 140422421445536 270707857600 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 4.28 4.28 4.13 5/197 20041
/proc/meminfo: memFree=30249996/32872528 swapFree=1541156/1696500
[pid=20041] ppid=20038 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/20041/stat : 20041 (java) S 20038 20041 19474 0 -1 4202496 4780 0 1 0 26 1 0 0 20 0 18 0 27674990 9787879424 6342 33554432000 1073741824 1073778376 140736109432240 140736109423376 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20041/statm: 2389619 6342 2214 9 0 2380296 0
[pid=20041/tid=20042] ppid=20038 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/20041/task/20042/stat : 20042 (java) R 20038 20041 19474 0 -1 4202560 2456 0 1 0 16 1 0 0 20 0 18 0 27674990 9787879424 6342 33554432000 1073741824 1073778376 140736109432240 140422421445536 140422293769829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300263 s]
/proc/loadavg: 4.28 4.28 4.13 5/197 20041
/proc/meminfo: memFree=30249996/32872528 swapFree=1541156/1696500
[pid=20041] ppid=20038 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/20041/stat : 20041 (java) S 20038 20041 19474 0 -1 4202496 6188 0 1 0 49 2 0 0 20 0 18 0 27674990 9787879424 8615 33554432000 1073741824 1073778376 140736109432240 140736109423376 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20041/statm: 2389619 8615 2234 9 0 2380296 0
[pid=20041/tid=20042] ppid=20038 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/20041/task/20042/stat : 20042 (java) R 20038 20041 19474 0 -1 4202560 2459 0 1 0 26 1 0 0 20 0 18 0 27674990 9787879424 8615 33554432000 1073741824 1073778376 140736109432240 140422421445536 140422293730720 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700221 s]
/proc/loadavg: 4.28 4.28 4.13 5/197 20041
/proc/meminfo: memFree=30249996/32872528 swapFree=1541156/1696500
[pid=20041] ppid=20038 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/20041/stat : 20041 (java) S 20038 20041 19474 0 -1 4202496 16543 0 1 0 179 5 0 0 20 0 22 0 27674990 10060525568 23358 33554432000 1073741824 1073778376 140736109432240 140736109423376 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20041/statm: 2456183 23358 2266 9 0 2446860 0
[pid=20041/tid=20042] ppid=20038 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/20041/task/20042/stat : 20042 (java) S 20038 20041 19474 0 -1 4202560 2489 0 1 0 45 2 0 0 20 0 22 0 27674990 10060525568 23358 33554432000 1073741824 1073778376 140736109432240 140422421447544 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.41 4.31 4.14 8/219 20063
/proc/meminfo: memFree=29963544/32872528 swapFree=1541156/1696500
[pid=20041] ppid=20038 vsize=9824732 CPUtime=4.62 cores=0,2,4,6
/proc/20041/stat : 20041 (java) S 20038 20041 19474 0 -1 4202496 21876 0 1 0 455 7 0 0 20 0 22 0 27674990 10060525568 46800 33554432000 1073741824 1073778376 140736109432240 140736109423376 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20041/statm: 2456183 46800 2288 9 0 2446860 0
[pid=20041/tid=20042] ppid=20038 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/20041/task/20042/stat : 20042 (java) S 20038 20041 19474 0 -1 4202560 2489 0 1 0 45 2 0 0 20 0 22 0 27674990 10060525568 46800 33554432000 1073741824 1073778376 140736109432240 140422421447544 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20044] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20044/stat : 20044 (java) S 20038 20041 19474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27674991 10060525568 46800 33554432000 1073741824 1073778376 140736109432240 140422265306024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20045] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20045/stat : 20045 (java) S 20038 20041 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27674991 10060525568 46800 33554432000 1073741824 1073778376 140736109432240 140422264253480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20046] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20046/stat : 20046 (java) S 20038 20041 19474 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 27674991 10060525568 46800 33554432000 1073741824 1073778376 140736109432240 140422263200424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20041/tid=20047] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20047/stat : 20047 (java) S 20038 20041 19474 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 27674991 10060525568 46800 33554432000 1073741824 1073778376 140736109432240 140422262147880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20048] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20048/stat : 20048 (java) S 20038 20041 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27674991 10060525568 46800 33554432000 1073741824 1073778376 140736109432240 140422261094824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20049] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20049/stat : 20049 (java) S 20038 20041 19474 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 27674991 10060525568 46800 33554432000 1073741824 1073778376 140736109432240 140422260042280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20050] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20050/stat : 20050 (java) S 20038 20041 19474 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 27674991 10060525568 46800 33554432000 1073741824 1073778376 140736109432240 140422258989224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20051] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20051/stat : 20051 (java) S 20038 20041 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27674991 10060525568 46800 33554432000 1073741824 1073778376 140736109432240 140422257936680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20041/tid=20052] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20052/stat : 20052 (java) S 20038 20041 19474 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 27674992 10060525568 46800 33554432000 1073741824 1073778376 140736109432240 140422245526376 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20053] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20053/stat : 20053 (java) S 20038 20041 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27674993 10060525568 46800 33554432000 1073741824 1073778376 140736109432240 140422244472696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20054] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20054/stat : 20054 (java) S 20038 20041 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27674993 10060525568 46800 33554432000 1073741824 1073778376 140736109432240 140422243419528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20055] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20055/stat : 20055 (java) S 20038 20041 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27674995 10060525568 46800 33554432000 1073741824 1073778376 140736109432240 140422242368272 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20056] ppid=20038 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/20041/task/20056/stat : 20056 (java) R 20038 20041 19474 0 -1 4202560 7808 0 0 0 111 2 0 0 20 0 22 0 27674995 10060525568 46800 33554432000 1073741824 1073778376 140736109432240 140422241309080 140422427903637 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20041/tid=20057] ppid=20038 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/20041/task/20057/stat : 20057 (java) R 20038 20041 19474 0 -1 4202560 10104 0 0 0 107 1 0 0 20 0 22 0 27674995 10060525568 46800 33554432000 1073741824 1073778376 140736109432240 140422240239832 140422424360268 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20058] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20058/stat : 20058 (java) S 20038 20041 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27674995 10060525568 46800 33554432000 1073741824 1073778376 140736109432240 140422239209720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20041/tid=20059] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20059/stat : 20059 (java) S 20038 20041 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27674995 10060525568 46800 33554432000 1073741824 1073778376 140736109432240 140422238157384 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20060] ppid=20038 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/20041/task/20060/stat : 20060 (java) R 20038 20041 19474 0 -1 4202560 19 0 0 0 93 0 0 0 20 0 22 0 27675039 10060525568 46800 33554432000 1073741824 1073778376 140736109432240 140422236738520 140422293761987 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20061] ppid=20038 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/20041/task/20061/stat : 20061 (java) R 20038 20041 19474 0 -1 4202560 69 0 0 0 86 1 0 0 20 0 22 0 27675039 10060525568 46800 33554432000 1073741824 1073778376 140736109432240 140422235685848 140422424732501 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20062] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20062/stat : 20062 (java) S 20038 20041 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27675041 10060525568 46800 33554432000 1073741824 1073778376 140736109432240 140422234633512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20063] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20063/stat : 20063 (java) S 20038 20041 19474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 27675043 10060525568 46800 33554432000 1073741824 1073778376 140736109432240 140422233580968 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.41 4.31 4.14 5/219 20063
/proc/meminfo: memFree=29799588/32872528 swapFree=1541156/1696500
[pid=20041] ppid=20038 vsize=9824732 CPUtime=8.6 cores=0,2,4,6
/proc/20041/stat : 20041 (java) S 20038 20041 19474 0 -1 4202496 28232 0 1 0 844 16 0 0 20 0 22 0 27674990 10060525568 88496 33554432000 1073741824 1073778376 140736109432240 140736109423376 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20041/statm: 2456183 88496 2292 9 0 2446860 0
[pid=20041/tid=20042] ppid=20038 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/20041/task/20042/stat : 20042 (java) S 20038 20041 19474 0 -1 4202560 2489 0 1 0 45 2 0 0 20 0 22 0 27674990 10060525568 88496 33554432000 1073741824 1073778376 140736109432240 140422421447544 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20044] ppid=20038 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20041/task/20044/stat : 20044 (java) S 20038 20041 19474 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 27674991 10060525568 88496 33554432000 1073741824 1073778376 140736109432240 140422265306024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20045] ppid=20038 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20041/task/20045/stat : 20045 (java) S 20038 20041 19474 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 27674991 10060525568 88496 33554432000 1073741824 1073778376 140736109432240 140422264253480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20046] ppid=20038 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20041/task/20046/stat : 20046 (java) R 20038 20041 19474 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 27674991 10060525568 88496 33554432000 1073741824 1073778376 140736109432240 140422263200600 140422428345903 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20041/tid=20047] ppid=20038 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/20041/task/20047/stat : 20047 (java) R 20038 20041 19474 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 27674991 10060525568 88496 33554432000 1073741824 1073778376 140736109432240 140422262147880 140422424725346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20048] ppid=20038 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20041/task/20048/stat : 20048 (java) R 20038 20041 19474 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 22 0 27674991 10060525568 88496 33554432000 1073741824 1073778376 140736109432240 140422261094824 270710912060 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20049] ppid=20038 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20041/task/20049/stat : 20049 (java) R 20038 20041 19474 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 27674991 10060525568 88496 33554432000 1073741824 1073778376 140736109432240 140422260042280 140422428343304 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20050] ppid=20038 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20041/task/20050/stat : 20050 (java) R 20038 20041 19474 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 27674991 10060525568 88496 33554432000 1073741824 1073778376 140736109432240 140422258989224 140422428343212 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20051] ppid=20038 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20041/task/20051/stat : 20051 (java) S 20038 20041 19474 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 27674991 10060525568 88496 33554432000 1073741824 1073778376 140736109432240 140422257936680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20041/tid=20052] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20052/stat : 20052 (java) S 20038 20041 19474 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 27674992 10060525568 88496 33554432000 1073741824 1073778376 140736109432240 140422245525256 270710912060 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20053] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20053/stat : 20053 (java) S 20038 20041 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27674993 10060525568 88496 33554432000 1073741824 1073778376 140736109432240 140422244472696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20054] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20054/stat : 20054 (java) S 20038 20041 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27674993 10060525568 88496 33554432000 1073741824 1073778376 140736109432240 140422243419528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20055] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20055/stat : 20055 (java) S 20038 20041 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27674995 10060525568 88496 33554432000 1073741824 1073778376 140736109432240 140422242368272 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20056] ppid=20038 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/20041/task/20056/stat : 20056 (java) S 20038 20041 19474 0 -1 4202560 13352 0 0 0 160 3 0 0 20 0 22 0 27674995 10060525568 88496 33554432000 1073741824 1073778376 140736109432240 140422241315128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20057] ppid=20038 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/20041/task/20057/stat : 20057 (java) S 20038 20041 19474 0 -1 4202560 10651 0 0 0 130 1 0 0 20 0 22 0 27674995 10060525568 88496 33554432000 1073741824 1073778376 140736109432240 140422240262584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20058] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20058/stat : 20058 (java) S 20038 20041 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27674995 10060525568 88496 33554432000 1073741824 1073778376 140736109432240 140422239209720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20041/tid=20059] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20059/stat : 20059 (java) S 20038 20041 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27674995 10060525568 88496 33554432000 1073741824 1073778376 140736109432240 140422238157384 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20060] ppid=20038 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/20041/task/20060/stat : 20060 (java) S 20038 20041 19474 0 -1 4202560 21 0 0 0 247 0 0 0 20 0 22 0 27675039 10060525568 88496 33554432000 1073741824 1073778376 140736109432240 140422236738792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20041/tid=20061] ppid=20038 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/20041/task/20061/stat : 20061 (java) S 20038 20041 19474 0 -1 4202560 131 0 0 0 237 3 0 0 20 0 22 0 27675039 10060525568 88496 33554432000 1073741824 1073778376 140736109432240 140422235685016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20062] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20062/stat : 20062 (java) S 20038 20041 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27675041 10060525568 88496 33554432000 1073741824 1073778376 140736109432240 140422234633512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20063] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20063/stat : 20063 (java) S 20038 20041 19474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 27675043 10060525568 88496 33554432000 1073741824 1073778376 140736109432240 140422233580968 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.6
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.38 4.30 4.13 5/219 20063
/proc/meminfo: memFree=29179784/32872528 swapFree=1541156/1696500
[pid=20041] ppid=20038 vsize=9824732 CPUtime=15.18 cores=0,2,4,6
/proc/20041/stat : 20041 (java) S 20038 20041 19474 0 -1 4202496 29155 0 1 0 1489 29 0 0 20 0 22 0 27674990 10060525568 162947 33554432000 1073741824 1073778376 140736109432240 140736109423376 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20041/statm: 2456183 162947 2292 9 0 2446860 0
[pid=20041/tid=20042] ppid=20038 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/20041/task/20042/stat : 20042 (java) S 20038 20041 19474 0 -1 4202560 2489 0 1 0 45 2 0 0 20 0 22 0 27674990 10060525568 162947 33554432000 1073741824 1073778376 140736109432240 140422421447544 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20044] ppid=20038 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/20041/task/20044/stat : 20044 (java) S 20038 20041 19474 0 -1 4202560 42 0 0 0 5 1 0 0 20 0 22 0 27674991 10060525568 162947 33554432000 1073741824 1073778376 140736109432240 140422265306024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20045] ppid=20038 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20041/task/20045/stat : 20045 (java) S 20038 20041 19474 0 -1 4202560 101 0 0 0 4 1 0 0 20 0 22 0 27674991 10060525568 162947 33554432000 1073741824 1073778376 140736109432240 140422264253480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20046] ppid=20038 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/20041/task/20046/stat : 20046 (java) S 20038 20041 19474 0 -1 4202560 159 0 0 0 8 3 0 0 20 0 22 0 27674991 10060525568 162947 33554432000 1073741824 1073778376 140736109432240 140422263200424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20041/tid=20047] ppid=20038 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/20041/task/20047/stat : 20047 (java) S 20038 20041 19474 0 -1 4202560 51 0 0 0 5 2 0 0 20 0 22 0 27674991 10060525568 162947 33554432000 1073741824 1073778376 140736109432240 140422262147880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20048] ppid=20038 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20041/task/20048/stat : 20048 (java) S 20038 20041 19474 0 -1 4202560 60 0 0 0 3 2 0 0 20 0 22 0 27674991 10060525568 162947 33554432000 1073741824 1073778376 140736109432240 140422261094824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20049] ppid=20038 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20041/task/20049/stat : 20049 (java) S 20038 20041 19474 0 -1 4202560 46 0 0 0 4 1 0 0 20 0 22 0 27674991 10060525568 162947 33554432000 1073741824 1073778376 140736109432240 140422260042280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20050] ppid=20038 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/20041/task/20050/stat : 20050 (java) S 20038 20041 19474 0 -1 4202560 149 0 0 0 6 2 0 0 20 0 22 0 27674991 10060525568 162947 33554432000 1073741824 1073778376 140736109432240 140422258989224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20051] ppid=20038 vsize=9824732 CPUtime=0.05 cores=0,2,4,6

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

/proc/20041/task/20046/stat : 20046 (java) S 20038 20041 19474 0 -1 4202560 790 0 0 0 268 17 0 0 20 0 22 0 27674991 10060525568 941346 33554432000 1073741824 1073778376 140736109432240 140422263200424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20047] ppid=20038 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/20041/task/20047/stat : 20047 (java) S 20038 20041 19474 0 -1 4202560 601 0 0 0 273 17 0 0 20 0 22 0 27674991 10060525568 941346 33554432000 1073741824 1073778376 140736109432240 140422262147880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20041/tid=20048] ppid=20038 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/20041/task/20048/stat : 20048 (java) S 20038 20041 19474 0 -1 4202560 664 0 0 0 251 19 0 0 20 0 22 0 27674991 10060525568 941346 33554432000 1073741824 1073778376 140736109432240 140422261094824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20041/tid=20049] ppid=20038 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/20041/task/20049/stat : 20049 (java) S 20038 20041 19474 0 -1 4202560 537 0 0 0 239 16 0 0 20 0 22 0 27674991 10060525568 941346 33554432000 1073741824 1073778376 140736109432240 140422260042280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20050] ppid=20038 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/20041/task/20050/stat : 20050 (java) S 20038 20041 19474 0 -1 4202560 585 0 0 0 225 14 0 0 20 0 22 0 27674991 10060525568 941346 33554432000 1073741824 1073778376 140736109432240 140422258989224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20051] ppid=20038 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/20041/task/20051/stat : 20051 (java) S 20038 20041 19474 0 -1 4202560 582 0 0 0 234 18 0 0 20 0 22 0 27674991 10060525568 941346 33554432000 1073741824 1073778376 140736109432240 140422257936680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20052] ppid=20038 vsize=9824732 CPUtime=3.72 cores=0,2,4,6
/proc/20041/task/20052/stat : 20052 (java) S 20038 20041 19474 0 -1 4202560 2297 0 0 0 366 6 0 0 20 0 22 0 27674992 10060525568 941346 33554432000 1073741824 1073778376 140736109432240 140422245526376 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20041/tid=20053] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20053/stat : 20053 (java) S 20038 20041 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27674993 10060525568 941346 33554432000 1073741824 1073778376 140736109432240 140422244472696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20054] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20054/stat : 20054 (java) S 20038 20041 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27674993 10060525568 941346 33554432000 1073741824 1073778376 140736109432240 140422243419528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20055] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20055/stat : 20055 (java) S 20038 20041 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27674995 10060525568 941346 33554432000 1073741824 1073778376 140736109432240 140422242368272 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20056] ppid=20038 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/20041/task/20056/stat : 20056 (java) S 20038 20041 19474 0 -1 4202560 13355 0 0 0 168 3 0 0 20 0 22 0 27674995 10060525568 941346 33554432000 1073741824 1073778376 140736109432240 140422241315128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20057] ppid=20038 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/20041/task/20057/stat : 20057 (java) S 20038 20041 19474 0 -1 4202560 12790 0 0 0 194 2 0 0 20 0 22 0 27674995 10060525568 941346 33554432000 1073741824 1073778376 140736109432240 140422240262584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20058] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20058/stat : 20058 (java) S 20038 20041 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27674995 10060525568 941346 33554432000 1073741824 1073778376 140736109432240 140422239209720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20041/tid=20059] ppid=20038 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/20041/task/20059/stat : 20059 (java) S 20038 20041 19474 0 -1 4202560 51 0 0 0 18 17 0 0 20 0 22 0 27674995 10060525568 941346 33554432000 1073741824 1073778376 140736109432240 140422238157384 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20060] ppid=20038 vsize=9824732 CPUtime=869.96 cores=0,2,4,6
/proc/20041/task/20060/stat : 20060 (java) R 20038 20041 19474 0 -1 4202560 58 0 0 0 86982 14 0 0 20 0 22 0 27675039 10060525568 941346 33554432000 1073741824 1073778376 140736109432240 140422236737520 140422294366048 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20061] ppid=20038 vsize=9824732 CPUtime=869.9 cores=0,2,4,6
/proc/20041/task/20061/stat : 20061 (java) R 20038 20041 19474 0 -1 4202560 2543 0 0 0 86940 50 0 0 20 0 22 0 27675039 10060525568 941346 33554432000 1073741824 1073778376 140736109432240 140422235686032 140422294430568 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20062] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20062/stat : 20062 (java) S 20038 20041 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27675041 10060525568 941346 33554432000 1073741824 1073778376 140736109432240 140422234633512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20063] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20063/stat : 20063 (java) S 20038 20041 19474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 27675043 10060525568 941346 33554432000 1073741824 1073778376 140736109432240 140422233580968 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1773.59
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.508 s]
/proc/loadavg: 4.23 4.23 4.18 7/220 20156
/proc/meminfo: memFree=26488548/32872528 swapFree=1541156/1696500
[pid=20041] ppid=20038 vsize=9824732 CPUtime=1800.09 cores=0,2,4,6
/proc/20041/stat : 20041 (java) S 20038 20041 19474 0 -1 4202496 39843 0 1 0 179809 200 0 0 20 0 22 0 27674990 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140736109423376 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20041/statm: 2456183 940481 2301 9 0 2446860 0
[pid=20041/tid=20042] ppid=20038 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/20041/task/20042/stat : 20042 (java) S 20038 20041 19474 0 -1 4202560 2490 0 1 0 48 3 0 0 20 0 22 0 27674990 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422421447544 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20044] ppid=20038 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/20041/task/20044/stat : 20044 (java) S 20038 20041 19474 0 -1 4202560 593 0 0 0 242 18 0 0 20 0 22 0 27674991 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422265306024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20045] ppid=20038 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/20041/task/20045/stat : 20045 (java) S 20038 20041 19474 0 -1 4202560 634 0 0 0 243 18 0 0 20 0 22 0 27674991 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422264253480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20046] ppid=20038 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/20041/task/20046/stat : 20046 (java) S 20038 20041 19474 0 -1 4202560 790 0 0 0 270 17 0 0 20 0 22 0 27674991 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422263200424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20047] ppid=20038 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/20041/task/20047/stat : 20047 (java) S 20038 20041 19474 0 -1 4202560 601 0 0 0 275 17 0 0 20 0 22 0 27674991 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422262147880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20048] ppid=20038 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/20041/task/20048/stat : 20048 (java) S 20038 20041 19474 0 -1 4202560 664 0 0 0 257 19 0 0 20 0 22 0 27674991 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422261094824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20049] ppid=20038 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/20041/task/20049/stat : 20049 (java) S 20038 20041 19474 0 -1 4202560 537 0 0 0 241 16 0 0 20 0 22 0 27674991 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422260042280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20050] ppid=20038 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/20041/task/20050/stat : 20050 (java) S 20038 20041 19474 0 -1 4202560 585 0 0 0 228 14 0 0 20 0 22 0 27674991 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422258989224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20051] ppid=20038 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/20041/task/20051/stat : 20051 (java) S 20038 20041 19474 0 -1 4202560 582 0 0 0 235 18 0 0 20 0 22 0 27674991 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422257936680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20052] ppid=20038 vsize=9824732 CPUtime=3.72 cores=0,2,4,6
/proc/20041/task/20052/stat : 20052 (java) S 20038 20041 19474 0 -1 4202560 2297 0 0 0 366 6 0 0 20 0 22 0 27674992 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422245526376 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20053] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20053/stat : 20053 (java) S 20038 20041 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27674993 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422244472696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20054] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20054/stat : 20054 (java) S 20038 20041 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27674993 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422243419528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20055] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20055/stat : 20055 (java) S 20038 20041 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27674995 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422242368272 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20056] ppid=20038 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/20041/task/20056/stat : 20056 (java) S 20038 20041 19474 0 -1 4202560 13355 0 0 0 168 3 0 0 20 0 22 0 27674995 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422241315128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20057] ppid=20038 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/20041/task/20057/stat : 20057 (java) S 20038 20041 19474 0 -1 4202560 12790 0 0 0 194 2 0 0 20 0 22 0 27674995 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422240262584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20058] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20058/stat : 20058 (java) S 20038 20041 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27674995 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422239209720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20041/tid=20059] ppid=20038 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/20041/task/20059/stat : 20059 (java) S 20038 20041 19474 0 -1 4202560 51 0 0 0 18 18 0 0 20 0 22 0 27674995 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422238157384 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20060] ppid=20038 vsize=9824732 CPUtime=883.07 cores=0,2,4,6
/proc/20041/task/20060/stat : 20060 (java) R 20038 20041 19474 0 -1 4202560 58 0 0 0 88293 14 0 0 20 0 22 0 27675039 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422236737520 140422294366844 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20061] ppid=20038 vsize=9824732 CPUtime=883 cores=0,2,4,6
/proc/20041/task/20061/stat : 20061 (java) R 20038 20041 19474 0 -1 4202560 2544 0 0 0 88250 50 0 0 20 0 22 0 27675039 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422235686064 140422294432405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20062] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20062/stat : 20062 (java) S 20038 20041 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27675041 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422234633512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20063] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20063/stat : 20063 (java) S 20038 20041 19474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 27675043 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422233580968 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 20041 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.508 s]
/proc/loadavg: 4.23 4.23 4.18 7/220 20156
/proc/meminfo: memFree=26488548/32872528 swapFree=1541156/1696500
[pid=20041] ppid=20038 vsize=9824732 CPUtime=1800.09 cores=0,2,4,6
/proc/20041/stat : 20041 (java) S 20038 20041 19474 0 -1 4202496 39843 0 1 0 179809 200 0 0 20 0 22 0 27674990 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140736109423376 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20041/statm: 2456183 940481 2301 9 0 2446860 0
[pid=20041/tid=20042] ppid=20038 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/20041/task/20042/stat : 20042 (java) S 20038 20041 19474 0 -1 4202560 2490 0 1 0 48 3 0 0 20 0 22 0 27674990 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422421447544 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20044] ppid=20038 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/20041/task/20044/stat : 20044 (java) S 20038 20041 19474 0 -1 4202560 593 0 0 0 242 18 0 0 20 0 22 0 27674991 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422265306024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20045] ppid=20038 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/20041/task/20045/stat : 20045 (java) S 20038 20041 19474 0 -1 4202560 634 0 0 0 243 18 0 0 20 0 22 0 27674991 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422264253480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20046] ppid=20038 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/20041/task/20046/stat : 20046 (java) S 20038 20041 19474 0 -1 4202560 790 0 0 0 270 17 0 0 20 0 22 0 27674991 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422263200424 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20047] ppid=20038 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/20041/task/20047/stat : 20047 (java) S 20038 20041 19474 0 -1 4202560 601 0 0 0 275 17 0 0 20 0 22 0 27674991 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422262147880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20048] ppid=20038 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/20041/task/20048/stat : 20048 (java) S 20038 20041 19474 0 -1 4202560 664 0 0 0 257 19 0 0 20 0 22 0 27674991 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422261094824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20049] ppid=20038 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/20041/task/20049/stat : 20049 (java) S 20038 20041 19474 0 -1 4202560 537 0 0 0 241 16 0 0 20 0 22 0 27674991 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422260042280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20050] ppid=20038 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/20041/task/20050/stat : 20050 (java) S 20038 20041 19474 0 -1 4202560 585 0 0 0 228 14 0 0 20 0 22 0 27674991 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422258989224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20051] ppid=20038 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/20041/task/20051/stat : 20051 (java) S 20038 20041 19474 0 -1 4202560 582 0 0 0 235 18 0 0 20 0 22 0 27674991 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422257936680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20052] ppid=20038 vsize=9824732 CPUtime=3.72 cores=0,2,4,6
/proc/20041/task/20052/stat : 20052 (java) S 20038 20041 19474 0 -1 4202560 2297 0 0 0 366 6 0 0 20 0 22 0 27674992 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422245526376 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20053] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20053/stat : 20053 (java) S 20038 20041 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27674993 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422244472696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20054] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20054/stat : 20054 (java) S 20038 20041 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27674993 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422243419528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20055] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20055/stat : 20055 (java) S 20038 20041 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27674995 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422242368272 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20056] ppid=20038 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/20041/task/20056/stat : 20056 (java) S 20038 20041 19474 0 -1 4202560 13355 0 0 0 168 3 0 0 20 0 22 0 27674995 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422241315128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20041/tid=20057] ppid=20038 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/20041/task/20057/stat : 20057 (java) S 20038 20041 19474 0 -1 4202560 12790 0 0 0 194 2 0 0 20 0 22 0 27674995 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422240262584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20058] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20058/stat : 20058 (java) S 20038 20041 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27674995 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422239209720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20041/tid=20059] ppid=20038 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/20041/task/20059/stat : 20059 (java) S 20038 20041 19474 0 -1 4202560 51 0 0 0 18 18 0 0 20 0 22 0 27674995 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422238157384 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20060] ppid=20038 vsize=9824732 CPUtime=883.07 cores=0,2,4,6
/proc/20041/task/20060/stat : 20060 (java) R 20038 20041 19474 0 -1 4202560 58 0 0 0 88293 14 0 0 20 0 22 0 27675039 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422236737520 140422294366844 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20041/tid=20061] ppid=20038 vsize=9824732 CPUtime=883 cores=0,2,4,6
/proc/20041/task/20061/stat : 20061 (java) R 20038 20041 19474 0 -1 4202560 2544 0 0 0 88250 50 0 0 20 0 22 0 27675039 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422235686064 140422294432405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20062] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20062/stat : 20062 (java) S 20038 20041 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27675041 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422234633512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20041/tid=20063] ppid=20038 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20041/task/20063/stat : 20063 (java) S 20038 20041 19474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 27675043 10060525568 940481 33554432000 1073741824 1073778376 140736109432240 140422233580968 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 895.576
CPU time (s): 1800.09
CPU user time (s): 1798.09
CPU system time (s): 2
CPU usage (%): 200.998
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.53
system time used= 2.50062
maximum resident set size= 3766160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39878
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24121
involuntary context switches= 30714

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.48517 second user time and 7.46387 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-26 15:06:03
IDJOB=4116046
IDBENCH=109421
IDSOLVER=2543
FILE ID=node125/4116046-1466946363
RUNJOBID= node125-1466943674-19490
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-size160-round22-2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116046-1466946363/watcher-4116046-1466946363 -o /tmp/evaluation-result-4116046-1466946363/solver-4116046-1466946363 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466943674-19490 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116046-1466946363.opb

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

MD5SUM BENCH= 099d421f33fdbd89edcd84295e2a469b
RANDOM SEED=539567998

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:        30250896 kB
Buffers:            4424 kB
Cached:            35400 kB
SwapCached:         1636 kB
Active:           185488 kB
Inactive:          18356 kB
Active(anon):     165964 kB
Inactive(anon):      284 kB
Active(file):      19524 kB
Inactive(file):    18072 kB
Unevictable:     1696500 kB
Mlocked:         1541156 kB
SwapTotal:      67108856 kB
SwapFree:       67097768 kB
Dirty:              2400 kB
Writeback:             0 kB
AnonPages:       1882384 kB
Mapped:            14628 kB
Shmem:                 0 kB
Slab:             565620 kB
SReclaimable:       8892 kB
SUnreclaim:       556728 kB
KernelStack:        1632 kB
PageTables:         8144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2516956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 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 15:20:59