Trace number 4115990

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 894.069

General information on the benchmark

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

Solver Data

0.00/0.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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4115990-1466945217.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  no objective function found
1.01/0.51	c ... done. Wall clock time 0.39s.
1.01/0.51	c declared #vars     4288
1.01/0.51	c #constraints  10784
1.01/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.01/0.51	c constraints type 
1.01/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.01/0.51	c org.sat4j.specs.Constr$1 => 888
1.01/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.01/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
1.01/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.01/0.51	c 10784 constraints processed.
1.01/0.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.01/0.51	c constraints type 
1.01/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.01/0.51	c org.sat4j.specs.Constr$1 => 888
1.01/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.01/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.01/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 488
1.01/0.51	c 10784 constraints processed.
4.52/1.40	c cleaning 2497 clauses out of 5000 with flag 17018/5001
7.03/2.11	c cleaning 4235 clauses out of 8501 with flag 39079/11000
8.54/2.87	c cleaning 5617 clauses out of 11267 with flag 66247/18001
10.65/3.82	c cleaning 6793 clauses out of 13650 with flag 100480/26001
12.68/4.85	c cleaning 7906 clauses out of 15857 with flag 139965/35001
15.16/6.04	c cleaning 8967 clauses out of 17950 with flag 187604/45000
17.81/7.32	c cleaning 9963 clauses out of 19983 with flag 242938/56000
20.61/8.79	c cleaning 10970 clauses out of 22021 with flag 302283/68001
24.31/10.51	c cleaning 12000 clauses out of 24050 with flag 366373/81000
28.11/12.34	c cleaning 13015 clauses out of 26050 with flag 439040/95000
31.71/14.15	c cleaning 0 clauses out of 5001 with flag 0/5001
32.22/14.31	c cleaning 14015 clauses out of 28036 with flag 518853/110001
36.85/16.51	c cleaning 14984 clauses out of 30022 with flag 605527/126002
41.94/18.92	c cleaning 16011 clauses out of 32036 with flag 699751/143000
46.94/21.42	c cleaning 16991 clauses out of 34026 with flag 797619/161001
52.43/24.19	c cleaning 18005 clauses out of 36034 with flag 904122/180000
58.24/27.06	c cleaning 18970 clauses out of 38029 with flag 1016992/200000
64.92/30.34	c cleaning 19954 clauses out of 40059 with flag 1136535/221000
71.52/33.69	c cleaning 21031 clauses out of 42106 with flag 1264498/243001
79.00/37.32	c cleaning 22025 clauses out of 44074 with flag 1400252/266000
86.72/41.13	c cleaning 23015 clauses out of 46050 with flag 1538595/290001
94.73/45.13	c cleaning 23996 clauses out of 48034 with flag 1686085/315000
103.44/49.41	c cleaning 25011 clauses out of 50038 with flag 1840866/341000
112.24/53.87	c cleaning 25991 clauses out of 52027 with flag 2002618/368000
122.19/58.77	c cleaning 27011 clauses out of 54037 with flag 2169840/396001
131.99/63.66	c cleaning 27999 clauses out of 56025 with flag 2345732/425000
143.14/69.16	c cleaning 28981 clauses out of 58026 with flag 2523290/455000
154.33/74.76	c cleaning 30018 clauses out of 60045 with flag 2711618/486000
166.43/80.73	c cleaning 31007 clauses out of 62027 with flag 2904983/518000
179.30/87.15	c cleaning 31957 clauses out of 64020 with flag 3103556/551000
193.34/94.40	c cleaning 33005 clauses out of 66063 with flag 3307770/585000
206.99/101.22	c cleaning 34000 clauses out of 68058 with flag 3524863/620000
213.59/104.57	c cleaning 0 clauses out of 11000 with flag 0/11000
221.64/108.54	c cleaning 35009 clauses out of 70058 with flag 3740962/656000
236.92/116.14	c cleaning 36017 clauses out of 72053 with flag 3966917/693004
252.80/124.04	c cleaning 36994 clauses out of 74033 with flag 4199175/731001
269.19/132.26	c cleaning 37986 clauses out of 76039 with flag 4441112/770001
286.09/140.63	c cleaning 39004 clauses out of 78052 with flag 4688401/810000
303.40/149.21	c cleaning 40014 clauses out of 80049 with flag 4941702/851001
321.93/158.44	c cleaning 41018 clauses out of 82035 with flag 5202582/893001
341.22/168.07	c cleaning 41975 clauses out of 84016 with flag 5467820/936000
361.14/177.98	c cleaning 42959 clauses out of 86043 with flag 5742404/980002
382.57/188.51	c cleaning 44017 clauses out of 88083 with flag 6021172/1025001
404.11/199.27	c cleaning 45017 clauses out of 90065 with flag 6302000/1071000
426.43/210.38	c cleaning 45919 clauses out of 92049 with flag 6593088/1118001
451.38/223.30	c cleaning 47053 clauses out of 94130 with flag 6891842/1166001
475.43/235.25	c cleaning 48033 clauses out of 96077 with flag 7191728/1215001
500.54/247.75	c cleaning 49001 clauses out of 98043 with flag 7507610/1265000
526.66/260.71	c cleaning 49990 clauses out of 100043 with flag 7827265/1316001
553.87/274.24	c cleaning 50956 clauses out of 102053 with flag 8150230/1368001
581.58/288.01	c cleaning 52016 clauses out of 104096 with flag 8482300/1421000
609.66/301.96	c cleaning 53021 clauses out of 106081 with flag 8827138/1475001
639.34/316.61	c cleaning 53993 clauses out of 108060 with flag 9168756/1530001
669.89/331.88	c cleaning 54993 clauses out of 110066 with flag 9518887/1586000
701.17/347.31	c cleaning 56019 clauses out of 112074 with flag 9875385/1643001
733.85/363.59	c cleaning 57002 clauses out of 114057 with flag 10233778/1701003
767.46/380.21	c cleaning 57983 clauses out of 116053 with flag 10600550/1760001
801.86/397.32	c cleaning 59008 clauses out of 118070 with flag 10970530/1820001
835.85/414.21	c cleaning 0 clauses out of 18000 with flag 0/18000
838.05/415.38	c cleaning 60009 clauses out of 120061 with flag 11345170/1881000
875.28/433.87	c cleaning 61006 clauses out of 122053 with flag 11727763/1943001
912.69/452.45	c cleaning 62010 clauses out of 124046 with flag 12114846/2006000
951.99/471.99	c cleaning 62980 clauses out of 126036 with flag 12507180/2070000
992.64/492.07	c cleaning 64010 clauses out of 128056 with flag 12910569/2135000
1034.15/512.67	c cleaning 65014 clauses out of 130046 with flag 13326559/2201000
1078.15/535.31	c cleaning 65986 clauses out of 132032 with flag 13748952/2268000
1121.03/556.62	c cleaning 67021 clauses out of 134047 with flag 14177379/2336001
1165.20/578.67	c cleaning 67987 clauses out of 136025 with flag 14604270/2405000
1209.15/600.58	c cleaning 68985 clauses out of 138038 with flag 15035661/2475000
1255.77/623.64	c cleaning 70018 clauses out of 140053 with flag 15483064/2546000
1303.53/647.20	c cleaning 70991 clauses out of 142035 with flag 15926955/2618000
1353.28/671.93	c cleaning 71987 clauses out of 144044 with flag 16380086/2691000
1405.16/697.73	c cleaning 72995 clauses out of 146058 with flag 16835183/2765001
1457.56/723.89	c cleaning 73968 clauses out of 148063 with flag 17296570/2840001
1511.14/750.57	c cleaning 75024 clauses out of 150094 with flag 17773517/2916000
1566.41/778.04	c cleaning 76009 clauses out of 152070 with flag 18252188/2993000
1622.53/805.91	c cleaning 76970 clauses out of 154061 with flag 18731514/3071000
1680.56/834.72	c cleaning 77993 clauses out of 156091 with flag 19217481/3150000
1738.99/863.79	c cleaning 79001 clauses out of 158098 with flag 19705208/3230000
1800.00/894.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/894.00	c starts		: 23547
1800.00/894.00	c conflicts		: 3311000
1800.00/894.00	c decisions		: 30227299
1800.00/894.00	c propagations		: 442475597
1800.00/894.00	c inspects		: 8933238599
1800.00/894.00	c shortcuts		: 0
1800.00/894.00	c learnt literals	: 2
1800.00/894.00	c learnt binary clauses	: 51
1800.00/894.00	c learnt ternary clauses	: 684
1800.00/894.00	c learnt constraints	: 3310998
1800.00/894.00	c ignored constraints	: 0
1800.00/894.00	c root simplifications	: 0
1800.00/894.00	c removed literals (reason simplification)	: 2520512
1800.00/894.00	c reason swapping (by a shorter reason)	: 0
1800.00/894.00	c Calls to reduceDB	: 77
1800.00/894.00	c Number of update (reduction) of LBD	: 720198
1800.00/894.00	c Imported unit clauses	: 0
1800.00/894.00	c number of reductions to clauses (during analyze)	: 0
1800.00/894.00	c number of learned constraints concerned by reduction	: 0
1800.00/894.00	c number of learning phase by resolution	: 0
1800.00/894.00	c number of learning phase by cutting planes	: 0
1800.00/894.00	c speed (assignments/second)	: 495225.535348742
1800.00/894.00	c non guided choices	17880
1800.00/894.03	c learnt constraints type 
1800.00/894.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 51
1800.00/894.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 160046
1800.00/894.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/894.03	c starts		: 52
1800.00/894.03	c conflicts		: 23852
1800.00/894.03	c decisions		: 86584
1800.00/894.03	c propagations		: 2749957
1800.00/894.03	c inspects		: 848735887
1800.00/894.03	c shortcuts		: 0
1800.00/894.03	c learnt literals	: 0
1800.00/894.03	c learnt binary clauses	: 0
1800.00/894.03	c learnt ternary clauses	: 0
1800.00/894.03	c learnt constraints	: 23851
1800.00/894.03	c ignored constraints	: 0
1800.00/894.03	c root simplifications	: 0
1800.00/894.03	c removed literals (reason simplification)	: 0
1800.00/894.03	c reason swapping (by a shorter reason)	: 0
1800.00/894.03	c Calls to reduceDB	: 3
1800.00/894.03	c Number of update (reduction) of LBD	: 0
1800.00/894.03	c Imported unit clauses	: 0
1800.00/894.03	c number of reductions to clauses (during analyze)	: 0
1800.00/894.03	c number of learned constraints concerned by reduction	: 0
1800.00/894.03	c number of learning phase by resolution	: 0
1800.00/894.03	c number of learning phase by cutting planes	: 0
1800.00/894.03	c speed (assignments/second)	: 3077.70831374761
1800.00/894.03	c non guided choices	297
1800.00/894.04	c learnt constraints type 
1800.00/894.04	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 72
1800.00/894.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23779
1800.00/894.04	s UNKNOWN
1800.00/894.04	c Total wall clock time (in seconds): 893.923

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

pid=21162
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.09 4.11 4.11 5/197 21165
/proc/meminfo: memFree=27641996/32872528 swapFree=681168/738400
[pid=21165] ppid=21162 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/21165/stat : 21165 (java) R 21162 21165 20053 0 -1 4202496 419 0 0 0 0 0 0 0 20 0 1 0 27561238 9445376 89 33554432000 1073741824 1073778376 140736366859536 140736366856664 213857121719 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21165/statm: 2306 93 75 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 4.09 4.11 4.11 5/197 21165
/proc/meminfo: memFree=27641996/32872528 swapFree=681168/738400
[pid=21165] ppid=21162 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/21165/stat : 21165 (java) S 21162 21165 20053 0 -1 4202496 4406 0 1 0 9 1 0 0 20 0 18 0 27561238 9787879424 6039 33554432000 1073741824 1073778376 140736366859536 140736366850672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21165/statm: 2389619 6039 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 4.09 4.11 4.11 5/197 21165
/proc/meminfo: memFree=27641996/32872528 swapFree=681168/738400
[pid=21165] ppid=21162 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/21165/stat : 21165 (java) S 21162 21165 20053 0 -1 4202496 4710 0 1 0 25 1 0 0 20 0 18 0 27561238 9787879424 6806 33554432000 1073741824 1073778376 140736366859536 140736366850672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21165/statm: 2389619 6806 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300228 s]
/proc/loadavg: 4.09 4.11 4.11 5/197 21165
/proc/meminfo: memFree=27641996/32872528 swapFree=681168/738400
[pid=21165] ppid=21162 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/21165/stat : 21165 (java) S 21162 21165 20053 0 -1 4202496 5838 0 1 0 48 1 0 0 20 0 18 0 27561238 9787879424 8856 33554432000 1073741824 1073778376 140736366859536 140736366850672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21165/statm: 2389619 8856 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700204 s]
/proc/loadavg: 4.09 4.11 4.11 5/197 21165
/proc/meminfo: memFree=27641996/32872528 swapFree=681168/738400
[pid=21165] ppid=21162 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/21165/stat : 21165 (java) S 21162 21165 20053 0 -1 4202496 13061 0 1 0 171 3 0 0 20 0 22 0 27561238 10060525568 23407 33554432000 1073741824 1073778376 140736366859536 140736366850672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21165/statm: 2456183 23407 2266 9 0 2446860 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 9824732

[startup+1.50089 s]
/proc/loadavg: 4.09 4.11 4.11 7/219 21187
/proc/meminfo: memFree=27489572/32872528 swapFree=681168/738400
[pid=21165] ppid=21162 vsize=9824732 CPUtime=4.92 cores=1,3,5,7
/proc/21165/stat : 21165 (java) S 21162 21165 20053 0 -1 4202496 24744 0 1 0 486 6 0 0 20 0 22 0 27561238 10060525568 49834 33554432000 1073741824 1073778376 140736366859536 140736366850672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21165/statm: 2456183 49834 2292 9 0 2446860 0
[pid=21165/tid=21167] ppid=21162 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/21165/task/21167/stat : 21167 (java) S 21162 21165 20053 0 -1 4202560 2468 0 1 0 47 1 0 0 20 0 22 0 27561239 10060525568 49834 33554432000 1073741824 1073778376 140736366859536 140318674858872 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21165/tid=21168] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21168/stat : 21168 (java) S 21162 21165 20053 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 27561241 10060525568 49834 33554432000 1073741824 1073778376 140736366859536 140318663920040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21165/tid=21169] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21169/stat : 21169 (java) S 21162 21165 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27561241 10060525568 49834 33554432000 1073741824 1073778376 140736366859536 140318516918824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21170] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21170/stat : 21170 (java) S 21162 21165 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27561241 10060525568 49834 33554432000 1073741824 1073778376 140736366859536 140318515865768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21171] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21171/stat : 21171 (java) S 21162 21165 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27561241 10060525568 49834 33554432000 1073741824 1073778376 140736366859536 140318514813224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21165/tid=21172] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21172/stat : 21172 (java) S 21162 21165 20053 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 27561241 10060525568 49834 33554432000 1073741824 1073778376 140736366859536 140318513761192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21165/tid=21173] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21173/stat : 21173 (java) S 21162 21165 20053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27561241 10060525568 49834 33554432000 1073741824 1073778376 140736366859536 140318512708648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21174] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21174/stat : 21174 (java) S 21162 21165 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27561241 10060525568 49834 33554432000 1073741824 1073778376 140736366859536 140318511655592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21175] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21175/stat : 21175 (java) S 21162 21165 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27561241 10060525568 49834 33554432000 1073741824 1073778376 140736366859536 140318510603048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21176] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21176/stat : 21176 (java) S 21162 21165 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27561242 10060525568 49834 33554432000 1073741824 1073778376 140736366859536 140318498404712 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21177] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21177/stat : 21177 (java) S 21162 21165 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27561242 10060525568 49834 33554432000 1073741824 1073778376 140736366859536 140318497351032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21178] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21178/stat : 21178 (java) S 21162 21165 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27561242 10060525568 49834 33554432000 1073741824 1073778376 140736366859536 140318496297864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21179] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21179/stat : 21179 (java) S 21162 21165 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27561244 10060525568 49834 33554432000 1073741824 1073778376 140736366859536 140318495246608 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21180] ppid=21162 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/21165/task/21180/stat : 21180 (java) R 21162 21165 20053 0 -1 4202560 8839 0 0 0 120 0 0 0 20 0 22 0 27561244 10060525568 49834 33554432000 1073741824 1073778376 140736366859536 140318494194016 140318681677088 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21181] ppid=21162 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/21165/task/21181/stat : 21181 (java) R 21162 21165 20053 0 -1 4202560 12027 0 0 0 121 2 0 0 20 0 22 0 27561244 10060525568 49834 33554432000 1073741824 1073778376 140736366859536 140318493129224 140318682609098 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21182] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21182/stat : 21182 (java) S 21162 21165 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27561244 10060525568 49834 33554432000 1073741824 1073778376 140736366859536 140318492089080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21183] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21183/stat : 21183 (java) S 21162 21165 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27561244 10060525568 49834 33554432000 1073741824 1073778376 140736366859536 140318491036744 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21184] ppid=21162 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/21165/task/21184/stat : 21184 (java) R 21162 21165 20053 0 -1 4202560 16 0 0 0 95 0 0 0 20 0 22 0 27561290 10060525568 49834 33554432000 1073741824 1073778376 140736366859536 140318489972640 140318545233303 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21165/tid=21185] ppid=21162 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/21165/task/21185/stat : 21185 (java) R 21162 21165 20053 0 -1 4202560 78 0 0 0 93 0 0 0 20 0 22 0 27561290 10060525568 49834 33554432000 1073741824 1073778376 140736366859536 140318488927864 140318545290260 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21165/tid=21186] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21186/stat : 21186 (java) S 21162 21165 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27561291 10060525568 49834 33554432000 1073741824 1073778376 140736366859536 140318487876392 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21165/tid=21187] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21187/stat : 21187 (java) S 21162 21165 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27561291 10060525568 49834 33554432000 1073741824 1073778376 140736366859536 140318486823848 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 9824732

[startup+3.10091 s]
/proc/loadavg: 4.09 4.11 4.11 5/219 21187
/proc/meminfo: memFree=27425728/32872528 swapFree=681168/738400
[pid=21165] ppid=21162 vsize=9824732 CPUtime=9.19 cores=1,3,5,7
/proc/21165/stat : 21165 (java) S 21162 21165 20053 0 -1 4202496 30012 0 1 0 902 17 0 0 20 0 22 0 27561238 10060525568 90986 33554432000 1073741824 1073778376 140736366859536 140736366850672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21165/statm: 2456183 90986 2292 9 0 2446860 0
[pid=21165/tid=21167] ppid=21162 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/21165/task/21167/stat : 21167 (java) S 21162 21165 20053 0 -1 4202560 2468 0 1 0 47 1 0 0 20 0 22 0 27561239 10060525568 90986 33554432000 1073741824 1073778376 140736366859536 140318674858872 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21168] ppid=21162 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21165/task/21168/stat : 21168 (java) S 21162 21165 20053 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 27561241 10060525568 90986 33554432000 1073741824 1073778376 140736366859536 140318663920040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21169] ppid=21162 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21165/task/21169/stat : 21169 (java) S 21162 21165 20053 0 -1 4202560 16 0 0 0 2 1 0 0 20 0 22 0 27561241 10060525568 90986 33554432000 1073741824 1073778376 140736366859536 140318516918824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21165/tid=21170] ppid=21162 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21165/task/21170/stat : 21170 (java) S 21162 21165 20053 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 27561241 10060525568 90986 33554432000 1073741824 1073778376 140736366859536 140318515865768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21165/tid=21171] ppid=21162 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21165/task/21171/stat : 21171 (java) S 21162 21165 20053 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 27561241 10060525568 90986 33554432000 1073741824 1073778376 140736366859536 140318514813224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21172] ppid=21162 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21165/task/21172/stat : 21172 (java) S 21162 21165 20053 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 22 0 27561241 10060525568 90986 33554432000 1073741824 1073778376 140736366859536 140318513761192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21173] ppid=21162 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21165/task/21173/stat : 21173 (java) S 21162 21165 20053 0 -1 4202560 21 0 0 0 3 1 0 0 20 0 22 0 27561241 10060525568 90986 33554432000 1073741824 1073778376 140736366859536 140318512708648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21174] ppid=21162 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21165/task/21174/stat : 21174 (java) S 21162 21165 20053 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 22 0 27561241 10060525568 90986 33554432000 1073741824 1073778376 140736366859536 140318511655592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21175] ppid=21162 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21165/task/21175/stat : 21175 (java) S 21162 21165 20053 0 -1 4202560 19 0 0 0 3 1 0 0 20 0 22 0 27561241 10060525568 90986 33554432000 1073741824 1073778376 140736366859536 140318510603048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21165/tid=21176] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21176/stat : 21176 (java) S 21162 21165 20053 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 22 0 27561242 10060525568 90986 33554432000 1073741824 1073778376 140736366859536 140318498404712 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21165/tid=21177] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21177/stat : 21177 (java) S 21162 21165 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27561242 10060525568 90986 33554432000 1073741824 1073778376 140736366859536 140318497351032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21178] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21178/stat : 21178 (java) S 21162 21165 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27561242 10060525568 90986 33554432000 1073741824 1073778376 140736366859536 140318496297864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21179] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21179/stat : 21179 (java) S 21162 21165 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27561244 10060525568 90986 33554432000 1073741824 1073778376 140736366859536 140318495246608 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21180] ppid=21162 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/21165/task/21180/stat : 21180 (java) S 21162 21165 20053 0 -1 4202560 11292 0 0 0 156 1 0 0 20 0 22 0 27561244 10060525568 90986 33554432000 1073741824 1073778376 140736366859536 140318494194488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21181] ppid=21162 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/21165/task/21181/stat : 21181 (java) S 21162 21165 20053 0 -1 4202560 14477 0 0 0 177 2 0 0 20 0 22 0 27561244 10060525568 90986 33554432000 1073741824 1073778376 140736366859536 140318493141944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21182] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21182/stat : 21182 (java) S 21162 21165 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27561244 10060525568 90986 33554432000 1073741824 1073778376 140736366859536 140318492089080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21183] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21183/stat : 21183 (java) S 21162 21165 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27561244 10060525568 90986 33554432000 1073741824 1073778376 140736366859536 140318491036744 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21184] ppid=21162 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/21165/task/21184/stat : 21184 (java) R 21162 21165 20053 0 -1 4202560 20 0 0 0 244 0 0 0 20 0 22 0 27561290 10060525568 90986 33554432000 1073741824 1073778376 140736366859536 140318489981656 140318545309587 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21165/tid=21185] ppid=21162 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/21165/task/21185/stat : 21185 (java) R 21162 21165 20053 0 -1 4202560 128 0 0 0 239 2 0 0 20 0 22 0 27561290 10060525568 90986 33554432000 1073741824 1073778376 140736366859536 140318488927776 140318545290558 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21165/tid=21186] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21186/stat : 21186 (java) S 21162 21165 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27561291 10060525568 90986 33554432000 1073741824 1073778376 140736366859536 140318487876392 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21165/tid=21187] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21187/stat : 21187 (java) S 21162 21165 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27561291 10060525568 90986 33554432000 1073741824 1073778376 140736366859536 140318486823848 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 9.19
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.56 4.21 4.14 5/219 21187
/proc/meminfo: memFree=27013776/32872528 swapFree=681168/738400
[pid=21165] ppid=21162 vsize=9824732 CPUtime=15.81 cores=1,3,5,7
/proc/21165/stat : 21165 (java) S 21162 21165 20053 0 -1 4202496 30860 0 1 0 1553 28 0 0 20 0 22 0 27561238 10060525568 164402 33554432000 1073741824 1073778376 140736366859536 140736366850672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21165/statm: 2456183 164402 2292 9 0 2446860 0
[pid=21165/tid=21167] ppid=21162 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/21165/task/21167/stat : 21167 (java) S 21162 21165 20053 0 -1 4202560 2468 0 1 0 47 1 0 0 20 0 22 0 27561239 10060525568 164402 33554432000 1073741824 1073778376 140736366859536 140318674858872 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21168] ppid=21162 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21165/task/21168/stat : 21168 (java) S 21162 21165 20053 0 -1 4202560 108 0 0 0 4 2 0 0 20 0 22 0 27561241 10060525568 164402 33554432000 1073741824 1073778376 140736366859536 140318663920040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21169] ppid=21162 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21165/task/21169/stat : 21169 (java) S 21162 21165 20053 0 -1 4202560 117 0 0 0 6 2 0 0 20 0 22 0 27561241 10060525568 164402 33554432000 1073741824 1073778376 140736366859536 140318516918824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21170] ppid=21162 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/21165/task/21170/stat : 21170 (java) S 21162 21165 20053 0 -1 4202560 125 0 0 0 9 2 0 0 20 0 22 0 27561241 10060525568 164402 33554432000 1073741824 1073778376 140736366859536 140318515865768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21165/tid=21171] ppid=21162 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/21165/task/21171/stat : 21171 (java) S 21162 21165 20053 0 -1 4202560 116 0 0 0 8 3 0 0 20 0 22 0 27561241 10060525568 164402 33554432000 1073741824 1073778376 140736366859536 140318514813224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21172] ppid=21162 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21165/task/21172/stat : 21172 (java) S 21162 21165 20053 0 -1 4202560 45 0 0 0 5 3 0 0 20 0 22 0 27561241 10060525568 164402 33554432000 1073741824 1073778376 140736366859536 140318513761192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21173] ppid=21162 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/21165/task/21173/stat : 21173 (java) S 21162 21165 20053 0 -1 4202560 42 0 0 0 9 2 0 0 20 0 22 0 27561241 10060525568 164402 33554432000 1073741824 1073778376 140736366859536 140318512708648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21174] ppid=21162 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21165/task/21174/stat : 21174 (java) S 21162 21165 20053 0 -1 4202560 46 0 0 0 7 3 0 0 20 0 22 0 27561241 10060525568 164402 33554432000 1073741824 1073778376 140736366859536 140318511655592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21175] ppid=21162 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21165/task/21175/stat : 21175 (java) S 21162 21165 20053 0 -1 4202560 47 0 0 0 5 3 0 0 20 0 22 0 27561241 10060525568 164402 33554432000 1073741824 1073778376 140736366859536 140318510603048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21176] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21176/stat : 21176 (java) S 21162 21165 20053 0 -1 4202560 452 0 0 0 0 0 0 0 20 0 22 0 27561242 10060525568 164402 33554432000 1073741824 1073778376 140736366859536 140318498404712 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21177] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21177/stat : 21177 (java) S 21162 21165 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27561242 10060525568 164402 33554432000 1073741824 1073778376 140736366859536 140318497351032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21178] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21178/stat : 21178 (java) S 21162 21165 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27561242 10060525568 164402 33554432000 1073741824 1073778376 140736366859536 140318496297864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21179] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21179/stat : 21179 (java) S 21162 21165 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27561244 10060525568 164402 33554432000 1073741824 1073778376 140736366859536 140318495246608 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21180] ppid=21162 vsize=9824732 CPUtime=1.57 cores=1,3,5,7

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

/proc/21165/task/21170/stat : 21170 (java) S 21162 21165 20053 0 -1 4202560 766 0 0 0 294 18 0 0 20 0 22 0 27561241 10060525568 934532 33554432000 1073741824 1073778376 140736366859536 140318515865768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21171] ppid=21162 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/21165/task/21171/stat : 21171 (java) S 21162 21165 20053 0 -1 4202560 696 0 0 0 228 14 0 0 20 0 22 0 27561241 10060525568 934532 33554432000 1073741824 1073778376 140736366859536 140318514813224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21165/tid=21172] ppid=21162 vsize=9824732 CPUtime=2.59 cores=1,3,5,7
/proc/21165/task/21172/stat : 21172 (java) S 21162 21165 20053 0 -1 4202560 500 0 0 0 244 15 0 0 20 0 22 0 27561241 10060525568 934532 33554432000 1073741824 1073778376 140736366859536 140318513761192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21165/tid=21173] ppid=21162 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/21165/task/21173/stat : 21173 (java) S 21162 21165 20053 0 -1 4202560 704 0 0 0 291 19 0 0 20 0 22 0 27561241 10060525568 934532 33554432000 1073741824 1073778376 140736366859536 140318512708648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21174] ppid=21162 vsize=9824732 CPUtime=3.16 cores=1,3,5,7
/proc/21165/task/21174/stat : 21174 (java) S 21162 21165 20053 0 -1 4202560 558 0 0 0 298 18 0 0 20 0 22 0 27561241 10060525568 934532 33554432000 1073741824 1073778376 140736366859536 140318511655592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21175] ppid=21162 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/21165/task/21175/stat : 21175 (java) S 21162 21165 20053 0 -1 4202560 639 0 0 0 261 14 0 0 20 0 22 0 27561241 10060525568 934532 33554432000 1073741824 1073778376 140736366859536 140318510603048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21176] ppid=21162 vsize=9824732 CPUtime=3.4 cores=1,3,5,7
/proc/21165/task/21176/stat : 21176 (java) S 21162 21165 20053 0 -1 4202560 2212 0 0 0 334 6 0 0 20 0 22 0 27561242 10060525568 934532 33554432000 1073741824 1073778376 140736366859536 140318498404712 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21177] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21177/stat : 21177 (java) S 21162 21165 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27561242 10060525568 934532 33554432000 1073741824 1073778376 140736366859536 140318497351032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21178] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21178/stat : 21178 (java) S 21162 21165 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27561242 10060525568 934532 33554432000 1073741824 1073778376 140736366859536 140318496297864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21179] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21179/stat : 21179 (java) S 21162 21165 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27561244 10060525568 934532 33554432000 1073741824 1073778376 140736366859536 140318495246608 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21180] ppid=21162 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/21165/task/21180/stat : 21180 (java) S 21162 21165 20053 0 -1 4202560 11295 0 0 0 179 1 0 0 20 0 22 0 27561244 10060525568 934532 33554432000 1073741824 1073778376 140736366859536 140318494194488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21181] ppid=21162 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/21165/task/21181/stat : 21181 (java) S 21162 21165 20053 0 -1 4202560 16088 0 0 0 237 3 0 0 20 0 22 0 27561244 10060525568 934532 33554432000 1073741824 1073778376 140736366859536 140318493141944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21182] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21182/stat : 21182 (java) S 21162 21165 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27561244 10060525568 934532 33554432000 1073741824 1073778376 140736366859536 140318492089080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21183] ppid=21162 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/21165/task/21183/stat : 21183 (java) S 21162 21165 20053 0 -1 4202560 47 0 0 0 13 21 0 0 20 0 22 0 27561244 10060525568 934532 33554432000 1073741824 1073778376 140736366859536 140318491036744 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21184] ppid=21162 vsize=9824732 CPUtime=809.95 cores=1,3,5,7
/proc/21165/task/21184/stat : 21184 (java) R 21162 21165 20053 0 -1 4202560 82 0 0 0 80981 14 0 0 20 0 22 0 27561290 10060525568 934532 33554432000 1073741824 1073778376 140736366859536 140318489980416 140318545262493 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21165/tid=21185] ppid=21162 vsize=9824732 CPUtime=809.91 cores=1,3,5,7
/proc/21165/task/21185/stat : 21185 (java) R 21162 21165 20053 0 -1 4202560 1490 0 0 0 80944 47 0 0 20 0 22 0 27561290 10060525568 934532 33554432000 1073741824 1073778376 140736366859536 140318488926752 140318545289199 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21186] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21186/stat : 21186 (java) S 21162 21165 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27561291 10060525568 934532 33554432000 1073741824 1073778376 140736366859536 140318487876392 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21165/tid=21187] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21187/stat : 21187 (java) S 21162 21165 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27561291 10060525568 934532 33554432000 1073741824 1073778376 140736366859536 140318486823848 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1655.62
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.27 4.18 4.11 5/220 21303
/proc/meminfo: memFree=23895572/32872528 swapFree=681168/738400
[pid=21165] ppid=21162 vsize=9824732 CPUtime=1776.41 cores=1,3,5,7
/proc/21165/stat : 21165 (java) S 21162 21165 20053 0 -1 4202496 40584 0 1 0 177439 202 0 0 20 0 22 0 27561238 10060525568 947332 33554432000 1073741824 1073778376 140736366859536 140736366850672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21165/statm: 2456183 947332 2301 9 0 2446860 0
[pid=21165/tid=21167] ppid=21162 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/21165/task/21167/stat : 21167 (java) S 21162 21165 20053 0 -1 4202560 2471 0 1 0 50 3 0 0 20 0 22 0 27561239 10060525568 947332 33554432000 1073741824 1073778376 140736366859536 140318674858872 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21168] ppid=21162 vsize=9824732 CPUtime=3.3 cores=1,3,5,7
/proc/21165/task/21168/stat : 21168 (java) S 21162 21165 20053 0 -1 4202560 905 0 0 0 313 17 0 0 20 0 22 0 27561241 10060525568 947332 33554432000 1073741824 1073778376 140736366859536 140318663920040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21165/tid=21169] ppid=21162 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/21165/task/21169/stat : 21169 (java) S 21162 21165 20053 0 -1 4202560 797 0 0 0 290 17 0 0 20 0 22 0 27561241 10060525568 947332 33554432000 1073741824 1073778376 140736366859536 140318516918824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21170] ppid=21162 vsize=9824732 CPUtime=3.37 cores=1,3,5,7
/proc/21165/task/21170/stat : 21170 (java) S 21162 21165 20053 0 -1 4202560 774 0 0 0 318 19 0 0 20 0 22 0 27561241 10060525568 947332 33554432000 1073741824 1073778376 140736366859536 140318515865768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21165/tid=21171] ppid=21162 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/21165/task/21171/stat : 21171 (java) S 21162 21165 20053 0 -1 4202560 704 0 0 0 256 15 0 0 20 0 22 0 27561241 10060525568 947332 33554432000 1073741824 1073778376 140736366859536 140318514813224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21172] ppid=21162 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/21165/task/21172/stat : 21172 (java) S 21162 21165 20053 0 -1 4202560 507 0 0 0 258 15 0 0 20 0 22 0 27561241 10060525568 947332 33554432000 1073741824 1073778376 140736366859536 140318513761192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21173] ppid=21162 vsize=9824732 CPUtime=3.35 cores=1,3,5,7
/proc/21165/task/21173/stat : 21173 (java) S 21162 21165 20053 0 -1 4202560 713 0 0 0 316 19 0 0 20 0 22 0 27561241 10060525568 947332 33554432000 1073741824 1073778376 140736366859536 140318512708648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21165/tid=21174] ppid=21162 vsize=9824732 CPUtime=3.33 cores=1,3,5,7
/proc/21165/task/21174/stat : 21174 (java) S 21162 21165 20053 0 -1 4202560 565 0 0 0 315 18 0 0 20 0 22 0 27561241 10060525568 947332 33554432000 1073741824 1073778376 140736366859536 140318511655592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21175] ppid=21162 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/21165/task/21175/stat : 21175 (java) S 21162 21165 20053 0 -1 4202560 649 0 0 0 285 15 0 0 20 0 22 0 27561241 10060525568 947332 33554432000 1073741824 1073778376 140736366859536 140318510603048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21165/tid=21176] ppid=21162 vsize=9824732 CPUtime=3.41 cores=1,3,5,7
/proc/21165/task/21176/stat : 21176 (java) S 21162 21165 20053 0 -1 4202560 2219 0 0 0 334 7 0 0 20 0 22 0 27561242 10060525568 947332 33554432000 1073741824 1073778376 140736366859536 140318498404712 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21177] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21177/stat : 21177 (java) S 21162 21165 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27561242 10060525568 947332 33554432000 1073741824 1073778376 140736366859536 140318497351032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21178] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21178/stat : 21178 (java) S 21162 21165 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27561242 10060525568 947332 33554432000 1073741824 1073778376 140736366859536 140318496297864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21179] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21179/stat : 21179 (java) S 21162 21165 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27561244 10060525568 947332 33554432000 1073741824 1073778376 140736366859536 140318495246608 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21180] ppid=21162 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/21165/task/21180/stat : 21180 (java) S 21162 21165 20053 0 -1 4202560 11295 0 0 0 179 1 0 0 20 0 22 0 27561244 10060525568 947332 33554432000 1073741824 1073778376 140736366859536 140318494194488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21181] ppid=21162 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/21165/task/21181/stat : 21181 (java) S 21162 21165 20053 0 -1 4202560 16088 0 0 0 237 3 0 0 20 0 22 0 27561244 10060525568 947332 33554432000 1073741824 1073778376 140736366859536 140318493141944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21182] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21182/stat : 21182 (java) S 21162 21165 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27561244 10060525568 947332 33554432000 1073741824 1073778376 140736366859536 140318492089080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21183] ppid=21162 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/21165/task/21183/stat : 21183 (java) S 21162 21165 20053 0 -1 4202560 51 0 0 0 14 23 0 0 20 0 22 0 27561244 10060525568 947332 33554432000 1073741824 1073778376 140736366859536 140318491036744 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21184] ppid=21162 vsize=9824732 CPUtime=869.36 cores=1,3,5,7
/proc/21165/task/21184/stat : 21184 (java) R 21162 21165 20053 0 -1 4202560 84 0 0 0 86921 15 0 0 20 0 22 0 27561290 10060525568 947332 33554432000 1073741824 1073778376 140736366859536 140318489980416 140318545241597 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21165/tid=21185] ppid=21162 vsize=9824732 CPUtime=869.33 cores=1,3,5,7
/proc/21165/task/21185/stat : 21185 (java) R 21162 21165 20053 0 -1 4202560 1495 0 0 0 86885 48 0 0 20 0 22 0 27561290 10060525568 947332 33554432000 1073741824 1073778376 140736366859536 140318488929112 140318545289683 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21186] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21186/stat : 21186 (java) S 21162 21165 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27561291 10060525568 947332 33554432000 1073741824 1073778376 140736366859536 140318487876392 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21165/tid=21187] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21187/stat : 21187 (java) S 21162 21165 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27561291 10060525568 947332 33554432000 1073741824 1073778376 140736366859536 140318486823848 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1776.41
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.001 s]
/proc/loadavg: 4.21 4.17 4.11 5/220 21303
/proc/meminfo: memFree=23858836/32872528 swapFree=681168/738400
[pid=21165] ppid=21162 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/21165/stat : 21165 (java) S 21162 21165 20053 0 -1 4202496 40610 0 1 0 179797 203 0 0 20 0 22 0 27561238 10060525568 951427 33554432000 1073741824 1073778376 140736366859536 140736366850672 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21165/statm: 2456183 951427 2301 9 0 2446860 0
[pid=21165/tid=21167] ppid=21162 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/21165/task/21167/stat : 21167 (java) S 21162 21165 20053 0 -1 4202560 2471 0 1 0 50 3 0 0 20 0 22 0 27561239 10060525568 951427 33554432000 1073741824 1073778376 140736366859536 140318674858872 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21168] ppid=21162 vsize=9824732 CPUtime=3.34 cores=1,3,5,7
/proc/21165/task/21168/stat : 21168 (java) S 21162 21165 20053 0 -1 4202560 907 0 0 0 317 17 0 0 20 0 22 0 27561241 10060525568 951427 33554432000 1073741824 1073778376 140736366859536 140318663920040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21165/tid=21169] ppid=21162 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/21165/task/21169/stat : 21169 (java) S 21162 21165 20053 0 -1 4202560 797 0 0 0 294 17 0 0 20 0 22 0 27561241 10060525568 951427 33554432000 1073741824 1073778376 140736366859536 140318516918824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21170] ppid=21162 vsize=9824732 CPUtime=3.44 cores=1,3,5,7
/proc/21165/task/21170/stat : 21170 (java) S 21162 21165 20053 0 -1 4202560 775 0 0 0 325 19 0 0 20 0 22 0 27561241 10060525568 951427 33554432000 1073741824 1073778376 140736366859536 140318515865768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21171] ppid=21162 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/21165/task/21171/stat : 21171 (java) S 21162 21165 20053 0 -1 4202560 707 0 0 0 261 15 0 0 20 0 22 0 27561241 10060525568 951427 33554432000 1073741824 1073778376 140736366859536 140318514813224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21172] ppid=21162 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/21165/task/21172/stat : 21172 (java) S 21162 21165 20053 0 -1 4202560 508 0 0 0 264 16 0 0 20 0 22 0 27561241 10060525568 951427 33554432000 1073741824 1073778376 140736366859536 140318513761192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21173] ppid=21162 vsize=9824732 CPUtime=3.43 cores=1,3,5,7
/proc/21165/task/21173/stat : 21173 (java) S 21162 21165 20053 0 -1 4202560 716 0 0 0 324 19 0 0 20 0 22 0 27561241 10060525568 951427 33554432000 1073741824 1073778376 140736366859536 140318512708648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21165/tid=21174] ppid=21162 vsize=9824732 CPUtime=3.39 cores=1,3,5,7
/proc/21165/task/21174/stat : 21174 (java) S 21162 21165 20053 0 -1 4202560 570 0 0 0 321 18 0 0 20 0 22 0 27561241 10060525568 951427 33554432000 1073741824 1073778376 140736366859536 140318511655592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21175] ppid=21162 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/21165/task/21175/stat : 21175 (java) S 21162 21165 20053 0 -1 4202560 652 0 0 0 289 15 0 0 20 0 22 0 27561241 10060525568 951427 33554432000 1073741824 1073778376 140736366859536 140318510603048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21165/tid=21176] ppid=21162 vsize=9824732 CPUtime=3.41 cores=1,3,5,7
/proc/21165/task/21176/stat : 21176 (java) S 21162 21165 20053 0 -1 4202560 2222 0 0 0 334 7 0 0 20 0 22 0 27561242 10060525568 951427 33554432000 1073741824 1073778376 140736366859536 140318498404712 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21177] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21177/stat : 21177 (java) S 21162 21165 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27561242 10060525568 951427 33554432000 1073741824 1073778376 140736366859536 140318497351032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21178] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21178/stat : 21178 (java) S 21162 21165 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27561242 10060525568 951427 33554432000 1073741824 1073778376 140736366859536 140318496297864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21179] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21179/stat : 21179 (java) S 21162 21165 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27561244 10060525568 951427 33554432000 1073741824 1073778376 140736366859536 140318495246608 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21180] ppid=21162 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/21165/task/21180/stat : 21180 (java) S 21162 21165 20053 0 -1 4202560 11295 0 0 0 179 1 0 0 20 0 22 0 27561244 10060525568 951427 33554432000 1073741824 1073778376 140736366859536 140318494194488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21181] ppid=21162 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/21165/task/21181/stat : 21181 (java) S 21162 21165 20053 0 -1 4202560 16088 0 0 0 237 3 0 0 20 0 22 0 27561244 10060525568 951427 33554432000 1073741824 1073778376 140736366859536 140318493141944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21182] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21182/stat : 21182 (java) S 21162 21165 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27561244 10060525568 951427 33554432000 1073741824 1073778376 140736366859536 140318492089080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21183] ppid=21162 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/21165/task/21183/stat : 21183 (java) S 21162 21165 20053 0 -1 4202560 53 0 0 0 15 24 0 0 20 0 22 0 27561244 10060525568 951427 33554432000 1073741824 1073778376 140736366859536 140318491036744 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21165/tid=21184] ppid=21162 vsize=9824732 CPUtime=880.9 cores=1,3,5,7
/proc/21165/task/21184/stat : 21184 (java) R 21162 21165 20053 0 -1 4202560 85 0 0 0 88075 15 0 0 20 0 22 0 27561290 10060525568 951427 33554432000 1073741824 1073778376 140736366859536 140318489980400 140318545049600 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21165/tid=21185] ppid=21162 vsize=9824732 CPUtime=880.87 cores=1,3,5,7
/proc/21165/task/21185/stat : 21185 (java) R 21162 21165 20053 0 -1 4202560 1497 0 0 0 88039 48 0 0 20 0 22 0 27561290 10060525568 951427 33554432000 1073741824 1073778376 140736366859536 140318488929112 140318545471633 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21165/tid=21186] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21186/stat : 21186 (java) S 21162 21165 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27561291 10060525568 951427 33554432000 1073741824 1073778376 140736366859536 140318487876392 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21165/tid=21187] ppid=21162 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21165/task/21187/stat : 21187 (java) S 21162 21165 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27561291 10060525568 951427 33554432000 1073741824 1073778376 140736366859536 140318486823848 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 21165 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 21165 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=508345
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=551612
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.069
CPU time (s): 1800
CPU user time (s): 1797.97
CPU system time (s): 2.03
CPU usage (%): 201.327
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.51
system time used= 2.55161
maximum resident set size= 3805824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40645
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24372
involuntary context switches= 29892

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.64714 second user time and 7.73982 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-26 14:46:57
IDJOB=4115990
IDBENCH=109414
IDSOLVER=2543
FILE ID=node112/4115990-1466945217
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-size112-round23-7.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4115990-1466945217/watcher-4115990-1466945217 -o /tmp/evaluation-result-4115990-1466945217/solver-4115990-1466945217 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20070 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4115990-1466945217.opb

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

MD5SUM BENCH= 4d7f4e517409151f797860ef8d501011
RANDOM SEED=716174024

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:        27642260 kB
Buffers:            9740 kB
Cached:           147120 kB
SwapCached:         1708 kB
Active:          3652332 kB
Inactive:         136456 kB
Active(anon):    3631456 kB
Inactive(anon):     2740 kB
Active(file):      20876 kB
Inactive(file):   133716 kB
Unevictable:      738400 kB
Mlocked:          681168 kB
SwapTotal:      67108856 kB
SwapFree:       67098660 kB
Dirty:              1204 kB
Writeback:             0 kB
AnonPages:       4401948 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             565176 kB
SReclaimable:       8984 kB
SUnreclaim:       556192 kB
KernelStack:        1808 kB
PageTables:        12672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4806680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3655680 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 15:01:51