Trace number 4080669

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 Res+CP PB16? (TO) 1800.18 894.86

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-rgn.opb
MD5SUM077c926419792cafad737b20a04bb1ea
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark680450
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 525312
Optimality of the best value was proved NO
Number of variables1260
Total number of constraints104
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint12
Maximum length of a constraint127
Number of terms in the objective function 1160
Biggest coefficient in the objective function 196608
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 15892320
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 25600000000
Number of bits of the biggest number in a constraint 35
Biggest sum of numbers in a constraint 232836875088
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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 Expensive 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.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
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 phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts 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.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080669-1465229701.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.25/0.26	c ... done. Wall clock time 0.142s.
0.25/0.26	c declared #vars     1260
0.25/0.26	c #constraints  124
0.25/0.26	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.25/0.26	c constraints type 
0.25/0.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 4
0.25/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 120
0.25/0.26	c 124 constraints processed.
0.25/0.27	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.25/0.27	c constraints type 
0.25/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4
0.25/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 120
0.25/0.27	c 124 constraints processed.
0.25/0.27	c objective function length is 1160 literals
2.96/0.99	c cleaning 2499 clauses out of 5001 with flag 13783/5001
4.56/1.38	c cleaning 4246 clauses out of 8501 with flag 30819/11000
5.96/1.90	c cleaning 5623 clauses out of 11258 with flag 49359/18003
6.88/2.38	c cleaning 6811 clauses out of 13633 with flag 68440/26001
8.86/3.23	c cleaning 7907 clauses out of 15822 with flag 86461/35001
10.57/4.02	c cleaning 8955 clauses out of 17914 with flag 106464/45000
12.81/5.11	c cleaning 9977 clauses out of 19960 with flag 128475/56001
15.62/6.49	c cleaning 10984 clauses out of 21984 with flag 152505/68002
18.72/7.96	c cleaning 11998 clauses out of 23999 with flag 178598/81001
22.80/9.94	c cleaning 12994 clauses out of 26002 with flag 206643/95002
27.58/12.38	c cleaning 13998 clauses out of 28006 with flag 236670/110000
33.27/15.16	c cleaning 15002 clauses out of 30009 with flag 268707/126001
39.11/18.06	c cleaning 15993 clauses out of 32006 with flag 302790/143000
43.31/20.19	c cleaning 0 clauses out of 5001 with flag 0/5001
47.03/21.89	c cleaning 17003 clauses out of 34014 with flag 338867/161001
55.85/26.19	c cleaning 17999 clauses out of 36010 with flag 376930/180000
65.85/31.18	c cleaning 19002 clauses out of 38011 with flag 416956/200000
76.93/36.65	c cleaning 20001 clauses out of 40009 with flag 459019/221000
86.40/41.38	c cleaning 21001 clauses out of 42009 with flag 503125/243001
97.48/46.81	c cleaning 21999 clauses out of 44008 with flag 549264/266001
109.88/53.07	c cleaning 22999 clauses out of 46008 with flag 597382/290000
124.15/60.15	c cleaning 23998 clauses out of 48010 with flag 647476/315001
140.06/68.01	c cleaning 25000 clauses out of 50012 with flag 699578/341001
156.73/76.30	c cleaning 25998 clauses out of 52012 with flag 753706/368001
167.58/81.74	c cleaning 0 clauses out of 11000 with flag 0/11000
176.39/86.16	c cleaning 27004 clauses out of 54013 with flag 809843/396000
207.11/101.50	c cleaning 27998 clauses out of 56010 with flag 867873/425001
243.30/119.42	c cleaning 29001 clauses out of 58013 with flag 927899/455002
281.65/138.55	c cleaning 29996 clauses out of 60010 with flag 989956/486000
323.75/159.44	c cleaning 31004 clauses out of 62015 with flag 1053985/518001
367.92/181.30	c cleaning 31999 clauses out of 64011 with flag 1120028/551001
414.63/204.59	c cleaning 33000 clauses out of 66011 with flag 1188047/585000
462.67/228.76	c cleaning 34003 clauses out of 68011 with flag 1258070/620000
470.51/232.68	c cleaning 0 clauses out of 18001 with flag 0/18001
512.48/253.58	c cleaning 35001 clauses out of 70008 with flag 1330102/656000
568.38/281.31	c cleaning 35999 clauses out of 72007 with flag 1404194/693000
624.07/309.05	c cleaning 37001 clauses out of 74009 with flag 1480232/731001
682.25/337.97	c cleaning 38000 clauses out of 76009 with flag 1558266/770002
743.80/368.60	c cleaning 38998 clauses out of 78007 with flag 1638292/810000
808.94/400.99	c cleaning 40001 clauses out of 80010 with flag 1720358/851001
878.27/435.46	c cleaning 41002 clauses out of 82009 with flag 1804385/893001
950.19/471.15	c cleaning 41996 clauses out of 84006 with flag 1890402/936000
1026.15/509.37	c cleaning 43000 clauses out of 86011 with flag 1978441/980001
1108.78/550.42	c cleaning 44000 clauses out of 88010 with flag 2068464/1025000
1189.47/590.51	c cleaning 0 clauses out of 26000 with flag 0/26000
1195.46/593.51	c cleaning 45001 clauses out of 90011 with flag 2160504/1071001
1284.35/637.70	c cleaning 46003 clauses out of 92009 with flag 2254533/1118000
1378.81/684.78	c cleaning 47002 clauses out of 94007 with flag 2350560/1166001
1474.12/732.17	c cleaning 47998 clauses out of 96005 with flag 2448611/1215001
1572.23/780.91	c cleaning 49002 clauses out of 98008 with flag 2548642/1265002
1674.70/832.49	c cleaning 49997 clauses out of 100004 with flag 2650651/1316000
1782.27/885.93	c cleaning 51001 clauses out of 102010 with flag 2754743/1368003
1800.18/894.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/894.80	c starts		: 2
1800.18/894.80	c conflicts		: 1383620
1800.18/894.80	c decisions		: 1394297
1800.18/894.80	c propagations		: 9006491
1800.18/894.80	c inspects		: 14365596026
1800.18/894.80	c shortcuts		: 0
1800.18/894.80	c learnt literals	: 0
1800.18/894.80	c learnt binary clauses	: 0
1800.18/894.80	c learnt ternary clauses	: 0
1800.18/894.80	c learnt constraints	: 1383620
1800.18/894.80	c ignored constraints	: 0
1800.18/894.80	c root simplifications	: 0
1800.18/894.80	c removed literals (reason simplification)	: 26619974
1800.18/894.80	c reason swapping (by a shorter reason)	: 0
1800.18/894.80	c Calls to reduceDB	: 48
1800.18/894.80	c Number of update (reduction) of LBD	: 7828
1800.18/894.80	c Imported unit clauses	: 0
1800.18/894.80	c number of reductions to clauses (during analyze)	: 0
1800.18/894.80	c number of learned constraints concerned by reduction	: 0
1800.18/894.80	c number of learning phase by resolution	: 0
1800.18/894.80	c number of learning phase by cutting planes	: 0
1800.18/894.80	c speed (assignments/second)	: 10068.450777283166
1800.18/894.80	c non guided choices	602
1800.18/894.83	c learnt constraints type 
1800.18/894.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 66626
1800.18/894.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/894.83	c starts		: 57
1800.18/894.83	c conflicts		: 32200
1800.18/894.83	c decisions		: 51033
1800.18/894.83	c propagations		: 299315
1800.18/894.83	c inspects		: 782218631
1800.18/894.83	c shortcuts		: 0
1800.18/894.83	c learnt literals	: 0
1800.18/894.83	c learnt binary clauses	: 0
1800.18/894.83	c learnt ternary clauses	: 0
1800.18/894.83	c learnt constraints	: 32200
1800.18/894.83	c ignored constraints	: 0
1800.18/894.83	c root simplifications	: 0
1800.18/894.83	c removed literals (reason simplification)	: 0
1800.18/894.83	c reason swapping (by a shorter reason)	: 0
1800.18/894.83	c Calls to reduceDB	: 4
1800.18/894.83	c Number of update (reduction) of LBD	: 0
1800.18/894.83	c Imported unit clauses	: 0
1800.18/894.83	c number of reductions to clauses (during analyze)	: 0
1800.18/894.83	c number of learned constraints concerned by reduction	: 0
1800.18/894.83	c number of learning phase by resolution	: 0
1800.18/894.83	c number of learning phase by cutting planes	: 0
1800.18/894.83	c speed (assignments/second)	: 334.5969052734659
1800.18/894.83	c non guided choices	0
1800.18/894.84	c learnt constraints type 
1800.18/894.84	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2277
1800.18/894.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 29923
1800.18/894.84	s UNKNOWN
1800.18/894.84	c Total wall clock time (in seconds): 894.723

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-4080669-1465229701/watcher-4080669-1465229701 -o /tmp/evaluation-result-4080669-1465229701/solver-4080669-1465229701 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465221375-21443 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080669-1465229701.opb 

pid=24977
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.30 4.26 4.19 4/197 24980
/proc/meminfo: memFree=30073564/32872528 swapFree=12328/568296
[pid=24980] ppid=24977 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24980/stat : 24980 (java) D 24977 24980 21426 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 104902648 9515008 183 33554432000 1073741824 1073778376 140737227334736 140737227325768 206629060277 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/24980/statm: 2323 183 140 9 0 71 0

[startup+0.100163 s]
/proc/loadavg: 4.30 4.26 4.19 4/197 24980
/proc/meminfo: memFree=30073564/32872528 swapFree=12328/568296
[pid=24980] ppid=24977 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/24980/stat : 24980 (java) S 24977 24980 21426 0 -1 4202496 4404 0 1 0 8 1 0 0 20 0 18 0 104902648 9787879424 6033 33554432000 1073741824 1073778376 140736993674448 140736993665584 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24980/statm: 2389619 6033 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200285 s]
/proc/loadavg: 4.30 4.26 4.19 4/197 24980
/proc/meminfo: memFree=30073564/32872528 swapFree=12328/568296
[pid=24980] ppid=24977 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/24980/stat : 24980 (java) S 24977 24980 21426 0 -1 4202496 4933 0 1 0 24 1 0 0 20 0 18 0 104902648 9787879424 6964 33554432000 1073741824 1073778376 140736993674448 140736993665584 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24980/statm: 2389619 6964 2204 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300255 s]
/proc/loadavg: 4.30 4.26 4.19 4/197 24980
/proc/meminfo: memFree=30073564/32872528 swapFree=12328/568296
[pid=24980] ppid=24977 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/24980/stat : 24980 (java) S 24977 24980 21426 0 -1 4202496 11789 0 1 0 55 2 0 0 20 0 22 0 104902648 10060525568 13860 33554432000 1073741824 1073778376 140736993674448 140736993665584 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24980/statm: 2456183 13860 2242 9 0 2446860 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9824732

[startup+0.700201 s]
/proc/loadavg: 4.30 4.26 4.19 4/197 24980
/proc/meminfo: memFree=30073564/32872528 swapFree=12328/568296
[pid=24980] ppid=24977 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/24980/stat : 24980 (java) S 24977 24980 21426 0 -1 4202496 16967 0 1 0 214 3 0 0 20 0 22 0 104902648 10060525568 19719 33554432000 1073741824 1073778376 140736993674448 140736993665584 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24980/statm: 2456183 19719 2256 9 0 2446860 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9824732

[startup+1.50635 s]
/proc/loadavg: 4.30 4.26 4.19 7/219 25002
/proc/meminfo: memFree=29904828/32872528 swapFree=12328/568296
[pid=24980] ppid=24977 vsize=9824732 CPUtime=5.17 cores=1,3,5,7
/proc/24980/stat : 24980 (java) S 24977 24980 21426 0 -1 4202496 24428 0 1 0 510 7 0 0 20 0 22 0 104902648 10060525568 47413 33554432000 1073741824 1073778376 140736993674448 140736993665584 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24980/statm: 2456183 47413 2285 9 0 2446860 0
[pid=24980/tid=24982] ppid=24977 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/24980/task/24982/stat : 24982 (java) S 24977 24980 21426 0 -1 4202560 2447 0 1 0 22 1 0 0 20 0 22 0 104902649 10060525568 47413 33554432000 1073741824 1073778376 140736993674448 140659013362552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24983] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24983/stat : 24983 (java) S 24977 24980 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104902650 10060525568 47413 33554432000 1073741824 1073778376 140736993674448 140658974853672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24984] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24984/stat : 24984 (java) R 24977 24980 21426 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 104902650 10060525568 47413 33554432000 1073741824 1073778376 140736993674448 140658973800872 206629014663 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24985] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24985/stat : 24985 (java) R 24977 24980 21426 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 104902650 10060525568 47413 33554432000 1073741824 1073778376 140736993674448 140658972748200 206629014663 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24980/tid=24986] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24986/stat : 24986 (java) R 24977 24980 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104902650 10060525568 47413 33554432000 1073741824 1073778376 140736993674448 140658853537960 206629014663 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24987] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24987/stat : 24987 (java) R 24977 24980 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104902650 10060525568 47413 33554432000 1073741824 1073778376 140736993674448 140658852486184 206632432700 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24980/tid=24988] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24988/stat : 24988 (java) R 24977 24980 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104902650 10060525568 47413 33554432000 1073741824 1073778376 140736993674448 140658851433512 206629014663 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24989] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24989/stat : 24989 (java) S 24977 24980 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104902650 10060525568 47413 33554432000 1073741824 1073778376 140736993674448 140658850380584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24990] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24990/stat : 24990 (java) S 24977 24980 21426 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104902650 10060525568 47413 33554432000 1073741824 1073778376 140736993674448 140658849327784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24991] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24991/stat : 24991 (java) S 24977 24980 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104902651 10060525568 47413 33554432000 1073741824 1073778376 140736993674448 140658366997896 206632432700 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24992] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24992/stat : 24992 (java) S 24977 24980 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104902652 10060525568 47413 33554432000 1073741824 1073778376 140736993674448 140658365945080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24993] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24993/stat : 24993 (java) S 24977 24980 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104902652 10060525568 47413 33554432000 1073741824 1073778376 140736993674448 140658364892168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24994] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24994/stat : 24994 (java) S 24977 24980 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104902654 10060525568 47413 33554432000 1073741824 1073778376 140736993674448 140658363840656 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24995] ppid=24977 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/24980/task/24995/stat : 24995 (java) S 24977 24980 21426 0 -1 4202560 14039 0 0 0 120 3 0 0 20 0 22 0 104902654 10060525568 47413 33554432000 1073741824 1073778376 140736993674448 140658362788792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24996] ppid=24977 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/24980/task/24996/stat : 24996 (java) S 24977 24980 21426 0 -1 4202560 6472 0 0 0 120 0 0 0 20 0 22 0 104902654 10060525568 47413 33554432000 1073741824 1073778376 140736993674448 140658361735992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24997] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24997/stat : 24997 (java) S 24977 24980 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104902654 10060525568 47413 33554432000 1073741824 1073778376 140736993674448 140658360683384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24998] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24998/stat : 24998 (java) S 24977 24980 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104902654 10060525568 47413 33554432000 1073741824 1073778376 140736993674448 140658359630792 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24980/tid=24999] ppid=24977 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/24980/task/24999/stat : 24999 (java) S 24977 24980 21426 0 -1 4202560 40 0 0 0 119 0 0 0 20 0 22 0 104902675 10060525568 47413 33554432000 1073741824 1073778376 140736993674448 140658358573976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24980/tid=25000] ppid=24977 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/24980/task/25000/stat : 25000 (java) S 24977 24980 21426 0 -1 4202560 106 0 0 0 118 2 0 0 20 0 22 0 104902675 10060525568 47413 33554432000 1073741824 1073778376 140736993674448 140658357521480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=25001] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/25001/stat : 25001 (java) S 24977 24980 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104902676 10060525568 47413 33554432000 1073741824 1073778376 140736993674448 140658355487656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24980/tid=25002] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/25002/stat : 25002 (java) S 24977 24980 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104902676 10060525568 47413 33554432000 1073741824 1073778376 140736993674448 140658354434856 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.17
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.30 4.26 4.19 7/219 25002
/proc/meminfo: memFree=29880668/32872528 swapFree=12328/568296
[pid=24980] ppid=24977 vsize=9824732 CPUtime=8.66 cores=1,3,5,7
/proc/24980/stat : 24980 (java) S 24977 24980 21426 0 -1 4202496 27922 0 1 0 854 12 0 0 20 0 22 0 104902648 10060525568 81389 33554432000 1073741824 1073778376 140736993674448 140736993665584 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24980/statm: 2456183 81389 2285 9 0 2446860 0
[pid=24980/tid=24982] ppid=24977 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/24980/task/24982/stat : 24982 (java) S 24977 24980 21426 0 -1 4202560 2447 0 1 0 22 1 0 0 20 0 22 0 104902649 10060525568 81389 33554432000 1073741824 1073778376 140736993674448 140659013362552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24983] ppid=24977 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24980/task/24983/stat : 24983 (java) S 24977 24980 21426 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 104902650 10060525568 81389 33554432000 1073741824 1073778376 140736993674448 140658974853672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24984] ppid=24977 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24980/task/24984/stat : 24984 (java) S 24977 24980 21426 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 104902650 10060525568 81389 33554432000 1073741824 1073778376 140736993674448 140658973800872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24980/tid=24985] ppid=24977 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24980/task/24985/stat : 24985 (java) S 24977 24980 21426 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 104902650 10060525568 81389 33554432000 1073741824 1073778376 140736993674448 140658972748072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24986] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24986/stat : 24986 (java) S 24977 24980 21426 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 104902650 10060525568 81389 33554432000 1073741824 1073778376 140736993674448 140658853537960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24987] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24987/stat : 24987 (java) S 24977 24980 21426 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 104902650 10060525568 81389 33554432000 1073741824 1073778376 140736993674448 140658852486184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24980/tid=24988] ppid=24977 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24980/task/24988/stat : 24988 (java) S 24977 24980 21426 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 104902650 10060525568 81389 33554432000 1073741824 1073778376 140736993674448 140658851433384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24989] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24989/stat : 24989 (java) S 24977 24980 21426 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 104902650 10060525568 81389 33554432000 1073741824 1073778376 140736993674448 140658850380584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24980/tid=24990] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24990/stat : 24990 (java) S 24977 24980 21426 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 104902650 10060525568 81389 33554432000 1073741824 1073778376 140736993674448 140658849327784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24991] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24991/stat : 24991 (java) S 24977 24980 21426 0 -1 4202560 187 0 0 0 0 0 0 0 20 0 22 0 104902651 10060525568 81389 33554432000 1073741824 1073778376 140736993674448 140658366999016 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24992] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24992/stat : 24992 (java) S 24977 24980 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104902652 10060525568 81389 33554432000 1073741824 1073778376 140736993674448 140658365945080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24993] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24993/stat : 24993 (java) S 24977 24980 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104902652 10060525568 81389 33554432000 1073741824 1073778376 140736993674448 140658364892168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24994] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24994/stat : 24994 (java) S 24977 24980 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104902654 10060525568 81389 33554432000 1073741824 1073778376 140736993674448 140658363840656 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24995] ppid=24977 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/24980/task/24995/stat : 24995 (java) S 24977 24980 21426 0 -1 4202560 14039 0 0 0 126 3 0 0 20 0 22 0 104902654 10060525568 81389 33554432000 1073741824 1073778376 140736993674448 140658362788792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24996] ppid=24977 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/24980/task/24996/stat : 24996 (java) S 24977 24980 21426 0 -1 4202560 9688 0 0 0 142 1 0 0 20 0 22 0 104902654 10060525568 81389 33554432000 1073741824 1073778376 140736993674448 140658361735992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24997] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24997/stat : 24997 (java) S 24977 24980 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104902654 10060525568 81389 33554432000 1073741824 1073778376 140736993674448 140658360683384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24998] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24998/stat : 24998 (java) S 24977 24980 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104902654 10060525568 81389 33554432000 1073741824 1073778376 140736993674448 140658359630792 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24999] ppid=24977 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/24980/task/24999/stat : 24999 (java) R 24977 24980 21426 0 -1 4202560 42 0 0 0 273 0 0 0 20 0 22 0 104902675 10060525568 81389 33554432000 1073741824 1073778376 140736993674448 140658358573856 140658854122855 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24980/tid=25000] ppid=24977 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/24980/task/25000/stat : 25000 (java) R 24977 24980 21426 0 -1 4202560 165 0 0 0 273 3 0 0 20 0 22 0 104902675 10060525568 81389 33554432000 1073741824 1073778376 140736993674448 140658357522664 140658855051613 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=25001] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/25001/stat : 25001 (java) S 24977 24980 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104902676 10060525568 81389 33554432000 1073741824 1073778376 140736993674448 140658355487656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24980/tid=25002] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/25002/stat : 25002 (java) S 24977 24980 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104902676 10060525568 81389 33554432000 1073741824 1073778376 140736993674448 140658354434856 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.66
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.28 4.26 4.19 7/219 25002
/proc/meminfo: memFree=29379784/32872528 swapFree=12328/568296
[pid=24980] ppid=24977 vsize=9824732 CPUtime=15.32 cores=1,3,5,7
/proc/24980/stat : 24980 (java) S 24977 24980 21426 0 -1 4202496 28919 0 1 0 1510 22 0 0 20 0 22 0 104902648 10060525568 152605 33554432000 1073741824 1073778376 140736993674448 140736993665584 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24980/statm: 2456183 152605 2285 9 0 2446860 0
[pid=24980/tid=24982] ppid=24977 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/24980/task/24982/stat : 24982 (java) S 24977 24980 21426 0 -1 4202560 2447 0 1 0 22 1 0 0 20 0 22 0 104902649 10060525568 152605 33554432000 1073741824 1073778376 140736993674448 140659013362552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24983] ppid=24977 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/24980/task/24983/stat : 24983 (java) S 24977 24980 21426 0 -1 4202560 124 0 0 0 5 2 0 0 20 0 22 0 104902650 10060525568 152605 33554432000 1073741824 1073778376 140736993674448 140658974853672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24984] ppid=24977 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24980/task/24984/stat : 24984 (java) S 24977 24980 21426 0 -1 4202560 130 0 0 0 3 2 0 0 20 0 22 0 104902650 10060525568 152605 33554432000 1073741824 1073778376 140736993674448 140658973800872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24985] ppid=24977 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24980/task/24985/stat : 24985 (java) S 24977 24980 21426 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 104902650 10060525568 152605 33554432000 1073741824 1073778376 140736993674448 140658972748072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24986] ppid=24977 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24980/task/24986/stat : 24986 (java) S 24977 24980 21426 0 -1 4202560 98 0 0 0 2 0 0 0 20 0 22 0 104902650 10060525568 152605 33554432000 1073741824 1073778376 140736993674448 140658853537960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24987] ppid=24977 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24980/task/24987/stat : 24987 (java) S 24977 24980 21426 0 -1 4202560 84 0 0 0 1 0 0 0 20 0 22 0 104902650 10060525568 152605 33554432000 1073741824 1073778376 140736993674448 140658852486184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24988] ppid=24977 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24980/task/24988/stat : 24988 (java) S 24977 24980 21426 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 104902650 10060525568 152605 33554432000 1073741824 1073778376 140736993674448 140658851433384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24989] ppid=24977 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24980/task/24989/stat : 24989 (java) S 24977 24980 21426 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 104902650 10060525568 152605 33554432000 1073741824 1073778376 140736993674448 140658850380584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24990] ppid=24977 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24980/task/24990/stat : 24990 (java) S 24977 24980 21426 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 104902650 10060525568 152605 33554432000 1073741824 1073778376 140736993674448 140658849327784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24991] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24991/stat : 24991 (java) S 24977 24980 21426 0 -1 4202560 441 0 0 0 0 0 0 0 20 0 22 0 104902651 10060525568 152605 33554432000 1073741824 1073778376 140736993674448 140658366999016 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24992] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24992/stat : 24992 (java) S 24977 24980 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104902652 10060525568 152605 33554432000 1073741824 1073778376 140736993674448 140658365945080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24993] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24993/stat : 24993 (java) S 24977 24980 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104902652 10060525568 152605 33554432000 1073741824 1073778376 140736993674448 140658364892168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24994] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24994/stat : 24994 (java) S 24977 24980 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104902654 10060525568 152605 33554432000 1073741824 1073778376 140736993674448 140658363840656 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24995] ppid=24977 vsize=9824732 CPUtime=1.45 cores=1,3,5,7

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

/proc/24980/task/24985/stat : 24985 (java) S 24977 24980 21426 0 -1 4202560 421 0 0 0 248 8 0 0 20 0 22 0 104902650 10060525568 662527 33554432000 1073741824 1073778376 140736993674448 140658972748072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24986] ppid=24977 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/24980/task/24986/stat : 24986 (java) S 24977 24980 21426 0 -1 4202560 477 0 0 0 258 8 0 0 20 0 22 0 104902650 10060525568 662527 33554432000 1073741824 1073778376 140736993674448 140658853537960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24980/tid=24987] ppid=24977 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/24980/task/24987/stat : 24987 (java) S 24977 24980 21426 0 -1 4202560 467 0 0 0 258 8 0 0 20 0 22 0 104902650 10060525568 662527 33554432000 1073741824 1073778376 140736993674448 140658852486184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24988] ppid=24977 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/24980/task/24988/stat : 24988 (java) S 24977 24980 21426 0 -1 4202560 506 0 0 0 261 9 0 0 20 0 22 0 104902650 10060525568 662527 33554432000 1073741824 1073778376 140736993674448 140658851433384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24989] ppid=24977 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/24980/task/24989/stat : 24989 (java) S 24977 24980 21426 0 -1 4202560 364 0 0 0 227 8 0 0 20 0 22 0 104902650 10060525568 662527 33554432000 1073741824 1073778376 140736993674448 140658850380584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24990] ppid=24977 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/24980/task/24990/stat : 24990 (java) S 24977 24980 21426 0 -1 4202560 410 0 0 0 234 9 0 0 20 0 22 0 104902650 10060525568 662527 33554432000 1073741824 1073778376 140736993674448 140658849327784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24991] ppid=24977 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/24980/task/24991/stat : 24991 (java) S 24977 24980 21426 0 -1 4202560 1684 0 0 0 154 14 0 0 20 0 22 0 104902651 10060525568 662527 33554432000 1073741824 1073778376 140736993674448 140658366999016 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24992] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24992/stat : 24992 (java) S 24977 24980 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104902652 10060525568 662527 33554432000 1073741824 1073778376 140736993674448 140658365945080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24993] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24993/stat : 24993 (java) S 24977 24980 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104902652 10060525568 662527 33554432000 1073741824 1073778376 140736993674448 140658364892168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24994] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24994/stat : 24994 (java) S 24977 24980 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104902654 10060525568 662527 33554432000 1073741824 1073778376 140736993674448 140658363840656 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24995] ppid=24977 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/24980/task/24995/stat : 24995 (java) S 24977 24980 21426 0 -1 4202560 16025 0 0 0 160 3 0 0 20 0 22 0 104902654 10060525568 662527 33554432000 1073741824 1073778376 140736993674448 140658362788792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24996] ppid=24977 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/24980/task/24996/stat : 24996 (java) S 24977 24980 21426 0 -1 4202560 11979 0 0 0 220 2 0 0 20 0 22 0 104902654 10060525568 662527 33554432000 1073741824 1073778376 140736993674448 140658361735992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24997] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24997/stat : 24997 (java) S 24977 24980 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104902654 10060525568 662527 33554432000 1073741824 1073778376 140736993674448 140658360683384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24998] ppid=24977 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/24980/task/24998/stat : 24998 (java) S 24977 24980 21426 0 -1 4202560 47 0 0 0 13 23 0 0 20 0 22 0 104902654 10060525568 662527 33554432000 1073741824 1073778376 140736993674448 140658359630792 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=24980/tid=24999] ppid=24977 vsize=9824732 CPUtime=812.43 cores=1,3,5,7
/proc/24980/task/24999/stat : 24999 (java) R 24977 24980 21426 0 -1 4202560 198 0 0 0 81229 14 0 0 20 0 22 0 104902675 10060525568 662527 33554432000 1073741824 1073778376 140736993674448 140658358573856 140658854290047 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=25000] ppid=24977 vsize=9824732 CPUtime=812.56 cores=1,3,5,7
/proc/24980/task/25000/stat : 25000 (java) R 24977 24980 21426 0 -1 4202560 2102 0 0 0 81202 54 0 0 20 0 22 0 104902675 10060525568 662527 33554432000 1073741824 1073778376 140736993674448 140658357521600 140658854386725 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=25001] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/25001/stat : 25001 (java) S 24977 24980 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104902676 10060525568 662527 33554432000 1073741824 1073778376 140736993674448 140658355487656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24980/tid=25002] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/25002/stat : 25002 (java) S 24977 24980 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104902676 10060525568 662527 33554432000 1073741824 1073778376 140736993674448 140658354434856 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1655.48
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.11 4.18 4.17 5/219 25634
/proc/meminfo: memFree=26164596/32872528 swapFree=12328/568296
[pid=24980] ppid=24977 vsize=9824732 CPUtime=1775.04 cores=1,3,5,7
/proc/24980/stat : 24980 (java) S 24977 24980 21426 0 -1 4202496 39525 0 1 0 177355 149 0 0 20 0 22 0 104902648 10060525568 652256 33554432000 1073741824 1073778376 140736993674448 140736993665584 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24980/statm: 2456183 652256 2294 9 0 2446860 0
[pid=24980/tid=24982] ppid=24977 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/24980/task/24982/stat : 24982 (java) S 24977 24980 21426 0 -1 4202560 2454 0 1 0 25 3 0 0 20 0 22 0 104902649 10060525568 652256 33554432000 1073741824 1073778376 140736993674448 140659013362552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24983] ppid=24977 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/24980/task/24983/stat : 24983 (java) S 24977 24980 21426 0 -1 4202560 479 0 0 0 250 8 0 0 20 0 22 0 104902650 10060525568 652256 33554432000 1073741824 1073778376 140736993674448 140658974853672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24984] ppid=24977 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/24980/task/24984/stat : 24984 (java) S 24977 24980 21426 0 -1 4202560 516 0 0 0 264 8 0 0 20 0 22 0 104902650 10060525568 652256 33554432000 1073741824 1073778376 140736993674448 140658973800872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24985] ppid=24977 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/24980/task/24985/stat : 24985 (java) S 24977 24980 21426 0 -1 4202560 428 0 0 0 261 8 0 0 20 0 22 0 104902650 10060525568 652256 33554432000 1073741824 1073778376 140736993674448 140658972748072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24986] ppid=24977 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/24980/task/24986/stat : 24986 (java) S 24977 24980 21426 0 -1 4202560 478 0 0 0 279 8 0 0 20 0 22 0 104902650 10060525568 652256 33554432000 1073741824 1073778376 140736993674448 140658853537960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24980/tid=24987] ppid=24977 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/24980/task/24987/stat : 24987 (java) S 24977 24980 21426 0 -1 4202560 467 0 0 0 274 8 0 0 20 0 22 0 104902650 10060525568 652256 33554432000 1073741824 1073778376 140736993674448 140658852486184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24980/tid=24988] ppid=24977 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/24980/task/24988/stat : 24988 (java) S 24977 24980 21426 0 -1 4202560 506 0 0 0 281 10 0 0 20 0 22 0 104902650 10060525568 652256 33554432000 1073741824 1073778376 140736993674448 140658851433384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24989] ppid=24977 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/24980/task/24989/stat : 24989 (java) S 24977 24980 21426 0 -1 4202560 377 0 0 0 248 8 0 0 20 0 22 0 104902650 10060525568 652256 33554432000 1073741824 1073778376 140736993674448 140658850380584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24990] ppid=24977 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/24980/task/24990/stat : 24990 (java) S 24977 24980 21426 0 -1 4202560 413 0 0 0 250 10 0 0 20 0 22 0 104902650 10060525568 652256 33554432000 1073741824 1073778376 140736993674448 140658849327784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24991] ppid=24977 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/24980/task/24991/stat : 24991 (java) S 24977 24980 21426 0 -1 4202560 1774 0 0 0 259 16 0 0 20 0 22 0 104902651 10060525568 652256 33554432000 1073741824 1073778376 140736993674448 140658366999016 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24992] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24992/stat : 24992 (java) S 24977 24980 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104902652 10060525568 652256 33554432000 1073741824 1073778376 140736993674448 140658365945080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24993] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24993/stat : 24993 (java) S 24977 24980 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104902652 10060525568 652256 33554432000 1073741824 1073778376 140736993674448 140658364892168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24994] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24994/stat : 24994 (java) S 24977 24980 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104902654 10060525568 652256 33554432000 1073741824 1073778376 140736993674448 140658363840656 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24995] ppid=24977 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/24980/task/24995/stat : 24995 (java) S 24977 24980 21426 0 -1 4202560 16025 0 0 0 160 3 0 0 20 0 22 0 104902654 10060525568 652256 33554432000 1073741824 1073778376 140736993674448 140658362788792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24996] ppid=24977 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/24980/task/24996/stat : 24996 (java) S 24977 24980 21426 0 -1 4202560 11979 0 0 0 220 2 0 0 20 0 22 0 104902654 10060525568 652256 33554432000 1073741824 1073778376 140736993674448 140658361735992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24997] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24997/stat : 24997 (java) S 24977 24980 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104902654 10060525568 652256 33554432000 1073741824 1073778376 140736993674448 140658360683384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24998] ppid=24977 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/24980/task/24998/stat : 24998 (java) S 24977 24980 21426 0 -1 4202560 51 0 0 0 14 24 0 0 20 0 22 0 104902654 10060525568 652256 33554432000 1073741824 1073778376 140736993674448 140658359630792 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=24980/tid=24999] ppid=24977 vsize=9824732 CPUtime=870.84 cores=1,3,5,7
/proc/24980/task/24999/stat : 24999 (java) R 24977 24980 21426 0 -1 4202560 200 0 0 0 87069 15 0 0 20 0 22 0 104902675 10060525568 652256 33554432000 1073741824 1073778376 140736993674448 140658358573856 140658854290047 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=25000] ppid=24977 vsize=9824732 CPUtime=870.96 cores=1,3,5,7
/proc/24980/task/25000/stat : 25000 (java) R 24977 24980 21426 0 -1 4202560 2112 0 0 0 87041 55 0 0 20 0 22 0 104902675 10060525568 652256 33554432000 1073741824 1073778376 140736993674448 140658357521824 140658854385932 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=25001] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/25001/stat : 25001 (java) S 24977 24980 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104902676 10060525568 652256 33554432000 1073741824 1073778376 140736993674448 140658355487656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24980/tid=25002] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/25002/stat : 25002 (java) S 24977 24980 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104902676 10060525568 652256 33554432000 1073741824 1073778376 140736993674448 140658354434856 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1775.04
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.801 s]
/proc/loadavg: 4.16 4.18 4.18 5/219 25634
/proc/meminfo: memFree=26196928/32872528 swapFree=12328/568296
[pid=24980] ppid=24977 vsize=9824732 CPUtime=1800.18 cores=1,3,5,7
/proc/24980/stat : 24980 (java) S 24977 24980 21426 0 -1 4202496 39532 0 1 0 179869 149 0 0 20 0 22 0 104902648 10060525568 649470 33554432000 1073741824 1073778376 140736993674448 140736993665584 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24980/statm: 2456183 649470 2294 9 0 2446860 0
[pid=24980/tid=24982] ppid=24977 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/24980/task/24982/stat : 24982 (java) S 24977 24980 21426 0 -1 4202560 2454 0 1 0 25 3 0 0 20 0 22 0 104902649 10060525568 649470 33554432000 1073741824 1073778376 140736993674448 140659013362552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24983] ppid=24977 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/24980/task/24983/stat : 24983 (java) S 24977 24980 21426 0 -1 4202560 483 0 0 0 253 8 0 0 20 0 22 0 104902650 10060525568 649470 33554432000 1073741824 1073778376 140736993674448 140658974853672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24980/tid=24984] ppid=24977 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/24980/task/24984/stat : 24984 (java) S 24977 24980 21426 0 -1 4202560 516 0 0 0 268 8 0 0 20 0 22 0 104902650 10060525568 649470 33554432000 1073741824 1073778376 140736993674448 140658973800872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24985] ppid=24977 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/24980/task/24985/stat : 24985 (java) S 24977 24980 21426 0 -1 4202560 428 0 0 0 265 8 0 0 20 0 22 0 104902650 10060525568 649470 33554432000 1073741824 1073778376 140736993674448 140658972748072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24986] ppid=24977 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/24980/task/24986/stat : 24986 (java) S 24977 24980 21426 0 -1 4202560 478 0 0 0 284 8 0 0 20 0 22 0 104902650 10060525568 649470 33554432000 1073741824 1073778376 140736993674448 140658853537960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24980/tid=24987] ppid=24977 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/24980/task/24987/stat : 24987 (java) S 24977 24980 21426 0 -1 4202560 467 0 0 0 280 8 0 0 20 0 22 0 104902650 10060525568 649470 33554432000 1073741824 1073778376 140736993674448 140658852486184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24988] ppid=24977 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/24980/task/24988/stat : 24988 (java) S 24977 24980 21426 0 -1 4202560 506 0 0 0 284 10 0 0 20 0 22 0 104902650 10060525568 649470 33554432000 1073741824 1073778376 140736993674448 140658851433384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24980/tid=24989] ppid=24977 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/24980/task/24989/stat : 24989 (java) S 24977 24980 21426 0 -1 4202560 377 0 0 0 254 8 0 0 20 0 22 0 104902650 10060525568 649470 33554432000 1073741824 1073778376 140736993674448 140658850380584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24990] ppid=24977 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/24980/task/24990/stat : 24990 (java) S 24977 24980 21426 0 -1 4202560 413 0 0 0 256 10 0 0 20 0 22 0 104902650 10060525568 649470 33554432000 1073741824 1073778376 140736993674448 140658849327784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24991] ppid=24977 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/24980/task/24991/stat : 24991 (java) S 24977 24980 21426 0 -1 4202560 1774 0 0 0 259 16 0 0 20 0 22 0 104902651 10060525568 649470 33554432000 1073741824 1073778376 140736993674448 140658366999016 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24980/tid=24992] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24992/stat : 24992 (java) S 24977 24980 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104902652 10060525568 649470 33554432000 1073741824 1073778376 140736993674448 140658365945080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24993] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24993/stat : 24993 (java) S 24977 24980 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104902652 10060525568 649470 33554432000 1073741824 1073778376 140736993674448 140658364892168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24994] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24994/stat : 24994 (java) S 24977 24980 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104902654 10060525568 649470 33554432000 1073741824 1073778376 140736993674448 140658363840656 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24995] ppid=24977 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/24980/task/24995/stat : 24995 (java) S 24977 24980 21426 0 -1 4202560 16025 0 0 0 160 3 0 0 20 0 22 0 104902654 10060525568 649470 33554432000 1073741824 1073778376 140736993674448 140658362788792 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=24996] ppid=24977 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/24980/task/24996/stat : 24996 (java) S 24977 24980 21426 0 -1 4202560 11979 0 0 0 220 2 0 0 20 0 22 0 104902654 10060525568 649470 33554432000 1073741824 1073778376 140736993674448 140658361735992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24997] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24997/stat : 24997 (java) S 24977 24980 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104902654 10060525568 649470 33554432000 1073741824 1073778376 140736993674448 140658360683384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=24998] ppid=24977 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/24980/task/24998/stat : 24998 (java) S 24977 24980 21426 0 -1 4202560 51 0 0 0 15 24 0 0 20 0 22 0 104902654 10060525568 649470 33554432000 1073741824 1073778376 140736993674448 140658359630792 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=24980/tid=24999] ppid=24977 vsize=9824732 CPUtime=883.2 cores=1,3,5,7
/proc/24980/task/24999/stat : 24999 (java) R 24977 24980 21426 0 -1 4202560 202 0 0 0 88305 15 0 0 20 0 22 0 104902675 10060525568 649470 33554432000 1073741824 1073778376 140736993674448 140658358574624 140658854290052 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24980/tid=25000] ppid=24977 vsize=9824732 CPUtime=883.32 cores=1,3,5,7
/proc/24980/task/25000/stat : 25000 (java) R 24977 24980 21426 0 -1 4202560 2113 0 0 0 88277 55 0 0 20 0 22 0 104902675 10060525568 649470 33554432000 1073741824 1073778376 140736993674448 140658357520784 140658854385828 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24980/tid=25001] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/25001/stat : 25001 (java) S 24977 24980 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104902676 10060525568 649470 33554432000 1073741824 1073778376 140736993674448 140658355487656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24980/tid=25002] ppid=24977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24980/task/25002/stat : 25002 (java) S 24977 24980 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104902676 10060525568 649470 33554432000 1073741824 1073778376 140736993674448 140658354434856 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 9824732

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 24980 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 24980 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=310223
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=31691
# CPU time returned by wait4() is 1796.34
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.86
CPU time (s): 1800.18
CPU user time (s): 1798.69
CPU system time (s): 1.49
CPU usage (%): 201.169
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.31
system time used= 2.03169
maximum resident set size= 2903260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39575
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27555
involuntary context switches= 49457

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.28304 second user time and 7.02293 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-06 18:15:01
IDJOB=4080669
IDBENCH=2492
IDSOLVER=2543
FILE ID=node138/4080669-1465229701
RUNJOBID= node138-1465221375-21443
PBS_JOBID= 19843229
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-rgn.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080669-1465229701/watcher-4080669-1465229701 -o /tmp/evaluation-result-4080669-1465229701/solver-4080669-1465229701 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465221375-21443 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080669-1465229701.opb

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

MD5SUM BENCH= 077c926419792cafad737b20a04bb1ea
RANDOM SEED=932937775

node138.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.807
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.61
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.807
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.56
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.807
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		: 2666.807
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.807
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.807
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.807
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.807
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:        30073844 kB
Buffers:           22136 kB
Cached:            98492 kB
SwapCached:        46428 kB
Active:          1423124 kB
Inactive:          97980 kB
Active(anon):    1355532 kB
Inactive(anon):    47172 kB
Active(file):      67592 kB
Inactive(file):    50808 kB
Unevictable:      568296 kB
Mlocked:           12328 kB
SwapTotal:      67108856 kB
SwapFree:       67053452 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:       1931760 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             567792 kB
SReclaimable:      11500 kB
SUnreclaim:       556292 kB
KernelStack:        1808 kB
PageTables:         7772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3340420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1888256 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= 71744 MiB
End job on node138 at 2016-06-06 18:29:56