Trace number 4085038

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.08 1794.83

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_5_ic.opb
MD5SUMd92c3493b3e048f1d4b1212b9868f41b
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 125000000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11266082609
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 125000000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11266082609
Number of bits of the biggest sum of numbers34
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4085038-1465350137.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
1.05/0.57	c ... done. Wall clock time 0.469s.
1.05/0.57	c declared #vars     15725
1.05/0.57	c #constraints  33139
1.05/0.57	c constraints type 
1.05/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.05/0.57	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.05/0.57	c org.sat4j.specs.Constr$1 => 3
1.05/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.05/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.05/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.05/0.57	c 33139 constraints processed.
1.05/0.57	c objective function length is 1825 literals
4.79/3.67	c cleaning 2499 clauses out of 5000 with flag 22195/5000
7.81/6.46	c cleaning 4251 clauses out of 8503 with flag 54885/11002
11.62/10.23	c cleaning 5615 clauses out of 11250 with flag 95021/18000
15.53/14.18	c cleaning 6815 clauses out of 13637 with flag 151467/26002
19.64/18.27	c cleaning 7907 clauses out of 15821 with flag 218155/35001
23.90/22.44	c cleaning 8955 clauses out of 17913 with flag 296992/45000
29.90/28.49	c cleaning 9975 clauses out of 19960 with flag 350437/56002
35.40/33.91	c cleaning 10989 clauses out of 21985 with flag 445971/68002
42.60/41.14	c cleaning 11994 clauses out of 23994 with flag 535382/81000
50.30/48.82	c cleaning 12989 clauses out of 26000 with flag 587833/95000
57.30/55.84	c cleaning 14003 clauses out of 28011 with flag 668154/110000
64.20/62.74	c cleaning 14998 clauses out of 30008 with flag 788260/126000
72.30/70.84	c cleaning 16001 clauses out of 32011 with flag 859214/143001
80.50/79.06	c cleaning 16999 clauses out of 34010 with flag 937983/161001
90.08/88.55	c cleaning 17999 clauses out of 36011 with flag 1026198/180001
100.88/99.38	c cleaning 18999 clauses out of 38011 with flag 1136071/200000
112.99/111.45	c cleaning 20002 clauses out of 40014 with flag 1257529/221002
125.38/123.82	c cleaning 21001 clauses out of 42010 with flag 1371284/243000
138.18/136.60	c cleaning 22000 clauses out of 44010 with flag 1465041/266001
150.19/148.61	c cleaning 22999 clauses out of 46009 with flag 1592194/290000
164.09/162.52	c cleaning 24001 clauses out of 48012 with flag 1715539/315002
178.53/176.88	c cleaning 24996 clauses out of 50009 with flag 1860534/341000
193.24/191.59	c cleaning 25998 clauses out of 52014 with flag 1962076/368001
208.93/207.25	c cleaning 26996 clauses out of 54017 with flag 2098449/396002
225.23/223.51	c cleaning 27999 clauses out of 56020 with flag 2242313/425001
241.52/239.65	c cleaning 29000 clauses out of 58021 with flag 2430619/455001
259.13/257.26	c cleaning 29994 clauses out of 60020 with flag 2623149/486000
277.83/275.91	c cleaning 31006 clauses out of 62026 with flag 2856238/518000
294.59/292.59	c cleaning 32005 clauses out of 64021 with flag 3089144/551001
318.49/316.47	c cleaning 32992 clauses out of 66015 with flag 3260368/585000
339.81/337.80	c cleaning 34005 clauses out of 68024 with flag 3516213/620001
361.40/359.34	c cleaning 35003 clauses out of 70019 with flag 3725688/656001
383.11/381.04	c cleaning 36000 clauses out of 72015 with flag 3987033/693000
404.50/402.24	c cleaning 37003 clauses out of 74015 with flag 4242490/731000
428.50/426.20	c cleaning 38003 clauses out of 76014 with flag 4508682/770002
451.22/448.93	c cleaning 38997 clauses out of 78010 with flag 4786873/810001
478.42/476.13	c cleaning 40002 clauses out of 80014 with flag 5011338/851002
506.85/504.30	c cleaning 41000 clauses out of 82012 with flag 5206608/893002
532.45/529.93	c cleaning 41999 clauses out of 84010 with flag 5453061/936000
559.54/556.77	c cleaning 43005 clauses out of 86011 with flag 5760795/980000
590.35/587.58	c cleaning 43998 clauses out of 88008 with flag 6003244/1025002
617.83/614.93	c cleaning 44996 clauses out of 90008 with flag 6344812/1071000
645.34/642.49	c cleaning 45992 clauses out of 92012 with flag 6664210/1118000
676.73/673.79	c cleaning 47002 clauses out of 94021 with flag 7004979/1166001
708.64/705.61	c cleaning 48001 clauses out of 96020 with flag 7350786/1215002
739.53/736.44	c cleaning 49000 clauses out of 98019 with flag 7671098/1265002
770.25/767.14	c cleaning 50004 clauses out of 100018 with flag 8034487/1316001
799.34/796.18	c cleaning 50998 clauses out of 102015 with flag 8365160/1368002
834.77/831.48	c cleaning 52000 clauses out of 104015 with flag 8699604/1421000
872.38/869.09	c cleaning 53002 clauses out of 106015 with flag 8986326/1475000
912.07/908.65	c cleaning 54004 clauses out of 108013 with flag 9292559/1530000
952.38/948.84	c cleaning 54999 clauses out of 110010 with flag 9626238/1586001
994.08/990.51	c cleaning 56000 clauses out of 112010 with flag 10013823/1643000
1030.57/1026.90	c cleaning 56999 clauses out of 114010 with flag 10357725/1701000
1072.57/1068.82	c cleaning 57997 clauses out of 116011 with flag 10752047/1760000
1117.66/1113.88	c cleaning 58996 clauses out of 118014 with flag 11195601/1820000
1156.83/1152.90	c cleaning 60003 clauses out of 120018 with flag 11688231/1881000
1200.39/1196.44	c cleaning 60999 clauses out of 122015 with flag 12157024/1943000
1244.40/1240.36	c cleaning 61997 clauses out of 124016 with flag 12640584/2006000
1290.62/1286.42	c cleaning 63005 clauses out of 126021 with flag 13203202/2070002
1335.02/1330.71	c cleaning 64004 clauses out of 128015 with flag 13738514/2135001
1381.60/1377.26	c cleaning 64995 clauses out of 130010 with flag 14250627/2201000
1424.19/1419.70	c cleaning 66002 clauses out of 132016 with flag 14687710/2268001
1477.07/1472.59	c cleaning 66999 clauses out of 134013 with flag 15127627/2336000
1523.98/1519.39	c cleaning 68000 clauses out of 136014 with flag 15541516/2405000
1571.87/1567.06	c cleaning 69004 clauses out of 138014 with flag 15983800/2475000
1619.47/1614.52	c cleaning 69992 clauses out of 140010 with flag 16396135/2546000
1675.24/1670.28	c cleaning 71009 clauses out of 142020 with flag 16778409/2618002
1724.62/1719.55	c cleaning 71998 clauses out of 144010 with flag 17226873/2691001
1775.72/1770.52	c cleaning 72994 clauses out of 146011 with flag 17634928/2765000
1800.08/1794.80	c starts		: 4758
1800.08/1794.80	c conflicts		: 2800612
1800.08/1794.80	c decisions		: 4014626
1800.08/1794.80	c propagations		: 1664268385
1800.08/1794.80	c inspects		: 22430105925
1800.08/1794.80	c shortcuts		: 0
1800.08/1794.80	c learnt literals	: 0
1800.08/1794.80	c learnt binary clauses	: 0
1800.08/1794.80	c learnt ternary clauses	: 2
1800.08/1794.80	c learnt constraints	: 2800612
1800.08/1794.80	c ignored constraints	: 0
1800.08/1794.80	c root simplifications	: 0
1800.08/1794.80	c removed literals (reason simplification)	: 0
1800.08/1794.80	c reason swapping (by a shorter reason)	: 0
1800.08/1794.80	c Calls to reduceDB	: 70
1800.08/1794.80	c Number of update (reduction) of LBD	: 867836
1800.08/1794.80	c Imported unit clauses	: 0
1800.08/1794.80	c number of reductions to clauses (during analyze)	: 0
1800.08/1794.80	c number of learned constraints concerned by reduction	: 0
1800.08/1794.80	c number of learning phase by resolution	: 0
1800.08/1794.80	c number of learning phase by cutting planes	: 0
1800.08/1794.80	c speed (assignments/second)	: 927576.3850648642
1800.08/1794.80	c non guided choices	4
1800.08/1794.80	c timeout
1800.08/1794.83	c learnt constraints type 
1800.08/1794.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 108629
1800.08/1794.83	s UNKNOWN
1800.08/1794.83	c Total wall clock time (in seconds): 1794.726

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-4085038-1465350137/watcher-4085038-1465350137 -o /tmp/evaluation-result-4085038-1465350137/solver-4085038-1465350137 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465339364-19291 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085038-1465350137.opb 

pid=20462
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.16 2.17 2.17 4/195 20465
/proc/meminfo: memFree=29558772/32872528 swapFree=14448/1543360
[pid=20465] ppid=20462 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20465/stat : 20465 (java) S 20462 20465 19275 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 116947360 98570240 978 33554432000 1073741824 1073778376 140733487735360 140733487726496 266439000125 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20465/statm: 24065 978 744 9 0 16771 0
[pid=20465/tid=20466] ppid=20462 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20466/stat : 20466 (java) R 20462 20465 19275 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 116947360 98570240 978 33554432000 1073741824 1073778376 140733487735360 140008343105064 266435642752 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.100063 s]
/proc/loadavg: 2.16 2.17 2.17 4/195 20465
/proc/meminfo: memFree=29558772/32872528 swapFree=14448/1543360
[pid=20465] ppid=20462 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/20465/stat : 20465 (java) S 20462 20465 19275 0 -1 4202496 4498 0 1 0 10 1 0 0 20 0 18 0 116947360 9787879424 6129 33554432000 1073741824 1073778376 140733487735360 140733487726496 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20465/statm: 2389619 6129 2157 9 0 2380296 0
[pid=20465/tid=20466] ppid=20462 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/20465/task/20466/stat : 20466 (java) R 20462 20465 19275 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 116947360 9787879424 6129 33554432000 1073741824 1073778376 140733487735360 140008343096112 266439025933 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200291 s]
/proc/loadavg: 2.16 2.17 2.17 4/195 20465
/proc/meminfo: memFree=29558772/32872528 swapFree=14448/1543360
[pid=20465] ppid=20462 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/20465/stat : 20465 (java) S 20462 20465 19275 0 -1 4202496 5155 0 1 0 31 1 0 0 20 0 18 0 116947360 9787879424 7633 33554432000 1073741824 1073778376 140733487735360 140733487726496 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20465/statm: 2389619 7633 2221 9 0 2380296 0
[pid=20465/tid=20466] ppid=20462 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/20465/task/20466/stat : 20466 (java) R 20462 20465 19275 0 -1 4202560 2410 0 1 0 17 0 0 0 20 0 18 0 116947360 9787879424 7633 33554432000 1073741824 1073778376 140733487735360 140008343107976 140008166110433 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9558476

[startup+0.300281 s]
/proc/loadavg: 2.16 2.17 2.17 4/195 20465
/proc/meminfo: memFree=29558772/32872528 swapFree=14448/1543360
[pid=20465] ppid=20462 vsize=9558476 CPUtime=0.56 cores=0,2,4,6
/proc/20465/stat : 20465 (java) S 20462 20465 19275 0 -1 4202496 6019 0 1 0 54 2 0 0 20 0 18 0 116947360 9787879424 9612 33554432000 1073741824 1073778376 140733487735360 140733487726496 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20465/statm: 2389619 9612 2235 9 0 2380296 0
[pid=20465/tid=20466] ppid=20462 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/20465/task/20466/stat : 20466 (java) R 20462 20465 19275 0 -1 4202560 2414 0 1 0 26 1 0 0 20 0 18 0 116947360 9787879424 9612 33554432000 1073741824 1073778376 140733487735360 140008343110072 140008346395526 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700203 s]
/proc/loadavg: 2.16 2.17 2.17 4/195 20465
/proc/meminfo: memFree=29558772/32872528 swapFree=14448/1543360
[pid=20465] ppid=20462 vsize=9625040 CPUtime=1.57 cores=0,2,4,6
/proc/20465/stat : 20465 (java) S 20462 20465 19275 0 -1 4202496 12905 0 1 0 153 4 0 0 20 0 19 0 116947360 9856040960 33550 33554432000 1073741824 1073778376 140733487735360 140733487726496 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20465/statm: 2406260 33550 2262 9 0 2396937 0
[pid=20465/tid=20466] ppid=20462 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/20465/task/20466/stat : 20466 (java) R 20462 20465 19275 0 -1 4202560 2466 0 1 0 64 3 0 0 20 0 19 0 116947360 9856040960 33550 33554432000 1073741824 1073778376 140733487735360 140008343101592 140008346395536 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.22 2.19 2.18 4/214 20484
/proc/meminfo: memFree=29430520/32872528 swapFree=14448/1543360
[pid=20465] ppid=20462 vsize=9625040 CPUtime=2.58 cores=0,2,4,6
/proc/20465/stat : 20465 (java) S 20462 20465 19275 0 -1 4202496 13908 0 1 0 254 4 0 0 20 0 19 0 116947360 9856040960 34013 33554432000 1073741824 1073778376 140733487735360 140733487726496 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20465/statm: 2406260 34013 2265 9 0 2396937 0
[pid=20465/tid=20466] ppid=20462 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/20465/task/20466/stat : 20466 (java) R 20462 20465 19275 0 -1 4202560 2467 0 1 0 144 3 0 0 20 0 19 0 116947360 9856040960 34013 33554432000 1073741824 1073778376 140733487735360 140008343109944 140008166879863 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20465/tid=20468] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20468/stat : 20468 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 34013 33554432000 1073741824 1073778376 140733487735360 140008304602024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20469] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20469/stat : 20469 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 34013 33554432000 1073741824 1073778376 140733487735360 140008303549480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20470] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20470/stat : 20470 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 34013 33554432000 1073741824 1073778376 140733487735360 140008302496424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20465/tid=20471] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20471/stat : 20471 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 34013 33554432000 1073741824 1073778376 140733487735360 140008301443880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20472] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20472/stat : 20472 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 34013 33554432000 1073741824 1073778376 140733487735360 140008300390824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20465/tid=20473] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20473/stat : 20473 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 34013 33554432000 1073741824 1073778376 140733487735360 140008299338280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20474] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20474/stat : 20474 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 34013 33554432000 1073741824 1073778376 140733487735360 140008298285224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20465/tid=20475] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20475/stat : 20475 (java) S 20462 20465 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 34013 33554432000 1073741824 1073778376 140733487735360 140008297232680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20476] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20476/stat : 20476 (java) S 20462 20465 19275 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 116947362 9856040960 34013 33554432000 1073741824 1073778376 140733487735360 140008284822376 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20477] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20477/stat : 20477 (java) S 20462 20465 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 116947363 9856040960 34013 33554432000 1073741824 1073778376 140733487735360 140008165992312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20478] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20478/stat : 20478 (java) S 20462 20465 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 116947363 9856040960 34013 33554432000 1073741824 1073778376 140733487735360 140008164939144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20479] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20479/stat : 20479 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947365 9856040960 34013 33554432000 1073741824 1073778376 140733487735360 140008163887888 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20480] ppid=20462 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/20465/task/20480/stat : 20480 (java) S 20462 20465 19275 0 -1 4202560 4356 0 0 0 54 0 0 0 20 0 19 0 116947365 9856040960 34013 33554432000 1073741824 1073778376 140733487735360 140008162834744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20481] ppid=20462 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/20465/task/20481/stat : 20481 (java) S 20462 20465 19275 0 -1 4202560 5809 0 0 0 52 0 0 0 20 0 19 0 116947365 9856040960 34013 33554432000 1073741824 1073778376 140733487735360 140008161782200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20482] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20482/stat : 20482 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947365 9856040960 34013 33554432000 1073741824 1073778376 140733487735360 140008160729336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20483] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20483/stat : 20483 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947365 9856040960 34013 33554432000 1073741824 1073778376 140733487735360 140008159677000 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20484] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20484/stat : 20484 (java) S 20462 20465 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116947419 9856040960 34013 33554432000 1073741824 1073778376 140733487735360 140008158623272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.22 2.19 2.18 4/214 20484
/proc/meminfo: memFree=29430024/32872528 swapFree=14448/1543360
[pid=20465] ppid=20462 vsize=9625040 CPUtime=4.24 cores=0,2,4,6
/proc/20465/stat : 20465 (java) S 20462 20465 19275 0 -1 4202496 14430 0 1 0 419 5 0 0 20 0 19 0 116947360 9856040960 34529 33554432000 1073741824 1073778376 140733487735360 140733487726496 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20465/statm: 2406260 34529 2268 9 0 2396937 0
[pid=20465/tid=20466] ppid=20462 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/20465/task/20466/stat : 20466 (java) R 20462 20465 19275 0 -1 4202560 2469 0 1 0 304 3 0 0 20 0 19 0 116947360 9856040960 34529 33554432000 1073741824 1073778376 140733487735360 140008343109816 140008166758721 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20465/tid=20468] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20468/stat : 20468 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 34529 33554432000 1073741824 1073778376 140733487735360 140008304602024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20469] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20469/stat : 20469 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 34529 33554432000 1073741824 1073778376 140733487735360 140008303549480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20470] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20470/stat : 20470 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 34529 33554432000 1073741824 1073778376 140733487735360 140008302496424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20465/tid=20471] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20471/stat : 20471 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 34529 33554432000 1073741824 1073778376 140733487735360 140008301443880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20472] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20472/stat : 20472 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 34529 33554432000 1073741824 1073778376 140733487735360 140008300390824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20465/tid=20473] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20473/stat : 20473 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 34529 33554432000 1073741824 1073778376 140733487735360 140008299338280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20474] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20474/stat : 20474 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 34529 33554432000 1073741824 1073778376 140733487735360 140008298285224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20465/tid=20475] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20475/stat : 20475 (java) S 20462 20465 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 34529 33554432000 1073741824 1073778376 140733487735360 140008297232680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20476] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20476/stat : 20476 (java) S 20462 20465 19275 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 116947362 9856040960 34529 33554432000 1073741824 1073778376 140733487735360 140008284822376 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20477] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20477/stat : 20477 (java) S 20462 20465 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 116947363 9856040960 34529 33554432000 1073741824 1073778376 140733487735360 140008165992312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20478] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20478/stat : 20478 (java) S 20462 20465 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 116947363 9856040960 34529 33554432000 1073741824 1073778376 140733487735360 140008164939144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20479] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20479/stat : 20479 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947365 9856040960 34529 33554432000 1073741824 1073778376 140733487735360 140008163887888 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20480] ppid=20462 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20465/task/20480/stat : 20480 (java) S 20462 20465 19275 0 -1 4202560 4875 0 0 0 60 0 0 0 20 0 19 0 116947365 9856040960 34529 33554432000 1073741824 1073778376 140733487735360 140008162834744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20481] ppid=20462 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/20465/task/20481/stat : 20481 (java) S 20462 20465 19275 0 -1 4202560 5809 0 0 0 53 0 0 0 20 0 19 0 116947365 9856040960 34529 33554432000 1073741824 1073778376 140733487735360 140008161782200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20482] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20482/stat : 20482 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947365 9856040960 34529 33554432000 1073741824 1073778376 140733487735360 140008160729336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20483] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20483/stat : 20483 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947365 9856040960 34529 33554432000 1073741824 1073778376 140733487735360 140008159677000 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20484] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20484/stat : 20484 (java) S 20462 20465 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116947419 9856040960 34529 33554432000 1073741824 1073778376 140733487735360 140008158623272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.21 2.18 2.18 4/214 20484
/proc/meminfo: memFree=29423468/32872528 swapFree=14448/1543360
[pid=20465] ppid=20462 vsize=9625040 CPUtime=7.7 cores=0,2,4,6
/proc/20465/stat : 20465 (java) S 20462 20465 19275 0 -1 4202496 18783 0 1 0 765 5 0 0 20 0 19 0 116947360 9856040960 35992 33554432000 1073741824 1073778376 140733487735360 140733487726496 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20465/statm: 2406260 35992 2272 9 0 2396937 0
[pid=20465/tid=20466] ppid=20462 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/20465/task/20466/stat : 20466 (java) R 20462 20465 19275 0 -1 4202560 2474 0 1 0 623 3 0 0 20 0 19 0 116947360 9856040960 35992 33554432000 1073741824 1073778376 140733487735360 140008343108000 140008166063264 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20465/tid=20468] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20468/stat : 20468 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 35992 33554432000 1073741824 1073778376 140733487735360 140008304602024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20469] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20469/stat : 20469 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 35992 33554432000 1073741824 1073778376 140733487735360 140008303549480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20470] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20470/stat : 20470 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 35992 33554432000 1073741824 1073778376 140733487735360 140008302496424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20465/tid=20471] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20471/stat : 20471 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 35992 33554432000 1073741824 1073778376 140733487735360 140008301443880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20472] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20472/stat : 20472 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 35992 33554432000 1073741824 1073778376 140733487735360 140008300390824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20465/tid=20473] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20473/stat : 20473 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 35992 33554432000 1073741824 1073778376 140733487735360 140008299338280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20474] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20474/stat : 20474 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 35992 33554432000 1073741824 1073778376 140733487735360 140008298285224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20465/tid=20475] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20475/stat : 20475 (java) S 20462 20465 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 116947361 9856040960 35992 33554432000 1073741824 1073778376 140733487735360 140008297232680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20476] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20476/stat : 20476 (java) S 20462 20465 19275 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 116947362 9856040960 35992 33554432000 1073741824 1073778376 140733487735360 140008284822376 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20477] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20477/stat : 20477 (java) S 20462 20465 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 116947363 9856040960 35992 33554432000 1073741824 1073778376 140733487735360 140008165992312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20478] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20478/stat : 20478 (java) S 20462 20465 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 116947363 9856040960 35992 33554432000 1073741824 1073778376 140733487735360 140008164939144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20479] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20479/stat : 20479 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947365 9856040960 35992 33554432000 1073741824 1073778376 140733487735360 140008163887888 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20480] ppid=20462 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/20465/task/20480/stat : 20480 (java) S 20462 20465 19275 0 -1 4202560 9219 0 0 0 83 2 0 0 20 0 19 0 116947365 9856040960 35992 33554432000 1073741824 1073778376 140733487735360 140008162834744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20465/tid=20481] ppid=20462 vsize=9625040 CPUtime=0.55 cores=0,2,4,6

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

[pid=20465/tid=20484] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20484/stat : 20484 (java) S 20462 20465 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116947419 9856040960 132818 33554432000 1073741824 1073778376 140733487735360 140008158623272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1667.34
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.29 2.27 2.21 3/214 20752
/proc/meminfo: memFree=28659124/32872528 swapFree=14448/1543360
[pid=20465] ppid=20462 vsize=9625040 CPUtime=1727.48 cores=0,2,4,6
/proc/20465/stat : 20465 (java) S 20462 20465 19275 0 -1 4202496 21972 0 1 0 172655 93 0 0 20 0 19 0 116947360 9856040960 132343 33554432000 1073741824 1073778376 140733487735360 140733487726496 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20465/statm: 2406260 132343 2294 9 0 2396937 0
[pid=20465/tid=20466] ppid=20462 vsize=9625040 CPUtime=1715.99 cores=0,2,4,6
/proc/20465/task/20466/stat : 20466 (java) R 20462 20465 19275 0 -1 4202560 2526 0 1 0 171570 29 0 0 20 0 19 0 116947360 9856040960 132343 33554432000 1073741824 1073778376 140733487735360 140008343108816 140008166762229 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20465/tid=20468] ppid=20462 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/20465/task/20468/stat : 20468 (java) S 20462 20465 19275 0 -1 4202560 390 0 0 0 59 10 0 0 20 0 19 0 116947361 9856040960 132343 33554432000 1073741824 1073778376 140733487735360 140008304602024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20465/tid=20469] ppid=20462 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/20465/task/20469/stat : 20469 (java) S 20462 20465 19275 0 -1 4202560 197 0 0 0 54 7 0 0 20 0 19 0 116947361 9856040960 132343 33554432000 1073741824 1073778376 140733487735360 140008303549480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20470] ppid=20462 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20465/task/20470/stat : 20470 (java) S 20462 20465 19275 0 -1 4202560 511 0 0 0 50 10 0 0 20 0 19 0 116947361 9856040960 132343 33554432000 1073741824 1073778376 140733487735360 140008302496424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20465/tid=20471] ppid=20462 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/20465/task/20471/stat : 20471 (java) S 20462 20465 19275 0 -1 4202560 412 0 0 0 43 7 0 0 20 0 19 0 116947361 9856040960 132343 33554432000 1073741824 1073778376 140733487735360 140008301443880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20465/tid=20472] ppid=20462 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/20465/task/20472/stat : 20472 (java) S 20462 20465 19275 0 -1 4202560 326 0 0 0 43 8 0 0 20 0 19 0 116947361 9856040960 132343 33554432000 1073741824 1073778376 140733487735360 140008300390824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20473] ppid=20462 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/20465/task/20473/stat : 20473 (java) S 20462 20465 19275 0 -1 4202560 280 0 0 0 50 8 0 0 20 0 19 0 116947361 9856040960 132343 33554432000 1073741824 1073778376 140733487735360 140008299338280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20474] ppid=20462 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/20465/task/20474/stat : 20474 (java) S 20462 20465 19275 0 -1 4202560 332 0 0 0 50 9 0 0 20 0 19 0 116947361 9856040960 132343 33554432000 1073741824 1073778376 140733487735360 140008298285224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20475] ppid=20462 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/20465/task/20475/stat : 20475 (java) S 20462 20465 19275 0 -1 4202560 334 0 0 0 54 8 0 0 20 0 19 0 116947361 9856040960 132343 33554432000 1073741824 1073778376 140733487735360 140008297232680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20476] ppid=20462 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/20465/task/20476/stat : 20476 (java) S 20462 20465 19275 0 -1 4202560 264 0 0 0 60 2 0 0 20 0 19 0 116947362 9856040960 132343 33554432000 1073741824 1073778376 140733487735360 140008284822376 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20477] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20477/stat : 20477 (java) S 20462 20465 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 116947363 9856040960 132343 33554432000 1073741824 1073778376 140733487735360 140008165992312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20478] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20478/stat : 20478 (java) S 20462 20465 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 116947363 9856040960 132343 33554432000 1073741824 1073778376 140733487735360 140008164939144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20479] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20479/stat : 20479 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947365 9856040960 132343 33554432000 1073741824 1073778376 140733487735360 140008163887888 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20480] ppid=20462 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/20465/task/20480/stat : 20480 (java) S 20462 20465 19275 0 -1 4202560 9223 0 0 0 85 2 0 0 20 0 19 0 116947365 9856040960 132343 33554432000 1073741824 1073778376 140733487735360 140008162834744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20465/tid=20481] ppid=20462 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/20465/task/20481/stat : 20481 (java) S 20462 20465 19275 0 -1 4202560 5816 0 0 0 58 0 0 0 20 0 19 0 116947365 9856040960 132343 33554432000 1073741824 1073778376 140733487735360 140008161782200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20482] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20482/stat : 20482 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947365 9856040960 132343 33554432000 1073741824 1073778376 140733487735360 140008160729336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20483] ppid=20462 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/20465/task/20483/stat : 20483 (java) S 20462 20465 19275 0 -1 4202560 99 0 0 0 29 29 0 0 20 0 19 0 116947365 9856040960 132343 33554432000 1073741824 1073778376 140733487735360 140008159677000 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20465/tid=20484] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20484/stat : 20484 (java) S 20462 20465 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116947419 9856040960 132343 33554432000 1073741824 1073778376 140733487735360 140008158623272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1727.48
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.31 2.28 2.22 3/213 20950
/proc/meminfo: memFree=29083988/32872528 swapFree=14448/1543360
[pid=20465] ppid=20462 vsize=9625040 CPUtime=1787.58 cores=0,2,4,6
/proc/20465/stat : 20465 (java) S 20462 20465 19275 0 -1 4202496 21988 0 1 0 178663 95 0 0 20 0 19 0 116947360 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140733487726496 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20465/statm: 2406260 128096 2294 9 0 2396937 0
[pid=20465/tid=20466] ppid=20462 vsize=9625040 CPUtime=1775.69 cores=0,2,4,6
/proc/20465/task/20466/stat : 20466 (java) R 20462 20465 19275 0 -1 4202560 2528 0 1 0 177539 30 0 0 20 0 19 0 116947360 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008343108816 140008166762229 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20465/tid=20468] ppid=20462 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/20465/task/20468/stat : 20468 (java) S 20462 20465 19275 0 -1 4202560 390 0 0 0 60 10 0 0 20 0 19 0 116947361 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008304602024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20465/tid=20469] ppid=20462 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/20465/task/20469/stat : 20469 (java) S 20462 20465 19275 0 -1 4202560 197 0 0 0 55 7 0 0 20 0 19 0 116947361 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008303549480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20470] ppid=20462 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/20465/task/20470/stat : 20470 (java) S 20462 20465 19275 0 -1 4202560 511 0 0 0 51 10 0 0 20 0 19 0 116947361 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008302496424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20471] ppid=20462 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/20465/task/20471/stat : 20471 (java) S 20462 20465 19275 0 -1 4202560 412 0 0 0 46 7 0 0 20 0 19 0 116947361 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008301443880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20465/tid=20472] ppid=20462 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/20465/task/20472/stat : 20472 (java) S 20462 20465 19275 0 -1 4202560 326 0 0 0 46 8 0 0 20 0 19 0 116947361 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008300390824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20473] ppid=20462 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/20465/task/20473/stat : 20473 (java) S 20462 20465 19275 0 -1 4202560 280 0 0 0 53 8 0 0 20 0 19 0 116947361 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008299338280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20474] ppid=20462 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20465/task/20474/stat : 20474 (java) S 20462 20465 19275 0 -1 4202560 335 0 0 0 51 9 0 0 20 0 19 0 116947361 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008298285224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20475] ppid=20462 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/20465/task/20475/stat : 20475 (java) S 20462 20465 19275 0 -1 4202560 337 0 0 0 55 8 0 0 20 0 19 0 116947361 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008297232680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20465/tid=20476] ppid=20462 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/20465/task/20476/stat : 20476 (java) S 20462 20465 19275 0 -1 4202560 268 0 0 0 69 2 0 0 20 0 19 0 116947362 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008284822376 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20477] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20477/stat : 20477 (java) S 20462 20465 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 116947363 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008165992312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20478] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20478/stat : 20478 (java) S 20462 20465 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 116947363 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008164939144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20479] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20479/stat : 20479 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947365 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008163887888 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20480] ppid=20462 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/20465/task/20480/stat : 20480 (java) S 20462 20465 19275 0 -1 4202560 9223 0 0 0 85 2 0 0 20 0 19 0 116947365 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008162834744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20465/tid=20481] ppid=20462 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/20465/task/20481/stat : 20481 (java) S 20462 20465 19275 0 -1 4202560 5816 0 0 0 58 0 0 0 20 0 19 0 116947365 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008161782200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20482] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20482/stat : 20482 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947365 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008160729336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20483] ppid=20462 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/20465/task/20483/stat : 20483 (java) S 20462 20465 19275 0 -1 4202560 103 0 0 0 30 29 0 0 20 0 19 0 116947365 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008159677000 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20465/tid=20484] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20484/stat : 20484 (java) S 20462 20465 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116947419 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008158623272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1787.58
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.8 s]
/proc/loadavg: 2.27 2.27 2.21 3/213 20950
/proc/meminfo: memFree=29047000/32872528 swapFree=14448/1543360
[pid=20465] ppid=20462 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/20465/stat : 20465 (java) S 20462 20465 19275 0 -1 4202496 21988 0 1 0 179913 95 0 0 20 0 19 0 116947360 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140733487726496 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20465/statm: 2406260 128096 2294 9 0 2396937 0
[pid=20465/tid=20466] ppid=20462 vsize=9625040 CPUtime=1788.16 cores=0,2,4,6
/proc/20465/task/20466/stat : 20466 (java) R 20462 20465 19275 0 -1 4202560 2528 0 1 0 178785 31 0 0 20 0 19 0 116947360 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008343108816 140008166762229 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20465/tid=20468] ppid=20462 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/20465/task/20468/stat : 20468 (java) S 20462 20465 19275 0 -1 4202560 390 0 0 0 60 10 0 0 20 0 19 0 116947361 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008304602024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20465/tid=20469] ppid=20462 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/20465/task/20469/stat : 20469 (java) S 20462 20465 19275 0 -1 4202560 197 0 0 0 55 7 0 0 20 0 19 0 116947361 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008303549480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20470] ppid=20462 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/20465/task/20470/stat : 20470 (java) S 20462 20465 19275 0 -1 4202560 511 0 0 0 51 10 0 0 20 0 19 0 116947361 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008302496424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20471] ppid=20462 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/20465/task/20471/stat : 20471 (java) S 20462 20465 19275 0 -1 4202560 412 0 0 0 46 7 0 0 20 0 19 0 116947361 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008301443880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20465/tid=20472] ppid=20462 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/20465/task/20472/stat : 20472 (java) S 20462 20465 19275 0 -1 4202560 326 0 0 0 46 8 0 0 20 0 19 0 116947361 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008300390824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20473] ppid=20462 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/20465/task/20473/stat : 20473 (java) S 20462 20465 19275 0 -1 4202560 280 0 0 0 53 8 0 0 20 0 19 0 116947361 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008299338280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20474] ppid=20462 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20465/task/20474/stat : 20474 (java) S 20462 20465 19275 0 -1 4202560 335 0 0 0 51 9 0 0 20 0 19 0 116947361 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008298285224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20475] ppid=20462 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/20465/task/20475/stat : 20475 (java) S 20462 20465 19275 0 -1 4202560 337 0 0 0 55 8 0 0 20 0 19 0 116947361 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008297232680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20465/tid=20476] ppid=20462 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/20465/task/20476/stat : 20476 (java) S 20462 20465 19275 0 -1 4202560 268 0 0 0 69 2 0 0 20 0 19 0 116947362 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008284822376 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20477] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20477/stat : 20477 (java) S 20462 20465 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 116947363 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008165992312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20478] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20478/stat : 20478 (java) S 20462 20465 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 116947363 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008164939144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20479] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20479/stat : 20479 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947365 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008163887888 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20465/tid=20480] ppid=20462 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/20465/task/20480/stat : 20480 (java) S 20462 20465 19275 0 -1 4202560 9223 0 0 0 85 2 0 0 20 0 19 0 116947365 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008162834744 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20465/tid=20481] ppid=20462 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/20465/task/20481/stat : 20481 (java) S 20462 20465 19275 0 -1 4202560 5816 0 0 0 58 0 0 0 20 0 19 0 116947365 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008161782200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20482] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20482/stat : 20482 (java) S 20462 20465 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116947365 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008160729336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20465/tid=20483] ppid=20462 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/20465/task/20483/stat : 20483 (java) S 20462 20465 19275 0 -1 4202560 103 0 0 0 30 29 0 0 20 0 19 0 116947365 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008159677000 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20465/tid=20484] ppid=20462 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20465/task/20484/stat : 20484 (java) S 20462 20465 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116947419 9856040960 128096 33554432000 1073741824 1073778376 140733487735360 140008158623272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 20465 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 20465 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=618176
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=452779
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.83
CPU time (s): 1800.08
CPU user time (s): 1799.13
CPU system time (s): 0.95
CPU usage (%): 100.292
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.62
system time used= 1.45278
maximum resident set size= 719436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22021
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38958
involuntary context switches= 9374

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.22705 second user time and 7.15491 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-08 03:42:18
IDJOB=4085038
IDBENCH=92764
IDSOLVER=2546
FILE ID=node116/4085038-1465350137
RUNJOBID= node116-1465339364-19291
PBS_JOBID= 19853403
Free space on /tmp= 71640 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_5_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085038-1465350137/watcher-4085038-1465350137 -o /tmp/evaluation-result-4085038-1465350137/solver-4085038-1465350137 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465339364-19291 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085038-1465350137.opb

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

MD5SUM BENCH= d92c3493b3e048f1d4b1212b9868f41b
RANDOM SEED=1286917382

node116.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.134
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.26
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.134
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.134
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.134
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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.134
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.134
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:        29559308 kB
Buffers:          176036 kB
Cached:           670756 kB
SwapCached:         1868 kB
Active:           427492 kB
Inactive:         594608 kB
Active(anon):     175532 kB
Inactive(anon):     2004 kB
Active(file):     251960 kB
Inactive(file):   592604 kB
Unevictable:     1543360 kB
Mlocked:           14448 kB
SwapTotal:      67108856 kB
SwapFree:       67099072 kB
Dirty:              4228 kB
Writeback:             0 kB
AnonPages:       1670324 kB
Mapped:            16520 kB
Shmem:                 0 kB
Slab:             610176 kB
SReclaimable:      54112 kB
SUnreclaim:       556064 kB
KernelStack:        1768 kB
PageTables:         7720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2233176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1632256 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= 71640 MiB
End job on node116 at 2016-06-08 04:12:12