Trace number 4103988

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-modglob.opb
MD5SUM70ac8fda673b8cd0297ec54288f810c6
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 variables9818
Total number of constraints291
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints291
Minimum length of a constraint30
Maximum length of a constraint270
Number of terms in the objective function 9818
Biggest coefficient in the objective function 22009559908352000000
Number of bits for the biggest coefficient in the objective function 65
Sum of the numbers in the objective function 1485172925553747181346
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 22009559908352000000
Number of bits of the biggest number in a constraint 65
Biggest sum of numbers in a constraint 1485172925553747181346
Number of bits of the biggest sum of numbers71
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4103988-1466258740.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.81/0.42	c ... done. Wall clock time 0.302s.
0.81/0.42	c declared #vars     9818
0.81/0.42	c #constraints  386
0.81/0.42	c constraints type 
0.81/0.42	c org.sat4j.specs.Constr$1 => 2
0.81/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 384
0.81/0.42	c 386 constraints processed.
0.81/0.42	c objective function length is 9818 literals
1.88/1.08	c cleaning 2490 clauses out of 5000 with flag 11608/5000
2.68/1.68	c cleaning 4248 clauses out of 8510 with flag 23614/11000
3.58/2.50	c cleaning 5634 clauses out of 11267 with flag 37629/18005
4.59/3.57	c cleaning 6813 clauses out of 13628 with flag 53626/26000
5.92/4.85	c cleaning 7907 clauses out of 15815 with flag 71626/35000
7.42/6.30	c cleaning 8954 clauses out of 17908 with flag 91632/45000
9.12/8.06	c cleaning 9977 clauses out of 19955 with flag 113634/56001
11.42/10.30	c cleaning 10989 clauses out of 21978 with flag 137634/68001
14.08/12.95	c cleaning 11989 clauses out of 23989 with flag 163634/81001
16.98/15.85	c cleaning 12999 clauses out of 26000 with flag 191634/95001
20.18/19.08	c cleaning 14001 clauses out of 28001 with flag 221634/110001
23.88/22.78	c cleaning 14994 clauses out of 30001 with flag 253636/126002
27.88/26.80	c cleaning 16001 clauses out of 32005 with flag 287632/143000
32.28/31.13	c cleaning 17001 clauses out of 34005 with flag 323634/161001
36.89/35.72	c cleaning 17999 clauses out of 36004 with flag 361634/180001
41.78/40.59	c cleaning 18998 clauses out of 38004 with flag 401632/200000
47.18/45.91	c cleaning 20000 clauses out of 40006 with flag 443632/221000
52.87/51.66	c cleaning 21002 clauses out of 42007 with flag 487634/243001
58.98/57.79	c cleaning 21996 clauses out of 44004 with flag 533632/266000
66.18/64.95	c cleaning 23001 clauses out of 46008 with flag 581632/290000
74.40/73.07	c cleaning 24000 clauses out of 48008 with flag 631634/315001
83.20/81.87	c cleaning 25004 clauses out of 50007 with flag 683632/341000
92.10/90.73	c cleaning 25994 clauses out of 52004 with flag 737634/368001
102.01/100.62	c cleaning 27001 clauses out of 54009 with flag 793632/396000
114.44/112.94	c cleaning 28002 clauses out of 56009 with flag 851634/425001
126.84/125.36	c cleaning 29000 clauses out of 58007 with flag 911634/455001
140.15/138.64	c cleaning 30001 clauses out of 60007 with flag 973634/486001
154.84/153.37	c cleaning 30999 clauses out of 62005 with flag 1037632/518000
169.63/168.05	c cleaning 31998 clauses out of 64006 with flag 1103632/551000
184.43/182.82	c cleaning 33001 clauses out of 66009 with flag 1171634/585001
200.33/198.78	c cleaning 33999 clauses out of 68007 with flag 1241632/620000
217.16/215.40	c cleaning 34998 clauses out of 70008 with flag 1313632/656000
235.56/233.86	c cleaning 36006 clauses out of 72012 with flag 1387636/693002
255.33/253.40	c cleaning 37003 clauses out of 74006 with flag 1463636/731002
272.93/271.00	c cleaning 38001 clauses out of 76003 with flag 1541636/770002
293.34/291.40	c cleaning 38991 clauses out of 78000 with flag 1621632/810000
314.39/312.38	c cleaning 40003 clauses out of 80011 with flag 1703636/851002
338.60/336.55	c cleaning 41004 clauses out of 82009 with flag 1787638/893003
366.14/363.96	c cleaning 42001 clauses out of 84004 with flag 1873636/936002
393.05/390.84	c cleaning 43001 clauses out of 86004 with flag 1961638/980003
421.86/419.54	c cleaning 43999 clauses out of 88001 with flag 2051634/1025001
451.87/449.60	c cleaning 44995 clauses out of 90001 with flag 2143632/1071000
481.32/478.84	c cleaning 45997 clauses out of 92007 with flag 2237634/1118001
512.93/510.45	c cleaning 47001 clauses out of 94010 with flag 2333634/1166001
547.95/545.42	c cleaning 48000 clauses out of 96009 with flag 2431634/1215001
584.54/581.97	c cleaning 49001 clauses out of 98008 with flag 2531632/1265000
619.34/616.78	c cleaning 49999 clauses out of 100008 with flag 2633634/1316001
653.94/651.23	c cleaning 51006 clauses out of 102011 with flag 2737638/1368003
692.55/689.77	c cleaning 52002 clauses out of 104003 with flag 2843634/1421001
730.64/727.85	c cleaning 53000 clauses out of 106001 with flag 2951634/1475001
774.16/771.27	c cleaning 53992 clauses out of 108001 with flag 3061634/1530001
828.47/825.53	c cleaning 55005 clauses out of 110009 with flag 3173634/1586001
880.17/877.14	c cleaning 55995 clauses out of 112003 with flag 3287632/1643000
926.67/923.63	c cleaning 57004 clauses out of 114008 with flag 3403632/1701000
978.44/975.37	c cleaning 57998 clauses out of 116004 with flag 3521632/1760000
1030.61/1027.44	c cleaning 59003 clauses out of 118008 with flag 3641636/1820002
1084.10/1080.96	c cleaning 60000 clauses out of 120003 with flag 3763632/1881000
1137.38/1134.15	c cleaning 61000 clauses out of 122004 with flag 3887634/1943001
1196.55/1193.22	c cleaning 61997 clauses out of 124003 with flag 4013632/2006000
1249.92/1246.56	c cleaning 63002 clauses out of 126006 with flag 4141632/2070000
1303.00/1299.52	c cleaning 63998 clauses out of 128004 with flag 4271632/2135000
1360.28/1356.79	c cleaning 65000 clauses out of 130008 with flag 4403636/2201002
1422.55/1418.98	c cleaning 66003 clauses out of 132007 with flag 4537634/2268001
1491.94/1488.27	c cleaning 67001 clauses out of 134004 with flag 4673634/2336001
1560.12/1556.33	c cleaning 67997 clauses out of 136004 with flag 4811636/2405002
1635.48/1631.66	c cleaning 69002 clauses out of 138007 with flag 4951636/2475002
1712.02/1708.18	c cleaning 69997 clauses out of 140003 with flag 5093632/2546000
1785.93/1781.93	c cleaning 70999 clauses out of 142007 with flag 5237634/2618001
1800.03/1796.00	c starts		: 17
1800.03/1796.00	c conflicts		: 2643457
1800.03/1796.00	c decisions		: 2680666
1800.03/1796.00	c propagations		: 14854942
1800.03/1796.00	c inspects		: 34638351800
1800.03/1796.00	c shortcuts		: 0
1800.03/1796.00	c learnt literals	: 0
1800.03/1796.00	c learnt binary clauses	: 0
1800.03/1796.00	c timeout
1800.03/1796.00	c learnt ternary clauses	: 0
1800.03/1796.00	c learnt constraints	: 2643457
1800.03/1796.00	c ignored constraints	: 0
1800.03/1796.00	c root simplifications	: 0
1800.03/1796.00	c removed literals (reason simplification)	: 0
1800.03/1796.00	c reason swapping (by a shorter reason)	: 0
1800.03/1796.00	c Calls to reduceDB	: 68
1800.03/1796.00	c Number of update (reduction) of LBD	: 117
1800.03/1796.00	c Imported unit clauses	: 0
1800.03/1796.00	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.00	c number of learned constraints concerned by reduction	: 0
1800.03/1796.00	c number of learning phase by resolution	: 0
1800.03/1796.00	c number of learning phase by cutting planes	: 0
1800.03/1796.00	c speed (assignments/second)	: 8273.212564193529
1800.03/1796.00	c non guided choices	0
1800.03/1796.03	c learnt constraints type 
1800.03/1796.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 96464
1800.03/1796.03	s UNKNOWN
1800.03/1796.03	c Total wall clock time (in seconds): 1795.909

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

pid=12630
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.38 3.40 3.86 3/173 12633
/proc/meminfo: memFree=31227696/32872528 swapFree=681964/737152
[pid=12633] ppid=12630 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/12633/stat : 12633 (java) D 12630 12633 6358 0 -1 4202496 170 0 0 0 0 0 0 0 20 0 1 0 27923255 2560000 46 33554432000 1073741824 1073778376 140733237905216 140733237902344 213857168679 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/12633/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 2.38 3.40 3.86 3/173 12633
/proc/meminfo: memFree=31227696/32872528 swapFree=681964/737152
[pid=12633] ppid=12630 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/12633/stat : 12633 (java) S 12630 12633 6358 0 -1 4202496 4395 0 1 0 8 1 0 0 20 0 18 0 27923255 9787879424 6031 33554432000 1073741824 1073778376 140733249375168 140733249366304 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12633/statm: 2389619 6031 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200204 s]
/proc/loadavg: 2.38 3.40 3.86 3/173 12633
/proc/meminfo: memFree=31227696/32872528 swapFree=681964/737152
[pid=12633] ppid=12630 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/12633/stat : 12633 (java) S 12630 12633 6358 0 -1 4202496 4986 0 1 0 28 1 0 0 20 0 18 0 27923255 9787879424 6934 33554432000 1073741824 1073778376 140733249375168 140733249366304 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12633/statm: 2389619 6934 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300202 s]
/proc/loadavg: 2.38 3.40 3.86 3/173 12633
/proc/meminfo: memFree=31227696/32872528 swapFree=681964/737152
[pid=12633] ppid=12630 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/12633/stat : 12633 (java) S 12630 12633 6358 0 -1 4202496 7177 0 1 0 50 1 0 0 20 0 18 0 27923255 9787879424 11032 33554432000 1073741824 1073778376 140733249375168 140733249366304 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12633/statm: 2389619 11032 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 2.38 3.40 3.86 3/173 12633
/proc/meminfo: memFree=31227696/32872528 swapFree=681964/737152
[pid=12633] ppid=12630 vsize=9625040 CPUtime=1.56 cores=0,2,4,6
/proc/12633/stat : 12633 (java) S 12630 12633 6358 0 -1 4202496 11213 0 1 0 153 3 0 0 20 0 19 0 27923255 9856040960 18981 33554432000 1073741824 1073778376 140733249375168 140733249366304 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12633/statm: 2406260 18981 2267 9 0 2396937 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.38 3.40 3.86 5/213 12676
/proc/meminfo: memFree=31102160/32872528 swapFree=681964/737152
[pid=12633] ppid=12630 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/12633/stat : 12633 (java) S 12630 12633 6358 0 -1 4202496 13329 0 1 0 250 3 0 0 20 0 19 0 27923255 9856040960 22613 33554432000 1073741824 1073778376 140733249375168 140733249366304 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12633/statm: 2406260 22613 2273 9 0 2396937 0
[pid=12633/tid=12640] ppid=12630 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/12633/task/12640/stat : 12640 (java) R 12630 12633 6358 0 -1 4202560 2434 0 1 0 144 2 0 0 20 0 19 0 27923256 9856040960 22613 33554432000 1073741824 1073778376 140733249375168 140728077471440 140727908629681 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12633/tid=12643] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12643/stat : 12643 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 22613 33554432000 1073741824 1073778376 140733249375168 140728038972328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12645] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12645/stat : 12645 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 22613 33554432000 1073741824 1073778376 140733249375168 140728037919784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12647] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12647/stat : 12647 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 22613 33554432000 1073741824 1073778376 140733249375168 140728036866728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12633/tid=12649] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12649/stat : 12649 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 22613 33554432000 1073741824 1073778376 140733249375168 140728035814184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12633/tid=12653] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12653/stat : 12653 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 22613 33554432000 1073741824 1073778376 140733249375168 140728034761128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12655] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12655/stat : 12655 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 22613 33554432000 1073741824 1073778376 140733249375168 140728033708584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12657] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12657/stat : 12657 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 22613 33554432000 1073741824 1073778376 140733249375168 140728032655528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12633/tid=12658] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12658/stat : 12658 (java) S 12630 12633 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 22613 33554432000 1073741824 1073778376 140733249375168 140728031602984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12659] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12659/stat : 12659 (java) S 12630 12633 6358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27923258 9856040960 22613 33554432000 1073741824 1073778376 140733249375168 140727901191016 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12661] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12661/stat : 12661 (java) S 12630 12633 6358 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 22613 33554432000 1073741824 1073778376 140733249375168 140727900137336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12664] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12664/stat : 12664 (java) S 12630 12633 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 22613 33554432000 1073741824 1073778376 140733249375168 140727899084168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12666] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12666/stat : 12666 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 22613 33554432000 1073741824 1073778376 140733249375168 140727898032912 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12668] ppid=12630 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/12633/task/12668/stat : 12668 (java) S 12630 12633 6358 0 -1 4202560 2786 0 0 0 44 0 0 0 20 0 19 0 27923261 9856040960 22613 33554432000 1073741824 1073778376 140733249375168 140727896979768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12670] ppid=12630 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/12633/task/12670/stat : 12670 (java) S 12630 12633 6358 0 -1 4202560 6833 0 0 0 58 1 0 0 20 0 19 0 27923261 9856040960 22613 33554432000 1073741824 1073778376 140733249375168 140727895927224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12672] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12672/stat : 12672 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 22613 33554432000 1073741824 1073778376 140733249375168 140727894874360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12674] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12674/stat : 12674 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 22613 33554432000 1073741824 1073778376 140733249375168 140727893822024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12676] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12676/stat : 12676 (java) S 12630 12633 6358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27923301 9856040960 22613 33554432000 1073741824 1073778376 140733249375168 140726885148200 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.38 3.40 3.86 3/213 12676
/proc/meminfo: memFree=31082116/32872528 swapFree=681964/737152
[pid=12633] ppid=12630 vsize=9625040 CPUtime=4.19 cores=0,2,4,6
/proc/12633/stat : 12633 (java) S 12630 12633 6358 0 -1 4202496 13341 0 1 0 416 3 0 0 20 0 19 0 27923255 9856040960 26713 33554432000 1073741824 1073778376 140733249375168 140733249366304 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12633/statm: 2406260 26713 2273 9 0 2396937 0
[pid=12633/tid=12640] ppid=12630 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/12633/task/12640/stat : 12640 (java) R 12630 12633 6358 0 -1 4202560 2442 0 1 0 304 2 0 0 20 0 19 0 27923256 9856040960 26713 33554432000 1073741824 1073778376 140733249375168 140728077480264 140727909305309 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12633/tid=12643] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12643/stat : 12643 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 26713 33554432000 1073741824 1073778376 140733249375168 140728038972328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12645] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12645/stat : 12645 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 26713 33554432000 1073741824 1073778376 140733249375168 140728037919784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12647] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12647/stat : 12647 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 26713 33554432000 1073741824 1073778376 140733249375168 140728036866728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12633/tid=12649] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12649/stat : 12649 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 26713 33554432000 1073741824 1073778376 140733249375168 140728035814184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12633/tid=12653] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12653/stat : 12653 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 26713 33554432000 1073741824 1073778376 140733249375168 140728034761128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12655] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12655/stat : 12655 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 26713 33554432000 1073741824 1073778376 140733249375168 140728033708584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12657] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12657/stat : 12657 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 26713 33554432000 1073741824 1073778376 140733249375168 140728032655528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12633/tid=12658] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12658/stat : 12658 (java) S 12630 12633 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 26713 33554432000 1073741824 1073778376 140733249375168 140728031602984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12659] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12659/stat : 12659 (java) S 12630 12633 6358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27923258 9856040960 26713 33554432000 1073741824 1073778376 140733249375168 140727901191016 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12661] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12661/stat : 12661 (java) S 12630 12633 6358 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 26713 33554432000 1073741824 1073778376 140733249375168 140727900137336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12664] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12664/stat : 12664 (java) S 12630 12633 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 26713 33554432000 1073741824 1073778376 140733249375168 140727899084168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12666] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12666/stat : 12666 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 26713 33554432000 1073741824 1073778376 140733249375168 140727898032912 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12668] ppid=12630 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/12633/task/12668/stat : 12668 (java) S 12630 12633 6358 0 -1 4202560 2786 0 0 0 47 0 0 0 20 0 19 0 27923261 9856040960 26713 33554432000 1073741824 1073778376 140733249375168 140727896979768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12670] ppid=12630 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12633/task/12670/stat : 12670 (java) S 12630 12633 6358 0 -1 4202560 6837 0 0 0 61 1 0 0 20 0 19 0 27923261 9856040960 26713 33554432000 1073741824 1073778376 140733249375168 140727895927224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12672] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12672/stat : 12672 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 26713 33554432000 1073741824 1073778376 140733249375168 140727894874360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12674] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12674/stat : 12674 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 26713 33554432000 1073741824 1073778376 140733249375168 140727893822024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12676] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12676/stat : 12676 (java) S 12630 12633 6358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27923301 9856040960 26713 33554432000 1073741824 1073778376 140733249375168 140726885148200 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.35 3.38 3.85 3/213 12676
/proc/meminfo: memFree=31040140/32872528 swapFree=681964/737152
[pid=12633] ppid=12630 vsize=9625040 CPUtime=7.42 cores=0,2,4,6
/proc/12633/stat : 12633 (java) S 12630 12633 6358 0 -1 4202496 13358 0 1 0 738 4 0 0 20 0 19 0 27923255 9856040960 33252 33554432000 1073741824 1073778376 140733249375168 140733249366304 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12633/statm: 2406260 33252 2274 9 0 2396937 0
[pid=12633/tid=12640] ppid=12630 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/12633/task/12640/stat : 12640 (java) R 12630 12633 6358 0 -1 4202560 2456 0 1 0 622 2 0 0 20 0 19 0 27923256 9856040960 33252 33554432000 1073741824 1073778376 140733249375168 140728077471424 140727909521104 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12633/tid=12643] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12643/stat : 12643 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 33252 33554432000 1073741824 1073778376 140733249375168 140728038972328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12645] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12645/stat : 12645 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 33252 33554432000 1073741824 1073778376 140733249375168 140728037919784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12647] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12647/stat : 12647 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 33252 33554432000 1073741824 1073778376 140733249375168 140728036866728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12633/tid=12649] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12649/stat : 12649 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 33252 33554432000 1073741824 1073778376 140733249375168 140728035814184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12633/tid=12653] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12653/stat : 12653 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 33252 33554432000 1073741824 1073778376 140733249375168 140728034761128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12655] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12655/stat : 12655 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 33252 33554432000 1073741824 1073778376 140733249375168 140728033708584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12657] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12657/stat : 12657 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 33252 33554432000 1073741824 1073778376 140733249375168 140728032655528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12633/tid=12658] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12658/stat : 12658 (java) S 12630 12633 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 33252 33554432000 1073741824 1073778376 140733249375168 140728031602984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12659] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12659/stat : 12659 (java) S 12630 12633 6358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27923258 9856040960 33252 33554432000 1073741824 1073778376 140733249375168 140727901191016 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12661] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12661/stat : 12661 (java) S 12630 12633 6358 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 33252 33554432000 1073741824 1073778376 140733249375168 140727900137336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12664] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12664/stat : 12664 (java) S 12630 12633 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 33252 33554432000 1073741824 1073778376 140733249375168 140727899084168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12666] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12666/stat : 12666 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 33252 33554432000 1073741824 1073778376 140733249375168 140727898032912 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12668] ppid=12630 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/12633/task/12668/stat : 12668 (java) S 12630 12633 6358 0 -1 4202560 2788 0 0 0 50 0 0 0 20 0 19 0 27923261 9856040960 33252 33554432000 1073741824 1073778376 140733249375168 140727896979768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12670] ppid=12630 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12633/task/12670/stat : 12670 (java) S 12630 12633 6358 0 -1 4202560 6837 0 0 0 61 1 0 0 20 0 19 0 27923261 9856040960 33252 33554432000 1073741824 1073778376 140733249375168 140727895927224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12672] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12672/stat : 12672 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 33252 33554432000 1073741824 1073778376 140733249375168 140727894874360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12674] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12674/stat : 12674 (java) S 12630 12633 6358 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 33252 33554432000 1073741824 1073778376 140733249375168 140727893822024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12676] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12676/stat : 12676 (java) S 12630 12633 6358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27923301 9856040960 33252 33554432000 1073741824 1073778376 140733249375168 140726885148200 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 9625040


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

[pid=12633/tid=12676] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12676/stat : 12676 (java) S 12630 12633 6358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27923301 9856040960 135784 33554432000 1073741824 1073778376 140733249375168 140726885148200 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1666.22
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.05 2.13 2.39 3/213 12720
/proc/meminfo: memFree=30326284/32872528 swapFree=681964/737152
[pid=12633] ppid=12630 vsize=9625040 CPUtime=1726.24 cores=0,2,4,6
/proc/12633/stat : 12633 (java) S 12630 12633 6358 0 -1 4202496 16074 0 1 0 172541 83 0 0 20 0 19 0 27923255 9856040960 135786 33554432000 1073741824 1073778376 140733249375168 140733249366304 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12633/statm: 2406260 135786 2296 9 0 2396937 0
[pid=12633/tid=12640] ppid=12630 vsize=9625040 CPUtime=1716.44 cores=0,2,4,6
/proc/12633/task/12640/stat : 12640 (java) R 12630 12633 6358 0 -1 4202560 2507 0 1 0 171615 29 0 0 20 0 19 0 27923256 9856040960 135786 33554432000 1073741824 1073778376 140733249375168 140728077479120 140727909390475 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12633/tid=12643] ppid=12630 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/12633/task/12643/stat : 12643 (java) S 12630 12633 6358 0 -1 4202560 343 0 0 0 43 7 0 0 20 0 19 0 27923257 9856040960 135786 33554432000 1073741824 1073778376 140733249375168 140728038972328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12645] ppid=12630 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/12633/task/12645/stat : 12645 (java) S 12630 12633 6358 0 -1 4202560 275 0 0 0 39 8 0 0 20 0 19 0 27923257 9856040960 135786 33554432000 1073741824 1073778376 140733249375168 140728037919784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12647] ppid=12630 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/12633/task/12647/stat : 12647 (java) S 12630 12633 6358 0 -1 4202560 215 0 0 0 34 6 0 0 20 0 19 0 27923257 9856040960 135786 33554432000 1073741824 1073778376 140733249375168 140728036866728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12649] ppid=12630 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/12633/task/12649/stat : 12649 (java) S 12630 12633 6358 0 -1 4202560 367 0 0 0 42 7 0 0 20 0 19 0 27923257 9856040960 135786 33554432000 1073741824 1073778376 140733249375168 140728035814184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12633/tid=12653] ppid=12630 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/12633/task/12653/stat : 12653 (java) S 12630 12633 6358 0 -1 4202560 347 0 0 0 28 8 0 0 20 0 19 0 27923257 9856040960 135786 33554432000 1073741824 1073778376 140733249375168 140728034761128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12633/tid=12655] ppid=12630 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/12633/task/12655/stat : 12655 (java) S 12630 12633 6358 0 -1 4202560 247 0 0 0 37 8 0 0 20 0 19 0 27923257 9856040960 135786 33554432000 1073741824 1073778376 140733249375168 140728033708584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12657] ppid=12630 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/12633/task/12657/stat : 12657 (java) S 12630 12633 6358 0 -1 4202560 322 0 0 0 36 8 0 0 20 0 19 0 27923257 9856040960 135786 33554432000 1073741824 1073778376 140733249375168 140728032655528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12658] ppid=12630 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/12633/task/12658/stat : 12658 (java) S 12630 12633 6358 0 -1 4202560 250 0 0 0 37 6 0 0 20 0 19 0 27923257 9856040960 135786 33554432000 1073741824 1073778376 140733249375168 140728031602984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12633/tid=12659] ppid=12630 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/12633/task/12659/stat : 12659 (java) S 12630 12633 6358 0 -1 4202560 211 0 0 0 32 2 0 0 20 0 19 0 27923258 9856040960 135786 33554432000 1073741824 1073778376 140733249375168 140727901191016 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12633/tid=12661] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12661/stat : 12661 (java) S 12630 12633 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 135786 33554432000 1073741824 1073778376 140733249375168 140727900137336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12664] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12664/stat : 12664 (java) S 12630 12633 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 135786 33554432000 1073741824 1073778376 140733249375168 140727899084168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12666] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12666/stat : 12666 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 135786 33554432000 1073741824 1073778376 140733249375168 140727898032912 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12668] ppid=12630 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/12633/task/12668/stat : 12668 (java) S 12630 12633 6358 0 -1 4202560 2791 0 0 0 52 0 0 0 20 0 19 0 27923261 9856040960 135786 33554432000 1073741824 1073778376 140733249375168 140727896979768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12670] ppid=12630 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12633/task/12670/stat : 12670 (java) S 12630 12633 6358 0 -1 4202560 6837 0 0 0 61 1 0 0 20 0 19 0 27923261 9856040960 135786 33554432000 1073741824 1073778376 140733249375168 140727895927224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12672] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12672/stat : 12672 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 135786 33554432000 1073741824 1073778376 140733249375168 140727894874360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12674] ppid=12630 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12633/task/12674/stat : 12674 (java) S 12630 12633 6358 0 -1 4202560 100 0 0 0 33 29 0 0 20 0 19 0 27923261 9856040960 135786 33554432000 1073741824 1073778376 140733249375168 140727893822024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12676] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12676/stat : 12676 (java) S 12630 12633 6358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27923301 9856040960 135786 33554432000 1073741824 1073778376 140733249375168 140726885148200 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.24
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.15 2.38 3/213 12721
/proc/meminfo: memFree=30326396/32872528 swapFree=681964/737152
[pid=12633] ppid=12630 vsize=9625040 CPUtime=1786.33 cores=0,2,4,6
/proc/12633/stat : 12633 (java) S 12630 12633 6358 0 -1 4202496 16090 0 1 0 178549 84 0 0 20 0 19 0 27923255 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140733249366304 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12633/statm: 2406260 135793 2296 9 0 2396937 0
[pid=12633/tid=12640] ppid=12630 vsize=9625040 CPUtime=1776.26 cores=0,2,4,6
/proc/12633/task/12640/stat : 12640 (java) R 12630 12633 6358 0 -1 4202560 2508 0 1 0 177597 29 0 0 20 0 19 0 27923256 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140728077471424 140727909390692 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12633/tid=12643] ppid=12630 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12633/task/12643/stat : 12643 (java) S 12630 12633 6358 0 -1 4202560 344 0 0 0 44 7 0 0 20 0 19 0 27923257 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140728038972328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12645] ppid=12630 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/12633/task/12645/stat : 12645 (java) S 12630 12633 6358 0 -1 4202560 283 0 0 0 40 8 0 0 20 0 19 0 27923257 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140728037919784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12647] ppid=12630 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/12633/task/12647/stat : 12647 (java) S 12630 12633 6358 0 -1 4202560 215 0 0 0 35 6 0 0 20 0 19 0 27923257 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140728036866728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12633/tid=12649] ppid=12630 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/12633/task/12649/stat : 12649 (java) S 12630 12633 6358 0 -1 4202560 367 0 0 0 43 7 0 0 20 0 19 0 27923257 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140728035814184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12633/tid=12653] ppid=12630 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/12633/task/12653/stat : 12653 (java) S 12630 12633 6358 0 -1 4202560 347 0 0 0 29 8 0 0 20 0 19 0 27923257 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140728034761128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12633/tid=12655] ppid=12630 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/12633/task/12655/stat : 12655 (java) S 12630 12633 6358 0 -1 4202560 247 0 0 0 39 8 0 0 20 0 19 0 27923257 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140728033708584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12657] ppid=12630 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/12633/task/12657/stat : 12657 (java) S 12630 12633 6358 0 -1 4202560 322 0 0 0 37 8 0 0 20 0 19 0 27923257 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140728032655528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12658] ppid=12630 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/12633/task/12658/stat : 12658 (java) S 12630 12633 6358 0 -1 4202560 250 0 0 0 38 6 0 0 20 0 19 0 27923257 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140728031602984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12659] ppid=12630 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/12633/task/12659/stat : 12659 (java) S 12630 12633 6358 0 -1 4202560 213 0 0 0 32 2 0 0 20 0 19 0 27923258 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140727901191016 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12633/tid=12661] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12661/stat : 12661 (java) S 12630 12633 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140727900137336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12664] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12664/stat : 12664 (java) S 12630 12633 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140727899084168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12666] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12666/stat : 12666 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140727898032912 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12668] ppid=12630 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/12633/task/12668/stat : 12668 (java) S 12630 12633 6358 0 -1 4202560 2791 0 0 0 52 0 0 0 20 0 19 0 27923261 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140727896979768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12670] ppid=12630 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12633/task/12670/stat : 12670 (java) S 12630 12633 6358 0 -1 4202560 6837 0 0 0 61 1 0 0 20 0 19 0 27923261 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140727895927224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12672] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12672/stat : 12672 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140727894874360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12674] ppid=12630 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/12633/task/12674/stat : 12674 (java) S 12630 12633 6358 0 -1 4202560 104 0 0 0 34 30 0 0 20 0 19 0 27923261 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140727893822024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12676] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12676/stat : 12676 (java) S 12630 12633 6358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27923301 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140726885148200 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.33
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 2.15 2.14 2.37 3/213 12721
/proc/meminfo: memFree=30326440/32872528 swapFree=681964/737152
[pid=12633] ppid=12630 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/12633/stat : 12633 (java) S 12630 12633 6358 0 -1 4202496 16090 0 1 0 179919 84 0 0 20 0 19 0 27923255 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140733249366304 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12633/statm: 2406260 135793 2296 9 0 2396937 0
[pid=12633/tid=12640] ppid=12630 vsize=9625040 CPUtime=1789.92 cores=0,2,4,6
/proc/12633/task/12640/stat : 12640 (java) R 12630 12633 6358 0 -1 4202560 2508 0 1 0 178962 30 0 0 20 0 19 0 27923256 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140728077471424 140727909390144 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12633/tid=12643] ppid=12630 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12633/task/12643/stat : 12643 (java) S 12630 12633 6358 0 -1 4202560 344 0 0 0 44 7 0 0 20 0 19 0 27923257 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140728038972328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12645] ppid=12630 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/12633/task/12645/stat : 12645 (java) S 12630 12633 6358 0 -1 4202560 283 0 0 0 40 8 0 0 20 0 19 0 27923257 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140728037919784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12647] ppid=12630 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/12633/task/12647/stat : 12647 (java) S 12630 12633 6358 0 -1 4202560 215 0 0 0 35 6 0 0 20 0 19 0 27923257 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140728036866728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12633/tid=12649] ppid=12630 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/12633/task/12649/stat : 12649 (java) S 12630 12633 6358 0 -1 4202560 367 0 0 0 43 7 0 0 20 0 19 0 27923257 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140728035814184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12633/tid=12653] ppid=12630 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/12633/task/12653/stat : 12653 (java) S 12630 12633 6358 0 -1 4202560 347 0 0 0 29 8 0 0 20 0 19 0 27923257 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140728034761128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12633/tid=12655] ppid=12630 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/12633/task/12655/stat : 12655 (java) S 12630 12633 6358 0 -1 4202560 247 0 0 0 39 8 0 0 20 0 19 0 27923257 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140728033708584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12657] ppid=12630 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/12633/task/12657/stat : 12657 (java) S 12630 12633 6358 0 -1 4202560 322 0 0 0 37 8 0 0 20 0 19 0 27923257 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140728032655528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12658] ppid=12630 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/12633/task/12658/stat : 12658 (java) S 12630 12633 6358 0 -1 4202560 250 0 0 0 38 6 0 0 20 0 19 0 27923257 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140728031602984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12659] ppid=12630 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/12633/task/12659/stat : 12659 (java) S 12630 12633 6358 0 -1 4202560 213 0 0 0 32 2 0 0 20 0 19 0 27923258 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140727901191016 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12633/tid=12661] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12661/stat : 12661 (java) S 12630 12633 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140727900137336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12664] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12664/stat : 12664 (java) S 12630 12633 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140727899084168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12666] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12666/stat : 12666 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140727898032912 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12668] ppid=12630 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/12633/task/12668/stat : 12668 (java) S 12630 12633 6358 0 -1 4202560 2791 0 0 0 52 0 0 0 20 0 19 0 27923261 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140727896979768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12633/tid=12670] ppid=12630 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12633/task/12670/stat : 12670 (java) S 12630 12633 6358 0 -1 4202560 6837 0 0 0 61 1 0 0 20 0 19 0 27923261 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140727895927224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12672] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12672/stat : 12672 (java) S 12630 12633 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140727894874360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12674] ppid=12630 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/12633/task/12674/stat : 12674 (java) S 12630 12633 6358 0 -1 4202560 104 0 0 0 35 30 0 0 20 0 19 0 27923261 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140727893822024 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12633/tid=12676] ppid=12630 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12633/task/12676/stat : 12676 (java) S 12630 12633 6358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27923301 9856040960 135793 33554432000 1073741824 1073778376 140733249375168 140726885148200 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 12633 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 12633 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=638173
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=351794
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.03
#
# 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.03
CPU user time (s): 1799.19
CPU system time (s): 0.84
CPU usage (%): 100.222
Max. virtual memory (cumulated for all children) (KiB): 9626292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.64
system time used= 1.35179
maximum resident set size= 679920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16126
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38974
involuntary context switches= 7523

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5021 second user time and 16.8654 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 16:05:40
IDJOB=4103988
IDBENCH=2524
IDSOLVER=2546
FILE ID=node112/4103988-1466258740
RUNJOBID= node112-1466258740-12609
PBS_JOBID= 19918204
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-modglob.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103988-1466258740/watcher-4103988-1466258740 -o /tmp/evaluation-result-4103988-1466258740/solver-4103988-1466258740 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466258740-12609 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103988-1466258740.opb

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

MD5SUM BENCH= 70ac8fda673b8cd0297ec54288f810c6
RANDOM SEED=1705008819

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31229620 kB
Buffers:           50652 kB
Cached:           120044 kB
SwapCached:         2028 kB
Active:            60960 kB
Inactive:         112628 kB
Active(anon):       3476 kB
Inactive(anon):     2096 kB
Active(file):      57484 kB
Inactive(file):   110532 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096744 kB
Dirty:              1212 kB
Writeback:             0 kB
AnonPages:        749952 kB
Mapped:             7552 kB
Shmem:                 0 kB
Slab:             601056 kB
SReclaimable:      45028 kB
SUnreclaim:       556028 kB
KernelStack:        1584 kB
PageTables:         5856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     834940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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= 71712 MiB
End job on node112 at 2016-06-18 16:35:36