Trace number 4117097

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 Resolution PB16? (TO) 1800.06 1797.83

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round23-5.opb
MD5SUMc9b920119562b92648bbd1caba5edf40
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 constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4117097-1466975683.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.69/0.42	c ... done. Wall clock time 0.305s.
0.69/0.42	c declared #vars     4288
0.69/0.42	c #constraints  10816
0.69/0.42	c constraints type 
0.69/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.69/0.42	c org.sat4j.specs.Constr$1 => 904
0.69/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.69/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.69/0.42	c 10816 constraints processed.
1.69/1.09	c cleaning 2493 clauses out of 4999 with flag 16273/5001
2.46/1.74	c cleaning 4251 clauses out of 8505 with flag 38312/11000
3.16/2.47	c cleaning 5620 clauses out of 11255 with flag 66439/18001
4.08/3.34	c cleaning 6791 clauses out of 13634 with flag 100977/26000
5.08/4.35	c cleaning 7911 clauses out of 15844 with flag 141479/35001
6.18/5.48	c cleaning 8960 clauses out of 17934 with flag 190863/45002
7.48/6.74	c cleaning 9939 clauses out of 19972 with flag 244009/56000
8.87/8.18	c cleaning 11009 clauses out of 22035 with flag 304027/68002
10.38/9.68	c cleaning 11977 clauses out of 24024 with flag 372054/81000
12.08/11.37	c cleaning 13024 clauses out of 26047 with flag 447035/95000
13.98/13.21	c cleaning 14007 clauses out of 28025 with flag 530600/110002
15.98/15.22	c cleaning 14998 clauses out of 30018 with flag 621675/126002
18.18/17.44	c cleaning 15991 clauses out of 32018 with flag 714777/143000
20.58/19.89	c cleaning 16975 clauses out of 34027 with flag 814923/161000
23.28/22.54	c cleaning 18018 clauses out of 36055 with flag 920666/180003
25.98/25.23	c cleaning 19008 clauses out of 38034 with flag 1036912/200000
28.88/28.16	c cleaning 19977 clauses out of 40026 with flag 1156540/221000
31.98/31.28	c cleaning 21025 clauses out of 42049 with flag 1284683/243000
35.38/34.64	c cleaning 21940 clauses out of 44027 with flag 1419347/266003
39.07/38.31	c cleaning 22992 clauses out of 46084 with flag 1557592/290000
42.88/42.10	c cleaning 24036 clauses out of 48092 with flag 1707452/315000
46.88/46.12	c cleaning 25009 clauses out of 50056 with flag 1860680/341000
51.08/50.34	c cleaning 25984 clauses out of 52047 with flag 2021708/368000
55.20/54.42	c cleaning 27027 clauses out of 54064 with flag 2190888/396001
59.40/58.63	c cleaning 28000 clauses out of 56037 with flag 2358955/425001
63.80/63.05	c cleaning 28990 clauses out of 58036 with flag 2536129/455000
68.59/67.85	c cleaning 29966 clauses out of 60046 with flag 2722474/486000
73.59/72.87	c cleaning 31018 clauses out of 62080 with flag 2913942/518000
78.69/77.98	c cleaning 31994 clauses out of 64065 with flag 3113057/551003
83.99/83.29	c cleaning 32970 clauses out of 66068 with flag 3322403/585000
89.69/88.93	c cleaning 34035 clauses out of 68098 with flag 3533008/620000
95.59/94.82	c cleaning 34981 clauses out of 70064 with flag 3746851/656001
101.79/101.01	c cleaning 36033 clauses out of 72083 with flag 3971062/693001
108.19/107.48	c cleaning 37007 clauses out of 74049 with flag 4203174/731000
115.09/114.36	c cleaning 37958 clauses out of 76042 with flag 4443255/770000
122.29/121.57	c cleaning 38997 clauses out of 78084 with flag 4687746/810000
129.69/128.91	c cleaning 39992 clauses out of 80089 with flag 4936293/851002
137.45/136.65	c cleaning 41005 clauses out of 82095 with flag 5190659/893000
145.06/144.21	c cleaning 42003 clauses out of 84090 with flag 5451649/936000
153.06/152.24	c cleaning 43030 clauses out of 86087 with flag 5720778/980000
161.47/160.61	c cleaning 44021 clauses out of 88058 with flag 5995517/1025001
170.06/169.23	c cleaning 44980 clauses out of 90037 with flag 6273443/1071001
178.86/178.09	c cleaning 46000 clauses out of 92057 with flag 6558852/1118001
188.06/187.26	c cleaning 46994 clauses out of 94056 with flag 6850452/1166000
197.57/196.70	c cleaning 48005 clauses out of 96063 with flag 7151084/1215001
207.47/206.63	c cleaning 48993 clauses out of 98058 with flag 7455290/1265001
217.77/216.98	c cleaning 50001 clauses out of 100064 with flag 7762779/1316000
228.47/227.61	c cleaning 50986 clauses out of 102064 with flag 8078936/1368001
239.22/238.34	c cleaning 52021 clauses out of 104077 with flag 8399491/1421000
250.52/249.64	c cleaning 53003 clauses out of 106056 with flag 8729012/1475000
261.72/260.88	c cleaning 53966 clauses out of 108053 with flag 9059651/1530000
273.43/272.58	c cleaning 55006 clauses out of 110087 with flag 9394201/1586000
285.33/284.47	c cleaning 56029 clauses out of 112082 with flag 9744425/1643001
298.03/297.15	c cleaning 56991 clauses out of 114052 with flag 10089152/1701000
310.84/309.94	c cleaning 57979 clauses out of 116061 with flag 10448884/1760000
324.23/323.33	c cleaning 59003 clauses out of 118082 with flag 10812196/1820000
338.03/337.15	c cleaning 59970 clauses out of 120083 with flag 11174534/1881004
351.48/350.58	c cleaning 61034 clauses out of 122109 with flag 11547707/1943000
365.29/364.38	c cleaning 61996 clauses out of 124075 with flag 11928870/2006000
379.28/378.38	c cleaning 63020 clauses out of 126082 with flag 12309984/2070003
393.98/393.02	c cleaning 64016 clauses out of 128059 with flag 12701847/2135000
408.89/407.92	c cleaning 65015 clauses out of 130043 with flag 13103167/2201000
424.30/423.33	c cleaning 65945 clauses out of 132028 with flag 13506364/2268000
440.29/439.35	c cleaning 67011 clauses out of 134083 with flag 13916130/2336000
456.76/455.79	c cleaning 67973 clauses out of 136073 with flag 14329822/2405001
475.27/474.26	c cleaning 69017 clauses out of 138099 with flag 14747332/2475000
494.46/493.41	c cleaning 70038 clauses out of 140083 with flag 15176025/2546001
513.88/512.86	c cleaning 70975 clauses out of 142044 with flag 15608149/2618000
533.98/532.98	c cleaning 72007 clauses out of 144069 with flag 16050747/2691000
554.79/553.80	c cleaning 73022 clauses out of 146062 with flag 16493360/2765000
576.79/575.77	c cleaning 74013 clauses out of 148040 with flag 16945972/2840000
597.47/596.39	c cleaning 74986 clauses out of 150027 with flag 17395509/2916000
617.86/616.75	c cleaning 76000 clauses out of 152041 with flag 17853427/2993000
638.37/637.26	c cleaning 77014 clauses out of 154042 with flag 18319576/3071001
659.27/658.11	c cleaning 77986 clauses out of 156028 with flag 18793324/3150001
680.99/679.87	c cleaning 78993 clauses out of 158041 with flag 19276511/3230000
703.68/702.56	c cleaning 79991 clauses out of 160048 with flag 19759549/3311000
726.27/725.09	c cleaning 80982 clauses out of 162057 with flag 20243535/3393000
749.06/747.84	c cleaning 82027 clauses out of 164075 with flag 20739836/3476000
772.17/770.99	c cleaning 82973 clauses out of 166049 with flag 21241159/3560001
795.97/794.79	c cleaning 84020 clauses out of 168078 with flag 21740630/3645003
820.79/819.54	c cleaning 85011 clauses out of 170056 with flag 22253943/3731001
845.87/844.59	c cleaning 85966 clauses out of 172044 with flag 22770168/3818000
871.27/869.93	c cleaning 86986 clauses out of 174078 with flag 23296328/3906000
897.57/896.22	c cleaning 88029 clauses out of 176092 with flag 23821164/3995000
924.68/923.36	c cleaning 89008 clauses out of 178063 with flag 24356592/4085000
951.79/950.50	c cleaning 89976 clauses out of 180055 with flag 24890999/4176000
979.79/978.33	c cleaning 90988 clauses out of 182079 with flag 25436757/4268000
1007.90/1006.48	c cleaning 92039 clauses out of 184091 with flag 25985251/4361000
1036.71/1035.25	c cleaning 92967 clauses out of 186052 with flag 26546966/4455000
1066.41/1064.96	c cleaning 94020 clauses out of 188085 with flag 27107980/4550000
1096.81/1095.24	c cleaning 94988 clauses out of 190065 with flag 27679963/4646000
1127.41/1125.88	c cleaning 96017 clauses out of 192077 with flag 28253593/4743000
1158.72/1157.16	c cleaning 97021 clauses out of 194061 with flag 28836125/4841001
1190.42/1188.83	c cleaning 98008 clauses out of 196039 with flag 29421527/4940000
1222.42/1220.79	c cleaning 98996 clauses out of 198031 with flag 30017487/5040000
1255.92/1254.25	c cleaning 99973 clauses out of 200035 with flag 30614904/5141000
1290.42/1288.79	c cleaning 101019 clauses out of 202065 with flag 31214947/5243003
1325.63/1323.90	c cleaning 101982 clauses out of 204045 with flag 31825170/5346002
1361.14/1359.32	c cleaning 102959 clauses out of 206061 with flag 32441527/5450000
1397.55/1395.72	c cleaning 104040 clauses out of 208102 with flag 33060484/5555000
1434.46/1432.68	c cleaning 105014 clauses out of 210063 with flag 33687787/5661001
1473.00/1471.04	c cleaning 106016 clauses out of 212048 with flag 34314808/5768000
1511.71/1509.78	c cleaning 107003 clauses out of 214033 with flag 34950550/5876001
1550.72/1548.71	c cleaning 108015 clauses out of 216029 with flag 35594731/5985000
1590.41/1588.31	c cleaning 108965 clauses out of 218015 with flag 36245293/6095001
1630.42/1628.34	c cleaning 109990 clauses out of 220049 with flag 36899494/6206000
1671.53/1669.40	c cleaning 110962 clauses out of 222059 with flag 37559415/6318000
1713.44/1711.38	c cleaning 112025 clauses out of 224097 with flag 38226788/6431000
1756.14/1753.95	c cleaning 113014 clauses out of 226072 with flag 38894394/6545000
1799.96/1797.77	c cleaning 114013 clauses out of 228060 with flag 39569451/6660002
1800.06/1797.80	c starts		: 50620
1800.06/1797.80	c conflicts		: 6660114
1800.06/1797.80	c decisions		: 57988270
1800.06/1797.80	c propagations		: 876746817
1800.06/1797.80	c inspects		: 24463557328
1800.06/1797.80	c shortcuts		: 0
1800.06/1797.80	c learnt literals	: 2
1800.06/1797.80	c learnt binary clauses	: 51
1800.06/1797.80	c learnt ternary clauses	: 734
1800.06/1797.80	c learnt constraints	: 6660112
1800.06/1797.80	c ignored constraints	: 0
1800.06/1797.80	c root simplifications	: 0
1800.06/1797.80	c removed literals (reason simplification)	: 0
1800.06/1797.80	c reason swapping (by a shorter reason)	: 0
1800.06/1797.80	c Calls to reduceDB	: 111
1800.06/1797.80	c Number of update (reduction) of LBD	: 1433230
1800.06/1797.80	c Imported unit clauses	: 0
1800.06/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.80	c number of learned constraints concerned by reduction	: 0
1800.06/1797.80	c number of learning phase by resolution	: 0
1800.06/1797.80	c number of learning phase by cutting planes	: 0
1800.06/1797.80	c speed (assignments/second)	: 487792.92968913
1800.06/1797.80	c non guided choices	26922
1800.06/1797.80	c timeout
1800.06/1797.83	c learnt constraints type 
1800.06/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 51
1800.06/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 114108
1800.06/1797.83	s UNKNOWN
1800.06/1797.83	c Total wall clock time (in seconds): 1797.714

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-4117097-1466975683/watcher-4117097-1466975683 -o /tmp/evaluation-result-4117097-1466975683/solver-4117097-1466975683 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19727 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117097-1466975683.opb 

pid=24001
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: 2.27 2.25 2.19 3/196 24004
/proc/meminfo: memFree=30046248/32872528 swapFree=1491540/1663236
[pid=24004] ppid=24001 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/24004/stat : 24004 (java) D 24001 24004 19710 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 30606572 2560000 47 33554432000 1073741824 1073778376 140735618154272 140735618151400 273896533287 0 0 4096 0 18446744072100764964 0 0 17 5 0 0 0 0 0
/proc/24004/statm: 625 47 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 2.27 2.25 2.19 3/196 24004
/proc/meminfo: memFree=30046248/32872528 swapFree=1491540/1663236
[pid=24004] ppid=24001 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/24004/stat : 24004 (java) S 24001 24004 19710 0 -1 4202496 4398 0 1 0 9 0 0 0 20 0 18 0 30606572 9787879424 6037 33554432000 1073741824 1073778376 140735618154272 140735618145408 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24004/statm: 2389619 6037 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 2.27 2.25 2.19 3/196 24004
/proc/meminfo: memFree=30046248/32872528 swapFree=1491540/1663236
[pid=24004] ppid=24001 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/24004/stat : 24004 (java) S 24001 24004 19710 0 -1 4202496 4918 0 1 0 25 1 0 0 20 0 18 0 30606572 9787879424 6969 33554432000 1073741824 1073778376 140735618154272 140735618145408 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24004/statm: 2389619 6969 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300236 s]
/proc/loadavg: 2.27 2.25 2.19 3/196 24004
/proc/meminfo: memFree=30046248/32872528 swapFree=1491540/1663236
[pid=24004] ppid=24001 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/24004/stat : 24004 (java) S 24001 24004 19710 0 -1 4202496 5865 0 1 0 47 1 0 0 20 0 18 0 30606572 9787879424 9006 33554432000 1073741824 1073778376 140735618154272 140735618145408 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24004/statm: 2389619 9006 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 2.27 2.25 2.19 3/196 24004
/proc/meminfo: memFree=30046248/32872528 swapFree=1491540/1663236
[pid=24004] ppid=24001 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/24004/stat : 24004 (java) S 24001 24004 19710 0 -1 4202496 8809 0 1 0 132 3 0 0 20 0 19 0 30606572 9856040960 15706 33554432000 1073741824 1073778376 140735618154272 140735618145408 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24004/statm: 2406260 15706 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.41 2.28 2.20 4/215 24023
/proc/meminfo: memFree=29989524/32872528 swapFree=1491540/1663236
[pid=24004] ppid=24001 vsize=9625040 CPUtime=2.23 cores=1,3,5,7
/proc/24004/stat : 24004 (java) S 24001 24004 19710 0 -1 4202496 9047 0 1 0 220 3 0 0 20 0 19 0 30606572 9856040960 16226 33554432000 1073741824 1073778376 140735618154272 140735618145408 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24004/statm: 2406260 16226 2270 9 0 2396937 0
[pid=24004/tid=24006] ppid=24001 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/24004/task/24006/stat : 24006 (java) R 24001 24004 19710 0 -1 4202560 2444 0 1 0 144 1 0 0 20 0 19 0 30606572 9856040960 16226 33554432000 1073741824 1073778376 140735618154272 139683370946640 139683225002676 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24007] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24007/stat : 24007 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 16226 33554432000 1073741824 1073778376 140735618154272 139683343399464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24008] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24008/stat : 24008 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 16226 33554432000 1073741824 1073778376 140735618154272 139683213912488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24009] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24009/stat : 24009 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 16226 33554432000 1073741824 1073778376 140735618154272 139683212859688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24010] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24010/stat : 24010 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 16226 33554432000 1073741824 1073778376 140735618154272 139683211806888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24011] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24011/stat : 24011 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 16226 33554432000 1073741824 1073778376 140735618154272 139683210755112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24012] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24012/stat : 24012 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 16226 33554432000 1073741824 1073778376 140735618154272 139683209702312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24013] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24013/stat : 24013 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 16226 33554432000 1073741824 1073778376 140735618154272 139682872552232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24014] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24014/stat : 24014 (java) S 24001 24004 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 16226 33554432000 1073741824 1073778376 140735618154272 139682871499432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24015] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24015/stat : 24015 (java) S 24001 24004 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30606575 9856040960 16226 33554432000 1073741824 1073778376 140735618154272 139682859301352 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24016] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24016/stat : 24016 (java) S 24001 24004 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30606575 9856040960 16226 33554432000 1073741824 1073778376 140735618154272 139682858247416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24017] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24017/stat : 24017 (java) S 24001 24004 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30606575 9856040960 16226 33554432000 1073741824 1073778376 140735618154272 139682857194504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24018] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24018/stat : 24018 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606578 9856040960 16226 33554432000 1073741824 1073778376 140735618154272 139682856142992 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24019] ppid=24001 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/24004/task/24019/stat : 24019 (java) S 24001 24004 19710 0 -1 4202560 2175 0 0 0 36 0 0 0 20 0 19 0 30606578 9856040960 16226 33554432000 1073741824 1073778376 140735618154272 139682855091128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24020] ppid=24001 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/24004/task/24020/stat : 24020 (java) S 24001 24004 19710 0 -1 4202560 3156 0 0 0 38 0 0 0 20 0 19 0 30606578 9856040960 16226 33554432000 1073741824 1073778376 140735618154272 139682854038328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24021] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24021/stat : 24021 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606578 9856040960 16226 33554432000 1073741824 1073778376 140735618154272 139682852985720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24022] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24022/stat : 24022 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606578 9856040960 16226 33554432000 1073741824 1073778376 140735618154272 139682851933128 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24023] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24023/stat : 24023 (java) S 24001 24004 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30606615 9856040960 16226 33554432000 1073741824 1073778376 140735618154272 139682850878632 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.41 2.28 2.20 3/215 24023
/proc/meminfo: memFree=29986980/32872528 swapFree=1491540/1663236
[pid=24004] ppid=24001 vsize=9625040 CPUtime=3.87 cores=1,3,5,7
/proc/24004/stat : 24004 (java) S 24001 24004 19710 0 -1 4202496 9050 0 1 0 384 3 0 0 20 0 19 0 30606572 9856040960 17250 33554432000 1073741824 1073778376 140735618154272 140735618145408 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24004/statm: 2406260 17250 2270 9 0 2396937 0
[pid=24004/tid=24006] ppid=24001 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/24004/task/24006/stat : 24006 (java) R 24001 24004 19710 0 -1 4202560 2447 0 1 0 304 1 0 0 20 0 19 0 30606572 9856040960 17250 33554432000 1073741824 1073778376 140735618154272 139683370946872 139683225540367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24007] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24007/stat : 24007 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 17250 33554432000 1073741824 1073778376 140735618154272 139683343399464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24008] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24008/stat : 24008 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 17250 33554432000 1073741824 1073778376 140735618154272 139683213912488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24009] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24009/stat : 24009 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 17250 33554432000 1073741824 1073778376 140735618154272 139683212859688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24010] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24010/stat : 24010 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 17250 33554432000 1073741824 1073778376 140735618154272 139683211806888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24011] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24011/stat : 24011 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 17250 33554432000 1073741824 1073778376 140735618154272 139683210755112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24012] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24012/stat : 24012 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 17250 33554432000 1073741824 1073778376 140735618154272 139683209702312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24013] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24013/stat : 24013 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 17250 33554432000 1073741824 1073778376 140735618154272 139682872552232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24014] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24014/stat : 24014 (java) S 24001 24004 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 17250 33554432000 1073741824 1073778376 140735618154272 139682871499432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24015] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24015/stat : 24015 (java) S 24001 24004 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30606575 9856040960 17250 33554432000 1073741824 1073778376 140735618154272 139682859301352 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24016] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24016/stat : 24016 (java) S 24001 24004 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30606575 9856040960 17250 33554432000 1073741824 1073778376 140735618154272 139682858247416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24017] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24017/stat : 24017 (java) S 24001 24004 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30606575 9856040960 17250 33554432000 1073741824 1073778376 140735618154272 139682857194504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24018] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24018/stat : 24018 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606578 9856040960 17250 33554432000 1073741824 1073778376 140735618154272 139682856142992 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24019] ppid=24001 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/24004/task/24019/stat : 24019 (java) S 24001 24004 19710 0 -1 4202560 2175 0 0 0 38 0 0 0 20 0 19 0 30606578 9856040960 17250 33554432000 1073741824 1073778376 140735618154272 139682855091128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24020] ppid=24001 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/24004/task/24020/stat : 24020 (java) S 24001 24004 19710 0 -1 4202560 3156 0 0 0 40 0 0 0 20 0 19 0 30606578 9856040960 17250 33554432000 1073741824 1073778376 140735618154272 139682854038328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24021] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24021/stat : 24021 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606578 9856040960 17250 33554432000 1073741824 1073778376 140735618154272 139682852985720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24022] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24022/stat : 24022 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606578 9856040960 17250 33554432000 1073741824 1073778376 140735618154272 139682851933128 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24023] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24023/stat : 24023 (java) S 24001 24004 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30606615 9856040960 17250 33554432000 1073741824 1073778376 140735618154272 139682850878632 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.38 2.28 2.20 3/215 24023
/proc/meminfo: memFree=29979020/32872528 swapFree=1491540/1663236
[pid=24004] ppid=24001 vsize=9625040 CPUtime=7.07 cores=1,3,5,7
/proc/24004/stat : 24004 (java) S 24001 24004 19710 0 -1 4202496 9056 0 1 0 704 3 0 0 20 0 19 0 30606572 9856040960 19235 33554432000 1073741824 1073778376 140735618154272 140735618145408 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24004/statm: 2406260 19235 2271 9 0 2396937 0
[pid=24004/tid=24006] ppid=24001 vsize=9625040 CPUtime=6.22 cores=1,3,5,7
/proc/24004/task/24006/stat : 24006 (java) R 24001 24004 19710 0 -1 4202560 2452 0 1 0 621 1 0 0 20 0 19 0 30606572 9856040960 19235 33554432000 1073741824 1073778376 140735618154272 139683370946832 139683225521885 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24007] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24007/stat : 24007 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 19235 33554432000 1073741824 1073778376 140735618154272 139683343399464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24008] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24008/stat : 24008 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 19235 33554432000 1073741824 1073778376 140735618154272 139683213912488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24009] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24009/stat : 24009 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 19235 33554432000 1073741824 1073778376 140735618154272 139683212859688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24010] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24010/stat : 24010 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 19235 33554432000 1073741824 1073778376 140735618154272 139683211806888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24011] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24011/stat : 24011 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 19235 33554432000 1073741824 1073778376 140735618154272 139683210755112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24012] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24012/stat : 24012 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 19235 33554432000 1073741824 1073778376 140735618154272 139683209702312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24013] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24013/stat : 24013 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 19235 33554432000 1073741824 1073778376 140735618154272 139682872552232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24014] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24014/stat : 24014 (java) S 24001 24004 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30606574 9856040960 19235 33554432000 1073741824 1073778376 140735618154272 139682871499432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24015] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24015/stat : 24015 (java) S 24001 24004 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30606575 9856040960 19235 33554432000 1073741824 1073778376 140735618154272 139682859301352 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24016] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24016/stat : 24016 (java) S 24001 24004 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30606575 9856040960 19235 33554432000 1073741824 1073778376 140735618154272 139682858247416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24017] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24017/stat : 24017 (java) S 24001 24004 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30606575 9856040960 19235 33554432000 1073741824 1073778376 140735618154272 139682857194504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24018] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24018/stat : 24018 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606578 9856040960 19235 33554432000 1073741824 1073778376 140735618154272 139682856142992 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24019] ppid=24001 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/24004/task/24019/stat : 24019 (java) S 24001 24004 19710 0 -1 4202560 2175 0 0 0 38 0 0 0 20 0 19 0 30606578 9856040960 19235 33554432000 1073741824 1073778376 140735618154272 139682855091128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24020] ppid=24001 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/24004/task/24020/stat : 24020 (java) S 24001 24004 19710 0 -1 4202560 3156 0 0 0 41 0 0 0 20 0 19 0 30606578 9856040960 19235 33554432000 1073741824 1073778376 140735618154272 139682854038328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24021] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24021/stat : 24021 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606578 9856040960 19235 33554432000 1073741824 1073778376 140735618154272 139682852985720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24022] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24022/stat : 24022 (java) S 24001 24004 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30606578 9856040960 19235 33554432000 1073741824 1073778376 140735618154272 139682851933128 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24023] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24023/stat : 24023 (java) S 24001 24004 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30606615 9856040960 19235 33554432000 1073741824 1073778376 140735618154272 139682850878632 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 9625040


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

[pid=24004/tid=24023] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24023/stat : 24023 (java) S 24001 24004 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30606615 9856040960 89440 33554432000 1073741824 1073778376 140735618154272 139682850878632 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1664.43
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.20 2.20 2.18 3/214 24131
/proc/meminfo: memFree=29675724/32872528 swapFree=1491540/1663236
[pid=24004] ppid=24001 vsize=9625040 CPUtime=1724.53 cores=1,3,5,7
/proc/24004/stat : 24004 (java) S 24001 24004 19710 0 -1 4202496 10754 0 1 0 172395 58 0 0 20 0 19 0 30606572 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 140735618145408 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24004/statm: 2406260 91951 2285 9 0 2396937 0
[pid=24004/tid=24006] ppid=24001 vsize=9625040 CPUtime=1717.24 cores=1,3,5,7
/proc/24004/task/24006/stat : 24006 (java) R 24001 24004 19710 0 -1 4202560 2510 0 1 0 171695 29 0 0 20 0 19 0 30606572 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139683370945872 139683225569463 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24007] ppid=24001 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24004/task/24007/stat : 24007 (java) S 24001 24004 19710 0 -1 4202560 197 0 0 0 15 2 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139683343399464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24008] ppid=24001 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24004/task/24008/stat : 24008 (java) S 24001 24004 19710 0 -1 4202560 153 0 0 0 16 2 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139683213912488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24009] ppid=24001 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/24004/task/24009/stat : 24009 (java) S 24001 24004 19710 0 -1 4202560 119 0 0 0 19 3 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139683212859688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24010] ppid=24001 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24004/task/24010/stat : 24010 (java) S 24001 24004 19710 0 -1 4202560 74 0 0 0 15 3 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139683211806888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24011] ppid=24001 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/24004/task/24011/stat : 24011 (java) S 24001 24004 19710 0 -1 4202560 140 0 0 0 19 3 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139683210755112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24012] ppid=24001 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/24004/task/24012/stat : 24012 (java) S 24001 24004 19710 0 -1 4202560 151 0 0 0 19 3 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139683209702312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24013] ppid=24001 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24004/task/24013/stat : 24013 (java) S 24001 24004 19710 0 -1 4202560 137 0 0 0 14 3 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682872552232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24014] ppid=24001 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/24004/task/24014/stat : 24014 (java) S 24001 24004 19710 0 -1 4202560 69 0 0 0 13 2 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682871499432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24015] ppid=24001 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24004/task/24015/stat : 24015 (java) S 24001 24004 19710 0 -1 4202560 59 0 0 0 1 1 0 0 20 0 19 0 30606575 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682859301352 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24016] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24016/stat : 24016 (java) S 24001 24004 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30606575 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682858247416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24017] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24017/stat : 24017 (java) S 24001 24004 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30606575 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682857194504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24018] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24018/stat : 24018 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606578 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682856142992 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24019] ppid=24001 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/24004/task/24019/stat : 24019 (java) S 24001 24004 19710 0 -1 4202560 2631 0 0 0 42 0 0 0 20 0 19 0 30606578 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682855091128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24020] ppid=24001 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/24004/task/24020/stat : 24020 (java) S 24001 24004 19710 0 -1 4202560 3156 0 0 0 41 0 0 0 20 0 19 0 30606578 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682854038328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24021] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24021/stat : 24021 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606578 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682852985720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24022] ppid=24001 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/24004/task/24022/stat : 24022 (java) S 24001 24004 19710 0 -1 4202560 100 0 0 0 34 39 0 0 20 0 19 0 30606578 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682851933128 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24023] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24023/stat : 24023 (java) S 24001 24004 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30606615 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682850878632 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.53
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.20 2.18 3/215 24133
/proc/meminfo: memFree=29653400/32872528 swapFree=1491540/1663236
[pid=24004] ppid=24001 vsize=9625040 CPUtime=1784.54 cores=1,3,5,7
/proc/24004/stat : 24004 (java) S 24001 24004 19710 0 -1 4202496 10758 0 1 0 178395 59 0 0 20 0 19 0 30606572 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 140735618145408 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24004/statm: 2406260 91951 2285 9 0 2396937 0
[pid=24004/tid=24006] ppid=24001 vsize=9625040 CPUtime=1777.09 cores=1,3,5,7
/proc/24004/task/24006/stat : 24006 (java) R 24001 24004 19710 0 -1 4202560 2510 0 1 0 177679 30 0 0 20 0 19 0 30606572 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139683370938144 139683225509400 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24007] ppid=24001 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24004/task/24007/stat : 24007 (java) S 24001 24004 19710 0 -1 4202560 197 0 0 0 15 2 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139683343399464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24008] ppid=24001 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24004/task/24008/stat : 24008 (java) S 24001 24004 19710 0 -1 4202560 153 0 0 0 16 2 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139683213912488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24009] ppid=24001 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/24004/task/24009/stat : 24009 (java) S 24001 24004 19710 0 -1 4202560 119 0 0 0 19 3 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139683212859688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24010] ppid=24001 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24004/task/24010/stat : 24010 (java) S 24001 24004 19710 0 -1 4202560 74 0 0 0 15 3 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139683211806888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24011] ppid=24001 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/24004/task/24011/stat : 24011 (java) S 24001 24004 19710 0 -1 4202560 140 0 0 0 19 3 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139683210755112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24012] ppid=24001 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/24004/task/24012/stat : 24012 (java) S 24001 24004 19710 0 -1 4202560 151 0 0 0 19 3 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139683209702312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24013] ppid=24001 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24004/task/24013/stat : 24013 (java) S 24001 24004 19710 0 -1 4202560 137 0 0 0 14 3 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682872552232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24014] ppid=24001 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/24004/task/24014/stat : 24014 (java) S 24001 24004 19710 0 -1 4202560 69 0 0 0 13 2 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682871499432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24015] ppid=24001 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24004/task/24015/stat : 24015 (java) S 24001 24004 19710 0 -1 4202560 59 0 0 0 1 1 0 0 20 0 19 0 30606575 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682859301352 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24016] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24016/stat : 24016 (java) S 24001 24004 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30606575 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682858247416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24017] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24017/stat : 24017 (java) S 24001 24004 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30606575 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682857194504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24018] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24018/stat : 24018 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606578 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682856142992 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24019] ppid=24001 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/24004/task/24019/stat : 24019 (java) S 24001 24004 19710 0 -1 4202560 2631 0 0 0 42 0 0 0 20 0 19 0 30606578 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682855091128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24020] ppid=24001 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/24004/task/24020/stat : 24020 (java) S 24001 24004 19710 0 -1 4202560 3156 0 0 0 41 0 0 0 20 0 19 0 30606578 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682854038328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24021] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24021/stat : 24021 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606578 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682852985720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24022] ppid=24001 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/24004/task/24022/stat : 24022 (java) S 24001 24004 19710 0 -1 4202560 104 0 0 0 36 40 0 0 20 0 19 0 30606578 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682851933128 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24023] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24023/stat : 24023 (java) S 24001 24004 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30606615 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682850878632 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.54
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.23 2.21 2.18 3/215 24133
/proc/meminfo: memFree=29653276/32872528 swapFree=1491540/1663236
[pid=24004] ppid=24001 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/24004/stat : 24004 (java) S 24001 24004 19710 0 -1 4202496 10760 0 1 0 179946 60 0 0 20 0 19 0 30606572 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 140735618145408 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24004/statm: 2406260 91951 2285 9 0 2396937 0
[pid=24004/tid=24006] ppid=24001 vsize=9625040 CPUtime=1792.55 cores=1,3,5,7
/proc/24004/task/24006/stat : 24006 (java) R 24001 24004 19710 0 -1 4202560 2510 0 1 0 179225 30 0 0 20 0 19 0 30606572 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139683370938144 139683225540235 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24007] ppid=24001 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24004/task/24007/stat : 24007 (java) S 24001 24004 19710 0 -1 4202560 197 0 0 0 15 2 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139683343399464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24008] ppid=24001 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24004/task/24008/stat : 24008 (java) S 24001 24004 19710 0 -1 4202560 153 0 0 0 16 2 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139683213912488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24009] ppid=24001 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/24004/task/24009/stat : 24009 (java) S 24001 24004 19710 0 -1 4202560 119 0 0 0 19 3 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139683212859688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24010] ppid=24001 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24004/task/24010/stat : 24010 (java) S 24001 24004 19710 0 -1 4202560 74 0 0 0 15 3 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139683211806888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24011] ppid=24001 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/24004/task/24011/stat : 24011 (java) S 24001 24004 19710 0 -1 4202560 140 0 0 0 19 3 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139683210755112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24004/tid=24012] ppid=24001 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/24004/task/24012/stat : 24012 (java) S 24001 24004 19710 0 -1 4202560 151 0 0 0 19 3 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139683209702312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24013] ppid=24001 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24004/task/24013/stat : 24013 (java) S 24001 24004 19710 0 -1 4202560 137 0 0 0 14 3 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682872552232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24014] ppid=24001 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/24004/task/24014/stat : 24014 (java) S 24001 24004 19710 0 -1 4202560 69 0 0 0 13 2 0 0 20 0 19 0 30606574 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682871499432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24015] ppid=24001 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24004/task/24015/stat : 24015 (java) S 24001 24004 19710 0 -1 4202560 59 0 0 0 1 1 0 0 20 0 19 0 30606575 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682859301352 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24016] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24016/stat : 24016 (java) S 24001 24004 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30606575 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682858247416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24017] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24017/stat : 24017 (java) S 24001 24004 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30606575 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682857194504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24018] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24018/stat : 24018 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606578 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682856142992 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24019] ppid=24001 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/24004/task/24019/stat : 24019 (java) S 24001 24004 19710 0 -1 4202560 2631 0 0 0 42 0 0 0 20 0 19 0 30606578 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682855091128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24004/tid=24020] ppid=24001 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/24004/task/24020/stat : 24020 (java) S 24001 24004 19710 0 -1 4202560 3156 0 0 0 41 0 0 0 20 0 19 0 30606578 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682854038328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24004/tid=24021] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24021/stat : 24021 (java) S 24001 24004 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30606578 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682852985720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24022] ppid=24001 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/24004/task/24022/stat : 24022 (java) S 24001 24004 19710 0 -1 4202560 106 0 0 0 36 40 0 0 20 0 19 0 30606578 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682851933128 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24004/tid=24023] ppid=24001 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24004/task/24023/stat : 24023 (java) S 24001 24004 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30606615 9856040960 91951 33554432000 1073741824 1073778376 140735618154272 139682850878632 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

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 24004 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 24004 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=908132
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=62838
# CPU time returned by wait4() is 1795.97
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.83
CPU time (s): 1800.06
CPU user time (s): 1799.46
CPU system time (s): 0.6
CPU usage (%): 100.124
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.91
system time used= 1.06284
maximum resident set size= 368000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10794
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38470
involuntary context switches= 9929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.40987 second user time and 7.57085 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 23:14:43
IDJOB=4117097
IDBENCH=109552
IDSOLVER=2546
FILE ID=node134/4117097-1466975683
RUNJOBID= node134-1466945036-19727
PBS_JOBID= 19976362
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size128-round23-5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117097-1466975683/watcher-4117097-1466975683 -o /tmp/evaluation-result-4117097-1466975683/solver-4117097-1466975683 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19727 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117097-1466975683.opb

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

MD5SUM BENCH= c9b920119562b92648bbd1caba5edf40
RANDOM SEED=1462475058

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.170
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		: 2667.170
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.170
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		: 2667.170
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.170
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	: 5317.19
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.170
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:        30046512 kB
Buffers:           39540 kB
Cached:           117536 kB
SwapCached:         1316 kB
Active:           321168 kB
Inactive:         132588 kB
Active(anon):     296552 kB
Inactive(anon):     2488 kB
Active(file):      24616 kB
Inactive(file):   130100 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099128 kB
Dirty:              1180 kB
Writeback:             0 kB
AnonPages:       1966832 kB
Mapped:            15316 kB
Shmem:                 0 kB
Slab:             566260 kB
SReclaimable:       9764 kB
SUnreclaim:       556496 kB
KernelStack:        1616 kB
PageTables:         8184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2383376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    460800 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= 71692 MiB
End job on node134 at 2016-06-26 23:44:41