Trace number 3455877

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.0SAT (TO)3 1800.31 1793.7

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=47-P1=17-P2=37-P3=53-P4=13-P5=13-B.opb
MD5SUM4a54e07caaccf9019e5a54d4dcd3a55b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.097984
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables90
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)180
Sum of products size (including duplicates)360
Number of different products180
Sum of products size360

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3455877-1307224883.opb
0.10/0.10	c reading problem ... 
0.10/0.14	c ... done. Wall clock time 0.037s.
0.10/0.14	c #vars     270
0.10/0.14	c #constraints  376
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 180
0.10/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 196
2.31/0.95	c SATISFIABLE
2.31/0.95	c OPTIMIZING...
2.31/0.95	c Got one! Elapsed wall clock time (in seconds):0.845
2.31/0.95	o 3
12.27/10.72	c cleaning 0 clauses out of 5579 with flag 0/5579
33.68/31.93	c cleaning 0 clauses out of 11578 with flag 0/11578
88.29/86.33	c cleaning 0 clauses out of 18579 with flag 0/18579
189.68/187.47	c cleaning 0 clauses out of 26577 with flag 0/26577
418.87/416.04	c cleaning 0 clauses out of 35577 with flag 0/35577
795.88/792.24	c cleaning 0 clauses out of 45577 with flag 0/45577
1346.54/1341.52	c cleaning 0 clauses out of 55578 with flag 0/55578
1800.07/1793.52	c starts		: 77
1800.07/1793.52	c conflicts		: 63305
1800.07/1793.52	c decisions		: 66890
1800.07/1793.52	c propagations		: 809061
1800.07/1793.52	c inspects		: 2664544661
1800.07/1793.52	c shortcuts		: 0
1800.07/1793.52	c learnt literals	: 0
1800.07/1793.52	c learnt binary clauses	: 0
1800.07/1793.52	c learnt ternary clauses	: 1
1800.07/1793.52	c learnt constraints	: 63305
1800.07/1793.52	c ignored constraints	: 0
1800.07/1793.52	c root simplifications	: 0
1800.07/1793.52	c removed literals (reason simplification)	: 0
1800.07/1793.52	c reason swapping (by a shorter reason)	: 0
1800.07/1793.52	c Calls to reduceDB	: 7
1800.07/1793.52	c number of reductions to clauses (during analyze)	: 0
1800.07/1793.52	c number of learned constraints concerned by reduction	: 0
1800.07/1793.52	c number of learning phase by resolution	: 0
1800.07/1793.52	c number of learning phase by cutting planes	: 0
1800.07/1793.52	c speed (assignments/second)	: 451.34111842710837
1800.07/1793.52	c non guided choices	336
1800.07/1793.55	c learnt constraints type 
1800.07/1793.55	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 716
1800.07/1793.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 62589
1800.07/1793.55	c constraints type 
1800.07/1793.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 180
1800.07/1793.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 197
1800.07/1793.55	s SATISFIABLE
1800.07/1793.55	v x1 x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 x11 x12 x13 -x14 x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 -x35 -x36 x37 x38 -x39 -x40 x41 -x42 x43 x44 x45 x46 x47 -x48 x49 x50 x51 x52 x53 x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 x73 x74 x75 x76 -x77 -x78 -x79 x80 x81 x82 x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 
1800.07/1793.55	c objective function=3
1800.07/1793.55	c Total wall clock time (in seconds): 1793.443

Verifier Data

OK	3

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.01 2.04 2.00 3/442 8144
/proc/meminfo: memFree=21649184/32951124 swapFree=44043516/67111528
[pid=8144] ppid=8142 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/8144/stat : 8144 (java) S 8142 8144 7124 0 -1 4202496 3003 0 1 0 0 0 0 0 25 0 2 0 834086524 10681323520 2705 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/8144/statm: 2607745 2719 906 9 0 2598901 0
[pid=8144/tid=8145] ppid=8142 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8145/stat : 8145 (java) R 8142 8144 7124 0 -1 4202560 4616 0 1 0 0 0 0 0 25 0 2 0 834086525 10694979584 5433 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246516528187 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0487171 s]
/proc/loadavg: 2.01 2.04 2.00 3/442 8144
/proc/meminfo: memFree=21649184/32951124 swapFree=44043516/67111528
[pid=8144] ppid=8142 vsize=10467480 CPUtime=0.03 cores=0,2,4,6
/proc/8144/stat : 8144 (java) S 8142 8144 7124 0 -1 4202496 11380 0 1 0 2 1 0 0 25 0 13 0 834086524 10718699520 11077 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528636901 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0
/proc/8144/statm: 2616870 11077 1682 9 0 2607618 0
[pid=8144/tid=8145] ppid=8142 vsize=10467480 CPUtime=0.03 cores=0,2,4,6
/proc/8144/task/8145/stat : 8145 (java) R 8142 8144 7124 0 -1 4202560 10233 0 1 0 2 1 0 0 25 0 13 0 834086525 10718699520 11077 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 47869316269592 0 4 0 16800971 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.100698 s]
/proc/loadavg: 2.01 2.04 2.00 3/442 8144
/proc/meminfo: memFree=21649184/32951124 swapFree=44043516/67111528
[pid=8144] ppid=8142 vsize=10539848 CPUtime=0.1 cores=0,2,4,6
/proc/8144/stat : 8144 (java) S 8142 8144 7124 0 -1 4202496 13091 0 1 0 8 2 0 0 25 0 18 0 834086524 10792804352 12773 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8144/statm: 2634962 12773 2093 9 0 2625696 0
[pid=8144/tid=8145] ppid=8142 vsize=10539848 CPUtime=0.08 cores=0,2,4,6
/proc/8144/task/8145/stat : 8145 (java) R 8142 8144 7124 0 -1 4202560 11159 0 1 0 7 1 0 0 18 0 18 0 834086525 10792804352 12773 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 47869315606547 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539848

[startup+0.300657 s]
/proc/loadavg: 2.01 2.04 2.00 3/442 8144
/proc/meminfo: memFree=21649184/32951124 swapFree=44043516/67111528
[pid=8144] ppid=8142 vsize=10543944 CPUtime=0.53 cores=0,2,4,6
/proc/8144/stat : 8144 (java) S 8142 8144 7124 0 -1 4202496 18029 0 1 0 51 2 0 0 25 0 19 0 834086524 10796998656 16543 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8144/statm: 2635986 16546 2188 9 0 2626720 0
[pid=8144/tid=8145] ppid=8142 vsize=10543944 CPUtime=0.28 cores=0,2,4,6
/proc/8144/task/8145/stat : 8145 (java) R 8142 8144 7124 0 -1 4202560 13019 0 1 0 27 1 0 0 18 0 19 0 834086525 10796998656 16546 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 46912505566313 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10543944

[startup+0.700597 s]
/proc/loadavg: 2.01 2.04 2.00 3/442 8144
/proc/meminfo: memFree=21649184/32951124 swapFree=44043516/67111528
[pid=8144] ppid=8142 vsize=10555680 CPUtime=1.71 cores=0,2,4,6
/proc/8144/stat : 8144 (java) S 8142 8144 7124 0 -1 4202496 44574 0 1 0 165 6 0 0 25 0 19 0 834086524 10809016320 38236 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8144/statm: 2638920 38237 2221 9 0 2629654 0
[pid=8144/tid=8145] ppid=8142 vsize=10555680 CPUtime=0.67 cores=0,2,4,6
/proc/8144/task/8145/stat : 8145 (java) R 8142 8144 7124 0 -1 4202560 27882 0 1 0 64 3 0 0 18 0 19 0 834086525 10809016320 38238 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 46912505565783 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 10555680

[startup+1.50147 s]
/proc/loadavg: 2.01 2.04 2.00 3/461 8163
/proc/meminfo: memFree=21404948/32951124 swapFree=44043516/67111528
[pid=8144] ppid=8142 vsize=10551968 CPUtime=3.01 cores=0,2,4,6
/proc/8144/stat : 8144 (java) S 8142 8144 7124 0 -1 4202496 125959 0 1 0 284 17 0 0 25 0 19 0 834086524 10805215232 118636 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8144/statm: 2637992 118639 2222 9 0 2628726 0
[pid=8144/tid=8145] ppid=8142 vsize=10551968 CPUtime=1.48 cores=0,2,4,6
/proc/8144/task/8145/stat : 8145 (java) R 8142 8144 7124 0 -1 4202560 109131 0 1 0 134 14 0 0 19 0 19 0 834086525 10805215232 118641 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 46912505565783 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=8144/tid=8147] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8147/stat : 8147 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 118643 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8148] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8148/stat : 8148 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 118645 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8149] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8149/stat : 8149 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 118648 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8150] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8150/stat : 8150 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 118650 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8151] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8151/stat : 8151 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 118653 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8152] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8152/stat : 8152 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 118655 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8153] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8153/stat : 8153 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 118658 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8154] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8154/stat : 8154 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 118662 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8155] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8155/stat : 8155 (java) S 8142 8144 7124 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 834086527 10805215232 118666 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650752 0 0 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8156] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8156/stat : 8156 (java) S 8142 8144 7124 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834086528 10805215232 118669 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8157] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8157/stat : 8157 (java) S 8142 8144 7124 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834086528 10805215232 118673 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8158] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8158/stat : 8158 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086530 10805215232 118677 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528657841 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8159] ppid=8142 vsize=10551968 CPUtime=0.75 cores=0,2,4,6
/proc/8144/task/8159/stat : 8159 (java) S 8142 8144 7124 0 -1 4202560 7000 0 0 0 74 1 0 0 15 0 19 0 834086530 10805215232 118679 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=8144/tid=8160] ppid=8142 vsize=10551968 CPUtime=0.76 cores=0,2,4,6
/proc/8144/task/8160/stat : 8160 (java) S 8142 8144 7124 0 -1 4202560 8671 0 0 0 75 1 0 0 16 0 19 0 834086530 10805215232 118680 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=8144/tid=8161] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8161/stat : 8161 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086530 10805215232 118682 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8162] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8162/stat : 8162 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834086530 10805215232 118684 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8163] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8163/stat : 8163 (java) S 8142 8144 7124 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834086539 10805215232 118686 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 10551968

[startup+3.10119 s]
/proc/loadavg: 2.01 2.03 2.00 3/461 8163
/proc/meminfo: memFree=20918248/32951124 swapFree=44043516/67111528
[pid=8144] ppid=8142 vsize=10551968 CPUtime=4.61 cores=0,2,4,6
/proc/8144/stat : 8144 (java) S 8142 8144 7124 0 -1 4202496 289723 0 1 0 425 36 0 0 25 0 19 0 834086524 10805215232 282401 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8144/statm: 2637992 282406 2222 9 0 2628726 0
[pid=8144/tid=8145] ppid=8142 vsize=10551968 CPUtime=3.07 cores=0,2,4,6
/proc/8144/task/8145/stat : 8145 (java) R 8142 8144 7124 0 -1 4202560 272898 0 1 0 274 33 0 0 23 0 19 0 834086525 10805215232 282408 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 46912505552364 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8144/tid=8147] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8147/stat : 8147 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 282411 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8148] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8148/stat : 8148 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 282414 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8149] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8149/stat : 8149 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 282417 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8150] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8150/stat : 8150 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 282420 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8151] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8151/stat : 8151 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 282422 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8152] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8152/stat : 8152 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 282424 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8153] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8153/stat : 8153 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 282427 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8154] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8154/stat : 8154 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 282430 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8155] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8155/stat : 8155 (java) S 8142 8144 7124 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 834086527 10805215232 282433 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650752 0 0 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8156] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8156/stat : 8156 (java) S 8142 8144 7124 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834086528 10805215232 282435 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8157] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8157/stat : 8157 (java) S 8142 8144 7124 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834086528 10805215232 282437 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8158] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8158/stat : 8158 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086530 10805215232 282440 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528657841 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8159] ppid=8142 vsize=10551968 CPUtime=0.75 cores=0,2,4,6
/proc/8144/task/8159/stat : 8159 (java) S 8142 8144 7124 0 -1 4202560 7000 0 0 0 74 1 0 0 15 0 19 0 834086530 10805215232 282442 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=8144/tid=8160] ppid=8142 vsize=10551968 CPUtime=0.76 cores=0,2,4,6
/proc/8144/task/8160/stat : 8160 (java) S 8142 8144 7124 0 -1 4202560 8671 0 0 0 75 1 0 0 16 0 19 0 834086530 10805215232 282445 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=8144/tid=8161] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8161/stat : 8161 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086530 10805215232 282447 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8162] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8162/stat : 8162 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834086530 10805215232 282450 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8163] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8163/stat : 8163 (java) S 8142 8144 7124 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834086539 10805215232 282452 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 10551968

[startup+6.3016 s]
/proc/loadavg: 2.01 2.03 2.00 3/461 8163
/proc/meminfo: memFree=19678368/32951124 swapFree=44043516/67111528
[pid=8144] ppid=8142 vsize=10551968 CPUtime=7.82 cores=0,2,4,6
/proc/8144/stat : 8144 (java) S 8142 8144 7124 0 -1 4202496 583854 0 1 0 712 70 0 0 25 0 19 0 834086524 10805215232 575928 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8144/statm: 2637992 575931 2222 9 0 2628726 0
[pid=8144/tid=8145] ppid=8142 vsize=10551968 CPUtime=6.27 cores=0,2,4,6
/proc/8144/task/8145/stat : 8145 (java) R 8142 8144 7124 0 -1 4202560 567027 0 1 0 560 67 0 0 25 0 19 0 834086525 10805215232 575933 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 46912505565783 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8144/tid=8147] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8147/stat : 8147 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 575936 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8148] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8148/stat : 8148 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 575940 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8149] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8149/stat : 8149 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 575944 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8150] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8150/stat : 8150 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 575947 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8151] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8151/stat : 8151 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 575950 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8152] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8152/stat : 8152 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 575953 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8153] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8153/stat : 8153 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 575955 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8154] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8154/stat : 8154 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086526 10805215232 575957 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8155] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8155/stat : 8155 (java) S 8142 8144 7124 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 834086527 10805215232 575959 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650752 0 0 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8156] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8156/stat : 8156 (java) S 8142 8144 7124 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834086528 10805215232 575962 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8157] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8157/stat : 8157 (java) S 8142 8144 7124 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834086528 10805215232 575966 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8158] ppid=8142 vsize=10551968 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8158/stat : 8158 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086530 10805215232 575970 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528657841 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8159] ppid=8142 vsize=10551968 CPUtime=0.75 cores=0,2,4,6
/proc/8144/task/8159/stat : 8159 (java) S 8142 8144 7124 0 -1 4202560 7000 0 0 0 74 1 0 0 16 0 19 0 834086530 10805215232 575973 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=8144/tid=8160] ppid=8142 vsize=10551968 CPUtime=0.78 cores=0,2,4,6
/proc/8144/task/8160/stat : 8160 (java) S 8142 8144 7124 0 -1 4202560 8671 0 0 0 77 1 0 0 15 0 19 0 834086530 10805215232 575976 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0

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

/proc/8144/task/8157/stat : 8157 (java) S 8142 8144 7124 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834086528 10800934912 922545 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8158] ppid=8142 vsize=10547788 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8158/stat : 8158 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086530 10800934912 922545 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528657841 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8159] ppid=8142 vsize=10547788 CPUtime=0.91 cores=0,2,4,6
/proc/8144/task/8159/stat : 8159 (java) S 8142 8144 7124 0 -1 4202560 7044 0 0 0 90 1 0 0 15 0 19 0 834086530 10800934912 922545 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=8144/tid=8160] ppid=8142 vsize=10547788 CPUtime=0.84 cores=0,2,4,6
/proc/8144/task/8160/stat : 8160 (java) S 8142 8144 7124 0 -1 4202560 8692 0 0 0 83 1 0 0 15 0 19 0 834086530 10800934912 922545 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=8144/tid=8161] ppid=8142 vsize=10547788 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8161/stat : 8161 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086530 10800934912 922545 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8162] ppid=8142 vsize=10547788 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8162/stat : 8162 (java) S 8142 8144 7124 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 834086530 10800934912 922545 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8163] ppid=8142 vsize=10547788 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8163/stat : 8163 (java) S 8142 8144 7124 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834086539 10800934912 922545 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1668.35
Current children cumulated vsize (KiB) 10547788

[startup+1722.3 s]
/proc/loadavg: 2.16 2.07 2.01 3/461 8259
/proc/meminfo: memFree=18209920/32951124 swapFree=44043516/67111528
[pid=8144] ppid=8142 vsize=10547788 CPUtime=1728.58 cores=0,2,4,6
/proc/8144/stat : 8144 (java) S 8142 8144 7124 0 -1 4202496 934117 0 1 0 172743 115 0 0 25 0 19 0 834086524 10800934912 924176 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8144/statm: 2636947 924176 2258 9 0 2627681 0
[pid=8144/tid=8145] ppid=8142 vsize=10547788 CPUtime=1718.73 cores=0,2,4,6
/proc/8144/task/8145/stat : 8145 (java) R 8142 8144 7124 0 -1 4202560 845865 0 1 0 171775 98 0 0 25 0 19 0 834086525 10800934912 924176 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 46912505520136 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=8144/tid=8147] ppid=8142 vsize=10547788 CPUtime=0.81 cores=0,2,4,6
/proc/8144/task/8147/stat : 8147 (java) S 8142 8144 7124 0 -1 4202560 6384 0 0 0 81 0 0 0 16 0 19 0 834086526 10800934912 924176 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=8144/tid=8148] ppid=8142 vsize=10547788 CPUtime=0.79 cores=0,2,4,6
/proc/8144/task/8148/stat : 8148 (java) S 8142 8144 7124 0 -1 4202560 7330 0 0 0 78 1 0 0 15 0 19 0 834086526 10800934912 924176 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8149] ppid=8142 vsize=10547788 CPUtime=0.83 cores=0,2,4,6
/proc/8144/task/8149/stat : 8149 (java) S 8142 8144 7124 0 -1 4202560 6110 0 0 0 82 1 0 0 15 0 19 0 834086526 10800934912 924176 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=8144/tid=8150] ppid=8142 vsize=10547788 CPUtime=0.86 cores=0,2,4,6
/proc/8144/task/8150/stat : 8150 (java) S 8142 8144 7124 0 -1 4202560 6566 0 0 0 85 1 0 0 16 0 19 0 834086526 10800934912 924176 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8151] ppid=8142 vsize=10547788 CPUtime=0.91 cores=0,2,4,6
/proc/8144/task/8151/stat : 8151 (java) S 8142 8144 7124 0 -1 4202560 6844 0 0 0 90 1 0 0 16 0 19 0 834086526 10800934912 924176 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8152] ppid=8142 vsize=10547788 CPUtime=0.86 cores=0,2,4,6
/proc/8144/task/8152/stat : 8152 (java) S 8142 8144 7124 0 -1 4202560 8399 0 0 0 85 1 0 0 15 0 19 0 834086526 10800934912 924176 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8153] ppid=8142 vsize=10547788 CPUtime=0.84 cores=0,2,4,6
/proc/8144/task/8153/stat : 8153 (java) S 8142 8144 7124 0 -1 4202560 8863 0 0 0 83 1 0 0 15 0 19 0 834086526 10800934912 924176 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=8144/tid=8154] ppid=8142 vsize=10547788 CPUtime=0.86 cores=0,2,4,6
/proc/8144/task/8154/stat : 8154 (java) S 8142 8144 7124 0 -1 4202560 10722 0 0 0 85 1 0 0 15 0 19 0 834086526 10800934912 924176 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=8144/tid=8155] ppid=8142 vsize=10547788 CPUtime=1.23 cores=0,2,4,6
/proc/8144/task/8155/stat : 8155 (java) S 8142 8144 7124 0 -1 4202560 10049 0 0 0 120 3 0 0 15 0 19 0 834086527 10800934912 924176 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650752 0 0 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=8144/tid=8156] ppid=8142 vsize=10547788 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8156/stat : 8156 (java) S 8142 8144 7124 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834086528 10800934912 924176 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8157] ppid=8142 vsize=10547788 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8157/stat : 8157 (java) S 8142 8144 7124 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834086528 10800934912 924176 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8158] ppid=8142 vsize=10547788 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8158/stat : 8158 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086530 10800934912 924176 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528657841 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8159] ppid=8142 vsize=10547788 CPUtime=0.91 cores=0,2,4,6
/proc/8144/task/8159/stat : 8159 (java) S 8142 8144 7124 0 -1 4202560 7044 0 0 0 90 1 0 0 15 0 19 0 834086530 10800934912 924176 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=8144/tid=8160] ppid=8142 vsize=10547788 CPUtime=0.84 cores=0,2,4,6
/proc/8144/task/8160/stat : 8160 (java) S 8142 8144 7124 0 -1 4202560 8692 0 0 0 83 1 0 0 15 0 19 0 834086530 10800934912 924176 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=8144/tid=8161] ppid=8142 vsize=10547788 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8161/stat : 8161 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086530 10800934912 924176 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8162] ppid=8142 vsize=10547788 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8162/stat : 8162 (java) S 8142 8144 7124 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 834086530 10800934912 924176 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8163] ppid=8142 vsize=10547788 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8163/stat : 8163 (java) S 8142 8144 7124 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834086539 10800934912 924176 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1728.58
Current children cumulated vsize (KiB) 10547788

[startup+1782.3 s]
/proc/loadavg: 2.24 2.11 2.03 3/461 8261
/proc/meminfo: memFree=18196252/32951124 swapFree=44043516/67111528
[pid=8144] ppid=8142 vsize=10547788 CPUtime=1788.82 cores=0,2,4,6
/proc/8144/stat : 8144 (java) S 8142 8144 7124 0 -1 4202496 935577 0 1 0 178767 115 0 0 25 0 19 0 834086524 10800934912 925592 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8144/statm: 2636947 925592 2258 9 0 2627681 0
[pid=8144/tid=8145] ppid=8142 vsize=10547788 CPUtime=1778.64 cores=0,2,4,6
/proc/8144/task/8145/stat : 8145 (java) R 8142 8144 7124 0 -1 4202560 845870 0 1 0 177766 98 0 0 25 0 19 0 834086525 10800934912 925592 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 46912505528059 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=8144/tid=8147] ppid=8142 vsize=10547788 CPUtime=0.87 cores=0,2,4,6
/proc/8144/task/8147/stat : 8147 (java) S 8142 8144 7124 0 -1 4202560 6586 0 0 0 87 0 0 0 15 0 19 0 834086526 10800934912 925592 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=8144/tid=8148] ppid=8142 vsize=10547788 CPUtime=0.82 cores=0,2,4,6
/proc/8144/task/8148/stat : 8148 (java) S 8142 8144 7124 0 -1 4202560 7497 0 0 0 81 1 0 0 15 0 19 0 834086526 10800934912 925592 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8149] ppid=8142 vsize=10547788 CPUtime=0.88 cores=0,2,4,6
/proc/8144/task/8149/stat : 8149 (java) S 8142 8144 7124 0 -1 4202560 6452 0 0 0 87 1 0 0 15 0 19 0 834086526 10800934912 925592 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8150] ppid=8142 vsize=10547788 CPUtime=0.91 cores=0,2,4,6
/proc/8144/task/8150/stat : 8150 (java) S 8142 8144 7124 0 -1 4202560 6648 0 0 0 90 1 0 0 16 0 19 0 834086526 10800934912 925592 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=8144/tid=8151] ppid=8142 vsize=10547788 CPUtime=0.94 cores=0,2,4,6
/proc/8144/task/8151/stat : 8151 (java) S 8142 8144 7124 0 -1 4202560 6976 0 0 0 93 1 0 0 16 0 19 0 834086526 10800934912 925592 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8152] ppid=8142 vsize=10547788 CPUtime=0.87 cores=0,2,4,6
/proc/8144/task/8152/stat : 8152 (java) S 8142 8144 7124 0 -1 4202560 8506 0 0 0 86 1 0 0 16 0 19 0 834086526 10800934912 925592 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8153] ppid=8142 vsize=10547788 CPUtime=0.84 cores=0,2,4,6
/proc/8144/task/8153/stat : 8153 (java) S 8142 8144 7124 0 -1 4202560 8864 0 0 0 83 1 0 0 15 0 19 0 834086526 10800934912 925592 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=8144/tid=8154] ppid=8142 vsize=10547788 CPUtime=0.95 cores=0,2,4,6
/proc/8144/task/8154/stat : 8154 (java) S 8142 8144 7124 0 -1 4202560 11136 0 0 0 94 1 0 0 16 0 19 0 834086526 10800934912 925592 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=8144/tid=8155] ppid=8142 vsize=10547788 CPUtime=1.23 cores=0,2,4,6
/proc/8144/task/8155/stat : 8155 (java) S 8142 8144 7124 0 -1 4202560 10053 0 0 0 120 3 0 0 15 0 19 0 834086527 10800934912 925592 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650752 0 0 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=8144/tid=8156] ppid=8142 vsize=10547788 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8156/stat : 8156 (java) S 8142 8144 7124 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834086528 10800934912 925592 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8157] ppid=8142 vsize=10547788 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8157/stat : 8157 (java) S 8142 8144 7124 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834086528 10800934912 925592 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8158] ppid=8142 vsize=10547788 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8158/stat : 8158 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086530 10800934912 925592 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528657841 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8159] ppid=8142 vsize=10547788 CPUtime=0.91 cores=0,2,4,6
/proc/8144/task/8159/stat : 8159 (java) S 8142 8144 7124 0 -1 4202560 7044 0 0 0 90 1 0 0 15 0 19 0 834086530 10800934912 925592 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=8144/tid=8160] ppid=8142 vsize=10547788 CPUtime=0.84 cores=0,2,4,6
/proc/8144/task/8160/stat : 8160 (java) S 8142 8144 7124 0 -1 4202560 8692 0 0 0 83 1 0 0 15 0 19 0 834086530 10800934912 925592 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=8144/tid=8161] ppid=8142 vsize=10547788 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8161/stat : 8161 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086530 10800934912 925592 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8162] ppid=8142 vsize=10547788 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8162/stat : 8162 (java) S 8142 8144 7124 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 834086530 10800934912 925592 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8163] ppid=8142 vsize=10547788 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8163/stat : 8163 (java) S 8142 8144 7124 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834086539 10800934912 925592 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1788.82
Current children cumulated vsize (KiB) 10547788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.5 s]
/proc/loadavg: 2.20 2.11 2.03 3/461 8261
/proc/meminfo: memFree=18195376/32951124 swapFree=44043516/67111528
[pid=8144] ppid=8142 vsize=10547788 CPUtime=1800.07 cores=0,2,4,6
/proc/8144/stat : 8144 (java) S 8142 8144 7124 0 -1 4202496 935654 0 1 0 179892 115 0 0 25 0 19 0 834086524 10800934912 925668 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8144/statm: 2636947 925668 2258 9 0 2627681 0
[pid=8144/tid=8145] ppid=8142 vsize=10547788 CPUtime=1789.84 cores=0,2,4,6
/proc/8144/task/8145/stat : 8145 (java) R 8142 8144 7124 0 -1 4202560 845871 0 1 0 178886 98 0 0 25 0 19 0 834086525 10800934912 925668 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 46912505550343 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=8144/tid=8147] ppid=8142 vsize=10547788 CPUtime=0.87 cores=0,2,4,6
/proc/8144/task/8147/stat : 8147 (java) S 8142 8144 7124 0 -1 4202560 6586 0 0 0 87 0 0 0 15 0 19 0 834086526 10800934912 925668 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=8144/tid=8148] ppid=8142 vsize=10547788 CPUtime=0.84 cores=0,2,4,6
/proc/8144/task/8148/stat : 8148 (java) S 8142 8144 7124 0 -1 4202560 7525 0 0 0 83 1 0 0 16 0 19 0 834086526 10800934912 925668 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8149] ppid=8142 vsize=10547788 CPUtime=0.89 cores=0,2,4,6
/proc/8144/task/8149/stat : 8149 (java) S 8142 8144 7124 0 -1 4202560 6453 0 0 0 88 1 0 0 16 0 19 0 834086526 10800934912 925668 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8150] ppid=8142 vsize=10547788 CPUtime=0.91 cores=0,2,4,6
/proc/8144/task/8150/stat : 8150 (java) S 8142 8144 7124 0 -1 4202560 6648 0 0 0 90 1 0 0 16 0 19 0 834086526 10800934912 925668 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=8144/tid=8151] ppid=8142 vsize=10547788 CPUtime=0.96 cores=0,2,4,6
/proc/8144/task/8151/stat : 8151 (java) S 8142 8144 7124 0 -1 4202560 6992 0 0 0 95 1 0 0 16 0 19 0 834086526 10800934912 925668 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=8144/tid=8152] ppid=8142 vsize=10547788 CPUtime=0.87 cores=0,2,4,6
/proc/8144/task/8152/stat : 8152 (java) S 8142 8144 7124 0 -1 4202560 8506 0 0 0 86 1 0 0 15 0 19 0 834086526 10800934912 925668 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=8144/tid=8153] ppid=8142 vsize=10547788 CPUtime=0.84 cores=0,2,4,6
/proc/8144/task/8153/stat : 8153 (java) S 8142 8144 7124 0 -1 4202560 8868 0 0 0 83 1 0 0 16 0 19 0 834086526 10800934912 925668 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 6 0 0 0
[pid=8144/tid=8154] ppid=8142 vsize=10547788 CPUtime=0.96 cores=0,2,4,6
/proc/8144/task/8154/stat : 8154 (java) S 8142 8144 7124 0 -1 4202560 11163 0 0 0 95 1 0 0 16 0 19 0 834086526 10800934912 925668 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=8144/tid=8155] ppid=8142 vsize=10547788 CPUtime=1.23 cores=0,2,4,6
/proc/8144/task/8155/stat : 8155 (java) S 8142 8144 7124 0 -1 4202560 10053 0 0 0 120 3 0 0 15 0 19 0 834086527 10800934912 925668 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650752 0 0 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=8144/tid=8156] ppid=8142 vsize=10547788 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8156/stat : 8156 (java) S 8142 8144 7124 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834086528 10800934912 925668 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8157] ppid=8142 vsize=10547788 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8157/stat : 8157 (java) S 8142 8144 7124 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 834086528 10800934912 925668 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8158] ppid=8142 vsize=10547788 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8158/stat : 8158 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086530 10800934912 925668 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528657841 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8159] ppid=8142 vsize=10547788 CPUtime=0.91 cores=0,2,4,6
/proc/8144/task/8159/stat : 8159 (java) S 8142 8144 7124 0 -1 4202560 7044 0 0 0 90 1 0 0 15 0 19 0 834086530 10800934912 925668 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 4 0 0 0
[pid=8144/tid=8160] ppid=8142 vsize=10547788 CPUtime=0.84 cores=0,2,4,6
/proc/8144/task/8160/stat : 8160 (java) S 8142 8144 7124 0 -1 4202560 8692 0 0 0 83 1 0 0 15 0 19 0 834086530 10800934912 925668 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
[pid=8144/tid=8161] ppid=8142 vsize=10547788 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8161/stat : 8161 (java) S 8142 8144 7124 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834086530 10800934912 925668 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650137 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8162] ppid=8142 vsize=10547788 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8162/stat : 8162 (java) S 8142 8144 7124 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 834086530 10800934912 925668 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 2 0 0 0
[pid=8144/tid=8163] ppid=8142 vsize=10547788 CPUtime=0 cores=0,2,4,6
/proc/8144/task/8163/stat : 8163 (java) S 8142 8144 7124 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834086539 10800934912 925668 33554432000 1073741824 1073778376 140733709225024 18446744073709551615 246528650752 0 4 0 16800975 18446604447903543552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10547788

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

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

[startup+1793.62 s]
/proc/loadavg: 2.20 2.11 2.03 3/461 8261
/proc/meminfo: memFree=18195376/32951124 swapFree=44043516/67111528
[pid=8144] ppid=8142 vsize=0 CPUtime=1800.23 cores=0,2,4,6
/proc/8144/stat : 8144 (java) Z 8142 8144 7124 0 -1 4203548 935692 0 1 0 179901 122 0 0 17 0 2 0 834086524 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8144/statm: 0 0 0 0 0 0 0
[pid=8144/tid=8145] ppid=8142 vsize=0 CPUtime=1789.94 cores=0,2,4,6
/proc/8144/task/8145/stat : 8145 (java) R 8142 8144 7124 0 -1 4203588 845871 0 1 0 178889 105 0 0 25 0 2 0 834086525 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.7
CPU time (s): 1800.31
CPU user time (s): 1799.01
CPU system time (s): 1.2998
CPU usage (%): 100.369
Max. virtual memory (cumulated for all children) (KiB): 10556268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.01
system time used= 1.2998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 935692
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= 40792
involuntary context switches= 11911

runsolver used 8.47571 second user time and 17.2974 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-05 00:01:23
IDJOB=3455877
IDBENCH=47889
IDSOLVER=1951
FILE ID=node134/3455877-1307224883
RUNJOBID= node134-1307215868-7146
PBS_JOBID= 13509090
Free space on /tmp= 74012 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=47-P1=17-P2=37-P3=53-P4=13-P5=13-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455877-1307224883/watcher-3455877-1307224883 -o /tmp/evaluation-result-3455877-1307224883/solver-3455877-1307224883 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455877-1307224883.opb

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

MD5SUM BENCH= 4a54e07caaccf9019e5a54d4dcd3a55b
RANDOM SEED=2137690203

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.831
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	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21649324 kB
Buffers:        314680 kB
Cached:         814156 kB
SwapCached:       9536 kB
Active:       10231412 kB
Inactive:       768192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21649324 kB
SwapTotal:    67111528 kB
SwapFree:     44043516 kB
Dirty:             584 kB
Writeback:           0 kB
AnonPages:     9869040 kB
Mapped:          29396 kB
Slab:           138908 kB
PageTables:      96852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121113000 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74020 MiB
End job on node134 at 2011-06-05 00:31:19