Trace number 4116678

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.04 894.916

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round22-5.opb
MD5SUM5da3d2b0ef82a20c0504ed48aabb7dc1
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1108.62
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 constraints8656
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)368
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.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@53ef9f1d
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@75786e64
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@3597a37c
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@75786e64
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4116678-1466952346.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  no objective function found
0.74/0.49	c ... done. Wall clock time 0.374s.
0.74/0.49	c declared #vars     4128
0.74/0.49	c #constraints  9888
0.74/0.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.74/0.49	c constraints type 
0.74/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.74/0.49	c org.sat4j.specs.Constr$1 => 856
0.74/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.74/0.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
0.74/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.74/0.49	c 9888 constraints processed.
0.74/0.50	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.74/0.50	c constraints type 
0.74/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.74/0.50	c org.sat4j.specs.Constr$1 => 856
0.74/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
0.74/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
0.74/0.50	c org.sat4j.pb.constraints.pb.UnitClausePB => 456
0.74/0.50	c 9888 constraints processed.
4.58/1.40	c cleaning 2486 clauses out of 5000 with flag 15090/5002
6.55/2.10	c cleaning 4245 clauses out of 8513 with flag 36558/11001
8.00/2.84	c cleaning 5634 clauses out of 11267 with flag 63848/18000
9.87/3.71	c cleaning 6791 clauses out of 13634 with flag 95270/26001
11.95/4.77	c cleaning 7908 clauses out of 15843 with flag 131936/35001
14.51/5.93	c cleaning 8953 clauses out of 17935 with flag 177003/45001
17.23/7.27	c cleaning 9957 clauses out of 19981 with flag 228035/56000
20.23/8.71	c cleaning 10968 clauses out of 22025 with flag 286307/68001
23.59/10.38	c cleaning 12016 clauses out of 24057 with flag 349571/81001
27.21/12.19	c cleaning 12998 clauses out of 26040 with flag 418078/95000
31.49/14.23	c cleaning 14006 clauses out of 28044 with flag 494284/110002
35.93/16.40	c cleaning 15009 clauses out of 30037 with flag 576245/126001
40.55/18.77	c cleaning 15996 clauses out of 32027 with flag 666215/143000
42.48/19.68	c cleaning 0 clauses out of 5001 with flag 0/5001
46.36/21.43	c cleaning 16991 clauses out of 34032 with flag 762431/161001
51.76/24.18	c cleaning 17978 clauses out of 36040 with flag 867901/180000
58.12/27.26	c cleaning 19023 clauses out of 38062 with flag 981061/200000
64.52/30.49	c cleaning 20017 clauses out of 40039 with flag 1097674/221000
72.10/34.12	c cleaning 20985 clauses out of 42022 with flag 1220201/243000
79.48/37.85	c cleaning 22008 clauses out of 44037 with flag 1351596/266000
87.50/41.85	c cleaning 23000 clauses out of 46030 with flag 1489763/290001
96.57/46.31	c cleaning 24012 clauses out of 48033 with flag 1635436/315004
106.16/51.17	c cleaning 24999 clauses out of 50017 with flag 1785159/341000
116.32/56.16	c cleaning 25985 clauses out of 52018 with flag 1940142/368000
126.61/61.22	c cleaning 27013 clauses out of 54033 with flag 2102969/396000
137.40/66.65	c cleaning 27993 clauses out of 56020 with flag 2273772/425000
148.70/72.27	c cleaning 28983 clauses out of 58027 with flag 2451683/455000
160.90/78.30	c cleaning 29989 clauses out of 60045 with flag 2635270/486001
173.40/84.59	c cleaning 30977 clauses out of 62055 with flag 2824585/518000
187.09/91.38	c cleaning 32022 clauses out of 64078 with flag 3021163/551000
201.35/98.48	c cleaning 32987 clauses out of 66056 with flag 3221275/585000
216.41/105.92	c cleaning 34009 clauses out of 68069 with flag 3430238/620000
233.06/114.24	c cleaning 35027 clauses out of 70060 with flag 3647550/656000
250.31/123.28	c cleaning 36015 clauses out of 72033 with flag 3874245/693000
266.76/131.42	c cleaning 36994 clauses out of 74018 with flag 4107605/731000
284.62/140.32	c cleaning 38003 clauses out of 76024 with flag 4349347/770000
303.55/149.78	c cleaning 38994 clauses out of 78023 with flag 4593292/810002
313.68/154.77	c cleaning 0 clauses out of 11000 with flag 0/11000
322.47/159.13	c cleaning 39970 clauses out of 80029 with flag 4847086/851002
342.42/169.06	c cleaning 41007 clauses out of 82058 with flag 5106363/893001
362.58/179.01	c cleaning 42007 clauses out of 84051 with flag 5374728/936001
384.33/189.83	c cleaning 42993 clauses out of 86043 with flag 5646248/980000
406.83/201.08	c cleaning 43990 clauses out of 88050 with flag 5924267/1025000
430.82/212.93	c cleaning 45022 clauses out of 90061 with flag 6213084/1071001
454.91/224.96	c cleaning 46014 clauses out of 92038 with flag 6505862/1118000
480.20/237.53	c cleaning 46985 clauses out of 94026 with flag 6802938/1166002
507.11/250.98	c cleaning 48003 clauses out of 96039 with flag 7109390/1215000
536.41/265.42	c cleaning 48987 clauses out of 98036 with flag 7422035/1265000
567.59/281.54	c cleaning 50011 clauses out of 100049 with flag 7747408/1316000
598.71/297.10	c cleaning 50970 clauses out of 102038 with flag 8072563/1368000
630.76/313.03	c cleaning 51963 clauses out of 104068 with flag 8407414/1421000
664.33/329.75	c cleaning 53035 clauses out of 106105 with flag 8747463/1475000
698.74/346.89	c cleaning 54003 clauses out of 108070 with flag 9097257/1530000
734.17/364.40	c cleaning 55015 clauses out of 110069 with flag 9447386/1586002
768.30/381.31	c cleaning 56003 clauses out of 112052 with flag 9805687/1643000
805.10/399.56	c cleaning 56994 clauses out of 114050 with flag 10172165/1701001
844.19/418.97	c cleaning 58004 clauses out of 116055 with flag 10543188/1760000
881.28/437.34	c cleaning 59016 clauses out of 118051 with flag 10921458/1820000
922.10/457.61	c cleaning 60013 clauses out of 120037 with flag 11309778/1881002
964.77/478.84	c cleaning 60975 clauses out of 122023 with flag 11703111/1943001
1008.00/500.37	c cleaning 62012 clauses out of 124050 with flag 12102114/2006003
1053.29/522.81	c cleaning 62997 clauses out of 126036 with flag 12509207/2070001
1099.37/545.72	c cleaning 64014 clauses out of 128038 with flag 12916153/2135000
1145.32/568.66	c cleaning 64985 clauses out of 130024 with flag 13333387/2201000
1163.01/577.42	c cleaning 0 clauses out of 18000 with flag 0/18000
1191.29/591.41	c cleaning 66016 clauses out of 132039 with flag 13757634/2268000
1240.40/615.84	c cleaning 66947 clauses out of 134023 with flag 14189380/2336000
1292.64/641.76	c cleaning 68028 clauses out of 136077 with flag 14621587/2405001
1347.92/670.02	c cleaning 69004 clauses out of 138049 with flag 15061922/2475001
1398.52/695.24	c cleaning 70019 clauses out of 140046 with flag 15507459/2546002
1452.09/721.94	c cleaning 70980 clauses out of 142026 with flag 15957779/2618001
1509.79/750.70	c cleaning 72000 clauses out of 144045 with flag 16414953/2691000
1566.62/778.82	c cleaning 73004 clauses out of 146046 with flag 16880368/2765001
1624.25/807.49	c cleaning 74013 clauses out of 148041 with flag 17356331/2840000
1681.88/836.04	c cleaning 74985 clauses out of 150029 with flag 17829770/2916001
1742.02/865.96	c cleaning 76008 clauses out of 152043 with flag 18316900/2993000
1800.02/894.85	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/894.85	c starts		: 25819
1800.02/894.85	c conflicts		: 3068252
1800.02/894.85	c decisions		: 33091977
1800.02/894.85	c propagations		: 431368482
1800.02/894.85	c inspects		: 8529585486
1800.02/894.85	c shortcuts		: 0
1800.02/894.85	c learnt literals	: 2
1800.02/894.85	c learnt binary clauses	: 36
1800.02/894.85	c learnt ternary clauses	: 506
1800.02/894.85	c learnt constraints	: 3068250
1800.02/894.85	c ignored constraints	: 0
1800.02/894.85	c root simplifications	: 0
1800.02/894.85	c removed literals (reason simplification)	: 1747404
1800.02/894.85	c reason swapping (by a shorter reason)	: 0
1800.02/894.85	c Calls to reduceDB	: 73
1800.02/894.85	c Number of update (reduction) of LBD	: 624196
1800.02/894.85	c Imported unit clauses	: 0
1800.02/894.85	c number of reductions to clauses (during analyze)	: 0
1800.02/894.85	c number of learned constraints concerned by reduction	: 0
1800.02/894.85	c number of learning phase by resolution	: 0
1800.02/894.85	c number of learning phase by cutting planes	: 0
1800.02/894.85	c speed (assignments/second)	: 482328.4075738025
1800.02/894.85	c non guided choices	5855
1800.02/894.88	c learnt constraints type 
1800.02/894.88	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 36
1800.02/894.88	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 151251
1800.02/894.88	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/894.88	c starts		: 49
1800.02/894.88	c conflicts		: 21483
1800.02/894.88	c decisions		: 80064
1800.02/894.88	c propagations		: 2597819
1800.02/894.88	c inspects		: 828440260
1800.02/894.88	c shortcuts		: 0
1800.02/894.88	c learnt literals	: 0
1800.02/894.88	c learnt binary clauses	: 0
1800.02/894.88	c learnt ternary clauses	: 0
1800.02/894.88	c learnt constraints	: 21483
1800.02/894.88	c ignored constraints	: 0
1800.02/894.88	c root simplifications	: 0
1800.02/894.88	c removed literals (reason simplification)	: 0
1800.02/894.88	c reason swapping (by a shorter reason)	: 0
1800.02/894.88	c Calls to reduceDB	: 3
1800.02/894.88	c Number of update (reduction) of LBD	: 0
1800.02/894.88	c Imported unit clauses	: 0
1800.02/894.88	c number of reductions to clauses (during analyze)	: 0
1800.02/894.88	c number of learned constraints concerned by reduction	: 0
1800.02/894.88	c number of learning phase by resolution	: 0
1800.02/894.88	c number of learning phase by cutting planes	: 0
1800.02/894.88	c speed (assignments/second)	: 2904.635665328667
1800.02/894.88	c non guided choices	535
1800.02/894.89	c learnt constraints type 
1800.02/894.89	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 17
1800.02/894.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21466
1800.02/894.89	s UNKNOWN
1800.02/894.89	c Total wall clock time (in seconds): 894.77

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

pid=21302
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.29 4.29 4.27 4/197 21305
/proc/meminfo: memFree=26576580/32872528 swapFree=1541156/1696500
[pid=21305] ppid=21302 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/21305/stat : 21305 (java) D 21302 21305 19474 0 -1 4202496 532 0 0 0 0 0 0 0 20 0 1 0 28273299 9515008 185 33554432000 1073741824 1073778376 140737189666544 140737189655608 270698376487 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/21305/statm: 2323 185 143 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.29 4.29 4.27 4/197 21305
/proc/meminfo: memFree=26576580/32872528 swapFree=1541156/1696500
[pid=21305] ppid=21302 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/21305/stat : 21305 (java) S 21302 21305 19474 0 -1 4202496 4441 0 1 0 9 1 0 0 20 0 18 0 28273299 9787879424 5571 33554432000 1073741824 1073778376 140737189666544 140737189657680 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21305/statm: 2389619 5571 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 4.29 4.29 4.27 4/197 21305
/proc/meminfo: memFree=26576580/32872528 swapFree=1541156/1696500
[pid=21305] ppid=21302 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/21305/stat : 21305 (java) S 21302 21305 19474 0 -1 4202496 4752 0 1 0 24 1 0 0 20 0 18 0 28273299 9787879424 6341 33554432000 1073741824 1073778376 140737189666544 140737189657680 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21305/statm: 2389619 6341 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300228 s]
/proc/loadavg: 4.29 4.29 4.27 4/197 21305
/proc/meminfo: memFree=26576580/32872528 swapFree=1541156/1696500
[pid=21305] ppid=21302 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/21305/stat : 21305 (java) S 21302 21305 19474 0 -1 4202496 5861 0 1 0 47 2 0 0 20 0 18 0 28273299 9787879424 8448 33554432000 1073741824 1073778376 140737189666544 140737189657680 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21305/statm: 2389619 8448 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700183 s]
/proc/loadavg: 4.29 4.29 4.27 4/197 21305
/proc/meminfo: memFree=26576580/32872528 swapFree=1541156/1696500
[pid=21305] ppid=21302 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/21305/stat : 21305 (java) S 21302 21305 19474 0 -1 4202496 15973 0 1 0 180 4 0 0 20 0 22 0 28273299 10060525568 22211 33554432000 1073741824 1073778376 140737189666544 140737189657680 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21305/statm: 2456183 22211 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.29 4.29 4.27 7/219 21327
/proc/meminfo: memFree=26441960/32872528 swapFree=1541156/1696500
[pid=21305] ppid=21302 vsize=9824732 CPUtime=4.95 cores=0,2,4,6
/proc/21305/stat : 21305 (java) S 21302 21305 19474 0 -1 4202496 24557 0 1 0 486 9 0 0 20 0 22 0 28273299 10060525568 48287 33554432000 1073741824 1073778376 140737189666544 140737189657680 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21305/statm: 2456183 48287 2292 9 0 2446860 0
[pid=21305/tid=21307] ppid=21302 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/21305/task/21307/stat : 21307 (java) R 21302 21305 19474 0 -1 4202560 2496 0 1 0 45 1 0 0 20 0 22 0 28273300 10060525568 48287 33554432000 1073741824 1073778376 140737189666544 139872923435896 270710912937 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21305/tid=21308] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21308/stat : 21308 (java) S 21302 21305 19474 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 28273301 10060525568 48287 33554432000 1073741824 1073778376 140737189666544 139872862165928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21309] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21309/stat : 21309 (java) S 21302 21305 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28273301 10060525568 48287 33554432000 1073741824 1073778376 140737189666544 139872861113384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21305/tid=21310] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21310/stat : 21310 (java) S 21302 21305 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28273301 10060525568 48287 33554432000 1073741824 1073778376 140737189666544 139872860060328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21305/tid=21311] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21311/stat : 21311 (java) S 21302 21305 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28273301 10060525568 48287 33554432000 1073741824 1073778376 140737189666544 139872859007784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21305/tid=21312] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21312/stat : 21312 (java) S 21302 21305 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28273301 10060525568 48287 33554432000 1073741824 1073778376 140737189666544 139872763066792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21305/tid=21313] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21313/stat : 21313 (java) S 21302 21305 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28273301 10060525568 48287 33554432000 1073741824 1073778376 140737189666544 139872762014248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21314] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21314/stat : 21314 (java) S 21302 21305 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28273301 10060525568 48287 33554432000 1073741824 1073778376 140737189666544 139872760961192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21305/tid=21315] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21315/stat : 21315 (java) S 21302 21305 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28273301 10060525568 48287 33554432000 1073741824 1073778376 140737189666544 139872759908648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21316] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21316/stat : 21316 (java) S 21302 21305 19474 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 28273303 10060525568 48287 33554432000 1073741824 1073778376 140737189666544 139872747498344 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21305/tid=21317] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21317/stat : 21317 (java) S 21302 21305 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28273303 10060525568 48287 33554432000 1073741824 1073778376 140737189666544 139872746444664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21318] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21318/stat : 21318 (java) S 21302 21305 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28273303 10060525568 48287 33554432000 1073741824 1073778376 140737189666544 139872745391496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21319] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21319/stat : 21319 (java) S 21302 21305 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273305 10060525568 48287 33554432000 1073741824 1073778376 140737189666544 139872744340240 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21320] ppid=21302 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/21305/task/21320/stat : 21320 (java) R 21302 21305 19474 0 -1 4202560 13036 0 0 0 119 3 0 0 20 0 22 0 28273305 10060525568 48287 33554432000 1073741824 1073778376 140737189666544 139872743264344 139872927281872 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21321] ppid=21302 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/21305/task/21321/stat : 21321 (java) S 21302 21305 19474 0 -1 4202560 7556 0 0 0 119 1 0 0 20 0 22 0 28273305 10060525568 48287 33554432000 1073741824 1073778376 140737189666544 139872742234552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21305/tid=21322] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21322/stat : 21322 (java) S 21302 21305 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273305 10060525568 48287 33554432000 1073741824 1073778376 140737189666544 139872741181688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21305/tid=21323] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21323/stat : 21323 (java) S 21302 21305 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273305 10060525568 48287 33554432000 1073741824 1073778376 140737189666544 139872740129352 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21324] ppid=21302 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/21305/task/21324/stat : 21324 (java) R 21302 21305 19474 0 -1 4202560 19 0 0 0 94 0 0 0 20 0 22 0 28273349 10060525568 48287 33554432000 1073741824 1073778376 140737189666544 139872738701728 139872863849116 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21305/tid=21325] ppid=21302 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/21305/task/21325/stat : 21325 (java) R 21302 21305 19474 0 -1 4202560 75 0 0 0 92 1 0 0 20 0 22 0 28273350 10060525568 48287 33554432000 1073741824 1073778376 140737189666544 139872737657416 139872863931365 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21305/tid=21326] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21326/stat : 21326 (java) S 21302 21305 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28273350 10060525568 48287 33554432000 1073741824 1073778376 140737189666544 139872736605480 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21305/tid=21327] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21327/stat : 21327 (java) S 21302 21305 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28273350 10060525568 48287 33554432000 1073741824 1073778376 140737189666544 139872735552936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.29 4.29 4.27 6/219 21327
/proc/meminfo: memFree=26313376/32872528 swapFree=1541156/1696500
[pid=21305] ppid=21302 vsize=9824732 CPUtime=8.61 cores=0,2,4,6
/proc/21305/stat : 21305 (java) S 21302 21305 19474 0 -1 4202496 24876 0 1 0 849 12 0 0 20 0 22 0 28273299 10060525568 85286 33554432000 1073741824 1073778376 140737189666544 140737189657680 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21305/statm: 2456183 85286 2292 9 0 2446860 0
[pid=21305/tid=21307] ppid=21302 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/21305/task/21307/stat : 21307 (java) S 21302 21305 19474 0 -1 4202560 2496 0 1 0 45 1 0 0 20 0 22 0 28273300 10060525568 85286 33554432000 1073741824 1073778376 140737189666544 139872923435896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21308] ppid=21302 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21305/task/21308/stat : 21308 (java) S 21302 21305 19474 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 22 0 28273301 10060525568 85286 33554432000 1073741824 1073778376 140737189666544 139872862165928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21305/tid=21309] ppid=21302 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21305/task/21309/stat : 21309 (java) S 21302 21305 19474 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 28273301 10060525568 85286 33554432000 1073741824 1073778376 140737189666544 139872861113384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21305/tid=21310] ppid=21302 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/21305/task/21310/stat : 21310 (java) S 21302 21305 19474 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 28273301 10060525568 85286 33554432000 1073741824 1073778376 140737189666544 139872860060328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21305/tid=21311] ppid=21302 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/21305/task/21311/stat : 21311 (java) S 21302 21305 19474 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 28273301 10060525568 85286 33554432000 1073741824 1073778376 140737189666544 139872859007784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21305/tid=21312] ppid=21302 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21305/task/21312/stat : 21312 (java) S 21302 21305 19474 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 28273301 10060525568 85286 33554432000 1073741824 1073778376 140737189666544 139872763066792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21305/tid=21313] ppid=21302 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/21305/task/21313/stat : 21313 (java) S 21302 21305 19474 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 28273301 10060525568 85286 33554432000 1073741824 1073778376 140737189666544 139872762014248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21305/tid=21314] ppid=21302 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/21305/task/21314/stat : 21314 (java) S 21302 21305 19474 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 28273301 10060525568 85286 33554432000 1073741824 1073778376 140737189666544 139872760961192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21315] ppid=21302 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/21305/task/21315/stat : 21315 (java) S 21302 21305 19474 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 28273301 10060525568 85286 33554432000 1073741824 1073778376 140737189666544 139872759908648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21305/tid=21316] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21316/stat : 21316 (java) S 21302 21305 19474 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 28273303 10060525568 85286 33554432000 1073741824 1073778376 140737189666544 139872747498344 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21317] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21317/stat : 21317 (java) S 21302 21305 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28273303 10060525568 85286 33554432000 1073741824 1073778376 140737189666544 139872746444664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21318] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21318/stat : 21318 (java) S 21302 21305 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28273303 10060525568 85286 33554432000 1073741824 1073778376 140737189666544 139872745391496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21319] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21319/stat : 21319 (java) S 21302 21305 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273305 10060525568 85286 33554432000 1073741824 1073778376 140737189666544 139872744340240 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21320] ppid=21302 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/21305/task/21320/stat : 21320 (java) S 21302 21305 19474 0 -1 4202560 13116 0 0 0 155 3 0 0 20 0 22 0 28273305 10060525568 85286 33554432000 1073741824 1073778376 140737189666544 139872743287096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21321] ppid=21302 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/21305/task/21321/stat : 21321 (java) S 21302 21305 19474 0 -1 4202560 7556 0 0 0 124 1 0 0 20 0 22 0 28273305 10060525568 85286 33554432000 1073741824 1073778376 140737189666544 139872742234552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21305/tid=21322] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21322/stat : 21322 (java) S 21302 21305 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273305 10060525568 85286 33554432000 1073741824 1073778376 140737189666544 139872741181688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21305/tid=21323] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21323/stat : 21323 (java) S 21302 21305 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273305 10060525568 85286 33554432000 1073741824 1073778376 140737189666544 139872740129352 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21324] ppid=21302 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/21305/task/21324/stat : 21324 (java) R 21302 21305 19474 0 -1 4202560 20 0 0 0 249 0 0 0 20 0 22 0 28273349 10060525568 85286 33554432000 1073741824 1073778376 140737189666544 139872738701728 139872863882668 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21305/tid=21325] ppid=21302 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/21305/task/21325/stat : 21325 (java) R 21302 21305 19474 0 -1 4202560 134 0 0 0 244 3 0 0 20 0 22 0 28273350 10060525568 85286 33554432000 1073741824 1073778376 140737189666544 139872737657080 139872863933384 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21305/tid=21326] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21326/stat : 21326 (java) S 21302 21305 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28273350 10060525568 85286 33554432000 1073741824 1073778376 140737189666544 139872736605480 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21305/tid=21327] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21327/stat : 21327 (java) S 21302 21305 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28273350 10060525568 85286 33554432000 1073741824 1073778376 140737189666544 139872735552936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.61
Current children cumulated vsize (KiB) 9824732

[startup+6.30091 s]
/proc/loadavg: 4.27 4.29 4.27 4/207 21384
/proc/meminfo: memFree=29806528/32872528 swapFree=1541156/1696500
[pid=21305] ppid=21302 vsize=9824732 CPUtime=15.43 cores=0,2,4,6
/proc/21305/stat : 21305 (java) S 21302 21305 19474 0 -1 4202496 26014 0 1 0 1517 26 0 0 20 0 22 0 28273299 10060525568 160932 33554432000 1073741824 1073778376 140737189666544 140737189657680 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21305/statm: 2456183 160932 2292 9 0 2446860 0
[pid=21305/tid=21307] ppid=21302 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/21305/task/21307/stat : 21307 (java) S 21302 21305 19474 0 -1 4202560 2496 0 1 0 45 1 0 0 20 0 22 0 28273300 10060525568 160932 33554432000 1073741824 1073778376 140737189666544 139872923435896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21308] ppid=21302 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/21305/task/21308/stat : 21308 (java) S 21302 21305 19474 0 -1 4202560 63 0 0 0 5 3 0 0 20 0 22 0 28273301 10060525568 160932 33554432000 1073741824 1073778376 140737189666544 139872862165928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21309] ppid=21302 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/21305/task/21309/stat : 21309 (java) S 21302 21305 19474 0 -1 4202560 66 0 0 0 8 2 0 0 20 0 22 0 28273301 10060525568 160932 33554432000 1073741824 1073778376 140737189666544 139872861113384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21305/tid=21310] ppid=21302 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/21305/task/21310/stat : 21310 (java) S 21302 21305 19474 0 -1 4202560 63 0 0 0 7 2 0 0 20 0 22 0 28273301 10060525568 160932 33554432000 1073741824 1073778376 140737189666544 139872860060328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21305/tid=21311] ppid=21302 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/21305/task/21311/stat : 21311 (java) S 21302 21305 19474 0 -1 4202560 43 0 0 0 4 1 0 0 20 0 22 0 28273301 10060525568 160932 33554432000 1073741824 1073778376 140737189666544 139872859007784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21305/tid=21312] ppid=21302 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/21305/task/21312/stat : 21312 (java) S 21302 21305 19474 0 -1 4202560 42 0 0 0 6 2 0 0 20 0 22 0 28273301 10060525568 160932 33554432000 1073741824 1073778376 140737189666544 139872763066792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21305/tid=21313] ppid=21302 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/21305/task/21313/stat : 21313 (java) S 21302 21305 19474 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 22 0 28273301 10060525568 160932 33554432000 1073741824 1073778376 140737189666544 139872762014248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21305/tid=21314] ppid=21302 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/21305/task/21314/stat : 21314 (java) S 21302 21305 19474 0 -1 4202560 90 0 0 0 7 3 0 0 20 0 22 0 28273301 10060525568 160932 33554432000 1073741824 1073778376 140737189666544 139872760961192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21315] ppid=21302 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/21305/task/21315/stat : 21315 (java) S 21302 21305 19474 0 -1 4202560 60 0 0 0 5 1 0 0 20 0 22 0 28273301 10060525568 160932 33554432000 1073741824 1073778376 140737189666544 139872759908648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21316] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21316/stat : 21316 (java) S 21302 21305 19474 0 -1 4202560 461 0 0 0 0 0 0 0 20 0 22 0 28273303 10060525568 160932 33554432000 1073741824 1073778376 140737189666544 139872747498344 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21317] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21317/stat : 21317 (java) S 21302 21305 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28273303 10060525568 160932 33554432000 1073741824 1073778376 140737189666544 139872746444664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21318] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21318/stat : 21318 (java) S 21302 21305 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28273303 10060525568 160932 33554432000 1073741824 1073778376 140737189666544 139872745391496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21319] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21319/stat : 21319 (java) S 21302 21305 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273305 10060525568 160932 33554432000 1073741824 1073778376 140737189666544 139872744340240 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21320] ppid=21302 vsize=9824732 CPUtime=1.58 cores=0,2,4,6

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

[pid=21305/tid=21324] ppid=21302 vsize=9824732 CPUtime=869 cores=0,2,4,6
/proc/21305/task/21324/stat : 21324 (java) R 21302 21305 19474 0 -1 4202560 52 0 0 0 86885 15 0 0 20 0 22 0 28273349 10060525568 932368 33554432000 1073741824 1073778376 140737189666544 139872738709456 139872863848583 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21305/tid=21325] ppid=21302 vsize=9824732 CPUtime=868.97 cores=0,2,4,6
/proc/21305/task/21325/stat : 21325 (java) R 21302 21305 19474 0 -1 4202560 2251 0 0 0 86845 52 0 0 20 0 22 0 28273350 10060525568 932368 33554432000 1073741824 1073778376 140737189666544 139872737657984 139872863931765 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21326] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21326/stat : 21326 (java) S 21302 21305 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28273350 10060525568 932368 33554432000 1073741824 1073778376 140737189666544 139872736605480 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21305/tid=21327] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21327/stat : 21327 (java) S 21302 21305 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28273350 10060525568 932368 33554432000 1073741824 1073778376 140737189666544 139872735552936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1774.94
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.801 s]
/proc/loadavg: 4.51 4.38 4.30 5/220 21419
/proc/meminfo: memFree=23122704/32872528 swapFree=1541156/1696500
[pid=21305] ppid=21302 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/21305/stat : 21305 (java) S 21302 21305 19474 0 -1 4202496 37898 0 1 0 179797 205 0 0 20 0 22 0 28273299 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 140737189657680 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21305/statm: 2456183 932880 2301 9 0 2446860 0
[pid=21305/tid=21307] ppid=21302 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/21305/task/21307/stat : 21307 (java) S 21302 21305 19474 0 -1 4202560 2503 0 1 0 47 4 0 0 20 0 22 0 28273300 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872923435896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21308] ppid=21302 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/21305/task/21308/stat : 21308 (java) S 21302 21305 19474 0 -1 4202560 655 0 0 0 280 17 0 0 20 0 22 0 28273301 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872862165928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21305/tid=21309] ppid=21302 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/21305/task/21309/stat : 21309 (java) S 21302 21305 19474 0 -1 4202560 564 0 0 0 278 16 0 0 20 0 22 0 28273301 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872861113384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21305/tid=21310] ppid=21302 vsize=9824732 CPUtime=3.31 cores=0,2,4,6
/proc/21305/task/21310/stat : 21310 (java) S 21302 21305 19474 0 -1 4202560 650 0 0 0 313 18 0 0 20 0 22 0 28273301 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872860060328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21305/tid=21311] ppid=21302 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/21305/task/21311/stat : 21311 (java) S 21302 21305 19474 0 -1 4202560 581 0 0 0 291 17 0 0 20 0 22 0 28273301 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872859007784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21305/tid=21312] ppid=21302 vsize=9824732 CPUtime=3.29 cores=0,2,4,6
/proc/21305/task/21312/stat : 21312 (java) S 21302 21305 19474 0 -1 4202560 689 0 0 0 310 19 0 0 20 0 22 0 28273301 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872763066792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21305/tid=21313] ppid=21302 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/21305/task/21313/stat : 21313 (java) S 21302 21305 19474 0 -1 4202560 577 0 0 0 280 15 0 0 20 0 22 0 28273301 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872762014248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21305/tid=21314] ppid=21302 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/21305/task/21314/stat : 21314 (java) S 21302 21305 19474 0 -1 4202560 647 0 0 0 268 16 0 0 20 0 22 0 28273301 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872760961192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21305/tid=21315] ppid=21302 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/21305/task/21315/stat : 21315 (java) S 21302 21305 19474 0 -1 4202560 552 0 0 0 283 17 0 0 20 0 22 0 28273301 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872759908648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21305/tid=21316] ppid=21302 vsize=9824732 CPUtime=3.94 cores=0,2,4,6
/proc/21305/task/21316/stat : 21316 (java) S 21302 21305 19474 0 -1 4202560 2378 0 0 0 386 8 0 0 20 0 22 0 28273303 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872747498344 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21305/tid=21317] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21317/stat : 21317 (java) S 21302 21305 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28273303 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872746444664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21318] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21318/stat : 21318 (java) S 21302 21305 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28273303 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872745391496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21319] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21319/stat : 21319 (java) S 21302 21305 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273305 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872744340240 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21320] ppid=21302 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/21305/task/21320/stat : 21320 (java) S 21302 21305 19474 0 -1 4202560 13120 0 0 0 162 3 0 0 20 0 22 0 28273305 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872743287096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21321] ppid=21302 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/21305/task/21321/stat : 21321 (java) S 21302 21305 19474 0 -1 4202560 11364 0 0 0 190 2 0 0 20 0 22 0 28273305 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872742234552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21305/tid=21322] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21322/stat : 21322 (java) S 21302 21305 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273305 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872741181688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21305/tid=21323] ppid=21302 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/21305/task/21323/stat : 21323 (java) S 21302 21305 19474 0 -1 4202560 51 0 0 0 19 15 0 0 20 0 22 0 28273305 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872740129352 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21324] ppid=21302 vsize=9824732 CPUtime=881.41 cores=0,2,4,6
/proc/21305/task/21324/stat : 21324 (java) R 21302 21305 19474 0 -1 4202560 52 0 0 0 88126 15 0 0 20 0 22 0 28273349 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872738709456 139872863883144 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21305/tid=21325] ppid=21302 vsize=9824732 CPUtime=881.38 cores=0,2,4,6
/proc/21305/task/21325/stat : 21325 (java) R 21302 21305 19474 0 -1 4202560 2252 0 0 0 88086 52 0 0 20 0 22 0 28273350 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872737657984 139872864094016 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21326] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21326/stat : 21326 (java) S 21302 21305 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28273350 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872736605480 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21305/tid=21327] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21327/stat : 21327 (java) S 21302 21305 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28273350 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872735552936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

############
# WARNING:
# current cumulated CPU time (1796.1 s) is less than in the last sample (1800.02 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (3.92004 s) to the 'lost time'.

[startup+894.801 s]
/proc/loadavg: 4.51 4.38 4.30 5/220 21419
/proc/meminfo: memFree=23122704/32872528 swapFree=1541156/1696500
[pid=21305] ppid=21302 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/21305/stat : 21305 (java) S 21302 21305 19474 0 -1 4202496 37898 0 1 0 179797 205 0 0 20 0 22 0 28273299 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 140737189657680 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21305/statm: 2456183 932880 2301 9 0 2446860 0
[pid=21305/tid=21307] ppid=21302 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/21305/task/21307/stat : 21307 (java) S 21302 21305 19474 0 -1 4202560 2503 0 1 0 47 4 0 0 20 0 22 0 28273300 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872923435896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21308] ppid=21302 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/21305/task/21308/stat : 21308 (java) S 21302 21305 19474 0 -1 4202560 655 0 0 0 280 17 0 0 20 0 22 0 28273301 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872862165928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21305/tid=21309] ppid=21302 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/21305/task/21309/stat : 21309 (java) S 21302 21305 19474 0 -1 4202560 564 0 0 0 278 16 0 0 20 0 22 0 28273301 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872861113384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21305/tid=21310] ppid=21302 vsize=9824732 CPUtime=3.31 cores=0,2,4,6
/proc/21305/task/21310/stat : 21310 (java) S 21302 21305 19474 0 -1 4202560 650 0 0 0 313 18 0 0 20 0 22 0 28273301 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872860060328 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21305/tid=21311] ppid=21302 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/21305/task/21311/stat : 21311 (java) S 21302 21305 19474 0 -1 4202560 581 0 0 0 291 17 0 0 20 0 22 0 28273301 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872859007784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21305/tid=21312] ppid=21302 vsize=9824732 CPUtime=3.29 cores=0,2,4,6
/proc/21305/task/21312/stat : 21312 (java) S 21302 21305 19474 0 -1 4202560 689 0 0 0 310 19 0 0 20 0 22 0 28273301 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872763066792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21305/tid=21313] ppid=21302 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/21305/task/21313/stat : 21313 (java) S 21302 21305 19474 0 -1 4202560 577 0 0 0 280 15 0 0 20 0 22 0 28273301 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872762014248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21305/tid=21314] ppid=21302 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/21305/task/21314/stat : 21314 (java) S 21302 21305 19474 0 -1 4202560 647 0 0 0 268 16 0 0 20 0 22 0 28273301 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872760961192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21305/tid=21315] ppid=21302 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/21305/task/21315/stat : 21315 (java) S 21302 21305 19474 0 -1 4202560 552 0 0 0 283 17 0 0 20 0 22 0 28273301 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872759908648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21305/tid=21316] ppid=21302 vsize=9824732 CPUtime=3.94 cores=0,2,4,6
/proc/21305/task/21316/stat : 21316 (java) S 21302 21305 19474 0 -1 4202560 2378 0 0 0 386 8 0 0 20 0 22 0 28273303 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872747498344 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21305/tid=21317] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21317/stat : 21317 (java) S 21302 21305 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28273303 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872746444664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21318] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21318/stat : 21318 (java) S 21302 21305 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28273303 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872745391496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21319] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21319/stat : 21319 (java) S 21302 21305 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273305 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872744340240 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21320] ppid=21302 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/21305/task/21320/stat : 21320 (java) S 21302 21305 19474 0 -1 4202560 13120 0 0 0 162 3 0 0 20 0 22 0 28273305 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872743287096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21321] ppid=21302 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/21305/task/21321/stat : 21321 (java) S 21302 21305 19474 0 -1 4202560 11364 0 0 0 190 2 0 0 20 0 22 0 28273305 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872742234552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21305/tid=21322] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21322/stat : 21322 (java) S 21302 21305 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28273305 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872741181688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21305/tid=21323] ppid=21302 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/21305/task/21323/stat : 21323 (java) S 21302 21305 19474 0 -1 4202560 51 0 0 0 19 15 0 0 20 0 22 0 28273305 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872740129352 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21324] ppid=21302 vsize=9824732 CPUtime=881.41 cores=0,2,4,6
/proc/21305/task/21324/stat : 21324 (java) R 21302 21305 19474 0 -1 4202560 52 0 0 0 88126 15 0 0 20 0 22 0 28273349 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872738709456 139872863883144 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21305/tid=21325] ppid=21302 vsize=9824732 CPUtime=881.38 cores=0,2,4,6
/proc/21305/task/21325/stat : 21325 (java) R 21302 21305 19474 0 -1 4202560 2252 0 0 0 88086 52 0 0 20 0 22 0 28273350 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872737657984 139872864094016 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21305/tid=21326] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21326/stat : 21326 (java) S 21302 21305 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28273350 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872736605480 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21305/tid=21327] ppid=21302 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21305/task/21327/stat : 21327 (java) S 21302 21305 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28273350 10060525568 932880 33554432000 1073741824 1073778376 140737189666544 139872735552936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

[startup+894.905 s]
/proc/loadavg: 4.51 4.38 4.30 5/220 21419
/proc/meminfo: memFree=23122704/32872528 swapFree=1541156/1696500
[pid=21305] ppid=21302 vsize=0 CPUtime=1796.1 cores=0,2,4,6
/proc/21305/stat : 21305 (java) Z 21302 21305 19474 0 -1 4203532 37952 0 1 0 179359 251 0 0 20 0 2 0 28273299 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21305/statm: 0 0 0 0 0 0 0
[pid=21305/tid=21321] ppid=21302 vsize=0 CPUtime=1.94 cores=0,2,4,6
/proc/21305/task/21321/stat : 21321 (java) R 21302 21305 19474 0 -1 4203588 11365 0 0 0 192 2 0 0 20 0 2 0 28273305 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1796.1
Current children cumulated vsize (KiB) 0
#
############


Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 21305 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.905 s]
/proc/loadavg: 4.51 4.38 4.30 5/220 21419
/proc/meminfo: memFree=23122704/32872528 swapFree=1541156/1696500
[pid=21305] ppid=21302 vsize=0 CPUtime=1796.1 cores=0,2,4,6
/proc/21305/stat : 21305 (java) Z 21302 21305 19474 0 -1 4203532 37952 0 1 0 179359 251 0 0 20 0 2 0 28273299 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21305/statm: 0 0 0 0 0 0 0
[pid=21305/tid=21321] ppid=21302 vsize=0 CPUtime=1.94 cores=0,2,4,6
/proc/21305/task/21321/stat : 21321 (java) R 21302 21305 19474 0 -1 4203588 11365 0 0 0 192 2 0 0 20 0 2 0 28273305 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1796.1
Current children cumulated vsize (KiB) 0

Child status: 143

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3.92004
#  lost CPU user time (s): 4.38
#  lost CPU system time (s): -0.46

Real time (s): 894.916
CPU time (s): 1800.04
CPU user time (s): 1797.97
CPU system time (s): 2.07461
CPU usage (%): 201.141
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.59
system time used= 2.53461
maximum resident set size= 3741880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37952
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24312
involuntary context switches= 29884

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.81412 second user time and 7.14291 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-26 16:45:46
IDJOB=4116678
IDBENCH=109500
IDSOLVER=2543
FILE ID=node125/4116678-1466952346
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-size80-round22-5.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116678-1466952346/watcher-4116678-1466952346 -o /tmp/evaluation-result-4116678-1466952346/solver-4116678-1466952346 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466943674-19490 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116678-1466952346.opb

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

MD5SUM BENCH= 5da3d2b0ef82a20c0504ed48aabb7dc1
RANDOM SEED=313742615

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:        26577224 kB
Buffers:           12304 kB
Cached:            40576 kB
SwapCached:         1748 kB
Active:          3857836 kB
Inactive:          29508 kB
Active(anon):    3836400 kB
Inactive(anon):      448 kB
Active(file):      21436 kB
Inactive(file):    29060 kB
Unevictable:     1696500 kB
Mlocked:         1541156 kB
SwapTotal:      67108856 kB
SwapFree:       67098440 kB
Dirty:              1300 kB
Writeback:             0 kB
AnonPages:       5536672 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             565408 kB
SReclaimable:       9116 kB
SUnreclaim:       556292 kB
KernelStack:        1616 kB
PageTables:        15288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5771628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3936256 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 17:00:41