Trace number 4116009

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round23-9.opb
MD5SUM23a8452436d00a9d7c446b690772a518
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 constraints9536
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)448
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.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@37e893df
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@41ac1fe4
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116009-1466978041.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.70/0.42	c ... done. Wall clock time 0.303s.
0.70/0.42	c declared #vars     4288
0.70/0.42	c #constraints  10880
0.70/0.42	c constraints type 
0.70/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.70/0.42	c org.sat4j.specs.Constr$1 => 936
0.70/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.70/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.70/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.70/0.42	c 10880 constraints processed.
1.75/1.06	c cleaning 2483 clauses out of 4998 with flag 16934/5000
2.42/1.64	c cleaning 4238 clauses out of 8519 with flag 38752/11004
3.13/2.32	c cleaning 5630 clauses out of 11279 with flag 71769/18002
3.94/3.12	c cleaning 6823 clauses out of 13646 with flag 106204/26000
4.85/4.06	c cleaning 7888 clauses out of 15824 with flag 148213/35001
5.85/5.07	c cleaning 8957 clauses out of 17935 with flag 196238/45000
7.05/6.25	c cleaning 9966 clauses out of 19978 with flag 247553/56000
8.35/7.57	c cleaning 10945 clauses out of 22013 with flag 307571/68001
9.85/9.01	c cleaning 12028 clauses out of 24067 with flag 373600/81000
11.45/10.61	c cleaning 13014 clauses out of 26042 with flag 445060/95003
13.16/12.36	c cleaning 14003 clauses out of 28026 with flag 526143/110001
15.06/14.25	c cleaning 14971 clauses out of 30023 with flag 612653/126001
17.16/16.30	c cleaning 16015 clauses out of 32051 with flag 704085/143000
19.36/18.55	c cleaning 17002 clauses out of 34036 with flag 804348/161000
21.77/20.97	c cleaning 17966 clauses out of 36034 with flag 908774/180000
24.47/23.63	c cleaning 19019 clauses out of 38069 with flag 1021643/200001
27.37/26.51	c cleaning 19992 clauses out of 40050 with flag 1136562/221001
30.46/29.66	c cleaning 21009 clauses out of 42057 with flag 1260974/243000
33.76/32.90	c cleaning 22006 clauses out of 44050 with flag 1390095/266002
37.16/36.33	c cleaning 22973 clauses out of 46043 with flag 1528021/290001
40.77/39.90	c cleaning 24018 clauses out of 48069 with flag 1670554/315000
44.57/43.79	c cleaning 25007 clauses out of 50052 with flag 1817556/341001
48.66/47.81	c cleaning 25964 clauses out of 52044 with flag 1973310/368000
52.78/51.90	c cleaning 26998 clauses out of 54080 with flag 2133967/396000
56.68/55.85	c cleaning 28022 clauses out of 56083 with flag 2300374/425001
61.08/60.22	c cleaning 29002 clauses out of 58060 with flag 2472037/455000
65.58/64.77	c cleaning 29956 clauses out of 60058 with flag 2649104/486000
70.29/69.46	c cleaning 31039 clauses out of 62102 with flag 2834194/518000
75.38/74.51	c cleaning 32018 clauses out of 64063 with flag 3025101/551000
80.58/79.77	c cleaning 33002 clauses out of 66046 with flag 3220839/585001
86.18/85.38	c cleaning 33984 clauses out of 68044 with flag 3426154/620001
92.08/91.25	c cleaning 35004 clauses out of 70059 with flag 3635391/656000
98.08/97.26	c cleaning 35987 clauses out of 72055 with flag 3852008/693000
104.39/103.58	c cleaning 37025 clauses out of 74068 with flag 4074068/731000
110.99/110.14	c cleaning 38002 clauses out of 76043 with flag 4307184/770000
117.79/116.94	c cleaning 38996 clauses out of 78041 with flag 4542617/810000
125.00/124.13	c cleaning 40017 clauses out of 80046 with flag 4784070/851001
132.39/131.55	c cleaning 40975 clauses out of 82029 with flag 5034315/893001
140.15/139.25	c cleaning 42005 clauses out of 84053 with flag 5290085/936000
148.14/147.27	c cleaning 42980 clauses out of 86049 with flag 5554432/980001
156.44/155.50	c cleaning 43989 clauses out of 88069 with flag 5819875/1025001
164.54/163.65	c cleaning 45011 clauses out of 90080 with flag 6090473/1071001
173.04/172.13	c cleaning 46034 clauses out of 92068 with flag 6366902/1118000
182.03/181.10	c cleaning 46953 clauses out of 94034 with flag 6650284/1166000
191.04/190.18	c cleaning 48019 clauses out of 96081 with flag 6939067/1215000
200.54/199.64	c cleaning 48994 clauses out of 98062 with flag 7233981/1265000
210.54/209.60	c cleaning 50035 clauses out of 100069 with flag 7535797/1316001
220.54/219.61	c cleaning 51000 clauses out of 102033 with flag 7846441/1368000
231.28/230.38	c cleaning 51999 clauses out of 104034 with flag 8156348/1421001
241.78/240.86	c cleaning 52988 clauses out of 106034 with flag 8475412/1475000
252.68/251.79	c cleaning 54005 clauses out of 108047 with flag 8796231/1530001
263.98/263.09	c cleaning 54941 clauses out of 110041 with flag 9125075/1586000
275.88/274.96	c cleaning 56009 clauses out of 112100 with flag 9461514/1643000
288.47/287.52	c cleaning 57032 clauses out of 114091 with flag 9795209/1701000
301.17/300.21	c cleaning 58003 clauses out of 116060 with flag 10136389/1760001
313.97/313.08	c cleaning 59016 clauses out of 118056 with flag 10488263/1820000
327.57/326.61	c cleaning 60010 clauses out of 120040 with flag 10841773/1881000
341.46/340.40	c cleaning 60965 clauses out of 122030 with flag 11204295/1943000
356.15/355.12	c cleaning 62015 clauses out of 124065 with flag 11572679/2006000
371.16/370.18	c cleaning 62970 clauses out of 126051 with flag 11942821/2070001
386.46/385.44	c cleaning 64035 clauses out of 128081 with flag 12324159/2135001
402.08/401.09	c cleaning 64978 clauses out of 130047 with flag 12709058/2201002
417.99/416.96	c cleaning 66012 clauses out of 132067 with flag 13102210/2268000
434.49/433.45	c cleaning 67028 clauses out of 134056 with flag 13503850/2336001
451.30/450.29	c cleaning 67972 clauses out of 136027 with flag 13909712/2405000
468.98/467.87	c cleaning 69028 clauses out of 138056 with flag 14318889/2475001
486.56/485.41	c cleaning 70000 clauses out of 140027 with flag 14733720/2546000
504.37/503.29	c cleaning 70966 clauses out of 142029 with flag 15152836/2618002
522.68/521.57	c cleaning 71997 clauses out of 144061 with flag 15578966/2691000
541.77/540.61	c cleaning 72989 clauses out of 146064 with flag 16008315/2765000
561.88/560.74	c cleaning 74028 clauses out of 148075 with flag 16438527/2840000
581.78/580.66	c cleaning 74975 clauses out of 150047 with flag 16876078/2916000
602.07/600.84	c cleaning 76030 clauses out of 152072 with flag 17319586/2993000
622.78/621.59	c cleaning 76982 clauses out of 154042 with flag 17770790/3071000
643.78/642.54	c cleaning 78022 clauses out of 156060 with flag 18224573/3150000
665.97/664.75	c cleaning 78956 clauses out of 158039 with flag 18687425/3230001
688.57/687.38	c cleaning 80003 clauses out of 160082 with flag 19155973/3311000
711.97/710.74	c cleaning 81010 clauses out of 162080 with flag 19630674/3393001
734.95/733.62	c cleaning 81996 clauses out of 164069 with flag 20109702/3476000
758.64/757.30	c cleaning 83021 clauses out of 166073 with flag 20594348/3560000
783.24/781.90	c cleaning 84019 clauses out of 168053 with flag 21083361/3645001
807.56/806.26	c cleaning 84998 clauses out of 170033 with flag 21581158/3731000
833.36/832.06	c cleaning 85953 clauses out of 172036 with flag 22082470/3818001
859.69/858.27	c cleaning 87012 clauses out of 174084 with flag 22591171/3906002
886.80/885.32	c cleaning 88007 clauses out of 176070 with flag 23102088/3995000
914.31/912.82	c cleaning 88997 clauses out of 178065 with flag 23625395/4085002
942.31/940.86	c cleaning 90011 clauses out of 180066 with flag 24149523/4176000
971.48/969.86	c cleaning 91018 clauses out of 182055 with flag 24677674/4268000
999.98/998.36	c cleaning 91975 clauses out of 184038 with flag 25213036/4361001
1029.89/1028.24	c cleaning 92995 clauses out of 186062 with flag 25749220/4455000
1059.90/1058.25	c cleaning 94027 clauses out of 188067 with flag 26292529/4550000
1090.49/1088.82	c cleaning 94999 clauses out of 190040 with flag 26842207/4646000
1121.32/1119.51	c cleaning 95988 clauses out of 192041 with flag 27397554/4743000
1152.82/1151.06	c cleaning 96997 clauses out of 194053 with flag 27959066/4841000
1185.82/1184.02	c cleaning 98003 clauses out of 196056 with flag 28524560/4940000
1219.15/1217.28	c cleaning 98996 clauses out of 198055 with flag 29102590/5040002
1252.94/1251.06	c cleaning 100004 clauses out of 200058 with flag 29685799/5141001
1286.84/1284.99	c cleaning 100958 clauses out of 202055 with flag 30274065/5243002
1321.64/1319.71	c cleaning 102033 clauses out of 204095 with flag 30861152/5346000
1357.33/1355.29	c cleaning 103021 clauses out of 206062 with flag 31461491/5450000
1393.12/1391.05	c cleaning 104001 clauses out of 208041 with flag 32060988/5555000
1429.93/1427.84	c cleaning 104967 clauses out of 210040 with flag 32668957/5661000
1467.73/1465.60	c cleaning 106001 clauses out of 212073 with flag 33273911/5768000
1506.29/1504.10	c cleaning 107025 clauses out of 214072 with flag 33888914/5876000
1545.69/1543.52	c cleaning 108005 clauses out of 216049 with flag 34507560/5985002
1585.37/1583.20	c cleaning 108973 clauses out of 218044 with flag 35134848/6095002
1625.53/1623.37	c cleaning 109986 clauses out of 220070 with flag 35769620/6206001
1666.42/1664.22	c cleaning 111024 clauses out of 222083 with flag 36406004/6318000
1708.82/1706.64	c cleaning 112008 clauses out of 224062 with flag 37050446/6431003
1751.50/1749.21	c cleaning 113012 clauses out of 226051 with flag 37697637/6545000
1794.30/1792.02	c cleaning 114002 clauses out of 228041 with flag 38353638/6660002
1800.09/1797.80	c starts		: 54194
1800.09/1797.80	c conflicts		: 6680851
1800.09/1797.80	c decisions		: 53520791
1800.09/1797.80	c propagations		: 842251205
1800.09/1797.80	c inspects		: 24764815084
1800.09/1797.80	c shortcuts		: 0
1800.09/1797.80	c learnt literals	: 3
1800.09/1797.80	c learnt binary clauses	: 89
1800.09/1797.80	c learnt ternary clauses	: 961
1800.09/1797.80	c learnt constraints	: 6680848
1800.09/1797.80	c ignored constraints	: 0
1800.09/1797.80	c root simplifications	: 0
1800.09/1797.80	c removed literals (reason simplification)	: 0
1800.09/1797.80	c reason swapping (by a shorter reason)	: 0
1800.09/1797.80	c Calls to reduceDB	: 111
1800.09/1797.80	c Number of update (reduction) of LBD	: 1445410
1800.09/1797.80	c Imported unit clauses	: 0
1800.09/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.80	c number of learned constraints concerned by reduction	: 0
1800.09/1797.80	c number of learning phase by resolution	: 0
1800.09/1797.80	c number of learning phase by cutting planes	: 0
1800.09/1797.80	c speed (assignments/second)	: 468599.9300091578
1800.09/1797.80	c non guided choices	26022
1800.09/1797.80	c timeout
1800.09/1797.83	c learnt constraints type 
1800.09/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 89
1800.09/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 134799
1800.09/1797.83	s UNKNOWN
1800.09/1797.83	c Total wall clock time (in seconds): 1797.715

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

pid=24268
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.13 2.19 2.18 3/196 24271
/proc/meminfo: memFree=30152276/32872528 swapFree=1491540/1663236
[pid=24271] ppid=24268 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/24271/stat : 24271 (java) D 24268 24271 19710 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 30842450 2560000 46 33554432000 1073741824 1073778376 140733961426832 140733961423960 273896533287 0 0 4096 0 18446744072100764964 0 0 17 4 0 0 0 0 0
/proc/24271/statm: 626 47 37 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.13 2.19 2.18 3/196 24271
/proc/meminfo: memFree=30152276/32872528 swapFree=1491540/1663236
[pid=24271] ppid=24268 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/24271/stat : 24271 (java) S 24268 24271 19710 0 -1 4202496 4401 0 1 0 9 0 0 0 20 0 18 0 30842450 9787879424 6029 33554432000 1073741824 1073778376 140733961426832 140733961417968 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24271/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.13 2.19 2.18 3/196 24271
/proc/meminfo: memFree=30152276/32872528 swapFree=1491540/1663236
[pid=24271] ppid=24268 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/24271/stat : 24271 (java) S 24268 24271 19710 0 -1 4202496 4936 0 1 0 26 0 0 0 20 0 18 0 30842450 9787879424 6973 33554432000 1073741824 1073778376 140733961426832 140733961417968 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24271/statm: 2389619 6974 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300225 s]
/proc/loadavg: 2.13 2.19 2.18 3/196 24271
/proc/meminfo: memFree=30152276/32872528 swapFree=1491540/1663236
[pid=24271] ppid=24268 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/24271/stat : 24271 (java) S 24268 24271 19710 0 -1 4202496 5764 0 1 0 49 1 0 0 20 0 18 0 30842450 9787879424 8923 33554432000 1073741824 1073778376 140733961426832 140733961417968 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24271/statm: 2389619 8923 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700166 s]
/proc/loadavg: 2.13 2.19 2.18 3/196 24271
/proc/meminfo: memFree=30152276/32872528 swapFree=1491540/1663236
[pid=24271] ppid=24268 vsize=9625040 CPUtime=1.41 cores=0,2,4,6
/proc/24271/stat : 24271 (java) S 24268 24271 19710 0 -1 4202496 10659 0 1 0 139 2 0 0 20 0 19 0 30842450 9856040960 16886 33554432000 1073741824 1073778376 140733961426832 140733961417968 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24271/statm: 2406260 16901 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.13 2.19 2.18 3/215 24290
/proc/meminfo: memFree=30091724/32872528 swapFree=1491540/1663236
[pid=24271] ppid=24268 vsize=9625040 CPUtime=2.29 cores=0,2,4,6
/proc/24271/stat : 24271 (java) S 24268 24271 19710 0 -1 4202496 11175 0 1 0 227 2 0 0 20 0 19 0 30842450 9856040960 17211 33554432000 1073741824 1073778376 140733961426832 140733961417968 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24271/statm: 2406260 17211 2270 9 0 2396937 0
[pid=24271/tid=24273] ppid=24268 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/24271/task/24273/stat : 24273 (java) R 24268 24271 19710 0 -1 4202560 2447 0 1 0 144 2 0 0 20 0 19 0 30842451 9856040960 17211 33554432000 1073741824 1073778376 140733961426832 139908909474056 139908778418610 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24274] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24274/stat : 24274 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 17211 33554432000 1073741824 1073778376 140733961426832 139908898535592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24275] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24275/stat : 24275 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 17211 33554432000 1073741824 1073778376 140733961426832 139908897483048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24276] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24276/stat : 24276 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 17211 33554432000 1073741824 1073778376 140733961426832 139908896430504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24277] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24277/stat : 24277 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 17211 33554432000 1073741824 1073778376 140733961426832 139908750195240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24278] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24278/stat : 24278 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 17211 33554432000 1073741824 1073778376 140733961426832 139908749142696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24279] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24279/stat : 24279 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 17211 33554432000 1073741824 1073778376 140733961426832 139908748090152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24280] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24280/stat : 24280 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 17211 33554432000 1073741824 1073778376 140733961426832 139908747037608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24281] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24281/stat : 24281 (java) S 24268 24271 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 17211 33554432000 1073741824 1073778376 140733961426832 139908745985064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24282] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24282/stat : 24282 (java) S 24268 24271 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30842453 9856040960 17211 33554432000 1073741824 1073778376 140733961426832 139908733573224 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24283] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24283/stat : 24283 (java) S 24268 24271 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30842454 9856040960 17211 33554432000 1073741824 1073778376 140733961426832 139908732519544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24284] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24284/stat : 24284 (java) S 24268 24271 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30842454 9856040960 17211 33554432000 1073741824 1073778376 140733961426832 139908731466888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24285] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24285/stat : 24285 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842456 9856040960 17211 33554432000 1073741824 1073778376 140733961426832 139908730415632 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24286] ppid=24268 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/24271/task/24286/stat : 24286 (java) S 24268 24271 19710 0 -1 4202560 3611 0 0 0 37 0 0 0 20 0 19 0 30842456 9856040960 17211 33554432000 1073741824 1073778376 140733961426832 139908729363000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24287] ppid=24268 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/24271/task/24287/stat : 24287 (java) S 24268 24271 19710 0 -1 4202560 3845 0 0 0 43 0 0 0 20 0 19 0 30842456 9856040960 17211 33554432000 1073741824 1073778376 140733961426832 139908728310456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24288] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24288/stat : 24288 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842456 9856040960 17211 33554432000 1073741824 1073778376 140733961426832 139908727258104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24289] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24289/stat : 24289 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842456 9856040960 17211 33554432000 1073741824 1073778376 140733961426832 139908726205768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24290] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24290/stat : 24290 (java) S 24268 24271 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30842493 9856040960 17211 33554432000 1073741824 1073778376 140733961426832 139908725150504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.20 2.21 2.18 4/215 24290
/proc/meminfo: memFree=30089428/32872528 swapFree=1491540/1663236
[pid=24271] ppid=24268 vsize=9625040 CPUtime=3.94 cores=0,2,4,6
/proc/24271/stat : 24271 (java) S 24268 24271 19710 0 -1 4202496 11179 0 1 0 391 3 0 0 20 0 19 0 30842450 9856040960 18747 33554432000 1073741824 1073778376 140733961426832 140733961417968 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24271/statm: 2406260 18747 2270 9 0 2396937 0
[pid=24271/tid=24273] ppid=24268 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/24271/task/24273/stat : 24273 (java) R 24268 24271 19710 0 -1 4202560 2451 0 1 0 304 2 0 0 20 0 19 0 30842451 9856040960 18747 33554432000 1073741824 1073778376 140733961426832 139908909472424 139908778397019 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24274] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24274/stat : 24274 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 18747 33554432000 1073741824 1073778376 140733961426832 139908898535592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24275] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24275/stat : 24275 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 18747 33554432000 1073741824 1073778376 140733961426832 139908897483048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24276] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24276/stat : 24276 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 18747 33554432000 1073741824 1073778376 140733961426832 139908896430504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24277] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24277/stat : 24277 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 18747 33554432000 1073741824 1073778376 140733961426832 139908750195240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24278] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24278/stat : 24278 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 18747 33554432000 1073741824 1073778376 140733961426832 139908749142696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24279] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24279/stat : 24279 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 18747 33554432000 1073741824 1073778376 140733961426832 139908748090152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24280] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24280/stat : 24280 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 18747 33554432000 1073741824 1073778376 140733961426832 139908747037608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24281] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24281/stat : 24281 (java) S 24268 24271 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 18747 33554432000 1073741824 1073778376 140733961426832 139908745985064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24282] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24282/stat : 24282 (java) S 24268 24271 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30842453 9856040960 18747 33554432000 1073741824 1073778376 140733961426832 139908733573224 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24283] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24283/stat : 24283 (java) S 24268 24271 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30842454 9856040960 18747 33554432000 1073741824 1073778376 140733961426832 139908732519544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24284] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24284/stat : 24284 (java) S 24268 24271 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30842454 9856040960 18747 33554432000 1073741824 1073778376 140733961426832 139908731466888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24285] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24285/stat : 24285 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842456 9856040960 18747 33554432000 1073741824 1073778376 140733961426832 139908730415632 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24286] ppid=24268 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/24271/task/24286/stat : 24286 (java) S 24268 24271 19710 0 -1 4202560 3611 0 0 0 39 0 0 0 20 0 19 0 30842456 9856040960 18747 33554432000 1073741824 1073778376 140733961426832 139908729363000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24287] ppid=24268 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/24271/task/24287/stat : 24287 (java) S 24268 24271 19710 0 -1 4202560 3845 0 0 0 45 0 0 0 20 0 19 0 30842456 9856040960 18747 33554432000 1073741824 1073778376 140733961426832 139908728310456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24288] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24288/stat : 24288 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842456 9856040960 18747 33554432000 1073741824 1073778376 140733961426832 139908727258104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24289] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24289/stat : 24289 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842456 9856040960 18747 33554432000 1073741824 1073778376 140733961426832 139908726205768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24290] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24290/stat : 24290 (java) S 24268 24271 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30842493 9856040960 18747 33554432000 1073741824 1073778376 140733961426832 139908725150504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.20 2.21 2.18 4/215 24290
/proc/meminfo: memFree=30081376/32872528 swapFree=1491540/1663236
[pid=24271] ppid=24268 vsize=9625040 CPUtime=7.15 cores=0,2,4,6
/proc/24271/stat : 24271 (java) S 24268 24271 19710 0 -1 4202496 11185 0 1 0 712 3 0 0 20 0 19 0 30842450 9856040960 20128 33554432000 1073741824 1073778376 140733961426832 140733961417968 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24271/statm: 2406260 20128 2271 9 0 2396937 0
[pid=24271/tid=24273] ppid=24268 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/24271/task/24273/stat : 24273 (java) R 24268 24271 19710 0 -1 4202560 2456 0 1 0 623 2 0 0 20 0 19 0 30842451 9856040960 20128 33554432000 1073741824 1073778376 140733961426832 139908909465280 139908778397199 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24274] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24274/stat : 24274 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 20128 33554432000 1073741824 1073778376 140733961426832 139908898535592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24275] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24275/stat : 24275 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 20128 33554432000 1073741824 1073778376 140733961426832 139908897483048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24276] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24276/stat : 24276 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 20128 33554432000 1073741824 1073778376 140733961426832 139908896430504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24277] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24277/stat : 24277 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 20128 33554432000 1073741824 1073778376 140733961426832 139908750195240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24278] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24278/stat : 24278 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 20128 33554432000 1073741824 1073778376 140733961426832 139908749142696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24279] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24279/stat : 24279 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 20128 33554432000 1073741824 1073778376 140733961426832 139908748090152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24280] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24280/stat : 24280 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 20128 33554432000 1073741824 1073778376 140733961426832 139908747037608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24281] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24281/stat : 24281 (java) S 24268 24271 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30842452 9856040960 20128 33554432000 1073741824 1073778376 140733961426832 139908745985064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24282] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24282/stat : 24282 (java) S 24268 24271 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30842453 9856040960 20128 33554432000 1073741824 1073778376 140733961426832 139908733573224 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24283] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24283/stat : 24283 (java) S 24268 24271 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30842454 9856040960 20128 33554432000 1073741824 1073778376 140733961426832 139908732519544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24284] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24284/stat : 24284 (java) S 24268 24271 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30842454 9856040960 20128 33554432000 1073741824 1073778376 140733961426832 139908731466888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24285] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24285/stat : 24285 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842456 9856040960 20128 33554432000 1073741824 1073778376 140733961426832 139908730415632 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24286] ppid=24268 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/24271/task/24286/stat : 24286 (java) S 24268 24271 19710 0 -1 4202560 3611 0 0 0 41 0 0 0 20 0 19 0 30842456 9856040960 20128 33554432000 1073741824 1073778376 140733961426832 139908729363000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24287] ppid=24268 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/24271/task/24287/stat : 24287 (java) S 24268 24271 19710 0 -1 4202560 3845 0 0 0 45 0 0 0 20 0 19 0 30842456 9856040960 20128 33554432000 1073741824 1073778376 140733961426832 139908728310456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24288] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24288/stat : 24288 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842456 9856040960 20128 33554432000 1073741824 1073778376 140733961426832 139908727258104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24289] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24289/stat : 24289 (java) S 24268 24271 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30842456 9856040960 20128 33554432000 1073741824 1073778376 140733961426832 139908726205768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24290] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24290/stat : 24290 (java) S 24268 24271 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30842493 9856040960 20128 33554432000 1073741824 1073778376 140733961426832 139908725150504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 9625040


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

[pid=24271/tid=24290] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24290/stat : 24290 (java) S 24268 24271 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30842493 9856040960 107965 33554432000 1073741824 1073778376 140733961426832 139908725150504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1664.52
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.14 1.36 1.77 3/190 24389
/proc/meminfo: memFree=29913880/32872528 swapFree=1491540/1663236
[pid=24271] ppid=24268 vsize=9625040 CPUtime=1724.6 cores=0,2,4,6
/proc/24271/stat : 24271 (java) S 24268 24271 19710 0 -1 4202496 12878 0 1 0 172396 64 0 0 20 0 19 0 30842450 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 140733961417968 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24271/statm: 2406260 109051 2285 9 0 2396937 0
[pid=24271/tid=24273] ppid=24268 vsize=9625040 CPUtime=1717.1 cores=0,2,4,6
/proc/24271/task/24273/stat : 24273 (java) R 24268 24271 19710 0 -1 4202560 2513 0 1 0 171678 32 0 0 20 0 19 0 30842451 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908909473088 139908778486077 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24274] ppid=24268 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24271/task/24274/stat : 24274 (java) S 24268 24271 19710 0 -1 4202560 128 0 0 0 16 3 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908898535592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24275] ppid=24268 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24271/task/24275/stat : 24275 (java) S 24268 24271 19710 0 -1 4202560 98 0 0 0 17 4 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908897483048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24276] ppid=24268 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24271/task/24276/stat : 24276 (java) S 24268 24271 19710 0 -1 4202560 251 0 0 0 16 3 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908896430504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24277] ppid=24268 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/24271/task/24277/stat : 24277 (java) S 24268 24271 19710 0 -1 4202560 84 0 0 0 22 4 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908750195240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24278] ppid=24268 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/24271/task/24278/stat : 24278 (java) S 24268 24271 19710 0 -1 4202560 146 0 0 0 19 3 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908749142696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24279] ppid=24268 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/24271/task/24279/stat : 24279 (java) S 24268 24271 19710 0 -1 4202560 201 0 0 0 22 5 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908748090152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24280] ppid=24268 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24271/task/24280/stat : 24280 (java) S 24268 24271 19710 0 -1 4202560 300 0 0 0 17 4 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908747037608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24281] ppid=24268 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/24271/task/24281/stat : 24281 (java) S 24268 24271 19710 0 -1 4202560 246 0 0 0 20 4 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908745985064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24282] ppid=24268 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24271/task/24282/stat : 24282 (java) S 24268 24271 19710 0 -1 4202560 74 0 0 0 0 2 0 0 20 0 19 0 30842453 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908733573224 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24283] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24283/stat : 24283 (java) S 24268 24271 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30842454 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908732519544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24284] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24284/stat : 24284 (java) S 24268 24271 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30842454 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908731466888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24285] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24285/stat : 24285 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842456 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908730415632 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24286] ppid=24268 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/24271/task/24286/stat : 24286 (java) S 24268 24271 19710 0 -1 4202560 3634 0 0 0 45 0 0 0 20 0 19 0 30842456 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908729363000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24287] ppid=24268 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/24271/task/24287/stat : 24287 (java) S 24268 24271 19710 0 -1 4202560 3845 0 0 0 45 0 0 0 20 0 19 0 30842456 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908728310456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24288] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24288/stat : 24288 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842456 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908727258104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24289] ppid=24268 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/24271/task/24289/stat : 24289 (java) S 24268 24271 19710 0 -1 4202560 100 0 0 0 31 31 0 0 20 0 19 0 30842456 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908726205768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24290] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24290/stat : 24290 (java) S 24268 24271 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30842493 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908725150504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.6
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.17 1.33 1.73 2/190 24390
/proc/meminfo: memFree=29913512/32872528 swapFree=1491540/1663236
[pid=24271] ppid=24268 vsize=9625040 CPUtime=1784.59 cores=0,2,4,6
/proc/24271/stat : 24271 (java) S 24268 24271 19710 0 -1 4202496 12882 0 1 0 178393 66 0 0 20 0 19 0 30842450 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 140733961417968 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24271/statm: 2406260 109051 2285 9 0 2396937 0
[pid=24271/tid=24273] ppid=24268 vsize=9625040 CPUtime=1776.92 cores=0,2,4,6
/proc/24271/task/24273/stat : 24273 (java) R 24268 24271 19710 0 -1 4202560 2513 0 1 0 177659 33 0 0 20 0 19 0 30842451 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908909465376 139908778486323 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24274] ppid=24268 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24271/task/24274/stat : 24274 (java) S 24268 24271 19710 0 -1 4202560 128 0 0 0 16 3 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908898535592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24275] ppid=24268 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24271/task/24275/stat : 24275 (java) S 24268 24271 19710 0 -1 4202560 98 0 0 0 17 4 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908897483048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24276] ppid=24268 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24271/task/24276/stat : 24276 (java) S 24268 24271 19710 0 -1 4202560 251 0 0 0 16 3 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908896430504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24277] ppid=24268 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/24271/task/24277/stat : 24277 (java) S 24268 24271 19710 0 -1 4202560 84 0 0 0 22 4 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908750195240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24278] ppid=24268 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/24271/task/24278/stat : 24278 (java) S 24268 24271 19710 0 -1 4202560 146 0 0 0 19 3 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908749142696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24279] ppid=24268 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/24271/task/24279/stat : 24279 (java) S 24268 24271 19710 0 -1 4202560 201 0 0 0 22 5 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908748090152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24280] ppid=24268 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24271/task/24280/stat : 24280 (java) S 24268 24271 19710 0 -1 4202560 300 0 0 0 17 4 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908747037608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24281] ppid=24268 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/24271/task/24281/stat : 24281 (java) S 24268 24271 19710 0 -1 4202560 246 0 0 0 20 4 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908745985064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24282] ppid=24268 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24271/task/24282/stat : 24282 (java) S 24268 24271 19710 0 -1 4202560 74 0 0 0 0 2 0 0 20 0 19 0 30842453 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908733573224 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24283] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24283/stat : 24283 (java) S 24268 24271 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30842454 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908732519544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24284] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24284/stat : 24284 (java) S 24268 24271 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30842454 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908731466888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24285] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24285/stat : 24285 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842456 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908730415632 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24286] ppid=24268 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/24271/task/24286/stat : 24286 (java) S 24268 24271 19710 0 -1 4202560 3634 0 0 0 45 0 0 0 20 0 19 0 30842456 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908729363000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24287] ppid=24268 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/24271/task/24287/stat : 24287 (java) S 24268 24271 19710 0 -1 4202560 3845 0 0 0 45 0 0 0 20 0 19 0 30842456 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908728310456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24288] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24288/stat : 24288 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842456 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908727258104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24289] ppid=24268 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/24271/task/24289/stat : 24289 (java) S 24268 24271 19710 0 -1 4202560 104 0 0 0 32 32 0 0 20 0 19 0 30842456 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908726205768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24290] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24290/stat : 24290 (java) S 24268 24271 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30842493 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908725150504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.59
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 1.13 1.31 1.71 2/190 24390
/proc/meminfo: memFree=29913584/32872528 swapFree=1491540/1663236
[pid=24271] ppid=24268 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/24271/stat : 24271 (java) S 24268 24271 19710 0 -1 4202496 12882 0 1 0 179942 67 0 0 20 0 19 0 30842450 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 140733961417968 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24271/statm: 2406260 109051 2285 9 0 2396937 0
[pid=24271/tid=24273] ppid=24268 vsize=9625040 CPUtime=1792.38 cores=0,2,4,6
/proc/24271/task/24273/stat : 24273 (java) R 24268 24271 19710 0 -1 4202560 2513 0 1 0 179205 33 0 0 20 0 19 0 30842451 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908909465376 139908778357415 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24274] ppid=24268 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24271/task/24274/stat : 24274 (java) S 24268 24271 19710 0 -1 4202560 128 0 0 0 16 3 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908898535592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24275] ppid=24268 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24271/task/24275/stat : 24275 (java) S 24268 24271 19710 0 -1 4202560 98 0 0 0 17 4 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908897483048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24271/tid=24276] ppid=24268 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24271/task/24276/stat : 24276 (java) S 24268 24271 19710 0 -1 4202560 251 0 0 0 16 3 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908896430504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24277] ppid=24268 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/24271/task/24277/stat : 24277 (java) S 24268 24271 19710 0 -1 4202560 84 0 0 0 22 4 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908750195240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24278] ppid=24268 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/24271/task/24278/stat : 24278 (java) S 24268 24271 19710 0 -1 4202560 146 0 0 0 19 3 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908749142696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24279] ppid=24268 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/24271/task/24279/stat : 24279 (java) S 24268 24271 19710 0 -1 4202560 201 0 0 0 22 5 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908748090152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24271/tid=24280] ppid=24268 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24271/task/24280/stat : 24280 (java) S 24268 24271 19710 0 -1 4202560 300 0 0 0 17 4 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908747037608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24281] ppid=24268 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/24271/task/24281/stat : 24281 (java) S 24268 24271 19710 0 -1 4202560 246 0 0 0 20 4 0 0 20 0 19 0 30842452 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908745985064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24282] ppid=24268 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24271/task/24282/stat : 24282 (java) S 24268 24271 19710 0 -1 4202560 74 0 0 0 0 2 0 0 20 0 19 0 30842453 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908733573224 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24283] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24283/stat : 24283 (java) S 24268 24271 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30842454 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908732519544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24284] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24284/stat : 24284 (java) S 24268 24271 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30842454 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908731466888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24285] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24285/stat : 24285 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842456 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908730415632 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24286] ppid=24268 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/24271/task/24286/stat : 24286 (java) S 24268 24271 19710 0 -1 4202560 3634 0 0 0 45 0 0 0 20 0 19 0 30842456 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908729363000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24271/tid=24287] ppid=24268 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/24271/task/24287/stat : 24287 (java) S 24268 24271 19710 0 -1 4202560 3845 0 0 0 45 0 0 0 20 0 19 0 30842456 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908728310456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24288] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24288/stat : 24288 (java) S 24268 24271 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30842456 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908727258104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24289] ppid=24268 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/24271/task/24289/stat : 24289 (java) S 24268 24271 19710 0 -1 4202560 104 0 0 0 32 32 0 0 20 0 19 0 30842456 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908726205768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24271/tid=24290] ppid=24268 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24271/task/24290/stat : 24290 (java) S 24268 24271 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30842493 9856040960 109051 33554432000 1073741824 1073778376 140733961426832 139908725150504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 24271 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 24271 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=928129
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=111830
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.84
CPU time (s): 1800.09
CPU user time (s): 1799.42
CPU system time (s): 0.67
CPU usage (%): 100.125
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.93
system time used= 1.11183
maximum resident set size= 442104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12916
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38477
involuntary context switches= 17211

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7424 second user time and 13.362 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 23:54:01
IDJOB=4116009
IDBENCH=109416
IDSOLVER=2546
FILE ID=node134/4116009-1466978041
RUNJOBID= node134-1466945036-19726
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-size160-round23-9.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116009-1466978041/watcher-4116009-1466978041 -o /tmp/evaluation-result-4116009-1466978041/solver-4116009-1466978041 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19726 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116009-1466978041.opb

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

MD5SUM BENCH= 23a8452436d00a9d7c446b690772a518
RANDOM SEED=184764539

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:        30152440 kB
Buffers:           42312 kB
Cached:           119036 kB
SwapCached:         1316 kB
Active:           219764 kB
Inactive:         136268 kB
Active(anon):     194432 kB
Inactive(anon):     2488 kB
Active(file):      25332 kB
Inactive(file):   133780 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099128 kB
Dirty:              1208 kB
Writeback:             0 kB
AnonPages:       1858148 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             566196 kB
SReclaimable:       9860 kB
SUnreclaim:       556336 kB
KernelStack:        1792 kB
PageTables:         7932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2348992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    348160 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-27 00:23:59