Trace number 3743247

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.02 902.23

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null0mast_rapportOE2.0_TMAX60_K192_cod2.opb
MD5SUMfd17a1ef8bbc0500cef6aa90a9a85c00
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-9733
Best CPU time to get the best result obtained on this benchmark1801.26
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 995
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 442322
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 995
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 442322
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.2.0.v20100531
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		1349517296
0.04/0.08	c Max memory 		1356595200
0.04/0.08	c Total memory 		1356595200
0.04/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c Stops conflict analysis at the first Unique Implication Point
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c Stops conflict analysis at the first Unique Implication Point
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	
0.09/0.12	c solving HOME/instance-3743247-1338791209.opb
0.09/0.12	c reading problem ... 
10.19/6.49	c ... done. Wall clock time 6.378s.
10.19/6.49	c #vars     400896
10.19/6.49	c #constraints  402763
10.19/6.49	c constraints type 
10.19/6.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
10.19/6.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
10.19/6.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
10.19/6.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
10.19/6.49	c constraints type 
10.19/6.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
10.19/6.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
10.19/6.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
10.19/6.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
210.49/105.81	c cleaning 2497 clauses out of 5000 with flag 5001/5001
395.03/198.49	c cleaning 4252 clauses out of 8504 with flag 11002/11002
569.45/285.81	c cleaning 5620 clauses out of 11250 with flag 18000/18000
802.97/402.82	c cleaning 6814 clauses out of 13634 with flag 26004/26004
1085.02/544.43	c cleaning 7902 clauses out of 15816 with flag 35000/35000
1383.43/694.02	c cleaning 8954 clauses out of 17915 with flag 45001/45001
1736.76/870.42	c cleaning 9979 clauses out of 19961 with flag 56001/56001
1800.02/902.21	c starts		: 76
1800.02/902.21	c conflicts		: 57508
1800.02/902.21	c decisions		: 849897
1800.02/902.21	c propagations		: 4208551734
1800.02/902.21	c inspects		: 2280812340
1800.02/902.21	c learnt literals	: 1
1800.02/902.21	c learnt binary clauses	: 207
1800.02/902.21	c learnt ternary clauses	: 175
1800.02/902.21	c learnt clauses	: 57507
1800.02/902.21	c ignored clauses	: 0
1800.02/902.21	c root simplifications	: 0
1800.02/902.21	c removed literals (reason simplification)	: 2175557
1800.02/902.21	c reason swapping (by a shorter reason)	: 0
1800.02/902.21	c Calls to reduceDB	: 7
1800.02/902.21	c number of reductions to clauses (during analyze)	: 0
1800.02/902.21	c number of learned constraints concerned by reduction	: 0
1800.02/902.21	c number of learning phase by resolution	: 0
1800.02/902.21	c number of learning phase by cutting planes	: 0
1800.02/902.21	c speed (assignments/second)	: 4698544.719631489
1800.02/902.21	c non guided choices	8873
1800.02/902.22	c learnt constraints type 
1800.02/902.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11282
1800.02/902.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 207
1800.02/902.22	c constraints type 
1800.02/902.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.02/902.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.02/902.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.02/902.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.02/902.22	c constraints type 
1800.02/902.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.02/902.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
1800.02/902.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.02/902.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.02/902.22	s UNKNOWN
1800.02/902.22	c Total wall clock time (in seconds): 902.103

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3743247-1338791209/watcher-3743247-1338791209 -o /tmp/evaluation-result-3743247-1338791209/solver-3743247-1338791209 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743247-1338791209.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: 3.85 3.95 3.91 4/197 25529
/proc/meminfo: memFree=26980284/32873648 swapFree=6864/6864
[pid=25529] ppid=25527 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25529/stat : 25529 (java6) D 25527 25529 24165 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 345247776 9515008 182 33554432000 1073741824 1073778376 140735042833968 140735042825000 213193146037 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/25529/statm: 2323 182 140 9 0 71 0

[startup+0.0641931 s]
/proc/loadavg: 3.85 3.95 3.91 4/197 25529
/proc/meminfo: memFree=26980284/32873648 swapFree=6864/6864
[pid=25529] ppid=25527 vsize=2367080 CPUtime=0.04 cores=0,2,4,6
/proc/25529/stat : 25529 (java) S 25527 25529 24165 0 -1 4202496 3749 0 1 0 3 1 0 0 20 0 13 0 345247776 2423889920 5468 33554432000 1073741824 1073778376 140734902066832 140734902057968 213196505149 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25529/statm: 591770 5468 1709 9 0 582471 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2367080

[startup+0.100281 s]
/proc/loadavg: 3.85 3.95 3.91 4/197 25529
/proc/meminfo: memFree=26980284/32873648 swapFree=6864/6864
[pid=25529] ppid=25527 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/25529/stat : 25529 (java) S 25527 25529 24165 0 -1 4202496 4633 0 1 0 8 1 0 0 20 0 18 0 345247776 2764726272 6347 33554432000 1073741824 1073778376 140734902066832 140734902057968 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25529/statm: 674982 6355 2080 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300234 s]
/proc/loadavg: 3.85 3.95 3.91 4/197 25529
/proc/meminfo: memFree=26980284/32873648 swapFree=6864/6864
[pid=25529] ppid=25527 vsize=2699928 CPUtime=0.48 cores=0,2,4,6
/proc/25529/stat : 25529 (java) S 25527 25529 24165 0 -1 4202496 6307 0 1 0 46 2 0 0 20 0 18 0 345247776 2764726272 16075 33554432000 1073741824 1073778376 140734902066832 140734902057968 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25529/statm: 674982 16075 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2699928

[startup+0.700243 s]
/proc/loadavg: 3.85 3.95 3.91 4/197 25529
/proc/meminfo: memFree=26980284/32873648 swapFree=6864/6864
[pid=25529] ppid=25527 vsize=2699928 CPUtime=1.21 cores=0,2,4,6
/proc/25529/stat : 25529 (java) S 25527 25529 24165 0 -1 4202496 11680 0 1 0 116 5 0 0 20 0 18 0 345247776 2764726272 55234 33554432000 1073741824 1073778376 140734902066832 140734902057968 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25529/statm: 674982 55234 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 2699928

[startup+1.50064 s]
/proc/loadavg: 3.85 3.95 3.91 4/215 25547
/proc/meminfo: memFree=26554296/32873648 swapFree=6864/6864
[pid=25529] ppid=25527 vsize=2699928 CPUtime=2.4 cores=0,2,4,6
/proc/25529/stat : 25529 (java) S 25527 25529 24165 0 -1 4202496 11976 0 1 0 223 17 0 0 20 0 18 0 345247776 2764726272 121329 33554432000 1073741824 1073778376 140734902066832 140734902057968 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25529/statm: 674982 121329 2248 9 0 665676 0
[pid=25529/tid=25531] ppid=25527 vsize=2699928 CPUtime=1.34 cores=0,2,4,6
/proc/25529/task/25531/stat : 25531 (java) S 25527 25529 24165 0 -1 4202560 2957 0 1 0 128 6 0 0 20 0 18 0 345247777 2764726272 121329 33554432000 1073741824 1073778376 140734902066832 140484239277400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25532] ppid=25527 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/25529/task/25532/stat : 25532 (java) R 25527 25529 24165 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 18 0 345247778 2764726272 121329 33554432000 1073741824 1073778376 140734902066832 140484223560616 213196518460 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25533] ppid=25527 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/25529/task/25533/stat : 25533 (java) S 25527 25529 24165 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 18 0 345247779 2764726272 121329 33554432000 1073741824 1073778376 140734902066832 140484222508072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25534] ppid=25527 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/25529/task/25534/stat : 25534 (java) R 25527 25529 24165 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 18 0 345247779 2764726272 121329 33554432000 1073741824 1073778376 140734902066832 140484221455016 140484246176921 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25535] ppid=25527 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/25529/task/25535/stat : 25535 (java) R 25527 25529 24165 0 -1 4202560 56 0 0 0 8 3 0 0 20 0 18 0 345247779 2764726272 121329 33554432000 1073741824 1073778376 140734902066832 140484102056744 140484243454127 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25536] ppid=25527 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/25529/task/25536/stat : 25536 (java) R 25527 25529 24165 0 -1 4202560 28 0 0 0 5 1 0 0 20 0 18 0 345247779 2764726272 121329 33554432000 1073741824 1073778376 140734902066832 140484101003688 140484246174636 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25537] ppid=25527 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/25529/task/25537/stat : 25537 (java) R 25527 25529 24165 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 345247779 2764726272 121329 33554432000 1073741824 1073778376 140734902066832 140484099951320 140484243454127 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25529/tid=25538] ppid=25527 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/25529/task/25538/stat : 25538 (java) S 25527 25529 24165 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 345247779 2764726272 121329 33554432000 1073741824 1073778376 140734902066832 140484098898088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25529/tid=25539] ppid=25527 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/25529/task/25539/stat : 25539 (java) S 25527 25529 24165 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 345247779 2764726272 121329 33554432000 1073741824 1073778376 140734902066832 140484097845544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25540] ppid=25527 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25540/stat : 25540 (java) S 25527 25529 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345247780 2764726272 121329 33554432000 1073741824 1073778376 140734902066832 140483615516424 213196518460 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25541] ppid=25527 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25541/stat : 25541 (java) S 25527 25529 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345247780 2764726272 121329 33554432000 1073741824 1073778376 140734902066832 140483614463864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25542] ppid=25527 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25542/stat : 25542 (java) S 25527 25529 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345247780 2764726272 121329 33554432000 1073741824 1073778376 140734902066832 140483613410696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25543] ppid=25527 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25543/stat : 25543 (java) S 25527 25529 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345247783 2764726272 121329 33554432000 1073741824 1073778376 140734902066832 140483612359440 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25544] ppid=25527 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/25529/task/25544/stat : 25544 (java) S 25527 25529 24165 0 -1 4202560 3332 0 0 0 25 0 0 0 20 0 18 0 345247783 2764726272 121329 33554432000 1073741824 1073778376 140734902066832 140483611306296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25545] ppid=25527 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/25529/task/25545/stat : 25545 (java) S 25527 25529 24165 0 -1 4202560 4303 0 0 0 29 0 0 0 20 0 18 0 345247783 2764726272 121329 33554432000 1073741824 1073778376 140734902066832 140483610253752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25546] ppid=25527 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25546/stat : 25546 (java) S 25527 25529 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345247783 2764726272 121329 33554432000 1073741824 1073778376 140734902066832 140483609200888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25547] ppid=25527 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25547/stat : 25547 (java) S 25527 25529 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345247783 2764726272 121329 33554432000 1073741824 1073778376 140734902066832 140483608148552 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 2699928

[startup+3.10065 s]
/proc/loadavg: 3.85 3.95 3.91 4/215 25547
/proc/meminfo: memFree=26481624/32873648 swapFree=6864/6864
[pid=25529] ppid=25527 vsize=2699928 CPUtime=4.66 cores=0,2,4,6
/proc/25529/stat : 25529 (java) S 25527 25529 24165 0 -1 4202496 12429 0 1 0 435 31 0 0 20 0 18 0 345247776 2764726272 142603 33554432000 1073741824 1073778376 140734902066832 140734902057968 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25529/statm: 674982 142603 2248 9 0 665676 0
[pid=25529/tid=25531] ppid=25527 vsize=2699928 CPUtime=2.71 cores=0,2,4,6
/proc/25529/task/25531/stat : 25531 (java) S 25527 25529 24165 0 -1 4202560 2960 0 1 0 265 6 0 0 20 0 18 0 345247777 2764726272 142603 33554432000 1073741824 1073778376 140734902066832 140484239277224 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25532] ppid=25527 vsize=2699928 CPUtime=0.14 cores=0,2,4,6
/proc/25529/task/25532/stat : 25532 (java) R 25527 25529 24165 0 -1 4202560 64 0 0 0 11 3 0 0 20 0 18 0 345247778 2764726272 142603 33554432000 1073741824 1073778376 140734902066832 140484223560792 140484241838020 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25529/tid=25533] ppid=25527 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/25529/task/25533/stat : 25533 (java) R 25527 25529 24165 0 -1 4202560 40 0 0 0 9 3 0 0 20 0 18 0 345247779 2764726272 142603 33554432000 1073741824 1073778376 140734902066832 140484222508248 140484246174728 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25534] ppid=25527 vsize=2699928 CPUtime=0.21 cores=0,2,4,6
/proc/25529/task/25534/stat : 25534 (java) R 25527 25529 24165 0 -1 4202560 54 0 0 0 18 3 0 0 20 0 18 0 345247779 2764726272 142603 33554432000 1073741824 1073778376 140734902066832 140484221455016 140484243454127 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25535] ppid=25527 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/25529/task/25535/stat : 25535 (java) R 25527 25529 24165 0 -1 4202560 293 0 0 0 18 4 0 0 20 0 18 0 345247779 2764726272 142603 33554432000 1073741824 1073778376 140734902066832 140484102056920 140484243035276 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25536] ppid=25527 vsize=2699928 CPUtime=0.18 cores=0,2,4,6
/proc/25529/task/25536/stat : 25536 (java) R 25527 25529 24165 0 -1 4202560 72 0 0 0 14 4 0 0 20 0 18 0 345247779 2764726272 142603 33554432000 1073741824 1073778376 140734902066832 140484101003568 140484245787068 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25537] ppid=25527 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/25529/task/25537/stat : 25537 (java) R 25527 25529 24165 0 -1 4202560 40 0 0 0 10 2 0 0 20 0 18 0 345247779 2764726272 142603 33554432000 1073741824 1073778376 140734902066832 140484099951320 140484243035247 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25538] ppid=25527 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/25529/task/25538/stat : 25538 (java) R 25527 25529 24165 0 -1 4202560 45 0 0 0 10 2 0 0 20 0 18 0 345247779 2764726272 142603 33554432000 1073741824 1073778376 140734902066832 140484098898264 140484245787077 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25529/tid=25539] ppid=25527 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/25529/task/25539/stat : 25539 (java) R 25527 25529 24165 0 -1 4202560 45 0 0 0 10 2 0 0 20 0 18 0 345247779 2764726272 142603 33554432000 1073741824 1073778376 140734902066832 140484097845720 140484243440376 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25529/tid=25540] ppid=25527 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25540/stat : 25540 (java) S 25527 25529 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345247780 2764726272 142603 33554432000 1073741824 1073778376 140734902066832 140483615516424 213196518460 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25541] ppid=25527 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25541/stat : 25541 (java) S 25527 25529 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345247780 2764726272 142603 33554432000 1073741824 1073778376 140734902066832 140483614463864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25542] ppid=25527 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25542/stat : 25542 (java) S 25527 25529 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345247780 2764726272 142603 33554432000 1073741824 1073778376 140734902066832 140483613410696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25543] ppid=25527 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25543/stat : 25543 (java) S 25527 25529 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345247783 2764726272 142603 33554432000 1073741824 1073778376 140734902066832 140483612359440 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25544] ppid=25527 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/25529/task/25544/stat : 25544 (java) S 25527 25529 24165 0 -1 4202560 3332 0 0 0 25 0 0 0 20 0 18 0 345247783 2764726272 142603 33554432000 1073741824 1073778376 140734902066832 140483611306296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25545] ppid=25527 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/25529/task/25545/stat : 25545 (java) S 25527 25529 24165 0 -1 4202560 4303 0 0 0 29 0 0 0 20 0 18 0 345247783 2764726272 142603 33554432000 1073741824 1073778376 140734902066832 140483610253752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25546] ppid=25527 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25546/stat : 25546 (java) S 25527 25529 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345247783 2764726272 142603 33554432000 1073741824 1073778376 140734902066832 140483609200888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25547] ppid=25527 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25547/stat : 25547 (java) S 25527 25529 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345247783 2764726272 142603 33554432000 1073741824 1073778376 140734902066832 140483608148552 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 2699928

[startup+6.30076 s]
/proc/loadavg: 3.78 3.94 3.90 4/215 25547
/proc/meminfo: memFree=26245428/32873648 swapFree=6864/6864
[pid=25529] ppid=25527 vsize=2699928 CPUtime=10.04 cores=0,2,4,6
/proc/25529/stat : 25529 (java) S 25527 25529 24165 0 -1 4202496 14062 0 1 0 954 50 0 0 20 0 18 0 345247776 2764726272 186404 33554432000 1073741824 1073778376 140734902066832 140734902057968 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25529/statm: 674982 186404 2248 9 0 665676 0
[pid=25529/tid=25531] ppid=25527 vsize=2699928 CPUtime=5.11 cores=0,2,4,6
/proc/25529/task/25531/stat : 25531 (java) R 25527 25529 24165 0 -1 4202560 2988 0 1 0 504 7 0 0 20 0 18 0 345247777 2764726272 186404 33554432000 1073741824 1073778376 140734902066832 140484239269888 140484102508158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25532] ppid=25527 vsize=2699928 CPUtime=0.54 cores=0,2,4,6
/proc/25529/task/25532/stat : 25532 (java) S 25527 25529 24165 0 -1 4202560 269 0 0 0 48 6 0 0 20 0 18 0 345247778 2764726272 186404 33554432000 1073741824 1073778376 140734902066832 140484223560616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25533] ppid=25527 vsize=2699928 CPUtime=0.42 cores=0,2,4,6
/proc/25529/task/25533/stat : 25533 (java) S 25527 25529 24165 0 -1 4202560 91 0 0 0 37 5 0 0 20 0 18 0 345247779 2764726272 186404 33554432000 1073741824 1073778376 140734902066832 140484222508072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25529/tid=25534] ppid=25527 vsize=2699928 CPUtime=0.7 cores=0,2,4,6
/proc/25529/task/25534/stat : 25534 (java) S 25527 25529 24165 0 -1 4202560 395 0 0 0 63 7 0 0 20 0 18 0 345247779 2764726272 186404 33554432000 1073741824 1073778376 140734902066832 140484221455016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25535] ppid=25527 vsize=2699928 CPUtime=0.68 cores=0,2,4,6
/proc/25529/task/25535/stat : 25535 (java) S 25527 25529 24165 0 -1 4202560 512 0 0 0 60 8 0 0 20 0 18 0 345247779 2764726272 186404 33554432000 1073741824 1073778376 140734902066832 140484102056744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25529/tid=25536] ppid=25527 vsize=2699928 CPUtime=0.48 cores=0,2,4,6
/proc/25529/task/25536/stat : 25536 (java) S 25527 25529 24165 0 -1 4202560 114 0 0 0 42 6 0 0 20 0 18 0 345247779 2764726272 186404 33554432000 1073741824 1073778376 140734902066832 140484101003688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25537] ppid=25527 vsize=2699928 CPUtime=0.41 cores=0,2,4,6
/proc/25529/task/25537/stat : 25537 (java) S 25527 25529 24165 0 -1 4202560 344 0 0 0 37 4 0 0 20 0 18 0 345247779 2764726272 186404 33554432000 1073741824 1073778376 140734902066832 140484099951144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25538] ppid=25527 vsize=2699928 CPUtime=0.56 cores=0,2,4,6
/proc/25529/task/25538/stat : 25538 (java) S 25527 25529 24165 0 -1 4202560 365 0 0 0 51 5 0 0 20 0 18 0 345247779 2764726272 186404 33554432000 1073741824 1073778376 140734902066832 140484098898088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25539] ppid=25527 vsize=2699928 CPUtime=0.45 cores=0,2,4,6
/proc/25529/task/25539/stat : 25539 (java) S 25527 25529 24165 0 -1 4202560 168 0 0 0 41 4 0 0 20 0 18 0 345247779 2764726272 186404 33554432000 1073741824 1073778376 140734902066832 140484097845544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25540] ppid=25527 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25540/stat : 25540 (java) S 25527 25529 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345247780 2764726272 186404 33554432000 1073741824 1073778376 140734902066832 140483615517544 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25541] ppid=25527 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25541/stat : 25541 (java) S 25527 25529 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345247780 2764726272 186404 33554432000 1073741824 1073778376 140734902066832 140483614463864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25542] ppid=25527 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25542/stat : 25542 (java) S 25527 25529 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345247780 2764726272 186404 33554432000 1073741824 1073778376 140734902066832 140483613410696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25543] ppid=25527 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25543/stat : 25543 (java) S 25527 25529 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345247783 2764726272 186404 33554432000 1073741824 1073778376 140734902066832 140483612359440 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25544] ppid=25527 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/25529/task/25544/stat : 25544 (java) S 25527 25529 24165 0 -1 4202560 3332 0 0 0 25 0 0 0 20 0 18 0 345247783 2764726272 186404 33554432000 1073741824 1073778376 140734902066832 140483611306296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25545] ppid=25527 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/25529/task/25545/stat : 25545 (java) S 25527 25529 24165 0 -1 4202560 4303 0 0 0 29 0 0 0 20 0 18 0 345247783 2764726272 186404 33554432000 1073741824 1073778376 140734902066832 140483610253752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25546] ppid=25527 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25546/stat : 25546 (java) S 25527 25529 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345247783 2764726272 186404 33554432000 1073741824 1073778376 140734902066832 140483609200888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25547] ppid=25527 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25547/stat : 25547 (java) S 25527 25529 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345247783 2764726272 186404 33554432000 1073741824 1073778376 140734902066832 140483608148552 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.04
Current children cumulated vsize (KiB) 2699928

[startup+12.7009 s]
/proc/loadavg: 3.80 3.94 3.90 5/219 25551
/proc/meminfo: memFree=26185276/32873648 swapFree=6864/6864
[pid=25529] ppid=25527 vsize=2966184 CPUtime=23.75 cores=0,2,4,6
/proc/25529/stat : 25529 (java) S 25527 25529 24165 0 -1 4202496 14339 0 1 0 2320 55 0 0 20 0 22 0 345247776 3037372416 200218 33554432000 1073741824 1073778376 140734902066832 140734902057968 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25529/statm: 741546 200218 2269 9 0 732240 0
[pid=25529/tid=25531] ppid=25527 vsize=2966184 CPUtime=5.31 cores=0,2,4,6

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

/proc/25529/statm: 741546 244980 2283 9 0 732240 0
[pid=25529/tid=25531] ppid=25527 vsize=2966184 CPUtime=5.32 cores=0,2,4,6
/proc/25529/task/25531/stat : 25531 (java) S 25527 25529 24165 0 -1 4202560 3011 0 1 0 525 7 0 0 20 0 22 0 345247777 3037372416 244980 33554432000 1073741824 1073778376 140734902066832 140484239279256 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25532] ppid=25527 vsize=2966184 CPUtime=1.39 cores=0,2,4,6
/proc/25529/task/25532/stat : 25532 (java) S 25527 25529 24165 0 -1 4202560 304 0 0 0 131 8 0 0 20 0 22 0 345247778 3037372416 244980 33554432000 1073741824 1073778376 140734902066832 140484223560616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25529/tid=25533] ppid=25527 vsize=2966184 CPUtime=1.23 cores=0,2,4,6
/proc/25529/task/25533/stat : 25533 (java) S 25527 25529 24165 0 -1 4202560 172 0 0 0 116 7 0 0 20 0 22 0 345247779 3037372416 244980 33554432000 1073741824 1073778376 140734902066832 140484222508072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25534] ppid=25527 vsize=2966184 CPUtime=1.53 cores=0,2,4,6
/proc/25529/task/25534/stat : 25534 (java) S 25527 25529 24165 0 -1 4202560 435 0 0 0 143 10 0 0 20 0 22 0 345247779 3037372416 244980 33554432000 1073741824 1073778376 140734902066832 140484221455016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25535] ppid=25527 vsize=2966184 CPUtime=1.57 cores=0,2,4,6
/proc/25529/task/25535/stat : 25535 (java) S 25527 25529 24165 0 -1 4202560 539 0 0 0 147 10 0 0 20 0 22 0 345247779 3037372416 244980 33554432000 1073741824 1073778376 140734902066832 140484102056744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25536] ppid=25527 vsize=2966184 CPUtime=1.35 cores=0,2,4,6
/proc/25529/task/25536/stat : 25536 (java) S 25527 25529 24165 0 -1 4202560 206 0 0 0 126 9 0 0 20 0 22 0 345247779 3037372416 244980 33554432000 1073741824 1073778376 140734902066832 140484101003688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25537] ppid=25527 vsize=2966184 CPUtime=1.27 cores=0,2,4,6
/proc/25529/task/25537/stat : 25537 (java) S 25527 25529 24165 0 -1 4202560 388 0 0 0 120 7 0 0 20 0 22 0 345247779 3037372416 244980 33554432000 1073741824 1073778376 140734902066832 140484099951144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25538] ppid=25527 vsize=2966184 CPUtime=1.4 cores=0,2,4,6
/proc/25529/task/25538/stat : 25538 (java) S 25527 25529 24165 0 -1 4202560 393 0 0 0 134 6 0 0 20 0 22 0 345247779 3037372416 244980 33554432000 1073741824 1073778376 140734902066832 140484098898088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25539] ppid=25527 vsize=2966184 CPUtime=1.22 cores=0,2,4,6
/proc/25529/task/25539/stat : 25539 (java) S 25527 25529 24165 0 -1 4202560 211 0 0 0 116 6 0 0 20 0 22 0 345247779 3037372416 244980 33554432000 1073741824 1073778376 140734902066832 140484097845544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25529/tid=25540] ppid=25527 vsize=2966184 CPUtime=6.55 cores=0,2,4,6
/proc/25529/task/25540/stat : 25540 (java) S 25527 25529 24165 0 -1 4202560 13530 0 0 0 644 11 0 0 20 0 22 0 345247780 3037372416 244980 33554432000 1073741824 1073778376 140734902066832 140483615517544 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25529/tid=25541] ppid=25527 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25541/stat : 25541 (java) S 25527 25529 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345247780 3037372416 244980 33554432000 1073741824 1073778376 140734902066832 140483614463864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25542] ppid=25527 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25542/stat : 25542 (java) S 25527 25529 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345247780 3037372416 244980 33554432000 1073741824 1073778376 140734902066832 140483613410696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25543] ppid=25527 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25543/stat : 25543 (java) S 25527 25529 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345247783 3037372416 244980 33554432000 1073741824 1073778376 140734902066832 140483612359440 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25544] ppid=25527 vsize=2966184 CPUtime=1.84 cores=0,2,4,6
/proc/25529/task/25544/stat : 25544 (java) S 25527 25529 24165 0 -1 4202560 12774 0 0 0 182 2 0 0 20 0 22 0 345247783 3037372416 244980 33554432000 1073741824 1073778376 140734902066832 140483611306296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25545] ppid=25527 vsize=2966184 CPUtime=1.09 cores=0,2,4,6
/proc/25529/task/25545/stat : 25545 (java) S 25527 25529 24165 0 -1 4202560 4334 0 0 0 109 0 0 0 20 0 22 0 345247783 3037372416 244980 33554432000 1073741824 1073778376 140734902066832 140483610253752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25546] ppid=25527 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25546/stat : 25546 (java) S 25527 25529 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345247783 3037372416 244980 33554432000 1073741824 1073778376 140734902066832 140483609200888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25547] ppid=25527 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/25529/task/25547/stat : 25547 (java) S 25527 25529 24165 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 22 0 345247783 3037372416 244980 33554432000 1073741824 1073778376 140734902066832 140483608148552 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25548] ppid=25527 vsize=2966184 CPUtime=864.79 cores=0,2,4,6
/proc/25529/task/25548/stat : 25548 (java) R 25527 25529 24165 0 -1 4202560 50 0 0 0 86465 14 0 0 20 0 22 0 345248426 3037372416 244980 33554432000 1073741824 1073778376 140734902066832 140483607092384 140484102882461 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25549] ppid=25527 vsize=2966184 CPUtime=864.72 cores=0,2,4,6
/proc/25529/task/25549/stat : 25549 (java) R 25527 25529 24165 0 -1 4202560 185 0 0 0 86458 14 0 0 20 0 22 0 345248426 3037372416 244980 33554432000 1073741824 1073778376 140734902066832 140483606040224 140484103127863 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25550] ppid=25527 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25550/stat : 25550 (java) S 25527 25529 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345248435 3037372416 244980 33554432000 1073741824 1073778376 140734902066832 140483604989224 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25551] ppid=25527 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25551/stat : 25551 (java) S 25527 25529 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345248435 3037372416 244980 33554432000 1073741824 1073778376 140734902066832 140483603936680 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1759.82
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.201 s]
/proc/loadavg: 4.08 4.02 3.93 5/219 25626
/proc/meminfo: memFree=25881560/32873648 swapFree=6864/6864
[pid=25529] ppid=25527 vsize=2966184 CPUtime=1800.02 cores=0,2,4,6
/proc/25529/stat : 25529 (java) S 25527 25529 24165 0 -1 4202496 37809 0 1 0 179901 101 0 0 20 0 22 0 345247776 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140734902057968 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25529/statm: 741546 244981 2283 9 0 732240 0
[pid=25529/tid=25531] ppid=25527 vsize=2966184 CPUtime=5.32 cores=0,2,4,6
/proc/25529/task/25531/stat : 25531 (java) S 25527 25529 24165 0 -1 4202560 3011 0 1 0 525 7 0 0 20 0 22 0 345247777 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140484239279256 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25532] ppid=25527 vsize=2966184 CPUtime=1.53 cores=0,2,4,6
/proc/25529/task/25532/stat : 25532 (java) S 25527 25529 24165 0 -1 4202560 304 0 0 0 145 8 0 0 20 0 22 0 345247778 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140484223560616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25533] ppid=25527 vsize=2966184 CPUtime=1.39 cores=0,2,4,6
/proc/25529/task/25533/stat : 25533 (java) S 25527 25529 24165 0 -1 4202560 172 0 0 0 132 7 0 0 20 0 22 0 345247779 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140484222508072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25534] ppid=25527 vsize=2966184 CPUtime=1.7 cores=0,2,4,6
/proc/25529/task/25534/stat : 25534 (java) S 25527 25529 24165 0 -1 4202560 435 0 0 0 160 10 0 0 20 0 22 0 345247779 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140484221455016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25535] ppid=25527 vsize=2966184 CPUtime=1.72 cores=0,2,4,6
/proc/25529/task/25535/stat : 25535 (java) S 25527 25529 24165 0 -1 4202560 539 0 0 0 162 10 0 0 20 0 22 0 345247779 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140484102056744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25536] ppid=25527 vsize=2966184 CPUtime=1.51 cores=0,2,4,6
/proc/25529/task/25536/stat : 25536 (java) S 25527 25529 24165 0 -1 4202560 206 0 0 0 142 9 0 0 20 0 22 0 345247779 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140484101003688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25529/tid=25537] ppid=25527 vsize=2966184 CPUtime=1.44 cores=0,2,4,6
/proc/25529/task/25537/stat : 25537 (java) S 25527 25529 24165 0 -1 4202560 388 0 0 0 137 7 0 0 20 0 22 0 345247779 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140484099951144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25529/tid=25538] ppid=25527 vsize=2966184 CPUtime=1.56 cores=0,2,4,6
/proc/25529/task/25538/stat : 25538 (java) S 25527 25529 24165 0 -1 4202560 393 0 0 0 150 6 0 0 20 0 22 0 345247779 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140484098898088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25539] ppid=25527 vsize=2966184 CPUtime=1.41 cores=0,2,4,6
/proc/25529/task/25539/stat : 25539 (java) S 25527 25529 24165 0 -1 4202560 212 0 0 0 135 6 0 0 20 0 22 0 345247779 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140484097845544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25540] ppid=25527 vsize=2966184 CPUtime=6.57 cores=0,2,4,6
/proc/25529/task/25540/stat : 25540 (java) S 25527 25529 24165 0 -1 4202560 13530 0 0 0 644 13 0 0 20 0 22 0 345247780 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483615517544 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25541] ppid=25527 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25541/stat : 25541 (java) S 25527 25529 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345247780 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483614463864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25542] ppid=25527 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25542/stat : 25542 (java) S 25527 25529 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345247780 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483613410696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25543] ppid=25527 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25543/stat : 25543 (java) S 25527 25529 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345247783 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483612359440 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25544] ppid=25527 vsize=2966184 CPUtime=1.84 cores=0,2,4,6
/proc/25529/task/25544/stat : 25544 (java) S 25527 25529 24165 0 -1 4202560 12774 0 0 0 182 2 0 0 20 0 22 0 345247783 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483611306296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25545] ppid=25527 vsize=2966184 CPUtime=1.09 cores=0,2,4,6
/proc/25529/task/25545/stat : 25545 (java) S 25527 25529 24165 0 -1 4202560 4334 0 0 0 109 0 0 0 20 0 22 0 345247783 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483610253752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25546] ppid=25527 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25546/stat : 25546 (java) S 25527 25529 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345247783 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483609200888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25547] ppid=25527 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/25529/task/25547/stat : 25547 (java) S 25527 25529 24165 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 345247783 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483608148552 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25548] ppid=25527 vsize=2966184 CPUtime=884.2 cores=0,2,4,6
/proc/25529/task/25548/stat : 25548 (java) R 25527 25529 24165 0 -1 4202560 54 0 0 0 88406 14 0 0 20 0 22 0 345248426 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483607093152 140484102920549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25549] ppid=25527 vsize=2966184 CPUtime=884.11 cores=0,2,4,6
/proc/25529/task/25549/stat : 25549 (java) R 25527 25529 24165 0 -1 4202560 219 0 0 0 88397 14 0 0 20 0 22 0 345248426 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483606039344 140484102651053 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25550] ppid=25527 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25550/stat : 25550 (java) S 25527 25529 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345248435 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483604989224 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25551] ppid=25527 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25551/stat : 25551 (java) S 25527 25529 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345248435 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483603936680 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2966184

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

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

[startup+902.201 s]
/proc/loadavg: 4.08 4.02 3.93 5/219 25626
/proc/meminfo: memFree=25881560/32873648 swapFree=6864/6864
[pid=25529] ppid=25527 vsize=2966184 CPUtime=1800.02 cores=0,2,4,6
/proc/25529/stat : 25529 (java) S 25527 25529 24165 0 -1 4202496 37809 0 1 0 179901 101 0 0 20 0 22 0 345247776 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140734902057968 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25529/statm: 741546 244981 2283 9 0 732240 0
[pid=25529/tid=25531] ppid=25527 vsize=2966184 CPUtime=5.32 cores=0,2,4,6
/proc/25529/task/25531/stat : 25531 (java) S 25527 25529 24165 0 -1 4202560 3011 0 1 0 525 7 0 0 20 0 22 0 345247777 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140484239279256 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25532] ppid=25527 vsize=2966184 CPUtime=1.53 cores=0,2,4,6
/proc/25529/task/25532/stat : 25532 (java) S 25527 25529 24165 0 -1 4202560 304 0 0 0 145 8 0 0 20 0 22 0 345247778 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140484223560616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25533] ppid=25527 vsize=2966184 CPUtime=1.39 cores=0,2,4,6
/proc/25529/task/25533/stat : 25533 (java) S 25527 25529 24165 0 -1 4202560 172 0 0 0 132 7 0 0 20 0 22 0 345247779 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140484222508072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25534] ppid=25527 vsize=2966184 CPUtime=1.7 cores=0,2,4,6
/proc/25529/task/25534/stat : 25534 (java) S 25527 25529 24165 0 -1 4202560 435 0 0 0 160 10 0 0 20 0 22 0 345247779 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140484221455016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25535] ppid=25527 vsize=2966184 CPUtime=1.72 cores=0,2,4,6
/proc/25529/task/25535/stat : 25535 (java) S 25527 25529 24165 0 -1 4202560 539 0 0 0 162 10 0 0 20 0 22 0 345247779 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140484102056744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25536] ppid=25527 vsize=2966184 CPUtime=1.51 cores=0,2,4,6
/proc/25529/task/25536/stat : 25536 (java) S 25527 25529 24165 0 -1 4202560 206 0 0 0 142 9 0 0 20 0 22 0 345247779 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140484101003688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25529/tid=25537] ppid=25527 vsize=2966184 CPUtime=1.44 cores=0,2,4,6
/proc/25529/task/25537/stat : 25537 (java) S 25527 25529 24165 0 -1 4202560 388 0 0 0 137 7 0 0 20 0 22 0 345247779 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140484099951144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25529/tid=25538] ppid=25527 vsize=2966184 CPUtime=1.56 cores=0,2,4,6
/proc/25529/task/25538/stat : 25538 (java) S 25527 25529 24165 0 -1 4202560 393 0 0 0 150 6 0 0 20 0 22 0 345247779 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140484098898088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25539] ppid=25527 vsize=2966184 CPUtime=1.41 cores=0,2,4,6
/proc/25529/task/25539/stat : 25539 (java) S 25527 25529 24165 0 -1 4202560 212 0 0 0 135 6 0 0 20 0 22 0 345247779 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140484097845544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25540] ppid=25527 vsize=2966184 CPUtime=6.57 cores=0,2,4,6
/proc/25529/task/25540/stat : 25540 (java) S 25527 25529 24165 0 -1 4202560 13530 0 0 0 644 13 0 0 20 0 22 0 345247780 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483615517544 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25541] ppid=25527 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25541/stat : 25541 (java) S 25527 25529 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345247780 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483614463864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25542] ppid=25527 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25542/stat : 25542 (java) S 25527 25529 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345247780 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483613410696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25543] ppid=25527 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25543/stat : 25543 (java) S 25527 25529 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345247783 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483612359440 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25544] ppid=25527 vsize=2966184 CPUtime=1.84 cores=0,2,4,6
/proc/25529/task/25544/stat : 25544 (java) S 25527 25529 24165 0 -1 4202560 12774 0 0 0 182 2 0 0 20 0 22 0 345247783 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483611306296 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25545] ppid=25527 vsize=2966184 CPUtime=1.09 cores=0,2,4,6
/proc/25529/task/25545/stat : 25545 (java) S 25527 25529 24165 0 -1 4202560 4334 0 0 0 109 0 0 0 20 0 22 0 345247783 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483610253752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25546] ppid=25527 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25546/stat : 25546 (java) S 25527 25529 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345247783 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483609200888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25547] ppid=25527 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/25529/task/25547/stat : 25547 (java) S 25527 25529 24165 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 345247783 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483608148552 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25529/tid=25548] ppid=25527 vsize=2966184 CPUtime=884.2 cores=0,2,4,6
/proc/25529/task/25548/stat : 25548 (java) R 25527 25529 24165 0 -1 4202560 54 0 0 0 88406 14 0 0 20 0 22 0 345248426 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483607093152 140484102920549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25549] ppid=25527 vsize=2966184 CPUtime=884.11 cores=0,2,4,6
/proc/25529/task/25549/stat : 25549 (java) R 25527 25529 24165 0 -1 4202560 219 0 0 0 88397 14 0 0 20 0 22 0 345248426 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483606039344 140484102651053 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25529/tid=25550] ppid=25527 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25550/stat : 25550 (java) S 25527 25529 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345248435 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483604989224 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25529/tid=25551] ppid=25527 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25529/task/25551/stat : 25551 (java) S 25527 25529 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345248435 3037372416 244981 33554432000 1073741824 1073778376 140734902066832 140483603936680 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25529 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=580182
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=461777
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 902.23
CPU time (s): 1800.02
CPU user time (s): 1799.01
CPU system time (s): 1.01
CPU usage (%): 199.508
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.58
system time used= 1.46178
maximum resident set size= 1029788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37841
page faults= 1
swaps= 0
block input operations= 0
block output operations= 864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27094
involuntary context switches= 35699

runsolver used 3.40048 second user time and 8.00578 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-04 08:26:49
IDJOB=3743247
IDBENCH=90935
IDSOLVER=2324
FILE ID=node113/3743247-1338791209
RUNJOBID= node113-1338783018-24181
PBS_JOBID= 14636837
Free space on /tmp= 70924 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_50null0mast_rapportOE2.0_TMAX60_K192_cod2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743247-1338791209/watcher-3743247-1338791209 -o /tmp/evaluation-result-3743247-1338791209/solver-3743247-1338791209 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743247-1338791209.opb

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

MD5SUM BENCH= fd17a1ef8bbc0500cef6aa90a9a85c00
RANDOM SEED=65800767

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26980812 kB
Buffers:          544964 kB
Cached:          3576328 kB
SwapCached:         2028 kB
Active:          2675916 kB
Inactive:        2309356 kB
Active(anon):     863376 kB
Inactive(anon):     1912 kB
Active(file):    1812540 kB
Inactive(file):  2307444 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099708 kB
Dirty:             27964 kB
Writeback:            28 kB
AnonPages:        872412 kB
Mapped:            19384 kB
Shmem:                 0 kB
Slab:             765196 kB
SReclaimable:     208988 kB
SUnreclaim:       556208 kB
KernelStack:        1616 kB
PageTables:         6028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    831488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70924 MiB
End job on node113 at 2012-06-04 08:41:54