Trace number 4085035

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_2_ic.opb
MD5SUMc16bd2424e0fff3ff3df69ee00e2dc99
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 112678587
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11239356641
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 112678587
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11239356641
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.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.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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4085035-1465357333.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.01/0.59	c ... done. Wall clock time 0.485s.
1.01/0.59	c declared #vars     15725
1.01/0.59	c #constraints  33139
1.01/0.59	c constraints type 
1.01/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.01/0.59	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.01/0.59	c org.sat4j.specs.Constr$1 => 3
1.01/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.01/0.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.01/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.01/0.59	c 33139 constraints processed.
1.01/0.59	c objective function length is 1825 literals
6.38/5.36	c cleaning 2501 clauses out of 5001 with flag 30794/5001
11.84/10.75	c cleaning 4244 clauses out of 8499 with flag 93459/11000
17.64/16.54	c cleaning 5628 clauses out of 11256 with flag 169200/18001
22.34/21.22	c cleaning 6807 clauses out of 13628 with flag 227462/26001
27.46/26.30	c cleaning 7905 clauses out of 15820 with flag 279154/35000
33.05/31.89	c cleaning 8955 clauses out of 17917 with flag 343385/45002
44.95/43.71	c cleaning 9976 clauses out of 19960 with flag 414573/56000
56.06/54.81	c cleaning 10992 clauses out of 21984 with flag 500987/68000
62.86/61.67	c cleaning 11997 clauses out of 23993 with flag 574108/81001
69.96/68.76	c cleaning 12994 clauses out of 25995 with flag 633549/95000
77.77/76.59	c cleaning 13993 clauses out of 28001 with flag 706928/110000
85.86/84.68	c cleaning 14993 clauses out of 30009 with flag 792754/126001
95.46/94.21	c cleaning 16001 clauses out of 32015 with flag 890331/143000
105.26/104.07	c cleaning 16999 clauses out of 34015 with flag 982019/161001
115.92/114.68	c cleaning 18000 clauses out of 36015 with flag 1079154/180000
126.13/124.87	c cleaning 19002 clauses out of 38015 with flag 1174514/200000
138.03/136.80	c cleaning 19996 clauses out of 40013 with flag 1295403/221000
151.63/150.34	c cleaning 21003 clauses out of 42017 with flag 1438146/243000
165.83/164.57	c cleaning 21994 clauses out of 44014 with flag 1603690/266000
179.57/178.11	c cleaning 22999 clauses out of 46020 with flag 1775165/290000
193.28/191.86	c cleaning 24004 clauses out of 48022 with flag 1952914/315001
208.49/207.03	c cleaning 25000 clauses out of 50017 with flag 2111072/341000
224.99/223.51	c cleaning 26003 clauses out of 52018 with flag 2257150/368001
242.00/240.54	c cleaning 26998 clauses out of 54015 with flag 2438811/396001
260.01/258.30	c cleaning 28000 clauses out of 56017 with flag 2650886/425001
281.42/279.74	c cleaning 28998 clauses out of 58016 with flag 2821190/455000
302.13/300.48	c cleaning 30000 clauses out of 60019 with flag 3051903/486001
322.22/320.56	c cleaning 31006 clauses out of 62019 with flag 3285890/518001
342.56/340.72	c cleaning 31999 clauses out of 64012 with flag 3493630/551000
362.06/360.20	c cleaning 33001 clauses out of 66014 with flag 3741078/585001
382.47/380.64	c cleaning 33996 clauses out of 68015 with flag 3973584/620003
405.77/403.75	c cleaning 35000 clauses out of 70018 with flag 4244835/656002
428.98/426.98	c cleaning 35997 clauses out of 72016 with flag 4531150/693000
452.67/450.65	c cleaning 37004 clauses out of 74019 with flag 4851252/731000
474.48/472.41	c cleaning 37998 clauses out of 76015 with flag 5100099/770000
495.95/493.75	c cleaning 39001 clauses out of 78018 with flag 5327996/810001
521.35/519.14	c cleaning 40006 clauses out of 80018 with flag 5616407/851002
553.06/550.83	c cleaning 40997 clauses out of 82012 with flag 5969284/893002
581.96/579.74	c cleaning 42005 clauses out of 84015 with flag 6315342/936002
612.40/610.04	c cleaning 43002 clauses out of 86010 with flag 6657107/980002
641.52/639.18	c cleaning 43996 clauses out of 88008 with flag 7010997/1025002
672.91/670.57	c cleaning 45000 clauses out of 90012 with flag 7370230/1071002
702.57/700.09	c cleaning 45999 clauses out of 92010 with flag 7760109/1118000
736.27/733.74	c cleaning 47000 clauses out of 94013 with flag 8161858/1166002
773.06/770.53	c cleaning 48000 clauses out of 96013 with flag 8586381/1215002
805.43/802.84	c cleaning 49000 clauses out of 98011 with flag 8926889/1265000
839.94/837.37	c cleaning 50001 clauses out of 100011 with flag 9260682/1316000
884.28/881.50	c cleaning 50996 clauses out of 102010 with flag 9649415/1368000
924.99/922.22	c cleaning 51999 clauses out of 104014 with flag 10084487/1421000
964.69/961.96	c cleaning 53004 clauses out of 106016 with flag 10520728/1475001
1008.02/1005.15	c cleaning 53985 clauses out of 108011 with flag 10864229/1530000
1048.73/1045.83	c cleaning 55007 clauses out of 110026 with flag 11129647/1586000
1086.21/1083.25	c cleaning 56005 clauses out of 112020 with flag 11410164/1643001
1131.33/1128.23	c cleaning 56997 clauses out of 114014 with flag 11638460/1701000
1175.34/1172.25	c cleaning 58002 clauses out of 116018 with flag 11932822/1760001
1224.46/1221.28	c cleaning 59004 clauses out of 118015 with flag 12223127/1820000
1278.27/1275.00	c cleaning 60003 clauses out of 120011 with flag 12535684/1881000
1323.07/1319.68	c cleaning 60998 clauses out of 122009 with flag 12842811/1943001
1369.17/1365.70	c cleaning 62002 clauses out of 124013 with flag 13204893/2006003
1425.18/1421.65	c cleaning 62998 clauses out of 126008 with flag 13579687/2070000
1474.08/1470.41	c cleaning 63999 clauses out of 128012 with flag 13942076/2135002
1524.79/1521.10	c cleaning 65001 clauses out of 130013 with flag 14419806/2201002
1577.89/1574.18	c cleaning 65998 clauses out of 132010 with flag 14926092/2268000
1630.90/1627.03	c cleaning 66996 clauses out of 134012 with flag 15466986/2336000
1681.40/1677.56	c cleaning 67998 clauses out of 136016 with flag 16006120/2405000
1735.49/1731.59	c cleaning 69002 clauses out of 138019 with flag 16534863/2475001
1790.79/1786.73	c cleaning 70002 clauses out of 140016 with flag 17066536/2546000
1800.09/1796.00	c starts		: 3186
1800.09/1796.00	c conflicts		: 2565678
1800.09/1796.00	c decisions		: 3430526
1800.09/1796.00	c propagations		: 1406304566
1800.09/1796.00	c inspects		: 23381015932
1800.09/1796.00	c shortcuts		: 0
1800.09/1796.00	c learnt literals	: 0
1800.09/1796.00	c learnt binary clauses	: 0
1800.09/1796.00	c learnt ternary clauses	: 2
1800.09/1796.00	c learnt constraints	: 2565678
1800.09/1796.00	c ignored constraints	: 0
1800.09/1796.00	c root simplifications	: 0
1800.09/1796.00	c removed literals (reason simplification)	: 0
1800.09/1796.00	c reason swapping (by a shorter reason)	: 0
1800.09/1796.00	c Calls to reduceDB	: 67
1800.09/1796.00	c Number of update (reduction) of LBD	: 754428
1800.09/1796.00	c Imported unit clauses	: 0
1800.09/1796.00	c number of reductions to clauses (during analyze)	: 0
1800.09/1796.00	c number of learned constraints concerned by reduction	: 0
1800.09/1796.00	c number of learning phase by resolution	: 0
1800.09/1796.00	c number of learning phase by cutting planes	: 0
1800.09/1796.00	c speed (assignments/second)	: 783287.2704952913
1800.09/1796.00	c non guided choices	4
1800.09/1796.00	c timeout
1800.09/1796.03	c learnt constraints type 
1800.09/1796.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 89692
1800.09/1796.03	s UNKNOWN
1800.09/1796.03	c Total wall clock time (in seconds): 1795.918

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

pid=21805
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.28 2.22 2.18 3/194 21808
/proc/meminfo: memFree=29293988/32872528 swapFree=14448/1543360
[pid=21808] ppid=21805 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/21808/stat : 21808 (java) S 21805 21808 19275 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 117666920 98570240 977 33554432000 1073741824 1073778376 140734947395440 140734947386576 266439000125 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21808/statm: 24065 978 744 9 0 16771 0
[pid=21808/tid=21809] ppid=21805 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21809/stat : 21809 (java) R 21805 21808 19275 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 117666920 98570240 978 33554432000 1073741824 1073778376 140734947395440 139687038000680 266435642752 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.28 2.22 2.18 3/194 21808
/proc/meminfo: memFree=29293988/32872528 swapFree=14448/1543360
[pid=21808] ppid=21805 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/21808/stat : 21808 (java) S 21805 21808 19275 0 -1 4202496 4481 0 1 0 9 1 0 0 20 0 18 0 117666920 9787879424 5596 33554432000 1073741824 1073778376 140734947395440 140734947386576 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21808/statm: 2389619 5596 2131 9 0 2380296 0
[pid=21808/tid=21809] ppid=21805 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/21808/task/21809/stat : 21809 (java) R 21805 21808 19275 0 -1 4202560 2433 0 1 0 6 1 0 0 20 0 18 0 117666920 9787879424 5597 33554432000 1073741824 1073778376 140734947395440 139687038004128 266439025933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200327 s]
/proc/loadavg: 2.28 2.22 2.18 3/194 21808
/proc/meminfo: memFree=29293988/32872528 swapFree=14448/1543360
[pid=21808] ppid=21805 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/21808/stat : 21808 (java) S 21805 21808 19275 0 -1 4202496 5225 0 1 0 29 1 0 0 20 0 18 0 117666920 9787879424 7206 33554432000 1073741824 1073778376 140734947395440 140734947386576 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21808/statm: 2389619 7206 2219 9 0 2380296 0
[pid=21808/tid=21809] ppid=21805 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/21808/task/21809/stat : 21809 (java) R 21805 21808 19275 0 -1 4202560 2458 0 1 0 16 1 0 0 20 0 18 0 117666920 9787879424 7206 33554432000 1073741824 1073778376 140734947395440 139687038005192 139686910559975 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.30034 s]
/proc/loadavg: 2.28 2.22 2.18 3/194 21808
/proc/meminfo: memFree=29293988/32872528 swapFree=14448/1543360
[pid=21808] ppid=21805 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/21808/stat : 21808 (java) S 21805 21808 19275 0 -1 4202496 5890 0 1 0 51 1 0 0 20 0 18 0 117666920 9787879424 9164 33554432000 1073741824 1073778376 140734947395440 140734947386576 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21808/statm: 2389619 9164 2234 9 0 2380296 0
[pid=21808/tid=21809] ppid=21805 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/21808/task/21809/stat : 21809 (java) R 21805 21808 19275 0 -1 4202560 2462 0 1 0 26 1 0 0 20 0 18 0 117666920 9787879424 9164 33554432000 1073741824 1073778376 140734947395440 139687038005192 139686910926392 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700274 s]
/proc/loadavg: 2.28 2.22 2.18 3/194 21808
/proc/meminfo: memFree=29293988/32872528 swapFree=14448/1543360
[pid=21808] ppid=21805 vsize=9625040 CPUtime=1.49 cores=0,2,4,6
/proc/21808/stat : 21808 (java) S 21805 21808 19275 0 -1 4202496 11870 0 1 0 145 4 0 0 20 0 19 0 117666920 9856040960 33145 33554432000 1073741824 1073778376 140734947395440 140734947386576 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21808/statm: 2406260 33145 2262 9 0 2396937 0
[pid=21808/tid=21809] ppid=21805 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/21808/task/21809/stat : 21809 (java) R 21805 21808 19275 0 -1 4202560 2515 0 1 0 65 2 0 0 20 0 19 0 117666920 9856040960 33145 33554432000 1073741824 1073778376 140734947395440 139687037997208 139686910567268 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.26 2.21 2.18 3/213 21827
/proc/meminfo: memFree=29167132/32872528 swapFree=14448/1543360
[pid=21808] ppid=21805 vsize=9625040 CPUtime=2.51 cores=0,2,4,6
/proc/21808/stat : 21808 (java) S 21805 21808 19275 0 -1 4202496 13568 0 1 0 247 4 0 0 20 0 19 0 117666920 9856040960 33704 33554432000 1073741824 1073778376 140734947395440 140734947386576 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21808/statm: 2406260 33704 2265 9 0 2396937 0
[pid=21808/tid=21809] ppid=21805 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/21808/task/21809/stat : 21809 (java) R 21805 21808 19275 0 -1 4202560 2516 0 1 0 145 2 0 0 20 0 19 0 117666920 9856040960 33704 33554432000 1073741824 1073778376 140734947395440 139687038005640 139686910711728 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21808/tid=21811] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21811/stat : 21811 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 33704 33554432000 1073741824 1073778376 140734947395440 139686882081832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21812] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21812/stat : 21812 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 33704 33554432000 1073741824 1073778376 140734947395440 139686881029032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21808/tid=21813] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21813/stat : 21813 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 33704 33554432000 1073741824 1073778376 140734947395440 139686879976232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21808/tid=21814] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21814/stat : 21814 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 33704 33554432000 1073741824 1073778376 140734947395440 139686878923432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21808/tid=21815] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21815/stat : 21815 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 33704 33554432000 1073741824 1073778376 140734947395440 139686877870632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21816] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21816/stat : 21816 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 33704 33554432000 1073741824 1073778376 140734947395440 139686876817832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21808/tid=21817] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21817/stat : 21817 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 33704 33554432000 1073741824 1073778376 140734947395440 139686875765032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21818] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21818/stat : 21818 (java) S 21805 21808 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 33704 33554432000 1073741824 1073778376 140734947395440 139686874712232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21819] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21819/stat : 21819 (java) S 21805 21808 19275 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 117666922 9856040960 33704 33554432000 1073741824 1073778376 140734947395440 139686862302184 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21820] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21820/stat : 21820 (java) S 21805 21808 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 117666923 9856040960 33704 33554432000 1073741824 1073778376 140734947395440 139686861248248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21821] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21821/stat : 21821 (java) S 21805 21808 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 117666923 9856040960 33704 33554432000 1073741824 1073778376 140734947395440 139686860195336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21822] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21822/stat : 21822 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666925 9856040960 33704 33554432000 1073741824 1073778376 140734947395440 139686859143824 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21823] ppid=21805 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/21808/task/21823/stat : 21823 (java) S 21805 21808 19275 0 -1 4202560 4478 0 0 0 56 0 0 0 20 0 19 0 117666925 9856040960 33704 33554432000 1073741824 1073778376 140734947395440 139686858090936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21824] ppid=21805 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/21808/task/21824/stat : 21824 (java) S 21805 21808 19275 0 -1 4202560 5302 0 0 0 42 0 0 0 20 0 19 0 117666925 9856040960 33704 33554432000 1073741824 1073778376 140734947395440 139686857038136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21808/tid=21825] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21825/stat : 21825 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666925 9856040960 33704 33554432000 1073741824 1073778376 140734947395440 139686855985528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21808/tid=21826] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21826/stat : 21826 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666925 9856040960 33704 33554432000 1073741824 1073778376 140734947395440 139686854932936 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21827] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21827/stat : 21827 (java) S 21805 21808 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 117666982 9856040960 33704 33554432000 1073741824 1073778376 140734947395440 139686853781160 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.26 2.21 2.18 3/213 21827
/proc/meminfo: memFree=29166636/32872528 swapFree=14448/1543360
[pid=21808] ppid=21805 vsize=9625040 CPUtime=4.17 cores=0,2,4,6
/proc/21808/stat : 21808 (java) S 21805 21808 19275 0 -1 4202496 14031 0 1 0 413 4 0 0 20 0 19 0 117666920 9856040960 34229 33554432000 1073741824 1073778376 140734947395440 140734947386576 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21808/statm: 2406260 34229 2268 9 0 2396937 0
[pid=21808/tid=21809] ppid=21805 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/21808/task/21809/stat : 21809 (java) R 21805 21808 19275 0 -1 4202560 2519 0 1 0 305 2 0 0 20 0 19 0 117666920 9856040960 34229 33554432000 1073741824 1073778376 140734947395440 139687038003688 139686911323931 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21808/tid=21811] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21811/stat : 21811 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 34229 33554432000 1073741824 1073778376 140734947395440 139686882081832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21812] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21812/stat : 21812 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 34229 33554432000 1073741824 1073778376 140734947395440 139686881029032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21808/tid=21813] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21813/stat : 21813 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 34229 33554432000 1073741824 1073778376 140734947395440 139686879976232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21808/tid=21814] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21814/stat : 21814 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 34229 33554432000 1073741824 1073778376 140734947395440 139686878923432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21808/tid=21815] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21815/stat : 21815 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 34229 33554432000 1073741824 1073778376 140734947395440 139686877870632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21816] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21816/stat : 21816 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 34229 33554432000 1073741824 1073778376 140734947395440 139686876817832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21808/tid=21817] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21817/stat : 21817 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 34229 33554432000 1073741824 1073778376 140734947395440 139686875765032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21818] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21818/stat : 21818 (java) S 21805 21808 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 34229 33554432000 1073741824 1073778376 140734947395440 139686874712232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21819] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21819/stat : 21819 (java) S 21805 21808 19275 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 117666922 9856040960 34229 33554432000 1073741824 1073778376 140734947395440 139686862302184 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21820] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21820/stat : 21820 (java) S 21805 21808 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 117666923 9856040960 34229 33554432000 1073741824 1073778376 140734947395440 139686861248248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21821] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21821/stat : 21821 (java) S 21805 21808 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 117666923 9856040960 34229 33554432000 1073741824 1073778376 140734947395440 139686860195336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21822] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21822/stat : 21822 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666925 9856040960 34229 33554432000 1073741824 1073778376 140734947395440 139686859143824 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21823] ppid=21805 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/21808/task/21823/stat : 21823 (java) S 21805 21808 19275 0 -1 4202560 4937 0 0 0 62 0 0 0 20 0 19 0 117666925 9856040960 34229 33554432000 1073741824 1073778376 140734947395440 139686858090936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21824] ppid=21805 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/21808/task/21824/stat : 21824 (java) S 21805 21808 19275 0 -1 4202560 5302 0 0 0 43 0 0 0 20 0 19 0 117666925 9856040960 34229 33554432000 1073741824 1073778376 140734947395440 139686857038136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21808/tid=21825] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21825/stat : 21825 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666925 9856040960 34229 33554432000 1073741824 1073778376 140734947395440 139686855985528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21808/tid=21826] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21826/stat : 21826 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666925 9856040960 34229 33554432000 1073741824 1073778376 140734947395440 139686854932936 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21827] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21827/stat : 21827 (java) S 21805 21808 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 117666982 9856040960 34229 33554432000 1073741824 1073778376 140734947395440 139686853781160 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.26 2.21 2.18 3/213 21827
/proc/meminfo: memFree=29162692/32872528 swapFree=14448/1543360
[pid=21808] ppid=21805 vsize=9625040 CPUtime=7.41 cores=0,2,4,6
/proc/21808/stat : 21808 (java) S 21805 21808 19275 0 -1 4202496 14049 0 1 0 737 4 0 0 20 0 19 0 117666920 9856040960 34695 33554432000 1073741824 1073778376 140734947395440 140734947386576 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21808/statm: 2406260 34695 2272 9 0 2396937 0
[pid=21808/tid=21809] ppid=21805 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/21808/task/21809/stat : 21809 (java) R 21805 21808 19275 0 -1 4202560 2522 0 1 0 624 2 0 0 20 0 19 0 117666920 9856040960 34695 33554432000 1073741824 1073778376 140734947395440 139687037996752 139686911206731 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21808/tid=21811] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21811/stat : 21811 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 34695 33554432000 1073741824 1073778376 140734947395440 139686882081832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21812] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21812/stat : 21812 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 34695 33554432000 1073741824 1073778376 140734947395440 139686881029032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21808/tid=21813] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21813/stat : 21813 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 34695 33554432000 1073741824 1073778376 140734947395440 139686879976232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21808/tid=21814] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21814/stat : 21814 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 34695 33554432000 1073741824 1073778376 140734947395440 139686878923432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21808/tid=21815] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21815/stat : 21815 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 34695 33554432000 1073741824 1073778376 140734947395440 139686877870632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21816] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21816/stat : 21816 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 34695 33554432000 1073741824 1073778376 140734947395440 139686876817832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21808/tid=21817] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21817/stat : 21817 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 34695 33554432000 1073741824 1073778376 140734947395440 139686875765032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21818] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21818/stat : 21818 (java) S 21805 21808 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 117666921 9856040960 34695 33554432000 1073741824 1073778376 140734947395440 139686874712232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21819] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21819/stat : 21819 (java) S 21805 21808 19275 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 117666922 9856040960 34695 33554432000 1073741824 1073778376 140734947395440 139686862302184 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21820] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21820/stat : 21820 (java) S 21805 21808 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 117666923 9856040960 34695 33554432000 1073741824 1073778376 140734947395440 139686861248248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21821] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21821/stat : 21821 (java) S 21805 21808 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 117666923 9856040960 34695 33554432000 1073741824 1073778376 140734947395440 139686860195336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21822] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21822/stat : 21822 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666925 9856040960 34695 33554432000 1073741824 1073778376 140734947395440 139686859143824 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21823] ppid=21805 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/21808/task/21823/stat : 21823 (java) S 21805 21808 19275 0 -1 4202560 4946 0 0 0 63 0 0 0 20 0 19 0 117666925 9856040960 34695 33554432000 1073741824 1073778376 140734947395440 139686858090936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21824] ppid=21805 vsize=9625040 CPUtime=0.45 cores=0,2,4,6

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

[pid=21808/tid=21827] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21827/stat : 21827 (java) S 21805 21808 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 117666982 9856040960 152452 33554432000 1073741824 1073778376 140734947395440 139686853781160 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1666.19
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.32 2.25 2.19 3/214 21893
/proc/meminfo: memFree=27349964/32872528 swapFree=14448/1543360
[pid=21808] ppid=21805 vsize=9625040 CPUtime=1726.27 cores=0,2,4,6
/proc/21808/stat : 21808 (java) S 21805 21808 19275 0 -1 4202496 16645 0 1 0 172540 87 0 0 20 0 19 0 117666920 9856040960 152464 33554432000 1073741824 1073778376 140734947395440 140734947386576 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21808/statm: 2406260 152464 2294 9 0 2396937 0
[pid=21808/tid=21809] ppid=21805 vsize=9625040 CPUtime=1716.42 cores=0,2,4,6
/proc/21808/task/21809/stat : 21809 (java) R 21805 21808 19275 0 -1 4202560 2562 0 1 0 171611 31 0 0 20 0 19 0 117666920 9856040960 152464 33554432000 1073741824 1073778376 140734947395440 139687038004432 139686911240642 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21808/tid=21811] ppid=21805 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/21808/task/21811/stat : 21811 (java) S 21805 21808 19275 0 -1 4202560 395 0 0 0 39 10 0 0 20 0 19 0 117666921 9856040960 152464 33554432000 1073741824 1073778376 140734947395440 139686882081832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21808/tid=21812] ppid=21805 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/21808/task/21812/stat : 21812 (java) S 21805 21808 19275 0 -1 4202560 395 0 0 0 32 7 0 0 20 0 19 0 117666921 9856040960 152464 33554432000 1073741824 1073778376 140734947395440 139686881029032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21808/tid=21813] ppid=21805 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/21808/task/21813/stat : 21813 (java) S 21805 21808 19275 0 -1 4202560 206 0 0 0 34 6 0 0 20 0 19 0 117666921 9856040960 152464 33554432000 1073741824 1073778376 140734947395440 139686879976232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21808/tid=21814] ppid=21805 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/21808/task/21814/stat : 21814 (java) S 21805 21808 19275 0 -1 4202560 308 0 0 0 36 6 0 0 20 0 19 0 117666921 9856040960 152464 33554432000 1073741824 1073778376 140734947395440 139686878923432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21815] ppid=21805 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/21808/task/21815/stat : 21815 (java) S 21805 21808 19275 0 -1 4202560 169 0 0 0 40 6 0 0 20 0 19 0 117666921 9856040960 152464 33554432000 1073741824 1073778376 140734947395440 139686877870632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21808/tid=21816] ppid=21805 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/21808/task/21816/stat : 21816 (java) S 21805 21808 19275 0 -1 4202560 281 0 0 0 35 7 0 0 20 0 19 0 117666921 9856040960 152464 33554432000 1073741824 1073778376 140734947395440 139686876817832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21817] ppid=21805 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/21808/task/21817/stat : 21817 (java) S 21805 21808 19275 0 -1 4202560 243 0 0 0 32 8 0 0 20 0 19 0 117666921 9856040960 152464 33554432000 1073741824 1073778376 140734947395440 139686875765032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21808/tid=21818] ppid=21805 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/21808/task/21818/stat : 21818 (java) S 21805 21808 19275 0 -1 4202560 195 0 0 0 37 7 0 0 20 0 19 0 117666921 9856040960 152464 33554432000 1073741824 1073778376 140734947395440 139686874712232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21819] ppid=21805 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/21808/task/21819/stat : 21819 (java) S 21805 21808 19275 0 -1 4202560 226 0 0 0 44 2 0 0 20 0 19 0 117666922 9856040960 152464 33554432000 1073741824 1073778376 140734947395440 139686862302184 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21820] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21820/stat : 21820 (java) S 21805 21808 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 117666923 9856040960 152464 33554432000 1073741824 1073778376 140734947395440 139686861248248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21821] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21821/stat : 21821 (java) S 21805 21808 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 117666923 9856040960 152464 33554432000 1073741824 1073778376 140734947395440 139686860195336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21822] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21822/stat : 21822 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666925 9856040960 152464 33554432000 1073741824 1073778376 140734947395440 139686859143824 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21823] ppid=21805 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/21808/task/21823/stat : 21823 (java) S 21805 21808 19275 0 -1 4202560 4995 0 0 0 67 0 0 0 20 0 19 0 117666925 9856040960 152464 33554432000 1073741824 1073778376 140734947395440 139686858090936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21824] ppid=21805 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/21808/task/21824/stat : 21824 (java) S 21805 21808 19275 0 -1 4202560 5313 0 0 0 48 0 0 0 20 0 19 0 117666925 9856040960 152464 33554432000 1073741824 1073778376 140734947395440 139686857038136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21808/tid=21825] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21825/stat : 21825 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666925 9856040960 152464 33554432000 1073741824 1073778376 140734947395440 139686855985528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21808/tid=21826] ppid=21805 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/21808/task/21826/stat : 21826 (java) S 21805 21808 19275 0 -1 4202560 99 0 0 0 31 30 0 0 20 0 19 0 117666925 9856040960 152464 33554432000 1073741824 1073778376 140734947395440 139686854932936 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21827] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21827/stat : 21827 (java) S 21805 21808 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 117666982 9856040960 152464 33554432000 1073741824 1073778376 140734947395440 139686853781160 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.27
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.28 2.25 2.19 4/213 22025
/proc/meminfo: memFree=28739844/32872528 swapFree=14448/1543360
[pid=21808] ppid=21805 vsize=9625040 CPUtime=1786.39 cores=0,2,4,6
/proc/21808/stat : 21808 (java) S 21805 21808 19275 0 -1 4202496 16720 0 1 0 178550 89 0 0 20 0 19 0 117666920 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 140734947386576 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21808/statm: 2406260 151310 2294 9 0 2396937 0
[pid=21808/tid=21809] ppid=21805 vsize=9625040 CPUtime=1776.13 cores=0,2,4,6
/proc/21808/task/21809/stat : 21809 (java) R 21805 21808 19275 0 -1 4202560 2563 0 1 0 177582 31 0 0 20 0 19 0 117666920 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139687038004432 139686911257799 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21808/tid=21811] ppid=21805 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/21808/task/21811/stat : 21811 (java) S 21805 21808 19275 0 -1 4202560 395 0 0 0 40 10 0 0 20 0 19 0 117666921 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686882081832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21808/tid=21812] ppid=21805 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/21808/task/21812/stat : 21812 (java) S 21805 21808 19275 0 -1 4202560 395 0 0 0 33 7 0 0 20 0 19 0 117666921 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686881029032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21808/tid=21813] ppid=21805 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/21808/task/21813/stat : 21813 (java) S 21805 21808 19275 0 -1 4202560 206 0 0 0 35 6 0 0 20 0 19 0 117666921 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686879976232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21808/tid=21814] ppid=21805 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/21808/task/21814/stat : 21814 (java) S 21805 21808 19275 0 -1 4202560 322 0 0 0 37 6 0 0 20 0 19 0 117666921 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686878923432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21808/tid=21815] ppid=21805 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/21808/task/21815/stat : 21815 (java) S 21805 21808 19275 0 -1 4202560 169 0 0 0 42 6 0 0 20 0 19 0 117666921 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686877870632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21808/tid=21816] ppid=21805 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/21808/task/21816/stat : 21816 (java) S 21805 21808 19275 0 -1 4202560 284 0 0 0 38 7 0 0 20 0 19 0 117666921 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686876817832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21808/tid=21817] ppid=21805 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/21808/task/21817/stat : 21817 (java) S 21805 21808 19275 0 -1 4202560 279 0 0 0 34 8 0 0 20 0 19 0 117666921 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686875765032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21808/tid=21818] ppid=21805 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/21808/task/21818/stat : 21818 (java) S 21805 21808 19275 0 -1 4202560 210 0 0 0 39 7 0 0 20 0 19 0 117666921 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686874712232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21808/tid=21819] ppid=21805 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/21808/task/21819/stat : 21819 (java) S 21805 21808 19275 0 -1 4202560 228 0 0 0 54 2 0 0 20 0 19 0 117666922 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686862302184 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21820] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21820/stat : 21820 (java) S 21805 21808 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 117666923 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686861248248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21821] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21821/stat : 21821 (java) S 21805 21808 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 117666923 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686860195336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21822] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21822/stat : 21822 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666925 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686859143824 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21823] ppid=21805 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/21808/task/21823/stat : 21823 (java) S 21805 21808 19275 0 -1 4202560 4995 0 0 0 67 0 0 0 20 0 19 0 117666925 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686858090936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21824] ppid=21805 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/21808/task/21824/stat : 21824 (java) S 21805 21808 19275 0 -1 4202560 5313 0 0 0 48 0 0 0 20 0 19 0 117666925 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686857038136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21808/tid=21825] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21825/stat : 21825 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666925 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686855985528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21808/tid=21826] ppid=21805 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/21808/task/21826/stat : 21826 (java) S 21805 21808 19275 0 -1 4202560 103 0 0 0 32 31 0 0 20 0 19 0 117666925 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686854932936 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21827] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21827/stat : 21827 (java) S 21805 21808 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 117666982 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686853781160 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.39
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 2.24 2.24 2.19 3/213 22025
/proc/meminfo: memFree=28740860/32872528 swapFree=14448/1543360
[pid=21808] ppid=21805 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/21808/stat : 21808 (java) S 21805 21808 19275 0 -1 4202496 16720 0 1 0 179920 89 0 0 20 0 19 0 117666920 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 140734947386576 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21808/statm: 2406260 151310 2294 9 0 2396937 0
[pid=21808/tid=21809] ppid=21805 vsize=9625040 CPUtime=1789.8 cores=0,2,4,6
/proc/21808/task/21809/stat : 21809 (java) R 21805 21808 19275 0 -1 4202560 2563 0 1 0 178948 32 0 0 20 0 19 0 117666920 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139687037996736 139686911206677 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21808/tid=21811] ppid=21805 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/21808/task/21811/stat : 21811 (java) S 21805 21808 19275 0 -1 4202560 395 0 0 0 40 10 0 0 20 0 19 0 117666921 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686882081832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21808/tid=21812] ppid=21805 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/21808/task/21812/stat : 21812 (java) S 21805 21808 19275 0 -1 4202560 395 0 0 0 33 7 0 0 20 0 19 0 117666921 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686881029032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21808/tid=21813] ppid=21805 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/21808/task/21813/stat : 21813 (java) S 21805 21808 19275 0 -1 4202560 206 0 0 0 35 6 0 0 20 0 19 0 117666921 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686879976232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21808/tid=21814] ppid=21805 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/21808/task/21814/stat : 21814 (java) S 21805 21808 19275 0 -1 4202560 322 0 0 0 37 6 0 0 20 0 19 0 117666921 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686878923432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21808/tid=21815] ppid=21805 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/21808/task/21815/stat : 21815 (java) S 21805 21808 19275 0 -1 4202560 169 0 0 0 42 6 0 0 20 0 19 0 117666921 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686877870632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21808/tid=21816] ppid=21805 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/21808/task/21816/stat : 21816 (java) S 21805 21808 19275 0 -1 4202560 284 0 0 0 38 7 0 0 20 0 19 0 117666921 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686876817832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21808/tid=21817] ppid=21805 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/21808/task/21817/stat : 21817 (java) S 21805 21808 19275 0 -1 4202560 279 0 0 0 34 8 0 0 20 0 19 0 117666921 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686875765032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21808/tid=21818] ppid=21805 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/21808/task/21818/stat : 21818 (java) S 21805 21808 19275 0 -1 4202560 210 0 0 0 39 7 0 0 20 0 19 0 117666921 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686874712232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21808/tid=21819] ppid=21805 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/21808/task/21819/stat : 21819 (java) S 21805 21808 19275 0 -1 4202560 228 0 0 0 54 2 0 0 20 0 19 0 117666922 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686862302184 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21820] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21820/stat : 21820 (java) S 21805 21808 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 117666923 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686861248248 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21821] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21821/stat : 21821 (java) S 21805 21808 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 117666923 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686860195336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21822] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21822/stat : 21822 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666925 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686859143824 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21823] ppid=21805 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/21808/task/21823/stat : 21823 (java) S 21805 21808 19275 0 -1 4202560 4995 0 0 0 67 0 0 0 20 0 19 0 117666925 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686858090936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21824] ppid=21805 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/21808/task/21824/stat : 21824 (java) S 21805 21808 19275 0 -1 4202560 5313 0 0 0 48 0 0 0 20 0 19 0 117666925 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686857038136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21808/tid=21825] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21825/stat : 21825 (java) S 21805 21808 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117666925 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686855985528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21808/tid=21826] ppid=21805 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/21808/task/21826/stat : 21826 (java) S 21805 21808 19275 0 -1 4202560 103 0 0 0 32 31 0 0 20 0 19 0 117666925 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686854932936 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21808/tid=21827] ppid=21805 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21808/task/21827/stat : 21827 (java) S 21805 21808 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 117666982 9856040960 151310 33554432000 1073741824 1073778376 140734947395440 139686853781160 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 21808 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 21808 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=648172
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=362792
# CPU time returned by wait4() is 1796.01
# 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): 1796.03
CPU time (s): 1800.09
CPU user time (s): 1799.2
CPU system time (s): 0.89
CPU usage (%): 100.226
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.65
system time used= 1.36279
maximum resident set size= 675080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16756
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38590
involuntary context switches= 8705

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8642 second user time and 12.0122 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-08 05:42:13
IDJOB=4085035
IDBENCH=92778
IDSOLVER=2546
FILE ID=node116/4085035-1465357333
RUNJOBID= node116-1465339364-19291
PBS_JOBID= 19853403
Free space on /tmp= 71628 MiB

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

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

MD5SUM BENCH= c16bd2424e0fff3ff3df69ee00e2dc99
RANDOM SEED=529507503

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:        29294160 kB
Buffers:          181384 kB
Cached:           688200 kB
SwapCached:         1864 kB
Active:           688288 kB
Inactive:         584092 kB
Active(anon):     403320 kB
Inactive(anon):     2004 kB
Active(file):     284968 kB
Inactive(file):   582088 kB
Unevictable:     1543360 kB
Mlocked:           14448 kB
SwapTotal:      67108856 kB
SwapFree:       67099076 kB
Dirty:             14928 kB
Writeback:             0 kB
AnonPages:       2000644 kB
Mapped:            16456 kB
Shmem:                 0 kB
Slab:             611468 kB
SReclaimable:      54748 kB
SUnreclaim:       556720 kB
KernelStack:        1760 kB
PageTables:         8272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2620764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1957888 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= 71628 MiB
End job on node116 at 2016-06-08 06:12:09