Trace number 3456236

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)-7 1800.26 1794.11

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_2.opb
MD5SUM1eb933a10fcc575d2df25e98511c4b07
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7
Best CPU time to get the best result obtained on this benchmark8.32273
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -7
Optimality of the best value was proved YES
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2960
Sum of products size (including duplicates)5920
Number of different products1480
Sum of products size2960

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	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@38540408
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-3456236-1307226673.opb
0.10/0.10	c reading problem ... 
0.25/0.29	c ... done. Wall clock time 0.182s.
0.25/0.29	c #vars     1580
0.25/0.29	c #constraints  3112
0.25/0.29	c constraints type 
0.25/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.25/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1480
0.25/0.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
0.25/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1480
0.71/0.43	c SATISFIABLE
0.71/0.43	c OPTIMIZING...
0.71/0.43	c Got one! Elapsed wall clock time (in seconds):0.326
0.71/0.43	o -2
0.71/0.47	c Got one! Elapsed wall clock time (in seconds):0.361
0.71/0.47	o -3
1.24/0.68	c Got one! Elapsed wall clock time (in seconds):0.579
1.24/0.68	o -4
1.83/0.88	c Got one! Elapsed wall clock time (in seconds):0.774
1.83/0.88	o -5
4.04/2.71	c Got one! Elapsed wall clock time (in seconds):2.61
4.04/2.71	o -6
55.17/53.40	c cleaning 0 clauses out of 6098 with flag 0/6098
285.62/283.35	c cleaning 0 clauses out of 12098 with flag 0/12098
479.21/476.16	c Got one! Elapsed wall clock time (in seconds):476.052
479.21/476.16	o -7
608.09/604.72	c cleaning 0 clauses out of 17131 with flag 0/17131
1447.35/1442.02	c cleaning 0 clauses out of 23130 with flag 0/23130
1800.05/1793.92	c starts		: 58
1800.05/1793.92	c conflicts		: 25352
1800.05/1793.92	c decisions		: 74253
1800.05/1793.92	c propagations		: 3659291
1800.05/1793.92	c inspects		: 1889140897
1800.05/1793.92	c shortcuts		: 0
1800.05/1793.92	c learnt literals	: 0
1800.05/1793.92	c learnt binary clauses	: 0
1800.05/1793.92	c learnt ternary clauses	: 0
1800.05/1793.92	c learnt constraints	: 25351
1800.05/1793.92	c ignored constraints	: 0
1800.05/1793.92	c root simplifications	: 0
1800.05/1793.92	c removed literals (reason simplification)	: 0
1800.05/1793.92	c reason swapping (by a shorter reason)	: 0
1800.05/1793.92	c Calls to reduceDB	: 4
1800.05/1793.92	c number of reductions to clauses (during analyze)	: 0
1800.05/1793.92	c number of learned constraints concerned by reduction	: 0
1800.05/1793.92	c number of learning phase by resolution	: 0
1800.05/1793.92	c number of learning phase by cutting planes	: 0
1800.05/1793.92	c speed (assignments/second)	: 2776.8898271772073
1800.05/1793.92	c non guided choices	16
1800.05/1793.94	c learnt constraints type 
1800.05/1793.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.05/1793.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 25349
1800.05/1793.94	c constraints type 
1800.05/1793.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
1800.05/1793.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1480
1800.05/1793.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
1800.05/1793.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1480
1800.05/1793.94	s SATISFIABLE
1800.05/1793.94	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 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 
1800.05/1793.94	c objective function=-7
1800.05/1793.94	c Total wall clock time (in seconds): 1793.833

Verifier Data

OK	-7

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-3456236-1307226673/watcher-3456236-1307226673 -o /tmp/evaluation-result-3456236-1307226673/solver-3456236-1307226673 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456236-1307226673.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.07 2.06 2.01 2/529 13277
/proc/meminfo: memFree=14002120/32951124 swapFree=67111204/67111528
[pid=13277] ppid=13275 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/13277/stat : 13277 (java) S 13275 13277 12030 0 -1 4202496 4397 0 1 0 0 0 0 0 25 0 2 0 815083456 10694979584 4100 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118571493 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/13277/statm: 2611079 4114 917 9 0 2602235 0
[pid=13277/tid=13278] ppid=13275 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13278/stat : 13278 (java) R 13275 13277 12030 0 -1 4202560 7446 0 1 0 0 0 0 0 25 0 2 0 815083456 10694979584 8261 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255106462779 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0375139 s]
/proc/loadavg: 2.07 2.06 2.01 2/529 13277
/proc/meminfo: memFree=14002120/32951124 swapFree=67111204/67111528
[pid=13277] ppid=13275 vsize=10467480 CPUtime=0.02 cores=1,3,5,7
/proc/13277/stat : 13277 (java) S 13275 13277 12030 0 -1 4202496 11136 0 1 0 2 0 0 0 25 0 13 0 815083456 10718699520 10834 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118571493 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/13277/statm: 2616870 10834 1653 9 0 2607618 0
[pid=13277/tid=13278] ppid=13275 vsize=10467480 CPUtime=0.02 cores=1,3,5,7
/proc/13277/task/13278/stat : 13278 (java) R 13275 13277 12030 0 -1 4202560 9992 0 1 0 2 0 0 0 25 0 13 0 815083456 10718699520 10835 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 47728865168293 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10467480

[startup+0.100503 s]
/proc/loadavg: 2.07 2.06 2.01 2/529 13277
/proc/meminfo: memFree=14002120/32951124 swapFree=67111204/67111528
[pid=13277] ppid=13275 vsize=10540212 CPUtime=0.1 cores=1,3,5,7
/proc/13277/stat : 13277 (java) S 13275 13277 12030 0 -1 4202496 13110 0 1 0 9 1 0 0 25 0 18 0 815083456 10793177088 12785 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13277/statm: 2635053 12785 2092 9 0 2625787 0
[pid=13277/tid=13278] ppid=13275 vsize=10540212 CPUtime=0.08 cores=1,3,5,7
/proc/13277/task/13278/stat : 13278 (java) R 13275 13277 12030 0 -1 4202560 11195 0 1 0 7 1 0 0 25 0 18 0 815083456 10793177088 12785 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 47728868051284 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540212

[startup+0.30047 s]
/proc/loadavg: 2.07 2.06 2.01 2/529 13277
/proc/meminfo: memFree=14002120/32951124 swapFree=67111204/67111528
[pid=13277] ppid=13275 vsize=10544032 CPUtime=0.45 cores=1,3,5,7
/proc/13277/stat : 13277 (java) S 13275 13277 12030 0 -1 4202496 16269 0 1 0 43 2 0 0 25 0 19 0 815083456 10797088768 15558 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13277/statm: 2636008 15559 2220 9 0 2626742 0
[pid=13277/tid=13278] ppid=13275 vsize=10544032 CPUtime=0.28 cores=1,3,5,7
/proc/13277/task/13278/stat : 13278 (java) R 13275 13277 12030 0 -1 4202560 12758 0 1 0 27 1 0 0 25 0 19 0 815083456 10797088768 15559 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 47728868805459 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10544032

[startup+0.700368 s]
/proc/loadavg: 2.07 2.06 2.01 2/529 13277
/proc/meminfo: memFree=14002120/32951124 swapFree=67111204/67111528
[pid=13277] ppid=13275 vsize=10552540 CPUtime=1.54 cores=1,3,5,7
/proc/13277/stat : 13277 (java) S 13275 13277 12030 0 -1 4202496 34973 0 1 0 149 5 0 0 25 0 19 0 815083456 10805800960 30380 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13277/statm: 2638135 30381 2231 9 0 2628869 0
[pid=13277/tid=13278] ppid=13275 vsize=10552540 CPUtime=0.68 cores=1,3,5,7
/proc/13277/task/13278/stat : 13278 (java) R 13275 13277 12030 0 -1 4202560 23396 0 1 0 65 3 0 0 25 0 19 0 815083456 10805800960 30381 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 46912505621697 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 10552540

[startup+1.50126 s]
/proc/loadavg: 2.07 2.06 2.01 3/548 13296
/proc/meminfo: memFree=13803640/32951124 swapFree=67111204/67111528
[pid=13277] ppid=13275 vsize=10552696 CPUtime=2.71 cores=1,3,5,7
/proc/13277/stat : 13277 (java) S 13275 13277 12030 0 -1 4202496 98454 0 1 0 258 13 0 0 25 0 19 0 815083456 10805960704 92039 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13277/statm: 2638174 92042 2236 9 0 2628908 0
[pid=13277/tid=13278] ppid=13275 vsize=10552696 CPUtime=1.48 cores=1,3,5,7
/proc/13277/task/13278/stat : 13278 (java) R 13275 13277 12030 0 -1 4202560 85006 0 1 0 137 11 0 0 25 0 19 0 815083456 10805960704 92043 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 46912505601072 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13277/tid=13280] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13280/stat : 13280 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 92045 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13281] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13281/stat : 13281 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 92047 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13282] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13282/stat : 13282 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 92049 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13283] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13283/stat : 13283 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 92050 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13284] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13284/stat : 13284 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 92052 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13285] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13285/stat : 13285 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 92053 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13286] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13286/stat : 13286 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 92054 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13287] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13287/stat : 13287 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 92056 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13288] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13288/stat : 13288 (java) S 13275 13277 12030 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 815083459 10805960704 92058 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118585344 0 0 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13289] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13289/stat : 13289 (java) S 13275 13277 12030 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 815083459 10805960704 92059 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13290] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13290/stat : 13290 (java) S 13275 13277 12030 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 815083459 10805960704 92061 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13291] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13291/stat : 13291 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083462 10805960704 92062 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118592433 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13292] ppid=13275 vsize=10552696 CPUtime=0.64 cores=1,3,5,7
/proc/13277/task/13292/stat : 13292 (java) S 13275 13277 12030 0 -1 4202560 5954 0 0 0 63 1 0 0 15 0 19 0 815083462 10805960704 92063 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 3 0 0 0
[pid=13277/tid=13293] ppid=13275 vsize=10552696 CPUtime=0.57 cores=1,3,5,7
/proc/13277/task/13293/stat : 13293 (java) S 13275 13277 12030 0 -1 4202560 6341 0 0 0 57 0 0 0 23 0 19 0 815083462 10805960704 92064 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13294] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13294/stat : 13294 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083462 10805960704 92064 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13295] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13295/stat : 13295 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 815083462 10805960704 92067 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118585344 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13296] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13296/stat : 13296 (java) S 13275 13277 12030 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 815083485 10805960704 92067 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118585344 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 10552696

[startup+3.10098 s]
/proc/loadavg: 2.07 2.06 2.01 3/548 13296
/proc/meminfo: memFree=13433088/32951124 swapFree=67111204/67111528
[pid=13277] ppid=13275 vsize=10552696 CPUtime=4.45 cores=1,3,5,7
/proc/13277/stat : 13277 (java) S 13275 13277 12030 0 -1 4202496 232156 0 1 0 415 30 0 0 25 0 19 0 815083456 10805960704 224952 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13277/statm: 2638174 224955 2236 9 0 2628908 0
[pid=13277/tid=13278] ppid=13275 vsize=10552696 CPUtime=3.08 cores=1,3,5,7
/proc/13277/task/13278/stat : 13278 (java) R 13275 13277 12030 0 -1 4202560 217909 0 1 0 280 28 0 0 25 0 19 0 815083456 10805960704 224957 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 46912505665111 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13277/tid=13280] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13280/stat : 13280 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 224958 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13281] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13281/stat : 13281 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 224960 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13282] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13282/stat : 13282 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 224962 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13283] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13283/stat : 13283 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 224964 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13284] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13284/stat : 13284 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 224966 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13285] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13285/stat : 13285 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 224968 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13286] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13286/stat : 13286 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 224970 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13287] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13287/stat : 13287 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 224971 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13288] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13288/stat : 13288 (java) S 13275 13277 12030 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 815083459 10805960704 224973 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118585344 0 0 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13289] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13289/stat : 13289 (java) S 13275 13277 12030 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 815083459 10805960704 224975 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13290] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13290/stat : 13290 (java) S 13275 13277 12030 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 815083459 10805960704 224977 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13291] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13291/stat : 13291 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083462 10805960704 224979 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118592433 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13292] ppid=13275 vsize=10552696 CPUtime=0.72 cores=1,3,5,7
/proc/13277/task/13292/stat : 13292 (java) S 13275 13277 12030 0 -1 4202560 5960 0 0 0 71 1 0 0 15 0 19 0 815083462 10805960704 224981 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 3 0 0 0
[pid=13277/tid=13293] ppid=13275 vsize=10552696 CPUtime=0.62 cores=1,3,5,7
/proc/13277/task/13293/stat : 13293 (java) S 13275 13277 12030 0 -1 4202560 7135 0 0 0 62 0 0 0 15 0 19 0 815083462 10805960704 224983 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13294] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13294/stat : 13294 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083462 10805960704 224985 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13295] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13295/stat : 13295 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 815083462 10805960704 224987 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118585344 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13296] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13296/stat : 13296 (java) S 13275 13277 12030 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 815083485 10805960704 224989 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118585344 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 10552696

[startup+6.30142 s]
/proc/loadavg: 2.06 2.06 2.01 3/548 13296
/proc/meminfo: memFree=12403136/32951124 swapFree=67111204/67111528
[pid=13277] ppid=13275 vsize=10552696 CPUtime=7.68 cores=1,3,5,7
/proc/13277/stat : 13277 (java) S 13275 13277 12030 0 -1 4202496 481442 0 1 0 709 59 0 0 25 0 19 0 815083456 10805960704 474121 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13277/statm: 2638174 474124 2240 9 0 2628908 0
[pid=13277/tid=13278] ppid=13275 vsize=10552696 CPUtime=6.29 cores=1,3,5,7
/proc/13277/task/13278/stat : 13278 (java) R 13275 13277 12030 0 -1 4202560 467185 0 1 0 572 57 0 0 25 0 19 0 815083456 10805960704 474126 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 46912505666467 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13277/tid=13280] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13280/stat : 13280 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 474128 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13281] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13281/stat : 13281 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 474130 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13282] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13282/stat : 13282 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 474132 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13283] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13283/stat : 13283 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 474134 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13284] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13284/stat : 13284 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 474136 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13285] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13285/stat : 13285 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 474138 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13286] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13286/stat : 13286 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 474140 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13287] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13287/stat : 13287 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083458 10805960704 474142 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13288] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13288/stat : 13288 (java) S 13275 13277 12030 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 815083459 10805960704 474144 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118585344 0 0 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13289] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13289/stat : 13289 (java) S 13275 13277 12030 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 815083459 10805960704 474146 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13290] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13290/stat : 13290 (java) S 13275 13277 12030 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 815083459 10805960704 474148 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13291] ppid=13275 vsize=10552696 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13291/stat : 13291 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083462 10805960704 474150 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118592433 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13292] ppid=13275 vsize=10552696 CPUtime=0.75 cores=1,3,5,7
/proc/13277/task/13292/stat : 13292 (java) S 13275 13277 12030 0 -1 4202560 5969 0 0 0 74 1 0 0 15 0 19 0 815083462 10805960704 474152 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 3 0 0 0
[pid=13277/tid=13293] ppid=13275 vsize=10552696 CPUtime=0.62 cores=1,3,5,7
/proc/13277/task/13293/stat : 13293 (java) S 13275 13277 12030 0 -1 4202560 7135 0 0 0 62 0 0 0 15 0 19 0 815083462 10805960704 474154 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0

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

/proc/13277/task/13290/stat : 13290 (java) S 13275 13277 12030 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 815083459 10817318912 937270 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13291] ppid=13275 vsize=10563788 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13291/stat : 13291 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083462 10817318912 937270 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118592433 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13292] ppid=13275 vsize=10563788 CPUtime=1.65 cores=1,3,5,7
/proc/13277/task/13292/stat : 13292 (java) S 13275 13277 12030 0 -1 4202560 11982 0 0 0 164 1 0 0 15 0 19 0 815083462 10817318912 937270 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 3 0 0 0
[pid=13277/tid=13293] ppid=13275 vsize=10563788 CPUtime=0.69 cores=1,3,5,7
/proc/13277/task/13293/stat : 13293 (java) S 13275 13277 12030 0 -1 4202560 7147 0 0 0 69 0 0 0 15 0 19 0 815083462 10817318912 937270 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13294] ppid=13275 vsize=10563788 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13294/stat : 13294 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083462 10817318912 937270 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13295] ppid=13275 vsize=10563788 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13295/stat : 13295 (java) S 13275 13277 12030 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 815083462 10817318912 937270 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118585344 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13296] ppid=13275 vsize=10563788 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13296/stat : 13296 (java) S 13275 13277 12030 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 815083485 10817318912 937270 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118585344 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1668.13
Current children cumulated vsize (KiB) 10563788

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/548 13342
/proc/meminfo: memFree=9206452/32951124 swapFree=67111204/67111528
[pid=13277] ppid=13275 vsize=10563788 CPUtime=1728.25 cores=1,3,5,7
/proc/13277/stat : 13277 (java) S 13275 13277 12030 0 -1 4202496 950944 0 1 0 172713 112 0 0 25 0 19 0 815083456 10817318912 938401 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13277/statm: 2640947 938401 2267 9 0 2631681 0
[pid=13277/tid=13278] ppid=13275 vsize=10563788 CPUtime=1719.36 cores=1,3,5,7
/proc/13277/task/13278/stat : 13278 (java) R 13275 13277 12030 0 -1 4202560 826641 0 1 0 171844 92 0 0 25 0 19 0 815083456 10817318912 938401 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 46912505664726 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13277/tid=13280] ppid=13275 vsize=10563788 CPUtime=0.57 cores=1,3,5,7
/proc/13277/task/13280/stat : 13280 (java) S 13275 13277 12030 0 -1 4202560 8721 0 0 0 56 1 0 0 15 0 19 0 815083458 10817318912 938401 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 5 0 0 0
[pid=13277/tid=13281] ppid=13275 vsize=10563788 CPUtime=0.8 cores=1,3,5,7
/proc/13277/task/13281/stat : 13281 (java) S 13275 13277 12030 0 -1 4202560 15746 0 0 0 78 2 0 0 15 0 19 0 815083458 10817318912 938401 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 5 0 0 0
[pid=13277/tid=13282] ppid=13275 vsize=10563788 CPUtime=0.58 cores=1,3,5,7
/proc/13277/task/13282/stat : 13282 (java) S 13275 13277 12030 0 -1 4202560 9877 0 0 0 57 1 0 0 16 0 19 0 815083458 10817318912 938401 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13283] ppid=13275 vsize=10563788 CPUtime=0.81 cores=1,3,5,7
/proc/13277/task/13283/stat : 13283 (java) S 13275 13277 12030 0 -1 4202560 17538 0 0 0 79 2 0 0 15 0 19 0 815083458 10817318912 938401 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13284] ppid=13275 vsize=10563788 CPUtime=0.54 cores=1,3,5,7
/proc/13277/task/13284/stat : 13284 (java) S 13275 13277 12030 0 -1 4202560 8601 0 0 0 53 1 0 0 16 0 19 0 815083458 10817318912 938401 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 3 0 0 0
[pid=13277/tid=13285] ppid=13275 vsize=10563788 CPUtime=0.55 cores=1,3,5,7
/proc/13277/task/13285/stat : 13285 (java) S 13275 13277 12030 0 -1 4202560 9092 0 0 0 54 1 0 0 15 0 19 0 815083458 10817318912 938401 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13286] ppid=13275 vsize=10563788 CPUtime=0.74 cores=1,3,5,7
/proc/13277/task/13286/stat : 13286 (java) S 13275 13277 12030 0 -1 4202560 14609 0 0 0 73 1 0 0 16 0 19 0 815083458 10817318912 938401 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13287] ppid=13275 vsize=10563788 CPUtime=0.61 cores=1,3,5,7
/proc/13277/task/13287/stat : 13287 (java) S 13275 13277 12030 0 -1 4202560 12571 0 0 0 60 1 0 0 16 0 19 0 815083458 10817318912 938401 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 5 0 0 0
[pid=13277/tid=13288] ppid=13275 vsize=10563788 CPUtime=1.21 cores=1,3,5,7
/proc/13277/task/13288/stat : 13288 (java) S 13275 13277 12030 0 -1 4202560 7173 0 0 0 119 2 0 0 15 0 19 0 815083459 10817318912 938401 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118585344 0 0 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13289] ppid=13275 vsize=10563788 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13289/stat : 13289 (java) S 13275 13277 12030 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 815083459 10817318912 938401 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13290] ppid=13275 vsize=10563788 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13290/stat : 13290 (java) S 13275 13277 12030 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 815083459 10817318912 938401 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13291] ppid=13275 vsize=10563788 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13291/stat : 13291 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083462 10817318912 938401 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118592433 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13292] ppid=13275 vsize=10563788 CPUtime=1.65 cores=1,3,5,7
/proc/13277/task/13292/stat : 13292 (java) S 13275 13277 12030 0 -1 4202560 11982 0 0 0 164 1 0 0 15 0 19 0 815083462 10817318912 938401 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 3 0 0 0
[pid=13277/tid=13293] ppid=13275 vsize=10563788 CPUtime=0.69 cores=1,3,5,7
/proc/13277/task/13293/stat : 13293 (java) S 13275 13277 12030 0 -1 4202560 7147 0 0 0 69 0 0 0 15 0 19 0 815083462 10817318912 938401 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13294] ppid=13275 vsize=10563788 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13294/stat : 13294 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083462 10817318912 938401 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13295] ppid=13275 vsize=10563788 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13295/stat : 13295 (java) S 13275 13277 12030 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 815083462 10817318912 938401 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118585344 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13296] ppid=13275 vsize=10563788 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13296/stat : 13296 (java) S 13275 13277 12030 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 815083485 10817318912 938401 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118585344 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1728.25
Current children cumulated vsize (KiB) 10563788

[startup+1782.3 s]
/proc/loadavg: 1.93 2.01 1.99 3/548 13391
/proc/meminfo: memFree=11216756/32951124 swapFree=67111204/67111528
[pid=13277] ppid=13275 vsize=10563788 CPUtime=1788.39 cores=1,3,5,7
/proc/13277/stat : 13277 (java) S 13275 13277 12030 0 -1 4202496 953073 0 1 0 178727 112 0 0 25 0 19 0 815083456 10817318912 940470 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13277/statm: 2640947 940470 2267 9 0 2631681 0
[pid=13277/tid=13278] ppid=13275 vsize=10563788 CPUtime=1779.28 cores=1,3,5,7
/proc/13277/task/13278/stat : 13278 (java) R 13275 13277 12030 0 -1 4202560 826645 0 1 0 177836 92 0 0 25 0 19 0 815083456 10817318912 940470 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 46912505665610 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13277/tid=13280] ppid=13275 vsize=10563788 CPUtime=0.6 cores=1,3,5,7
/proc/13277/task/13280/stat : 13280 (java) S 13275 13277 12030 0 -1 4202560 8994 0 0 0 59 1 0 0 16 0 19 0 815083458 10817318912 940470 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 5 0 0 0
[pid=13277/tid=13281] ppid=13275 vsize=10563788 CPUtime=0.84 cores=1,3,5,7
/proc/13277/task/13281/stat : 13281 (java) S 13275 13277 12030 0 -1 4202560 15996 0 0 0 82 2 0 0 15 0 19 0 815083458 10817318912 940470 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13282] ppid=13275 vsize=10563788 CPUtime=0.61 cores=1,3,5,7
/proc/13277/task/13282/stat : 13282 (java) S 13275 13277 12030 0 -1 4202560 10219 0 0 0 60 1 0 0 16 0 19 0 815083458 10817318912 940470 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 3 0 0 0
[pid=13277/tid=13283] ppid=13275 vsize=10563788 CPUtime=0.82 cores=1,3,5,7
/proc/13277/task/13283/stat : 13283 (java) S 13275 13277 12030 0 -1 4202560 17560 0 0 0 80 2 0 0 16 0 19 0 815083458 10817318912 940470 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13284] ppid=13275 vsize=10563788 CPUtime=0.58 cores=1,3,5,7
/proc/13277/task/13284/stat : 13284 (java) S 13275 13277 12030 0 -1 4202560 8898 0 0 0 56 2 0 0 15 0 19 0 815083458 10817318912 940470 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 5 0 0 0
[pid=13277/tid=13285] ppid=13275 vsize=10563788 CPUtime=0.57 cores=1,3,5,7
/proc/13277/task/13285/stat : 13285 (java) S 13275 13277 12030 0 -1 4202560 9314 0 0 0 56 1 0 0 16 0 19 0 815083458 10817318912 940470 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13286] ppid=13275 vsize=10563788 CPUtime=0.77 cores=1,3,5,7
/proc/13277/task/13286/stat : 13286 (java) S 13275 13277 12030 0 -1 4202560 15078 0 0 0 76 1 0 0 15 0 19 0 815083458 10817318912 940470 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 3 0 0 0
[pid=13277/tid=13287] ppid=13275 vsize=10563788 CPUtime=0.63 cores=1,3,5,7
/proc/13277/task/13287/stat : 13287 (java) S 13275 13277 12030 0 -1 4202560 12813 0 0 0 62 1 0 0 15 0 19 0 815083458 10817318912 940470 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13288] ppid=13275 vsize=10563788 CPUtime=1.21 cores=1,3,5,7
/proc/13277/task/13288/stat : 13288 (java) S 13275 13277 12030 0 -1 4202560 7177 0 0 0 119 2 0 0 15 0 19 0 815083459 10817318912 940470 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118585344 0 0 0 16800975 18446604467562615872 0 0 -1 3 0 0 0
[pid=13277/tid=13289] ppid=13275 vsize=10563788 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13289/stat : 13289 (java) S 13275 13277 12030 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 815083459 10817318912 940470 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13290] ppid=13275 vsize=10563788 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13290/stat : 13290 (java) S 13275 13277 12030 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 815083459 10817318912 940470 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13291] ppid=13275 vsize=10563788 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13291/stat : 13291 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083462 10817318912 940470 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118592433 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13292] ppid=13275 vsize=10563788 CPUtime=1.65 cores=1,3,5,7
/proc/13277/task/13292/stat : 13292 (java) S 13275 13277 12030 0 -1 4202560 11982 0 0 0 164 1 0 0 15 0 19 0 815083462 10817318912 940470 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 3 0 0 0
[pid=13277/tid=13293] ppid=13275 vsize=10563788 CPUtime=0.69 cores=1,3,5,7
/proc/13277/task/13293/stat : 13293 (java) S 13275 13277 12030 0 -1 4202560 7147 0 0 0 69 0 0 0 15 0 19 0 815083462 10817318912 940470 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13294] ppid=13275 vsize=10563788 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13294/stat : 13294 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083462 10817318912 940470 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13295] ppid=13275 vsize=10563788 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13295/stat : 13295 (java) S 13275 13277 12030 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 815083462 10817318912 940470 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118585344 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13296] ppid=13275 vsize=10563788 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13296/stat : 13296 (java) S 13275 13277 12030 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 815083485 10817318912 940470 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118585344 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1788.39
Current children cumulated vsize (KiB) 10563788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.9 s]
/proc/loadavg: 1.94 2.01 1.99 3/548 13401
/proc/meminfo: memFree=10220088/32951124 swapFree=67111204/67111528
[pid=13277] ppid=13275 vsize=10563788 CPUtime=1800.05 cores=1,3,5,7
/proc/13277/stat : 13277 (java) S 13275 13277 12030 0 -1 4202496 953667 0 1 0 179893 112 0 0 25 0 19 0 815083456 10817318912 941048 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13277/statm: 2640947 941048 2267 9 0 2631681 0
[pid=13277/tid=13278] ppid=13275 vsize=10563788 CPUtime=1790.88 cores=1,3,5,7
/proc/13277/task/13278/stat : 13278 (java) R 13275 13277 12030 0 -1 4202560 826646 0 1 0 178996 92 0 0 25 0 19 0 815083456 10817318912 941048 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 46912505896182 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13277/tid=13280] ppid=13275 vsize=10563788 CPUtime=0.6 cores=1,3,5,7
/proc/13277/task/13280/stat : 13280 (java) S 13275 13277 12030 0 -1 4202560 8994 0 0 0 59 1 0 0 15 0 19 0 815083458 10817318912 941048 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 5 0 0 0
[pid=13277/tid=13281] ppid=13275 vsize=10563788 CPUtime=0.85 cores=1,3,5,7
/proc/13277/task/13281/stat : 13281 (java) S 13275 13277 12030 0 -1 4202560 16026 0 0 0 83 2 0 0 16 0 19 0 815083458 10817318912 941048 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13282] ppid=13275 vsize=10563788 CPUtime=0.61 cores=1,3,5,7
/proc/13277/task/13282/stat : 13282 (java) S 13275 13277 12030 0 -1 4202560 10219 0 0 0 60 1 0 0 15 0 19 0 815083458 10817318912 941048 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 3 0 0 0
[pid=13277/tid=13283] ppid=13275 vsize=10563788 CPUtime=0.83 cores=1,3,5,7
/proc/13277/task/13283/stat : 13283 (java) S 13275 13277 12030 0 -1 4202560 17560 0 0 0 81 2 0 0 15 0 19 0 815083458 10817318912 941048 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13284] ppid=13275 vsize=10563788 CPUtime=0.6 cores=1,3,5,7
/proc/13277/task/13284/stat : 13284 (java) S 13275 13277 12030 0 -1 4202560 9080 0 0 0 58 2 0 0 16 0 19 0 815083458 10817318912 941048 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 5 0 0 0
[pid=13277/tid=13285] ppid=13275 vsize=10563788 CPUtime=0.58 cores=1,3,5,7
/proc/13277/task/13285/stat : 13285 (java) S 13275 13277 12030 0 -1 4202560 9415 0 0 0 57 1 0 0 16 0 19 0 815083458 10817318912 941048 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13286] ppid=13275 vsize=10563788 CPUtime=0.79 cores=1,3,5,7
/proc/13277/task/13286/stat : 13286 (java) S 13275 13277 12030 0 -1 4202560 15292 0 0 0 78 1 0 0 16 0 19 0 815083458 10817318912 941048 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 3 0 0 0
[pid=13277/tid=13287] ppid=13275 vsize=10563788 CPUtime=0.64 cores=1,3,5,7
/proc/13277/task/13287/stat : 13287 (java) S 13275 13277 12030 0 -1 4202560 12877 0 0 0 63 1 0 0 16 0 19 0 815083458 10817318912 941048 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13288] ppid=13275 vsize=10563788 CPUtime=1.21 cores=1,3,5,7
/proc/13277/task/13288/stat : 13288 (java) S 13275 13277 12030 0 -1 4202560 7179 0 0 0 119 2 0 0 15 0 19 0 815083459 10817318912 941048 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118585344 0 0 0 16800975 18446604467562615872 0 0 -1 3 0 0 0
[pid=13277/tid=13289] ppid=13275 vsize=10563788 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13289/stat : 13289 (java) S 13275 13277 12030 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 815083459 10817318912 941048 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13290] ppid=13275 vsize=10563788 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13290/stat : 13290 (java) S 13275 13277 12030 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 815083459 10817318912 941048 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13291] ppid=13275 vsize=10563788 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13291/stat : 13291 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083462 10817318912 941048 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118592433 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13292] ppid=13275 vsize=10563788 CPUtime=1.65 cores=1,3,5,7
/proc/13277/task/13292/stat : 13292 (java) S 13275 13277 12030 0 -1 4202560 11982 0 0 0 164 1 0 0 15 0 19 0 815083462 10817318912 941048 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 3 0 0 0
[pid=13277/tid=13293] ppid=13275 vsize=10563788 CPUtime=0.69 cores=1,3,5,7
/proc/13277/task/13293/stat : 13293 (java) S 13275 13277 12030 0 -1 4202560 7147 0 0 0 69 0 0 0 15 0 19 0 815083462 10817318912 941048 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
[pid=13277/tid=13294] ppid=13275 vsize=10563788 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13294/stat : 13294 (java) S 13275 13277 12030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 815083462 10817318912 941048 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118584729 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13295] ppid=13275 vsize=10563788 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13295/stat : 13295 (java) S 13275 13277 12030 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 815083462 10817318912 941048 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118585344 0 4 0 16800975 18446604467562615872 0 0 -1 1 0 0 0
[pid=13277/tid=13296] ppid=13275 vsize=10563788 CPUtime=0 cores=1,3,5,7
/proc/13277/task/13296/stat : 13296 (java) S 13275 13277 12030 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 815083485 10817318912 941048 33554432000 1073741824 1073778376 140736123605584 18446744073709551615 255118585344 0 4 0 16800975 18446604467562615872 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10563788

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

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

[startup+1794.03 s]
/proc/loadavg: 1.94 2.01 1.99 3/532 13404
/proc/meminfo: memFree=11861996/32951124 swapFree=67111204/67111528
[pid=13277] ppid=13275 vsize=0 CPUtime=1800.19 cores=1,3,5,7
/proc/13277/stat : 13277 (java) Z 13275 13277 12030 0 -1 4203548 953697 0 1 0 179899 120 0 0 17 0 2 0 815083456 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13277/statm: 0 0 0 0 0 0 0
[pid=13277/tid=13296] ppid=13275 vsize=0 CPUtime=0.08 cores=1,3,5,7
/proc/13277/task/13296/stat : 13296 (java) R 13275 13277 12030 0 -1 4203588 7 0 0 0 0 8 0 0 18 0 2 0 815083485 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.11
CPU time (s): 1800.26
CPU user time (s): 1798.99
CPU system time (s): 1.27181
CPU usage (%): 100.343
Max. virtual memory (cumulated for all children) (KiB): 10569148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.27181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 953697
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= 40122
involuntary context switches= 12337

runsolver used 9.59954 second user time and 21.4397 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-05 00:31:13
IDJOB=3456236
IDBENCH=48248
IDSOLVER=1951
FILE ID=node144/3456236-1307226673
RUNJOBID= node144-1307215866-12049
PBS_JOBID= 13509080
Free space on /tmp= 73928 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_25_2.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456236-1307226673/watcher-3456236-1307226673 -o /tmp/evaluation-result-3456236-1307226673/solver-3456236-1307226673 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456236-1307226673.opb

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

MD5SUM BENCH= 1eb933a10fcc575d2df25e98511c4b07
RANDOM SEED=1046666280

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.75
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.850
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.83
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.850
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.75
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14002384 kB
Buffers:        328272 kB
Cached:         509112 kB
SwapCached:        140 kB
Active:       18227632 kB
Inactive:       442004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14002384 kB
SwapTotal:    67111528 kB
SwapFree:     67111204 kB
Dirty:             924 kB
Writeback:           0 kB
AnonPages:    17831828 kB
Mapped:          50532 kB
Slab:           136952 kB
PageTables:      74988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 168119180 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= 73928 MiB
End job on node144 at 2011-06-05 01:01:09