Trace number 3456600

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 CuttingPlanes 2.3.0? (TO) 1800.42 1796.28

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_0.opb.PB06.opb
MD5SUM325852af8542a0f454599a2893f1b120
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark886
Best CPU time to get the best result obtained on this benchmark1800.25
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 434
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495293
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495293
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.04/0.12	c Pseudo Boolean Optimization
0.04/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.04/0.12	c --- Begin Solver configuration ---
0.04/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.04/0.12	c Learn all clauses as in MiniSAT
0.04/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.04/0.12	c No reason simplification
0.04/0.12	c Armin Biere (Picosat) restarts strategy
0.04/0.12	c Glucose learned constraints deletion strategy
0.04/0.12	c timeout=2147483s
0.04/0.12	c DB Simplification allowed=false
0.04/0.12	c --- End Solver configuration ---
0.04/0.12	c solving HOME/instance-3456600-1307218490.opb
0.04/0.12	c reading problem ... 
3.42/3.02	c ... done. Wall clock time 2.908s.
3.42/3.02	c #vars     10000
3.42/3.02	c #constraints  656900
3.42/3.02	c constraints type 
3.42/3.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
3.42/3.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
18.71/17.67	c cleaning 0 clauses out of 5002 with flag 0/5002
31.80/30.50	c cleaning 0 clauses out of 11001 with flag 0/11001
49.43/48.18	c cleaning 0 clauses out of 18000 with flag 0/18000
69.31/67.93	c cleaning 0 clauses out of 26000 with flag 0/26000
91.99/90.50	c cleaning 0 clauses out of 35001 with flag 0/35001
123.04/121.54	c cleaning 0 clauses out of 45000 with flag 0/45000
155.91/154.33	c cleaning 0 clauses out of 56000 with flag 0/56000
191.07/189.47	c cleaning 0 clauses out of 68002 with flag 0/68002
243.22/241.59	c cleaning 0 clauses out of 81001 with flag 0/81001
304.89/303.18	c cleaning 0 clauses out of 95000 with flag 0/95000
372.36/370.42	c cleaning 0 clauses out of 110002 with flag 0/110002
428.57/426.57	c cleaning 0 clauses out of 126001 with flag 0/126001
494.86/492.71	c cleaning 0 clauses out of 143002 with flag 0/143002
602.12/599.74	c cleaning 0 clauses out of 161000 with flag 0/161000
712.98/710.44	c cleaning 0 clauses out of 180001 with flag 0/180001
809.93/807.23	c cleaning 0 clauses out of 200000 with flag 0/200000
929.13/926.15	c cleaning 0 clauses out of 221002 with flag 0/221002
1078.83/1075.69	c cleaning 0 clauses out of 243000 with flag 0/243000
1265.27/1261.80	c cleaning 0 clauses out of 266000 with flag 0/266000
1438.82/1435.16	c cleaning 0 clauses out of 290001 with flag 0/290001
1679.62/1675.74	c cleaning 0 clauses out of 315002 with flag 0/315002
1800.07/1796.02	c starts		: 135
1800.07/1796.02	c conflicts		: 329013
1800.07/1796.02	c decisions		: 448379
1800.07/1796.02	c propagations		: 60514810
1800.07/1796.02	c inspects		: 2942907428
1800.07/1796.02	c shortcuts		: 0
1800.07/1796.02	c learnt literals	: 0
1800.07/1796.02	c learnt binary clauses	: 0
1800.07/1796.02	c learnt ternary clauses	: 0
1800.07/1796.02	c learnt constraints	: 329013
1800.07/1796.02	c ignored constraints	: 0
1800.07/1796.02	c root simplifications	: 0
1800.07/1796.02	c removed literals (reason simplification)	: 0
1800.07/1796.02	c reason swapping (by a shorter reason)	: 0
1800.07/1796.02	c Calls to reduceDB	: 21
1800.07/1796.02	c number of reductions to clauses (during analyze)	: 0
1800.07/1796.02	c number of learned constraints concerned by reduction	: 0
1800.07/1796.03	c number of learning phase by resolution	: 0
1800.07/1796.03	c number of learning phase by cutting planes	: 0
1800.07/1796.03	c speed (assignments/second)	: 33750.51589399689
1800.07/1796.03	c non guided choices	0
1800.07/1796.07	c learnt constraints type 
1800.07/1796.07	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 329020
1800.07/1796.07	c constraints type 
1800.07/1796.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
1800.07/1796.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
1800.07/1796.07	s UNKNOWN
1800.07/1796.07	c Total wall clock time (in seconds): 1795.958

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3456600-1307218490/watcher-3456600-1307218490 -o /tmp/evaluation-result-3456600-1307218490/solver-3456600-1307218490 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456600-1307218490.opb 

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: 2.00 2.02 1.89 3/576 14815
/proc/meminfo: memFree=25085848/32951124 swapFree=34426104/67111528
[pid=14815] ppid=14813 vsize=36924 CPUtime=0 cores=1,3,5,7
/proc/14815/stat : 14815 (java) S 14813 14815 14484 0 -1 4202496 1370 0 1 0 0 0 0 0 21 0 2 0 912079765 37810176 1072 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296728549 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/14815/statm: 9231 1072 832 9 0 387 0
[pid=14815/tid=14816] ppid=14813 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14484 0 -1 4202560 6612 0 1 0 0 0 0 0 22 0 2 0 912079766 10694979584 7428 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224284619835 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0532051 s]
/proc/loadavg: 2.00 2.02 1.89 3/576 14815
/proc/meminfo: memFree=25085848/32951124 swapFree=34426104/67111528
[pid=14815] ppid=14813 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/14815/stat : 14815 (java) S 14813 14815 14484 0 -1 4202496 11422 0 1 0 3 1 0 0 21 0 13 0 912079765 10718838784 11118 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296728549 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/14815/statm: 2616904 11120 1684 9 0 2607652 0
[pid=14815/tid=14816] ppid=14813 vsize=10467616 CPUtime=0.03 cores=1,3,5,7
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14484 0 -1 4202560 10276 0 1 0 2 1 0 0 25 0 13 0 912079766 10718838784 11120 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296752587 0 4 0 16800971 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.125239 s]
/proc/loadavg: 2.00 2.02 1.89 3/576 14815
/proc/meminfo: memFree=25085848/32951124 swapFree=34426104/67111528
[pid=14815] ppid=14813 vsize=10540304 CPUtime=0.13 cores=1,3,5,7
/proc/14815/stat : 14815 (java) S 14813 14815 14484 0 -1 4202496 13379 0 1 0 12 1 0 0 21 0 18 0 912079765 10793271296 13045 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14815/statm: 2635076 13046 2134 9 0 2625810 0
[pid=14815/tid=14816] ppid=14813 vsize=10540304 CPUtime=0.1 cores=1,3,5,7
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14484 0 -1 4202560 11390 0 1 0 9 1 0 0 22 0 18 0 912079766 10793271296 13046 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 47321507781428 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10540304

[startup+0.300129 s]
/proc/loadavg: 2.00 2.02 1.89 3/576 14815
/proc/meminfo: memFree=25085848/32951124 swapFree=34426104/67111528
[pid=14815] ppid=14813 vsize=10541888 CPUtime=0.47 cores=1,3,5,7
/proc/14815/stat : 14815 (java) S 14813 14815 14484 0 -1 4202496 16534 0 1 0 45 2 0 0 21 0 18 0 912079765 10794893312 15931 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14815/statm: 2635472 15931 2200 9 0 2626206 0
[pid=14815/tid=14816] ppid=14813 vsize=10541888 CPUtime=0.28 cores=1,3,5,7
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14484 0 -1 4202560 13803 0 1 0 26 2 0 0 22 0 18 0 912079766 10794893312 15931 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 46912505537135 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10541888

[startup+0.701063 s]
/proc/loadavg: 2.00 2.02 1.89 3/576 14815
/proc/meminfo: memFree=25085848/32951124 swapFree=34426104/67111528
[pid=14815] ppid=14813 vsize=10545096 CPUtime=1.12 cores=1,3,5,7
/proc/14815/stat : 14815 (java) S 14813 14815 14484 0 -1 4202496 53313 0 1 0 106 6 0 0 21 0 18 0 912079765 10798178304 51087 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14815/statm: 2636274 51087 2214 9 0 2627008 0
[pid=14815/tid=14816] ppid=14813 vsize=10545096 CPUtime=0.67 cores=1,3,5,7
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14484 0 -1 4202560 47286 0 1 0 62 5 0 0 24 0 18 0 912079766 10798178304 51087 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 46912505511824 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 10545096

[startup+1.50096 s]
/proc/loadavg: 2.00 2.02 1.89 3/594 14833
/proc/meminfo: memFree=24764004/32951124 swapFree=34426104/67111528
[pid=14815] ppid=14813 vsize=10545096 CPUtime=1.92 cores=1,3,5,7
/proc/14815/stat : 14815 (java) S 14813 14815 14484 0 -1 4202496 135734 0 1 0 176 16 0 0 21 0 18 0 912079765 10798178304 133508 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14815/statm: 2636274 133513 2214 9 0 2627008 0
[pid=14815/tid=14816] ppid=14813 vsize=10545096 CPUtime=1.47 cores=1,3,5,7
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14484 0 -1 4202560 129714 0 1 0 132 15 0 0 25 0 18 0 912079766 10798178304 133515 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 46912505631301 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14815/tid=14818] ppid=14813 vsize=10545096 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14818/stat : 14818 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 912079767 10798178304 133517 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14819] ppid=14813 vsize=10545096 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14819/stat : 14819 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 912079767 10798178304 133517 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14820] ppid=14813 vsize=10545096 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14820/stat : 14820 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 912079767 10798178304 133520 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14821] ppid=14813 vsize=10545096 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14821/stat : 14821 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 912079767 10798178304 133522 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14822] ppid=14813 vsize=10545096 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14822/stat : 14822 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 912079767 10798178304 133525 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14823] ppid=14813 vsize=10545096 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14823/stat : 14823 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 912079767 10798178304 133527 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14824] ppid=14813 vsize=10545096 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14824/stat : 14824 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 912079767 10798178304 133530 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14825] ppid=14813 vsize=10545096 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14825/stat : 14825 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 912079767 10798178304 133533 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14826] ppid=14813 vsize=10545096 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14826/stat : 14826 (java) S 14813 14815 14484 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 912079768 10798178304 133535 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296742400 0 0 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14827] ppid=14813 vsize=10545096 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14827/stat : 14827 (java) S 14813 14815 14484 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 912079769 10798178304 133538 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14828] ppid=14813 vsize=10545096 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14828/stat : 14828 (java) S 14813 14815 14484 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 912079769 10798178304 133541 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14829] ppid=14813 vsize=10545096 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14829/stat : 14829 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 912079771 10798178304 133544 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296749489 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14830] ppid=14813 vsize=10545096 CPUtime=0.22 cores=1,3,5,7
/proc/14815/task/14830/stat : 14830 (java) S 14813 14815 14484 0 -1 4202560 2160 0 0 0 22 0 0 0 16 0 18 0 912079771 10798178304 133546 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 5 0 0 0
[pid=14815/tid=14831] ppid=14813 vsize=10545096 CPUtime=0.21 cores=1,3,5,7
/proc/14815/task/14831/stat : 14831 (java) S 14813 14815 14484 0 -1 4202560 2716 0 0 0 21 0 0 0 19 0 18 0 912079771 10798178304 133549 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14832] ppid=14813 vsize=10545096 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14832/stat : 14832 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 912079771 10798178304 133552 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14833] ppid=14813 vsize=10545096 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14833/stat : 14833 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 912079771 10798178304 133554 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296742400 0 4 0 16800975 18446604468519724864 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 10545096

[startup+3.10066 s]
/proc/loadavg: 2.00 2.02 1.89 3/594 14833
/proc/meminfo: memFree=24304956/32951124 swapFree=34426104/67111528
[pid=14815] ppid=14813 vsize=10546320 CPUtime=3.59 cores=1,3,5,7
/proc/14815/stat : 14815 (java) S 14813 14815 14484 0 -1 4202496 292618 0 1 0 325 34 0 0 21 0 19 0 912079765 10799431680 290392 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14815/statm: 2636580 290392 2230 9 0 2627314 0
[pid=14815/tid=14816] ppid=14813 vsize=10546320 CPUtime=3.07 cores=1,3,5,7
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14484 0 -1 4202560 286525 0 1 0 274 33 0 0 25 0 19 0 912079766 10799431680 290392 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 46912505226113 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=14815/tid=14818] ppid=14813 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14818/stat : 14818 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 912079767 10799431680 290392 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14819] ppid=14813 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14819/stat : 14819 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 912079767 10799431680 290392 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14820] ppid=14813 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14820/stat : 14820 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912079767 10799431680 290392 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14821] ppid=14813 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14821/stat : 14821 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912079767 10799431680 290392 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14822] ppid=14813 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14822/stat : 14822 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912079767 10799431680 290392 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14823] ppid=14813 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14823/stat : 14823 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912079767 10799431680 290392 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14824] ppid=14813 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14824/stat : 14824 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912079767 10799431680 290392 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14825] ppid=14813 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14825/stat : 14825 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912079767 10799431680 290392 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14826] ppid=14813 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14826/stat : 14826 (java) S 14813 14815 14484 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 912079768 10799431680 290392 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296742400 0 0 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14827] ppid=14813 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14827/stat : 14827 (java) S 14813 14815 14484 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912079769 10799431680 290392 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14828] ppid=14813 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14828/stat : 14828 (java) S 14813 14815 14484 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912079769 10799431680 290392 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14829] ppid=14813 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14829/stat : 14829 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 912079771 10799431680 290392 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296749489 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14830] ppid=14813 vsize=10546320 CPUtime=0.26 cores=1,3,5,7
/proc/14815/task/14830/stat : 14830 (java) S 14813 14815 14484 0 -1 4202560 2207 0 0 0 26 0 0 0 15 0 19 0 912079771 10799431680 290392 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 5 0 0 0
[pid=14815/tid=14831] ppid=14813 vsize=10546320 CPUtime=0.24 cores=1,3,5,7
/proc/14815/task/14831/stat : 14831 (java) S 14813 14815 14484 0 -1 4202560 2728 0 0 0 24 0 0 0 17 0 19 0 912079771 10799431680 290392 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14832] ppid=14813 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14832/stat : 14832 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912079771 10799431680 290392 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14833] ppid=14813 vsize=10546320 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14833/stat : 14833 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912079771 10799431680 290392 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296742400 0 4 0 16800975 18446604468519724864 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 10546320

[startup+6.30117 s]
/proc/loadavg: 2.00 2.02 1.89 3/595 14834
/proc/meminfo: memFree=23897832/32951124 swapFree=34426104/67111528
[pid=14815] ppid=14813 vsize=10546124 CPUtime=7.16 cores=1,3,5,7
/proc/14815/stat : 14815 (java) S 14813 14815 14484 0 -1 4202496 303053 0 1 0 680 36 0 0 21 0 19 0 912079765 10799230976 299319 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14815/statm: 2636531 299319 2239 9 0 2627265 0
[pid=14815/tid=14816] ppid=14813 vsize=10546124 CPUtime=6.26 cores=1,3,5,7
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14484 0 -1 4202560 295460 0 1 0 592 34 0 0 25 0 19 0 912079766 10799230976 299319 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 46912505831059 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14815/tid=14818] ppid=14813 vsize=10546124 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14818/stat : 14818 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 912079767 10799230976 299319 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14819] ppid=14813 vsize=10546124 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14819/stat : 14819 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 912079767 10799230976 299319 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14820] ppid=14813 vsize=10546124 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14820/stat : 14820 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912079767 10799230976 299319 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14821] ppid=14813 vsize=10546124 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14821/stat : 14821 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912079767 10799230976 299319 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14822] ppid=14813 vsize=10546124 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14822/stat : 14822 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912079767 10799230976 299319 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14823] ppid=14813 vsize=10546124 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14823/stat : 14823 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912079767 10799230976 299319 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14824] ppid=14813 vsize=10546124 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14824/stat : 14824 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912079767 10799230976 299319 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14825] ppid=14813 vsize=10546124 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14825/stat : 14825 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912079767 10799230976 299319 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14826] ppid=14813 vsize=10546124 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14826/stat : 14826 (java) S 14813 14815 14484 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 912079768 10799230976 299319 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296742400 0 0 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14827] ppid=14813 vsize=10546124 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14827/stat : 14827 (java) S 14813 14815 14484 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912079769 10799230976 299319 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14828] ppid=14813 vsize=10546124 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14828/stat : 14828 (java) S 14813 14815 14484 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912079769 10799230976 299319 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14829] ppid=14813 vsize=10546124 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14829/stat : 14829 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 912079771 10799230976 299319 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296749489 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14830] ppid=14813 vsize=10546124 CPUtime=0.43 cores=1,3,5,7
/proc/14815/task/14830/stat : 14830 (java) S 14813 14815 14484 0 -1 4202560 3061 0 0 0 43 0 0 0 15 0 19 0 912079771 10799230976 299319 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 5 0 0 0
[pid=14815/tid=14831] ppid=14813 vsize=10546124 CPUtime=0.44 cores=1,3,5,7
/proc/14815/task/14831/stat : 14831 (java) S 14813 14815 14484 0 -1 4202560 3370 0 0 0 44 0 0 0 15 0 19 0 912079771 10799230976 299319 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14832] ppid=14813 vsize=10546124 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14832/stat : 14832 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912079771 10799230976 299319 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14833] ppid=14813 vsize=10546124 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14833/stat : 14833 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912079771 10799230976 299319 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296742400 0 4 0 16800975 18446604468519724864 0 0 -1 1 0 0 0

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

/proc/14815/task/14828/stat : 14828 (java) S 14813 14815 14484 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912079769 10799370240 1301171 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14829] ppid=14813 vsize=10546260 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14829/stat : 14829 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 912079771 10799370240 1301171 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296749489 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14830] ppid=14813 vsize=10546260 CPUtime=0.72 cores=1,3,5,7
/proc/14815/task/14830/stat : 14830 (java) S 14813 14815 14484 0 -1 4202560 3102 0 0 0 72 0 0 0 15 0 19 0 912079771 10799370240 1301171 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 5 0 0 0
[pid=14815/tid=14831] ppid=14813 vsize=10546260 CPUtime=0.57 cores=1,3,5,7
/proc/14815/task/14831/stat : 14831 (java) S 14813 14815 14484 0 -1 4202560 3761 0 0 0 57 0 0 0 15 0 19 0 912079771 10799370240 1301171 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14832] ppid=14813 vsize=10546260 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14832/stat : 14832 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912079771 10799370240 1301171 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14833] ppid=14813 vsize=10546260 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14833/stat : 14833 (java) S 14813 14815 14484 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 912079771 10799370240 1301171 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296742400 0 4 0 16800975 18446604468519724864 0 0 -1 1 0 0 0
[pid=14815/tid=14834] ppid=14813 vsize=10546260 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14834/stat : 14834 (java) S 14813 14815 14484 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912080072 10799370240 1301171 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296742400 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1666.22
Current children cumulated vsize (KiB) 10546260

[startup+1722.3 s]
/proc/loadavg: 2.07 2.09 2.01 3/595 14931
/proc/meminfo: memFree=19705248/32951124 swapFree=34426104/67111528
[pid=14815] ppid=14813 vsize=10546260 CPUtime=1726.26 cores=1,3,5,7
/proc/14815/stat : 14815 (java) S 14813 14815 14484 0 -1 4202496 1352067 0 1 0 172462 164 0 0 21 0 19 0 912079765 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14815/statm: 2636565 1322030 2267 9 0 2627299 0
[pid=14815/tid=14816] ppid=14813 vsize=10546260 CPUtime=1715 cores=1,3,5,7
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14484 0 -1 4202560 805356 0 1 0 171408 92 0 0 25 0 19 0 912079766 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 46912505830944 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14815/tid=14818] ppid=14813 vsize=10546260 CPUtime=0.42 cores=1,3,5,7
/proc/14815/task/14818/stat : 14818 (java) S 14813 14815 14484 0 -1 4202560 39600 0 0 0 37 5 0 0 15 0 19 0 912079767 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14819] ppid=14813 vsize=10546260 CPUtime=0.39 cores=1,3,5,7
/proc/14815/task/14819/stat : 14819 (java) S 14813 14815 14484 0 -1 4202560 36476 0 0 0 34 5 0 0 16 0 19 0 912079767 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14820] ppid=14813 vsize=10546260 CPUtime=0.44 cores=1,3,5,7
/proc/14815/task/14820/stat : 14820 (java) S 14813 14815 14484 0 -1 4202560 42256 0 0 0 38 6 0 0 15 0 19 0 912079767 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14821] ppid=14813 vsize=10546260 CPUtime=0.51 cores=1,3,5,7
/proc/14815/task/14821/stat : 14821 (java) S 14813 14815 14484 0 -1 4202560 53372 0 0 0 44 7 0 0 15 0 19 0 912079767 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14822] ppid=14813 vsize=10546260 CPUtime=0.4 cores=1,3,5,7
/proc/14815/task/14822/stat : 14822 (java) S 14813 14815 14484 0 -1 4202560 36834 0 0 0 35 5 0 0 15 0 19 0 912079767 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14823] ppid=14813 vsize=10546260 CPUtime=0.5 cores=1,3,5,7
/proc/14815/task/14823/stat : 14823 (java) S 14813 14815 14484 0 -1 4202560 50522 0 0 0 43 7 0 0 16 0 19 0 912079767 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14824] ppid=14813 vsize=10546260 CPUtime=0.64 cores=1,3,5,7
/proc/14815/task/14824/stat : 14824 (java) S 14813 14815 14484 0 -1 4202560 59680 0 0 0 55 9 0 0 16 0 19 0 912079767 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 1 0 0 0
[pid=14815/tid=14825] ppid=14813 vsize=10546260 CPUtime=0.6 cores=1,3,5,7
/proc/14815/task/14825/stat : 14825 (java) S 14813 14815 14484 0 -1 4202560 60436 0 0 0 52 8 0 0 16 0 19 0 912079767 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 1 0 0 0
[pid=14815/tid=14826] ppid=14813 vsize=10546260 CPUtime=5.95 cores=1,3,5,7
/proc/14815/task/14826/stat : 14826 (java) S 14813 14815 14484 0 -1 4202560 159424 0 0 0 580 15 0 0 15 0 19 0 912079768 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296742400 0 0 0 16800975 18446604468519724864 0 0 -1 5 0 0 0
[pid=14815/tid=14827] ppid=14813 vsize=10546260 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14827/stat : 14827 (java) S 14813 14815 14484 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912079769 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14828] ppid=14813 vsize=10546260 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14828/stat : 14828 (java) S 14813 14815 14484 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912079769 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14829] ppid=14813 vsize=10546260 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14829/stat : 14829 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 912079771 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296749489 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14830] ppid=14813 vsize=10546260 CPUtime=0.72 cores=1,3,5,7
/proc/14815/task/14830/stat : 14830 (java) S 14813 14815 14484 0 -1 4202560 3102 0 0 0 72 0 0 0 15 0 19 0 912079771 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 5 0 0 0
[pid=14815/tid=14831] ppid=14813 vsize=10546260 CPUtime=0.57 cores=1,3,5,7
/proc/14815/task/14831/stat : 14831 (java) S 14813 14815 14484 0 -1 4202560 3761 0 0 0 57 0 0 0 15 0 19 0 912079771 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14832] ppid=14813 vsize=10546260 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14832/stat : 14832 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912079771 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14833] ppid=14813 vsize=10546260 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14833/stat : 14833 (java) S 14813 14815 14484 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 912079771 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296742400 0 4 0 16800975 18446604468519724864 0 0 -1 1 0 0 0
[pid=14815/tid=14834] ppid=14813 vsize=10546260 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14834/stat : 14834 (java) S 14813 14815 14484 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912080072 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296742400 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1726.26
Current children cumulated vsize (KiB) 10546260

[startup+1782.3 s]
/proc/loadavg: 2.02 2.07 2.01 3/595 14933
/proc/meminfo: memFree=19698412/32951124 swapFree=34426104/67111528
[pid=14815] ppid=14813 vsize=10546260 CPUtime=1786.3 cores=1,3,5,7
/proc/14815/stat : 14815 (java) S 14813 14815 14484 0 -1 4202496 1352074 0 1 0 178466 164 0 0 21 0 19 0 912079765 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14815/statm: 2636565 1322030 2267 9 0 2627299 0
[pid=14815/tid=14816] ppid=14813 vsize=10546260 CPUtime=1774.98 cores=1,3,5,7
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14484 0 -1 4202560 805357 0 1 0 177406 92 0 0 25 0 19 0 912079766 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 46912505823662 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14815/tid=14818] ppid=14813 vsize=10546260 CPUtime=0.42 cores=1,3,5,7
/proc/14815/task/14818/stat : 14818 (java) S 14813 14815 14484 0 -1 4202560 39600 0 0 0 37 5 0 0 15 0 19 0 912079767 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14819] ppid=14813 vsize=10546260 CPUtime=0.41 cores=1,3,5,7
/proc/14815/task/14819/stat : 14819 (java) S 14813 14815 14484 0 -1 4202560 36476 0 0 0 36 5 0 0 16 0 19 0 912079767 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14820] ppid=14813 vsize=10546260 CPUtime=0.46 cores=1,3,5,7
/proc/14815/task/14820/stat : 14820 (java) S 14813 14815 14484 0 -1 4202560 42256 0 0 0 40 6 0 0 16 0 19 0 912079767 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14821] ppid=14813 vsize=10546260 CPUtime=0.51 cores=1,3,5,7
/proc/14815/task/14821/stat : 14821 (java) S 14813 14815 14484 0 -1 4202560 53372 0 0 0 44 7 0 0 15 0 19 0 912079767 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14822] ppid=14813 vsize=10546260 CPUtime=0.42 cores=1,3,5,7
/proc/14815/task/14822/stat : 14822 (java) S 14813 14815 14484 0 -1 4202560 36834 0 0 0 37 5 0 0 16 0 19 0 912079767 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 1 0 0 0
[pid=14815/tid=14823] ppid=14813 vsize=10546260 CPUtime=0.5 cores=1,3,5,7
/proc/14815/task/14823/stat : 14823 (java) S 14813 14815 14484 0 -1 4202560 50522 0 0 0 43 7 0 0 15 0 19 0 912079767 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14824] ppid=14813 vsize=10546260 CPUtime=0.64 cores=1,3,5,7
/proc/14815/task/14824/stat : 14824 (java) S 14813 14815 14484 0 -1 4202560 59680 0 0 0 55 9 0 0 16 0 19 0 912079767 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 1 0 0 0
[pid=14815/tid=14825] ppid=14813 vsize=10546260 CPUtime=0.6 cores=1,3,5,7
/proc/14815/task/14825/stat : 14825 (java) S 14813 14815 14484 0 -1 4202560 60436 0 0 0 52 8 0 0 15 0 19 0 912079767 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 1 0 0 0
[pid=14815/tid=14826] ppid=14813 vsize=10546260 CPUtime=5.95 cores=1,3,5,7
/proc/14815/task/14826/stat : 14826 (java) S 14813 14815 14484 0 -1 4202560 159426 0 0 0 580 15 0 0 15 0 19 0 912079768 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296742400 0 0 0 16800975 18446604468519724864 0 0 -1 5 0 0 0
[pid=14815/tid=14827] ppid=14813 vsize=10546260 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14827/stat : 14827 (java) S 14813 14815 14484 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912079769 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14828] ppid=14813 vsize=10546260 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14828/stat : 14828 (java) S 14813 14815 14484 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912079769 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14829] ppid=14813 vsize=10546260 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14829/stat : 14829 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 912079771 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296749489 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14830] ppid=14813 vsize=10546260 CPUtime=0.72 cores=1,3,5,7
/proc/14815/task/14830/stat : 14830 (java) S 14813 14815 14484 0 -1 4202560 3102 0 0 0 72 0 0 0 15 0 19 0 912079771 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 5 0 0 0
[pid=14815/tid=14831] ppid=14813 vsize=10546260 CPUtime=0.57 cores=1,3,5,7
/proc/14815/task/14831/stat : 14831 (java) S 14813 14815 14484 0 -1 4202560 3761 0 0 0 57 0 0 0 15 0 19 0 912079771 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14832] ppid=14813 vsize=10546260 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14832/stat : 14832 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912079771 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14833] ppid=14813 vsize=10546260 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14833/stat : 14833 (java) S 14813 14815 14484 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 912079771 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296742400 0 4 0 16800975 18446604468519724864 0 0 -1 1 0 0 0
[pid=14815/tid=14834] ppid=14813 vsize=10546260 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14834/stat : 14834 (java) S 14813 14815 14484 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912080072 10799370240 1322030 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296742400 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1786.3
Current children cumulated vsize (KiB) 10546260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 2.02 2.06 2.01 3/595 14933
/proc/meminfo: memFree=19652032/32951124 swapFree=34426104/67111528
[pid=14815] ppid=14813 vsize=10546260 CPUtime=1800.07 cores=1,3,5,7
/proc/14815/stat : 14815 (java) S 14813 14815 14484 0 -1 4202496 1364211 0 1 0 179841 166 0 0 21 0 19 0 912079765 10799370240 1333350 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14815/statm: 2636565 1333350 2267 9 0 2627299 0
[pid=14815/tid=14816] ppid=14813 vsize=10546260 CPUtime=1788.67 cores=1,3,5,7
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14484 0 -1 4202560 805358 0 1 0 178775 92 0 0 25 0 19 0 912079766 10799370240 1333350 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 46912505850056 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14815/tid=14818] ppid=14813 vsize=10546260 CPUtime=0.46 cores=1,3,5,7
/proc/14815/task/14818/stat : 14818 (java) S 14813 14815 14484 0 -1 4202560 43287 0 0 0 40 6 0 0 16 0 19 0 912079767 10799370240 1333350 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14819] ppid=14813 vsize=10546260 CPUtime=0.41 cores=1,3,5,7
/proc/14815/task/14819/stat : 14819 (java) S 14813 14815 14484 0 -1 4202560 36476 0 0 0 36 5 0 0 16 0 19 0 912079767 10799370240 1333350 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14820] ppid=14813 vsize=10546260 CPUtime=0.46 cores=1,3,5,7
/proc/14815/task/14820/stat : 14820 (java) S 14813 14815 14484 0 -1 4202560 42256 0 0 0 40 6 0 0 15 0 19 0 912079767 10799370240 1333350 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14821] ppid=14813 vsize=10546260 CPUtime=0.51 cores=1,3,5,7
/proc/14815/task/14821/stat : 14821 (java) S 14813 14815 14484 0 -1 4202560 53372 0 0 0 44 7 0 0 15 0 19 0 912079767 10799370240 1333350 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14822] ppid=14813 vsize=10546260 CPUtime=0.44 cores=1,3,5,7
/proc/14815/task/14822/stat : 14822 (java) S 14813 14815 14484 0 -1 4202560 40239 0 0 0 39 5 0 0 16 0 19 0 912079767 10799370240 1333350 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14823] ppid=14813 vsize=10546260 CPUtime=0.5 cores=1,3,5,7
/proc/14815/task/14823/stat : 14823 (java) S 14813 14815 14484 0 -1 4202560 50522 0 0 0 43 7 0 0 15 0 19 0 912079767 10799370240 1333350 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
[pid=14815/tid=14824] ppid=14813 vsize=10546260 CPUtime=0.68 cores=1,3,5,7
/proc/14815/task/14824/stat : 14824 (java) S 14813 14815 14484 0 -1 4202560 64722 0 0 0 58 10 0 0 16 0 19 0 912079767 10799370240 1333350 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 1 0 0 0
[pid=14815/tid=14825] ppid=14813 vsize=10546260 CPUtime=0.6 cores=1,3,5,7
/proc/14815/task/14825/stat : 14825 (java) S 14813 14815 14484 0 -1 4202560 60436 0 0 0 52 8 0 0 15 0 19 0 912079767 10799370240 1333350 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 1 0 0 0
[pid=14815/tid=14826] ppid=14813 vsize=10546260 CPUtime=5.95 cores=1,3,5,7
/proc/14815/task/14826/stat : 14826 (java) S 14813 14815 14484 0 -1 4202560 159428 0 0 0 580 15 0 0 15 0 19 0 912079768 10799370240 1333350 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296742400 0 0 0 16800975 18446604468519724864 0 0 -1 5 0 0 0
[pid=14815/tid=14827] ppid=14813 vsize=10546260 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14827/stat : 14827 (java) S 14813 14815 14484 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912079769 10799370240 1333350 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14828] ppid=14813 vsize=10546260 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14828/stat : 14828 (java) S 14813 14815 14484 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912079769 10799370240 1333350 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14829] ppid=14813 vsize=10546260 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14829/stat : 14829 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 912079771 10799370240 1333350 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296749489 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14830] ppid=14813 vsize=10546260 CPUtime=0.72 cores=1,3,5,7
/proc/14815/task/14830/stat : 14830 (java) S 14813 14815 14484 0 -1 4202560 3102 0 0 0 72 0 0 0 15 0 19 0 912079771 10799370240 1333350 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 5 0 0 0
[pid=14815/tid=14831] ppid=14813 vsize=10546260 CPUtime=0.57 cores=1,3,5,7
/proc/14815/task/14831/stat : 14831 (java) S 14813 14815 14484 0 -1 4202560 3761 0 0 0 57 0 0 0 15 0 19 0 912079771 10799370240 1333350 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14832] ppid=14813 vsize=10546260 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14832/stat : 14832 (java) S 14813 14815 14484 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 912079771 10799370240 1333350 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296741785 0 4 0 16800975 18446604468519724864 0 0 -1 3 0 0 0
[pid=14815/tid=14833] ppid=14813 vsize=10546260 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14833/stat : 14833 (java) S 14813 14815 14484 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 912079771 10799370240 1333350 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296742400 0 4 0 16800975 18446604468519724864 0 0 -1 1 0 0 0
[pid=14815/tid=14834] ppid=14813 vsize=10546260 CPUtime=0 cores=1,3,5,7
/proc/14815/task/14834/stat : 14834 (java) S 14813 14815 14484 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912080072 10799370240 1333350 33554432000 1073741824 1073778376 140734162191904 18446744073709551615 224296742400 0 4 0 16800975 18446604468519724864 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10546260

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1796.2 s]
/proc/loadavg: 2.02 2.06 2.01 3/579 14936
/proc/meminfo: memFree=22902572/32951124 swapFree=34426104/67111528
[pid=14815] ppid=14813 vsize=0 CPUtime=1800.34 cores=1,3,5,7
/proc/14815/stat : 14815 (java) Z 14813 14815 14484 0 -1 4203548 1364239 0 1 0 179854 180 0 0 17 0 2 0 912079765 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14815/statm: 0 0 0 0 0 0 0
[pid=14815/tid=14935] ppid=14813 vsize=0 CPUtime=0.14 cores=1,3,5,7
/proc/14815/task/14935/stat : 14935 (java) R 14813 14815 14484 0 -1 4203588 10 0 0 0 0 14 0 0 19 0 2 0 912259368 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.28
CPU time (s): 1800.42
CPU user time (s): 1798.54
CPU system time (s): 1.87371
CPU usage (%): 100.23
Max. virtual memory (cumulated for all children) (KiB): 10546320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.54
system time used= 1.87371
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1364239
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38357
involuntary context switches= 21309

runsolver used 10.3544 second user time and 23.9854 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-04 22:14:51
IDJOB=3456600
IDBENCH=1969
IDSOLVER=1951
FILE ID=node118/3456600-1307218490
RUNJOBID= node118-1307215870-14503
PBS_JOBID= 13509103
Free space on /tmp= 73752 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_0.opb.PB06.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456600-1307218490/watcher-3456600-1307218490 -o /tmp/evaluation-result-3456600-1307218490/solver-3456600-1307218490 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456600-1307218490.opb

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

MD5SUM BENCH= 325852af8542a0f454599a2893f1b120
RANDOM SEED=1182861875

node118.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25085880 kB
Buffers:        328060 kB
Cached:        2082760 kB
SwapCached:      56168 kB
Active:        4465472 kB
Inactive:      3053864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25085880 kB
SwapTotal:    67111528 kB
SwapFree:     34426104 kB
Dirty:           17080 kB
Writeback:           0 kB
AnonPages:     5065660 kB
Mapped:          23080 kB
Slab:           152092 kB
PageTables:     122560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 194153264 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73752 MiB
End job on node118 at 2011-06-04 22:44:49