Trace number 4117230

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.19 898.255

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round21-9.opb
MD5SUMc68e7238ac3e7c3faa82b99e458d98ea
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 benchmark302.588
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7936
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints832
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4117230-1466951668.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.71/0.47	c ... done. Wall clock time 0.355s.
0.71/0.47	c declared #vars     3968
0.71/0.47	c #constraints  9216
0.71/0.48	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.71/0.48	c constraints type 
0.71/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.71/0.48	c org.sat4j.specs.Constr$1 => 936
0.71/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.71/0.48	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.71/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.71/0.48	c 9216 constraints processed.
0.71/0.48	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.71/0.48	c constraints type 
0.71/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.71/0.48	c org.sat4j.specs.Constr$1 => 936
0.71/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5958
0.71/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1658
0.71/0.48	c org.sat4j.pb.constraints.pb.UnitClausePB => 536
0.71/0.48	c 9216 constraints processed.
4.56/1.46	c cleaning 2489 clauses out of 4995 with flag 15799/5000
5.92/2.05	c cleaning 4246 clauses out of 8506 with flag 38321/11000
7.58/2.80	c cleaning 5629 clauses out of 11260 with flag 66692/18000
9.22/3.70	c cleaning 6802 clauses out of 13631 with flag 99872/26000
11.48/4.75	c cleaning 7898 clauses out of 15829 with flag 139610/35000
13.95/5.91	c cleaning 8943 clauses out of 17931 with flag 187454/45000
16.60/7.24	c cleaning 9987 clauses out of 19988 with flag 240665/56000
19.61/8.72	c cleaning 10997 clauses out of 22002 with flag 300045/68001
22.90/10.39	c cleaning 11978 clauses out of 24004 with flag 367228/81000
26.72/12.23	c cleaning 12991 clauses out of 26026 with flag 440368/95000
30.80/14.24	c cleaning 14006 clauses out of 28036 with flag 521120/110001
35.20/16.41	c cleaning 14995 clauses out of 30029 with flag 606529/126000
40.13/18.87	c cleaning 16016 clauses out of 32036 with flag 701103/143002
45.31/21.48	c cleaning 16995 clauses out of 34018 with flag 803003/161000
51.22/24.36	c cleaning 17988 clauses out of 36023 with flag 910638/180000
57.21/27.35	c cleaning 18982 clauses out of 38035 with flag 1025930/200000
59.61/28.52	c cleaning 0 clauses out of 5000 with flag 0/5000
64.29/30.70	c cleaning 20001 clauses out of 40053 with flag 1149832/221000
71.76/34.33	c cleaning 21016 clauses out of 42053 with flag 1278467/243001
78.95/38.00	c cleaning 21992 clauses out of 44036 with flag 1414369/266000
87.26/42.04	c cleaning 22991 clauses out of 46044 with flag 1557453/290000
95.67/46.23	c cleaning 24009 clauses out of 48054 with flag 1706567/315001
104.54/50.65	c cleaning 25007 clauses out of 50044 with flag 1864448/341000
113.12/54.95	c cleaning 25991 clauses out of 52038 with flag 2027753/368001
122.52/59.66	c cleaning 27016 clauses out of 54046 with flag 2201329/396000
132.64/64.68	c cleaning 28010 clauses out of 56031 with flag 2378994/425001
142.84/69.72	c cleaning 28988 clauses out of 58020 with flag 2566120/455000
153.44/75.05	c cleaning 29999 clauses out of 60032 with flag 2757520/486000
164.44/80.55	c cleaning 31008 clauses out of 62034 with flag 2952616/518001
176.03/86.36	c cleaning 32000 clauses out of 64025 with flag 3157147/551000
188.24/92.41	c cleaning 32985 clauses out of 66026 with flag 3366876/585001
200.83/98.73	c cleaning 34009 clauses out of 68041 with flag 3583536/620001
214.76/105.64	c cleaning 35005 clauses out of 70031 with flag 3809051/656000
231.28/114.19	c cleaning 36002 clauses out of 72026 with flag 4040501/693000
247.86/122.38	c cleaning 37012 clauses out of 74024 with flag 4284806/731000
265.52/131.12	c cleaning 37987 clauses out of 76012 with flag 4532867/770000
284.01/140.35	c cleaning 39001 clauses out of 78025 with flag 4788483/810000
302.73/149.65	c cleaning 39993 clauses out of 80024 with flag 5050523/851000
322.80/159.62	c cleaning 40989 clauses out of 82031 with flag 5315317/893000
342.47/169.45	c cleaning 42014 clauses out of 84042 with flag 5592487/936000
364.42/180.33	c cleaning 43005 clauses out of 86028 with flag 5874123/980000
387.74/191.95	c cleaning 43982 clauses out of 88023 with flag 6162897/1025000
411.26/203.70	c cleaning 45011 clauses out of 90042 with flag 6460703/1071001
435.71/215.81	c cleaning 45980 clauses out of 92030 with flag 6765121/1118000
460.29/228.06	c cleaning 47005 clauses out of 94051 with flag 7073639/1166001
482.49/239.14	c cleaning 47991 clauses out of 96047 with flag 7386943/1215002
504.69/250.28	c cleaning 49014 clauses out of 98055 with flag 7710894/1265001
528.69/262.27	c cleaning 49998 clauses out of 100041 with flag 8042468/1316001
553.09/274.43	c cleaning 51002 clauses out of 102042 with flag 8377446/1368000
578.29/287.05	c cleaning 51992 clauses out of 104041 with flag 8720166/1421001
604.56/300.50	c cleaning 53011 clauses out of 106048 with flag 9071845/1475000
630.15/313.39	c cleaning 54012 clauses out of 108038 with flag 9427204/1530001
656.75/326.64	c cleaning 54994 clauses out of 110026 with flag 9792190/1586001
683.94/340.26	c cleaning 56002 clauses out of 112033 with flag 10161538/1643002
712.94/354.74	c cleaning 56990 clauses out of 114029 with flag 10540432/1701000
742.33/369.47	c cleaning 58003 clauses out of 116039 with flag 10925770/1760000
772.72/384.68	c cleaning 59009 clauses out of 118036 with flag 11320398/1820000
804.72/400.65	c cleaning 59992 clauses out of 120027 with flag 11717110/1881000
838.11/417.35	c cleaning 60985 clauses out of 122035 with flag 12113377/1943000
871.91/434.22	c cleaning 62005 clauses out of 124050 with flag 12523552/2006000
906.10/451.35	c cleaning 62992 clauses out of 126046 with flag 12945442/2070001
942.10/469.37	c cleaning 64005 clauses out of 128054 with flag 13370214/2135001
979.29/487.95	c cleaning 64998 clauses out of 130049 with flag 13800494/2201001
1017.16/506.82	c cleaning 66016 clauses out of 132050 with flag 14236681/2268000
1054.96/525.77	c cleaning 66988 clauses out of 134034 with flag 14681408/2336000
1093.95/545.27	c cleaning 67998 clauses out of 136046 with flag 15130427/2405000
1134.74/565.60	c cleaning 69008 clauses out of 138048 with flag 15591506/2475000
1176.34/586.49	c cleaning 70001 clauses out of 140041 with flag 16057935/2546001
1219.93/608.27	c cleaning 71009 clauses out of 142039 with flag 16529439/2618000
1273.34/634.74	c cleaning 72005 clauses out of 144030 with flag 17005391/2691000
1328.75/662.70	c cleaning 72967 clauses out of 146027 with flag 17488176/2765002
1385.42/690.99	c cleaning 73992 clauses out of 148058 with flag 17978114/2840000
1406.90/701.67	c cleaning 0 clauses out of 11001 with flag 0/11001
1444.89/720.52	c cleaning 74989 clauses out of 150067 with flag 18476718/2916001
1504.57/750.22	c cleaning 76024 clauses out of 152077 with flag 18979076/2993000
1565.79/780.76	c cleaning 76992 clauses out of 154053 with flag 19484107/3071000
1629.07/812.23	c cleaning 78006 clauses out of 156063 with flag 20004035/3150002
1695.93/846.31	c cleaning 79009 clauses out of 158056 with flag 20528464/3230001
1761.01/878.72	c cleaning 79997 clauses out of 160046 with flag 21058827/3311000
1800.19/898.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/898.20	c starts		: 32348
1800.19/898.20	c conflicts		: 3365254
1800.19/898.20	c decisions		: 27757456
1800.19/898.20	c propagations		: 440365472
1800.19/898.20	c inspects		: 10809156219
1800.19/898.20	c shortcuts		: 0
1800.19/898.20	c learnt literals	: 5
1800.19/898.20	c learnt binary clauses	: 94
1800.19/898.20	c learnt ternary clauses	: 792
1800.19/898.20	c learnt constraints	: 3365249
1800.19/898.20	c ignored constraints	: 0
1800.19/898.20	c root simplifications	: 0
1800.19/898.20	c removed literals (reason simplification)	: 3426885
1800.19/898.20	c reason swapping (by a shorter reason)	: 0
1800.19/898.20	c Calls to reduceDB	: 77
1800.19/898.20	c Number of update (reduction) of LBD	: 728969
1800.19/898.20	c Imported unit clauses	: 0
1800.19/898.20	c number of reductions to clauses (during analyze)	: 0
1800.19/898.20	c number of learned constraints concerned by reduction	: 0
1800.19/898.20	c number of learning phase by resolution	: 0
1800.19/898.20	c number of learning phase by cutting planes	: 0
1800.19/898.20	c speed (assignments/second)	: 490539.85001938255
1800.19/898.20	c non guided choices	4468
1800.19/898.23	c learnt constraints type 
1800.19/898.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 94
1800.19/898.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 134209
1800.19/898.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/898.23	c starts		: 36
1800.19/898.23	c conflicts		: 13358
1800.19/898.23	c decisions		: 45838
1800.19/898.23	c propagations		: 1682856
1800.19/898.23	c inspects		: 376221882
1800.19/898.23	c shortcuts		: 0
1800.19/898.23	c learnt literals	: 0
1800.19/898.23	c learnt binary clauses	: 0
1800.19/898.23	c learnt ternary clauses	: 0
1800.19/898.23	c learnt constraints	: 13357
1800.19/898.23	c ignored constraints	: 0
1800.19/898.23	c root simplifications	: 0
1800.19/898.23	c removed literals (reason simplification)	: 0
1800.19/898.23	c reason swapping (by a shorter reason)	: 0
1800.19/898.23	c Calls to reduceDB	: 2
1800.19/898.23	c Number of update (reduction) of LBD	: 0
1800.19/898.23	c Imported unit clauses	: 0
1800.19/898.23	c number of reductions to clauses (during analyze)	: 0
1800.19/898.23	c number of learned constraints concerned by reduction	: 0
1800.19/898.23	c number of learning phase by resolution	: 0
1800.19/898.23	c number of learning phase by cutting planes	: 0
1800.19/898.23	c speed (assignments/second)	: 1874.5430201550112
1800.19/898.23	c non guided choices	298
1800.19/898.24	c learnt constraints type 
1800.19/898.24	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 8
1800.19/898.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13349
1800.19/898.24	s UNKNOWN
1800.19/898.24	c Total wall clock time (in seconds): 898.118

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

pid=23209
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.17 4.24 4.18 4/197 23212
/proc/meminfo: memFree=28030928/32872528 swapFree=681168/738400
[pid=23212] ppid=23209 vsize=9216 CPUtime=0 cores=1,3,5,7
/proc/23212/stat : 23212 (java) R 23209 23212 20053 0 -1 4202496 398 0 0 0 0 0 0 0 20 0 1 0 28206286 9437184 68 33554432000 1073741824 1073778376 140736316358464 140736316355592 213857138446 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23212/statm: 2306 84 66 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 4.17 4.24 4.18 4/197 23212
/proc/meminfo: memFree=28030928/32872528 swapFree=681168/738400
[pid=23212] ppid=23209 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/23212/stat : 23212 (java) S 23209 23212 20053 0 -1 4202496 4457 0 1 0 8 1 0 0 20 0 18 0 28206286 9787879424 5574 33554432000 1073741824 1073778376 140736316358464 140736316349600 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23212/statm: 2389619 5574 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 4.17 4.24 4.18 4/197 23212
/proc/meminfo: memFree=28030928/32872528 swapFree=681168/738400
[pid=23212] ppid=23209 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/23212/stat : 23212 (java) S 23209 23212 20053 0 -1 4202496 4763 0 1 0 23 1 0 0 20 0 18 0 28206286 9787879424 6339 33554432000 1073741824 1073778376 140736316358464 140736316349600 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23212/statm: 2389619 6339 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300225 s]
/proc/loadavg: 4.17 4.24 4.18 4/197 23212
/proc/meminfo: memFree=28030928/32872528 swapFree=681168/738400
[pid=23212] ppid=23209 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/23212/stat : 23212 (java) S 23209 23212 20053 0 -1 4202496 5969 0 1 0 46 1 0 0 20 0 18 0 28206286 9787879424 7899 33554432000 1073741824 1073778376 140736316358464 140736316349600 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23212/statm: 2389619 7899 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700209 s]
/proc/loadavg: 4.17 4.24 4.18 4/197 23212
/proc/meminfo: memFree=28030928/32872528 swapFree=681168/738400
[pid=23212] ppid=23209 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/23212/stat : 23212 (java) S 23209 23212 20053 0 -1 4202496 15107 0 1 0 178 4 0 0 20 0 22 0 28206286 10060525568 22361 33554432000 1073741824 1073778376 140736316358464 140736316349600 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23212/statm: 2456183 22361 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.17 4.24 4.18 7/219 23234
/proc/meminfo: memFree=27900420/32872528 swapFree=681168/738400
[pid=23212] ppid=23209 vsize=9824732 CPUtime=4.83 cores=1,3,5,7
/proc/23212/stat : 23212 (java) S 23209 23212 20053 0 -1 4202496 20859 0 1 0 476 7 0 0 20 0 22 0 28206286 10060525568 46512 33554432000 1073741824 1073778376 140736316358464 140736316349600 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23212/statm: 2456183 46512 2292 9 0 2446860 0
[pid=23212/tid=23214] ppid=23209 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/23212/task/23214/stat : 23214 (java) S 23209 23212 20053 0 -1 4202560 2486 0 1 0 43 2 0 0 20 0 22 0 28206287 10060525568 46512 33554432000 1073741824 1073778376 140736316358464 139669721236344 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23212/tid=23215] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23215/stat : 23215 (java) S 23209 23212 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28206289 10060525568 46512 33554432000 1073741824 1073778376 140736316358464 139669565336104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23212/tid=23216] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23216/stat : 23216 (java) S 23209 23212 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28206289 10060525568 46512 33554432000 1073741824 1073778376 140736316358464 139669564283304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23217] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23217/stat : 23217 (java) S 23209 23212 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28206289 10060525568 46512 33554432000 1073741824 1073778376 140736316358464 139669563230504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23212/tid=23218] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23218/stat : 23218 (java) S 23209 23212 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28206289 10060525568 46512 33554432000 1073741824 1073778376 140736316358464 139669562177704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23212/tid=23219] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23219/stat : 23219 (java) S 23209 23212 20053 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 28206289 10060525568 46512 33554432000 1073741824 1073778376 140736316358464 139669561125928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23212/tid=23220] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23220/stat : 23220 (java) S 23209 23212 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28206289 10060525568 46512 33554432000 1073741824 1073778376 140736316358464 139669560073128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23212/tid=23221] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23221/stat : 23221 (java) S 23209 23212 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28206289 10060525568 46512 33554432000 1073741824 1073778376 140736316358464 139669559020328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23222] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23222/stat : 23222 (java) S 23209 23212 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28206289 10060525568 46512 33554432000 1073741824 1073778376 140736316358464 139669557967528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23223] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23223/stat : 23223 (java) S 23209 23212 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28206290 10060525568 46512 33554432000 1073741824 1073778376 140736316358464 139669545556456 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23224] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23224/stat : 23224 (java) S 23209 23212 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28206290 10060525568 46512 33554432000 1073741824 1073778376 140736316358464 139669544502520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23225] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23225/stat : 23225 (java) S 23209 23212 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28206290 10060525568 46512 33554432000 1073741824 1073778376 140736316358464 139669543449608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23226] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23226/stat : 23226 (java) S 23209 23212 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28206292 10060525568 46512 33554432000 1073741824 1073778376 140736316358464 139669542398096 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23227] ppid=23209 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/23212/task/23227/stat : 23227 (java) S 23209 23212 20053 0 -1 4202560 7595 0 0 0 116 1 0 0 20 0 22 0 28206292 10060525568 46512 33554432000 1073741824 1073778376 140736316358464 139669541346232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23228] ppid=23209 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/23212/task/23228/stat : 23228 (java) S 23209 23212 20053 0 -1 4202560 9373 0 0 0 115 1 0 0 20 0 22 0 28206292 10060525568 46512 33554432000 1073741824 1073778376 140736316358464 139669540293432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23229] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23229/stat : 23229 (java) S 23209 23212 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28206292 10060525568 46512 33554432000 1073741824 1073778376 140736316358464 139669539240824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23230] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23230/stat : 23230 (java) S 23209 23212 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28206293 10060525568 46512 33554432000 1073741824 1073778376 140736316358464 139669538188232 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23231] ppid=23209 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/23212/task/23231/stat : 23231 (java) R 23209 23212 20053 0 -1 4202560 17 0 0 0 96 0 0 0 20 0 22 0 28206335 10060525568 46512 33554432000 1073741824 1073778376 140736316358464 139669536657440 139669593656731 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23212/tid=23232] ppid=23209 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/23212/task/23232/stat : 23232 (java) R 23209 23212 20053 0 -1 4202560 79 0 0 0 97 1 0 0 20 0 22 0 28206335 10060525568 46512 33554432000 1073741824 1073778376 140736316358464 139669535612632 139669593896457 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23212/tid=23233] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23233/stat : 23233 (java) S 23209 23212 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28206336 10060525568 46512 33554432000 1073741824 1073778376 140736316358464 139669534561192 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23212/tid=23234] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23234/stat : 23234 (java) S 23209 23212 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28206336 10060525568 46512 33554432000 1073741824 1073778376 140736316358464 139669533508392 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 4.17 4.24 4.18 6/219 23234
/proc/meminfo: memFree=27831596/32872528 swapFree=681168/738400
[pid=23212] ppid=23209 vsize=9824732 CPUtime=8.19 cores=1,3,5,7
/proc/23212/stat : 23212 (java) S 23209 23212 20053 0 -1 4202496 21037 0 1 0 808 11 0 0 20 0 22 0 28206286 10060525568 73213 33554432000 1073741824 1073778376 140736316358464 140736316349600 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23212/statm: 2456183 73213 2292 9 0 2446860 0
[pid=23212/tid=23214] ppid=23209 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/23212/task/23214/stat : 23214 (java) S 23209 23212 20053 0 -1 4202560 2486 0 1 0 43 2 0 0 20 0 22 0 28206287 10060525568 73213 33554432000 1073741824 1073778376 140736316358464 139669721236344 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23212/tid=23215] ppid=23209 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23212/task/23215/stat : 23215 (java) S 23209 23212 20053 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 28206289 10060525568 73213 33554432000 1073741824 1073778376 140736316358464 139669565336104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23216] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23216/stat : 23216 (java) S 23209 23212 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28206289 10060525568 73213 33554432000 1073741824 1073778376 140736316358464 139669564283304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23217] ppid=23209 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23212/task/23217/stat : 23217 (java) S 23209 23212 20053 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 28206289 10060525568 73213 33554432000 1073741824 1073778376 140736316358464 139669563230504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23218] ppid=23209 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23212/task/23218/stat : 23218 (java) S 23209 23212 20053 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 28206289 10060525568 73213 33554432000 1073741824 1073778376 140736316358464 139669562177704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23219] ppid=23209 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23212/task/23219/stat : 23219 (java) S 23209 23212 20053 0 -1 4202560 25 0 0 0 1 1 0 0 20 0 22 0 28206289 10060525568 73213 33554432000 1073741824 1073778376 140736316358464 139669561125928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23220] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23220/stat : 23220 (java) S 23209 23212 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28206289 10060525568 73213 33554432000 1073741824 1073778376 140736316358464 139669560073128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23221] ppid=23209 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23212/task/23221/stat : 23221 (java) S 23209 23212 20053 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 28206289 10060525568 73213 33554432000 1073741824 1073778376 140736316358464 139669559020328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23222] ppid=23209 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23212/task/23222/stat : 23222 (java) S 23209 23212 20053 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 28206289 10060525568 73213 33554432000 1073741824 1073778376 140736316358464 139669557967528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23223] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23223/stat : 23223 (java) S 23209 23212 20053 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 28206290 10060525568 73213 33554432000 1073741824 1073778376 140736316358464 139669545556456 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23224] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23224/stat : 23224 (java) S 23209 23212 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28206290 10060525568 73213 33554432000 1073741824 1073778376 140736316358464 139669544502520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23225] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23225/stat : 23225 (java) S 23209 23212 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28206290 10060525568 73213 33554432000 1073741824 1073778376 140736316358464 139669543449608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23226] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23226/stat : 23226 (java) S 23209 23212 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28206292 10060525568 73213 33554432000 1073741824 1073778376 140736316358464 139669542398096 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23227] ppid=23209 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/23212/task/23227/stat : 23227 (java) S 23209 23212 20053 0 -1 4202560 7603 0 0 0 124 2 0 0 20 0 22 0 28206292 10060525568 73213 33554432000 1073741824 1073778376 140736316358464 139669541346232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23228] ppid=23209 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/23212/task/23228/stat : 23228 (java) S 23209 23212 20053 0 -1 4202560 9375 0 0 0 117 2 0 0 20 0 22 0 28206292 10060525568 73213 33554432000 1073741824 1073778376 140736316358464 139669540293432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23229] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23229/stat : 23229 (java) S 23209 23212 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28206292 10060525568 73213 33554432000 1073741824 1073778376 140736316358464 139669539240824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23230] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23230/stat : 23230 (java) S 23209 23212 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28206293 10060525568 73213 33554432000 1073741824 1073778376 140736316358464 139669538188232 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23231] ppid=23209 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/23212/task/23231/stat : 23231 (java) R 23209 23212 20053 0 -1 4202560 18 0 0 0 249 0 0 0 20 0 22 0 28206335 10060525568 73213 33554432000 1073741824 1073778376 140736316358464 139669536657440 139669593656736 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23212/tid=23232] ppid=23209 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/23212/task/23232/stat : 23232 (java) R 23209 23212 20053 0 -1 4202560 113 0 0 0 248 1 0 0 20 0 22 0 28206335 10060525568 73213 33554432000 1073741824 1073778376 140736316358464 139669535612304 139669593832262 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23233] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23233/stat : 23233 (java) S 23209 23212 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28206336 10060525568 73213 33554432000 1073741824 1073778376 140736316358464 139669534561192 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23212/tid=23234] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23234/stat : 23234 (java) S 23209 23212 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28206336 10060525568 73213 33554432000 1073741824 1073778376 140736316358464 139669533508392 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.63 4.34 4.21 5/219 23234
/proc/meminfo: memFree=27364868/32872528 swapFree=681168/738400
[pid=23212] ppid=23209 vsize=9824732 CPUtime=14.75 cores=1,3,5,7
/proc/23212/stat : 23212 (java) S 23209 23212 20053 0 -1 4202496 22046 0 1 0 1453 22 0 0 20 0 22 0 28206286 10060525568 155115 33554432000 1073741824 1073778376 140736316358464 140736316349600 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23212/statm: 2456183 155115 2292 9 0 2446860 0
[pid=23212/tid=23214] ppid=23209 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/23212/task/23214/stat : 23214 (java) S 23209 23212 20053 0 -1 4202560 2486 0 1 0 43 2 0 0 20 0 22 0 28206287 10060525568 155115 33554432000 1073741824 1073778376 140736316358464 139669721236344 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23215] ppid=23209 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/23212/task/23215/stat : 23215 (java) S 23209 23212 20053 0 -1 4202560 86 0 0 0 9 3 0 0 20 0 22 0 28206289 10060525568 155115 33554432000 1073741824 1073778376 140736316358464 139669565336104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23216] ppid=23209 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23212/task/23216/stat : 23216 (java) S 23209 23212 20053 0 -1 4202560 52 0 0 0 4 1 0 0 20 0 22 0 28206289 10060525568 155115 33554432000 1073741824 1073778376 140736316358464 139669564283304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23217] ppid=23209 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23212/task/23217/stat : 23217 (java) S 23209 23212 20053 0 -1 4202560 39 0 0 0 4 0 0 0 20 0 22 0 28206289 10060525568 155115 33554432000 1073741824 1073778376 140736316358464 139669563230504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23212/tid=23218] ppid=23209 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23212/task/23218/stat : 23218 (java) S 23209 23212 20053 0 -1 4202560 94 0 0 0 4 0 0 0 20 0 22 0 28206289 10060525568 155115 33554432000 1073741824 1073778376 140736316358464 139669562177704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23212/tid=23219] ppid=23209 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/23212/task/23219/stat : 23219 (java) S 23209 23212 20053 0 -1 4202560 55 0 0 0 6 2 0 0 20 0 22 0 28206289 10060525568 155115 33554432000 1073741824 1073778376 140736316358464 139669561125928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23220] ppid=23209 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23212/task/23220/stat : 23220 (java) S 23209 23212 20053 0 -1 4202560 111 0 0 0 5 2 0 0 20 0 22 0 28206289 10060525568 155115 33554432000 1073741824 1073778376 140736316358464 139669560073128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23221] ppid=23209 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23212/task/23221/stat : 23221 (java) S 23209 23212 20053 0 -1 4202560 44 0 0 0 5 1 0 0 20 0 22 0 28206289 10060525568 155115 33554432000 1073741824 1073778376 140736316358464 139669559020328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23222] ppid=23209 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/23212/task/23222/stat : 23222 (java) S 23209 23212 20053 0 -1 4202560 124 0 0 0 7 1 0 0 20 0 22 0 28206289 10060525568 155115 33554432000 1073741824 1073778376 140736316358464 139669557967528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23223] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23223/stat : 23223 (java) S 23209 23212 20053 0 -1 4202560 455 0 0 0 0 0 0 0 20 0 22 0 28206290 10060525568 155115 33554432000 1073741824 1073778376 140736316358464 139669545556456 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23224] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23224/stat : 23224 (java) S 23209 23212 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28206290 10060525568 155115 33554432000 1073741824 1073778376 140736316358464 139669544502520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23225] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23225/stat : 23225 (java) S 23209 23212 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28206290 10060525568 155115 33554432000 1073741824 1073778376 140736316358464 139669543449608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23226] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23226/stat : 23226 (java) S 23209 23212 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28206292 10060525568 155115 33554432000 1073741824 1073778376 140736316358464 139669542398096 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23227] ppid=23209 vsize=9824732 CPUtime=1.27 cores=1,3,5,7

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

/proc/23212/task/23217/stat : 23217 (java) S 23209 23212 20053 0 -1 4202560 728 0 0 0 114 17 0 0 20 0 22 0 28206289 10060525568 884189 33554432000 1073741824 1073778376 140736316358464 139669563230504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23218] ppid=23209 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/23212/task/23218/stat : 23218 (java) S 23209 23212 20053 0 -1 4202560 525 0 0 0 113 15 0 0 20 0 22 0 28206289 10060525568 884189 33554432000 1073741824 1073778376 140736316358464 139669562177704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23219] ppid=23209 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/23212/task/23219/stat : 23219 (java) S 23209 23212 20053 0 -1 4202560 856 0 0 0 130 18 0 0 20 0 22 0 28206289 10060525568 884189 33554432000 1073741824 1073778376 140736316358464 139669561125928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23212/tid=23220] ppid=23209 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/23212/task/23220/stat : 23220 (java) S 23209 23212 20053 0 -1 4202560 632 0 0 0 123 15 0 0 20 0 22 0 28206289 10060525568 884189 33554432000 1073741824 1073778376 140736316358464 139669560073128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23221] ppid=23209 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/23212/task/23221/stat : 23221 (java) S 23209 23212 20053 0 -1 4202560 470 0 0 0 124 16 0 0 20 0 22 0 28206289 10060525568 884189 33554432000 1073741824 1073778376 140736316358464 139669559020328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23212/tid=23222] ppid=23209 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/23212/task/23222/stat : 23222 (java) S 23209 23212 20053 0 -1 4202560 764 0 0 0 119 20 0 0 20 0 22 0 28206289 10060525568 884189 33554432000 1073741824 1073778376 140736316358464 139669557967528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23212/tid=23223] ppid=23209 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/23212/task/23223/stat : 23223 (java) S 23209 23212 20053 0 -1 4202560 2332 0 0 0 232 9 0 0 20 0 22 0 28206290 10060525568 884189 33554432000 1073741824 1073778376 140736316358464 139669545556456 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23212/tid=23224] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23224/stat : 23224 (java) S 23209 23212 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28206290 10060525568 884189 33554432000 1073741824 1073778376 140736316358464 139669544502520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23225] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23225/stat : 23225 (java) S 23209 23212 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28206290 10060525568 884189 33554432000 1073741824 1073778376 140736316358464 139669543449608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23226] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23226/stat : 23226 (java) S 23209 23212 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28206292 10060525568 884189 33554432000 1073741824 1073778376 140736316358464 139669542398096 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23227] ppid=23209 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/23212/task/23227/stat : 23227 (java) S 23209 23212 20053 0 -1 4202560 11252 0 0 0 186 2 0 0 20 0 22 0 28206292 10060525568 884189 33554432000 1073741824 1073778376 140736316358464 139669541346232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23228] ppid=23209 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/23212/task/23228/stat : 23228 (java) S 23209 23212 20053 0 -1 4202560 9386 0 0 0 122 2 0 0 20 0 22 0 28206292 10060525568 884189 33554432000 1073741824 1073778376 140736316358464 139669540293432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23212/tid=23229] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23229/stat : 23229 (java) S 23209 23212 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28206292 10060525568 884189 33554432000 1073741824 1073778376 140736316358464 139669539240824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23230] ppid=23209 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/23212/task/23230/stat : 23230 (java) S 23209 23212 20053 0 -1 4202560 47 0 0 0 12 19 0 0 20 0 22 0 28206293 10060525568 884189 33554432000 1073741824 1073778376 140736316358464 139669538188232 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23231] ppid=23209 vsize=9824732 CPUtime=814.13 cores=1,3,5,7
/proc/23212/task/23231/stat : 23231 (java) R 23209 23212 20053 0 -1 4202560 64 0 0 0 81399 14 0 0 20 0 22 0 28206335 10060525568 884189 33554432000 1073741824 1073778376 140736316358464 139669536665136 139669593656731 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23212/tid=23232] ppid=23209 vsize=9824732 CPUtime=814.12 cores=1,3,5,7
/proc/23212/task/23232/stat : 23232 (java) R 23209 23212 20053 0 -1 4202560 2764 0 0 0 81362 50 0 0 20 0 22 0 28206335 10060525568 884189 33554432000 1073741824 1073778376 140736316358464 139669535613440 139669593708518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23233] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23233/stat : 23233 (java) S 23209 23212 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28206336 10060525568 884189 33554432000 1073741824 1073778376 140736316358464 139669534561192 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23212/tid=23234] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23234/stat : 23234 (java) S 23209 23212 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28206336 10060525568 884189 33554432000 1073741824 1073778376 140736316358464 139669533508392 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1649.42
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.21 4.18 4.18 5/219 23322
/proc/meminfo: memFree=24461800/32872528 swapFree=681168/738400
[pid=23212] ppid=23209 vsize=9824732 CPUtime=1768.27 cores=1,3,5,7
/proc/23212/stat : 23212 (java) S 23209 23212 20053 0 -1 4202496 35300 0 1 0 176619 208 0 0 20 0 22 0 28206286 10060525568 907894 33554432000 1073741824 1073778376 140736316358464 140736316349600 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23212/statm: 2456183 907894 2301 9 0 2446860 0
[pid=23212/tid=23214] ppid=23209 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/23212/task/23214/stat : 23214 (java) S 23209 23212 20053 0 -1 4202560 2493 0 1 0 46 3 0 0 20 0 22 0 28206287 10060525568 907894 33554432000 1073741824 1073778376 140736316358464 139669721236344 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23215] ppid=23209 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/23212/task/23215/stat : 23215 (java) S 23209 23212 20053 0 -1 4202560 528 0 0 0 129 17 0 0 20 0 22 0 28206289 10060525568 907894 33554432000 1073741824 1073778376 140736316358464 139669565336104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23212/tid=23216] ppid=23209 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/23212/task/23216/stat : 23216 (java) S 23209 23212 20053 0 -1 4202560 447 0 0 0 125 13 0 0 20 0 22 0 28206289 10060525568 907894 33554432000 1073741824 1073778376 140736316358464 139669564283304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23212/tid=23217] ppid=23209 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/23212/task/23217/stat : 23217 (java) S 23209 23212 20053 0 -1 4202560 745 0 0 0 128 17 0 0 20 0 22 0 28206289 10060525568 907894 33554432000 1073741824 1073778376 140736316358464 139669563230504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23218] ppid=23209 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/23212/task/23218/stat : 23218 (java) S 23209 23212 20053 0 -1 4202560 570 0 0 0 125 15 0 0 20 0 22 0 28206289 10060525568 907894 33554432000 1073741824 1073778376 140736316358464 139669562177704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23212/tid=23219] ppid=23209 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/23212/task/23219/stat : 23219 (java) S 23209 23212 20053 0 -1 4202560 879 0 0 0 142 18 0 0 20 0 22 0 28206289 10060525568 907894 33554432000 1073741824 1073778376 140736316358464 139669561125928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23212/tid=23220] ppid=23209 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/23212/task/23220/stat : 23220 (java) S 23209 23212 20053 0 -1 4202560 664 0 0 0 135 15 0 0 20 0 22 0 28206289 10060525568 907894 33554432000 1073741824 1073778376 140736316358464 139669560073128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23221] ppid=23209 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/23212/task/23221/stat : 23221 (java) S 23209 23212 20053 0 -1 4202560 495 0 0 0 139 16 0 0 20 0 22 0 28206289 10060525568 907894 33554432000 1073741824 1073778376 140736316358464 139669559020328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23212/tid=23222] ppid=23209 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/23212/task/23222/stat : 23222 (java) S 23209 23212 20053 0 -1 4202560 789 0 0 0 133 21 0 0 20 0 22 0 28206289 10060525568 907894 33554432000 1073741824 1073778376 140736316358464 139669557967528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23223] ppid=23209 vsize=9824732 CPUtime=4.1 cores=1,3,5,7
/proc/23212/task/23223/stat : 23223 (java) S 23209 23212 20053 0 -1 4202560 2498 0 0 0 400 10 0 0 20 0 22 0 28206290 10060525568 907894 33554432000 1073741824 1073778376 140736316358464 139669545556456 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23224] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23224/stat : 23224 (java) S 23209 23212 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28206290 10060525568 907894 33554432000 1073741824 1073778376 140736316358464 139669544502520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23225] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23225/stat : 23225 (java) S 23209 23212 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28206290 10060525568 907894 33554432000 1073741824 1073778376 140736316358464 139669543449608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23226] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23226/stat : 23226 (java) S 23209 23212 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28206292 10060525568 907894 33554432000 1073741824 1073778376 140736316358464 139669542398096 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23227] ppid=23209 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/23212/task/23227/stat : 23227 (java) S 23209 23212 20053 0 -1 4202560 11252 0 0 0 186 2 0 0 20 0 22 0 28206292 10060525568 907894 33554432000 1073741824 1073778376 140736316358464 139669541346232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23228] ppid=23209 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/23212/task/23228/stat : 23228 (java) S 23209 23212 20053 0 -1 4202560 9386 0 0 0 122 2 0 0 20 0 22 0 28206292 10060525568 907894 33554432000 1073741824 1073778376 140736316358464 139669540293432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23212/tid=23229] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23229/stat : 23229 (java) S 23209 23212 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28206292 10060525568 907894 33554432000 1073741824 1073778376 140736316358464 139669539240824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23230] ppid=23209 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/23212/task/23230/stat : 23230 (java) S 23209 23212 20053 0 -1 4202560 51 0 0 0 13 20 0 0 20 0 22 0 28206293 10060525568 907894 33554432000 1073741824 1073778376 140736316358464 139669538188232 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23231] ppid=23209 vsize=9824732 CPUtime=871.97 cores=1,3,5,7
/proc/23212/task/23231/stat : 23231 (java) R 23209 23212 20053 0 -1 4202560 68 0 0 0 87181 16 0 0 20 0 22 0 28206335 10060525568 907894 33554432000 1073741824 1073778376 140736316358464 139669536665152 139669593772192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23232] ppid=23209 vsize=9824732 CPUtime=871.97 cores=1,3,5,7
/proc/23212/task/23232/stat : 23232 (java) R 23209 23212 20053 0 -1 4202560 3170 0 0 0 87145 52 0 0 20 0 22 0 28206335 10060525568 907894 33554432000 1073741824 1073778376 140736316358464 139669535613608 139669593708503 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23233] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23233/stat : 23233 (java) S 23209 23212 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28206336 10060525568 907894 33554432000 1073741824 1073778376 140736316358464 139669534561192 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23212/tid=23234] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23234/stat : 23234 (java) S 23209 23212 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28206336 10060525568 907894 33554432000 1073741824 1073778376 140736316358464 139669533508392 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1768.27
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.201 s]
/proc/loadavg: 4.16 4.17 4.17 5/218 23323
/proc/meminfo: memFree=24403592/32872528 swapFree=681168/738400
[pid=23212] ppid=23209 vsize=9824732 CPUtime=1800.19 cores=1,3,5,7
/proc/23212/stat : 23212 (java) S 23209 23212 20053 0 -1 4202496 35332 0 1 0 179810 209 0 0 20 0 22 0 28206286 10060525568 907921 33554432000 1073741824 1073778376 140736316358464 140736316349600 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23212/statm: 2456183 907921 2301 9 0 2446860 0
[pid=23212/tid=23214] ppid=23209 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/23212/task/23214/stat : 23214 (java) S 23209 23212 20053 0 -1 4202560 2493 0 1 0 46 3 0 0 20 0 22 0 28206287 10060525568 907921 33554432000 1073741824 1073778376 140736316358464 139669721236344 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23215] ppid=23209 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/23212/task/23215/stat : 23215 (java) S 23209 23212 20053 0 -1 4202560 547 0 0 0 135 17 0 0 20 0 22 0 28206289 10060525568 907921 33554432000 1073741824 1073778376 140736316358464 139669565336104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23216] ppid=23209 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/23212/task/23216/stat : 23216 (java) S 23209 23212 20053 0 -1 4202560 448 0 0 0 127 13 0 0 20 0 22 0 28206289 10060525568 907921 33554432000 1073741824 1073778376 140736316358464 139669564283304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23217] ppid=23209 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/23212/task/23217/stat : 23217 (java) S 23209 23212 20053 0 -1 4202560 748 0 0 0 131 17 0 0 20 0 22 0 28206289 10060525568 907921 33554432000 1073741824 1073778376 140736316358464 139669563230504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23218] ppid=23209 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/23212/task/23218/stat : 23218 (java) S 23209 23212 20053 0 -1 4202560 570 0 0 0 129 15 0 0 20 0 22 0 28206289 10060525568 907921 33554432000 1073741824 1073778376 140736316358464 139669562177704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23212/tid=23219] ppid=23209 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/23212/task/23219/stat : 23219 (java) S 23209 23212 20053 0 -1 4202560 879 0 0 0 145 18 0 0 20 0 22 0 28206289 10060525568 907921 33554432000 1073741824 1073778376 140736316358464 139669561125928 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23212/tid=23220] ppid=23209 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/23212/task/23220/stat : 23220 (java) S 23209 23212 20053 0 -1 4202560 665 0 0 0 137 15 0 0 20 0 22 0 28206289 10060525568 907921 33554432000 1073741824 1073778376 140736316358464 139669560073128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23212/tid=23221] ppid=23209 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/23212/task/23221/stat : 23221 (java) S 23209 23212 20053 0 -1 4202560 497 0 0 0 143 16 0 0 20 0 22 0 28206289 10060525568 907921 33554432000 1073741824 1073778376 140736316358464 139669559020328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23212/tid=23222] ppid=23209 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/23212/task/23222/stat : 23222 (java) S 23209 23212 20053 0 -1 4202560 790 0 0 0 135 21 0 0 20 0 22 0 28206289 10060525568 907921 33554432000 1073741824 1073778376 140736316358464 139669557967528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23223] ppid=23209 vsize=9824732 CPUtime=4.1 cores=1,3,5,7
/proc/23212/task/23223/stat : 23223 (java) S 23209 23212 20053 0 -1 4202560 2498 0 0 0 400 10 0 0 20 0 22 0 28206290 10060525568 907921 33554432000 1073741824 1073778376 140736316358464 139669545556456 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23224] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23224/stat : 23224 (java) S 23209 23212 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28206290 10060525568 907921 33554432000 1073741824 1073778376 140736316358464 139669544502520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23225] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23225/stat : 23225 (java) S 23209 23212 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28206290 10060525568 907921 33554432000 1073741824 1073778376 140736316358464 139669543449608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23226] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23226/stat : 23226 (java) S 23209 23212 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28206292 10060525568 907921 33554432000 1073741824 1073778376 140736316358464 139669542398096 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23227] ppid=23209 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/23212/task/23227/stat : 23227 (java) S 23209 23212 20053 0 -1 4202560 11252 0 0 0 186 2 0 0 20 0 22 0 28206292 10060525568 907921 33554432000 1073741824 1073778376 140736316358464 139669541346232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23228] ppid=23209 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/23212/task/23228/stat : 23228 (java) S 23209 23212 20053 0 -1 4202560 9386 0 0 0 122 2 0 0 20 0 22 0 28206292 10060525568 907921 33554432000 1073741824 1073778376 140736316358464 139669540293432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23212/tid=23229] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23229/stat : 23229 (java) S 23209 23212 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28206292 10060525568 907921 33554432000 1073741824 1073778376 140736316358464 139669539240824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23230] ppid=23209 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/23212/task/23230/stat : 23230 (java) S 23209 23212 20053 0 -1 4202560 53 0 0 0 14 20 0 0 20 0 22 0 28206293 10060525568 907921 33554432000 1073741824 1073778376 140736316358464 139669538188232 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23212/tid=23231] ppid=23209 vsize=9824732 CPUtime=887.75 cores=1,3,5,7
/proc/23212/task/23231/stat : 23231 (java) R 23209 23212 20053 0 -1 4202560 69 0 0 0 88759 16 0 0 20 0 22 0 28206335 10060525568 907921 33554432000 1073741824 1073778376 140736316358464 139669536665152 139669593667239 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23212/tid=23232] ppid=23209 vsize=9824732 CPUtime=887.75 cores=1,3,5,7
/proc/23212/task/23232/stat : 23232 (java) R 23209 23212 20053 0 -1 4202560 3172 0 0 0 88723 52 0 0 20 0 22 0 28206335 10060525568 907921 33554432000 1073741824 1073778376 140736316358464 139669535613640 139669593413103 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23212/tid=23233] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23233/stat : 23233 (java) S 23209 23212 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28206336 10060525568 907921 33554432000 1073741824 1073778376 140736316358464 139669534561192 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23212/tid=23234] ppid=23209 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23212/task/23234/stat : 23234 (java) S 23209 23212 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28206336 10060525568 907921 33554432000 1073741824 1073778376 140736316358464 139669533508392 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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 23212 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

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

Real time (s): 898.255
CPU time (s): 1800.19
CPU user time (s): 1798.1
CPU system time (s): 2.09
CPU usage (%): 200.41
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.56
system time used= 2.54161
maximum resident set size= 3631800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35368
page faults= 1
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23647
involuntary context switches= 28594

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.65329 second user time and 8.61369 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-26 16:34:28
IDJOB=4117230
IDBENCH=109569
IDSOLVER=2543
FILE ID=node112/4117230-1466951668
RUNJOBID= node112-1466939767-20070
PBS_JOBID= 19976335
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round21-9.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117230-1466951668/watcher-4117230-1466951668 -o /tmp/evaluation-result-4117230-1466951668/solver-4117230-1466951668 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20070 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117230-1466951668.opb

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

MD5SUM BENCH= c68e7238ac3e7c3faa82b99e458d98ea
RANDOM SEED=272039753

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28031076 kB
Buffers:           19008 kB
Cached:           151004 kB
SwapCached:         1700 kB
Active:          3254428 kB
Inactive:         146724 kB
Active(anon):    3231096 kB
Inactive(anon):     2540 kB
Active(file):      23332 kB
Inactive(file):   144184 kB
Unevictable:      738400 kB
Mlocked:          681168 kB
SwapTotal:      67108856 kB
SwapFree:       67098668 kB
Dirty:              1216 kB
Writeback:             0 kB
AnonPages:       3969192 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             565960 kB
SReclaimable:       9484 kB
SUnreclaim:       556476 kB
KernelStack:        1592 kB
PageTables:        12412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4173160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3233792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71688 MiB
End job on node112 at 2016-06-26 16:49:26