Trace number 3688338

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.53 898.834

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=300-sizeP=151-sizeQ=300-692949159-max.opb
MD5SUM7e6b5d1bb2d5498810142d4e4cc2c6f4
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45751
Total number of constraints135901
Number of constraints which are clauses135900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint45300
Number of terms in the objective function 151
Biggest coefficient in the objective function 1427247692705959881058285969449495136382746624
Number of bits for the biggest coefficient in the objective function 151
Sum of the numbers in the objective function 2854495385411919762116571938898990272765493247
Number of bits of the sum of numbers in the objective function 151
Biggest number in a constraint 1453677448591213781098647615776009068707282721374636120562980398361278576226795846652382101427527131121525043212532355867069203257229312
Number of bits of the biggest number in a constraint 450
Biggest sum of numbers in a constraint 5814709794364855124394590463104036274829130884415680534709393500410164485780207399841635394555886269312423583179230372744812869772975784
Number of bits of the biggest sum of numbers451
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3688338-1337876872.opb
0.08/0.12	c reading problem ... 
3.53/1.95	c ... done. Wall clock time 1.827s.
3.53/1.95	c declared #vars     45751
3.53/1.95	c #constraints  135902
3.53/1.95	c constraints type 
3.53/1.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45300
3.53/1.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90600
3.53/1.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
3.53/1.95	c 135902 constraints processed.
3.53/1.95	c constraints type 
3.53/1.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90600
3.53/1.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45300
3.53/1.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
3.53/1.95	c 135902 constraints processed.
3.53/1.95	c objective function length is 151 literals
1800.04/898.82	c starts		: 19
1800.04/898.82	c conflicts		: 3693
1800.04/898.82	c decisions		: 32737
1800.04/898.82	c propagations		: 3029788
1800.04/898.82	c inspects		: 14610671
1800.04/898.82	c shortcuts		: 0
1800.04/898.82	c learnt literals	: 0
1800.04/898.82	c learnt binary clauses	: 0
1800.04/898.82	c learnt ternary clauses	: 0
1800.04/898.82	c learnt constraints	: 3693
1800.04/898.82	c ignored constraints	: 0
1800.04/898.82	c root simplifications	: 0
1800.04/898.82	c removed literals (reason simplification)	: 38813285
1800.04/898.82	c reason swapping (by a shorter reason)	: 0
1800.04/898.82	c Calls to reduceDB	: 0
1800.04/898.82	c number of reductions to clauses (during analyze)	: 0
1800.04/898.82	c number of learned constraints concerned by reduction	: 0
1800.04/898.82	c number of learning phase by resolution	: 0
1800.04/898.82	c number of learning phase by cutting planes	: 0
1800.04/898.82	c speed (assignments/second)	: 3378.381542722763
1800.04/898.82	c non guided choices	124
1800.04/898.82	c learnt constraints type 
1800.04/898.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3693
1800.04/898.82	c constraints type 
1800.04/898.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45300
1800.04/898.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90600
1800.04/898.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.04/898.82	c 135902 constraints processed.
1800.04/898.82	c constraints type 
1800.04/898.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90600
1800.04/898.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45300
1800.04/898.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.04/898.82	c 135902 constraints processed.
1800.04/898.82	s UNKNOWN
1800.04/898.82	c Total wall clock time (in seconds): 898.697

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-3688338-1337876872/watcher-3688338-1337876872 -o /tmp/evaluation-result-3688338-1337876872/solver-3688338-1337876872 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688338-1337876872.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.79 3.71 4/197 24518
/proc/meminfo: memFree=27552012/32873648 swapFree=6864/6864
[pid=24518] ppid=24516 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/24518/stat : 24518 (runsolver) D 24516 24518 22184 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 253813208 12095488 51 33554432000 4194304 5436572 140736039847104 140736039843400 4883175 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/24518/statm: 2953 51 31 304 0 2645 0

[startup+0.100745 s]
/proc/loadavg: 3.85 3.79 3.71 4/197 24518
/proc/meminfo: memFree=27552012/32873648 swapFree=6864/6864
[pid=24518] ppid=24516 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/24518/stat : 24518 (java) S 24516 24518 22184 0 -1 4202496 4304 0 1 0 7 1 0 0 20 0 18 0 253813208 9787813888 4997 33554432000 1073741824 1073778376 140733666258832 140733666249968 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24518/statm: 2389603 4997 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.200181 s]
/proc/loadavg: 3.85 3.79 3.71 4/197 24518
/proc/meminfo: memFree=27552012/32873648 swapFree=6864/6864
[pid=24518] ppid=24516 vsize=9558412 CPUtime=0.23 cores=0,2,4,6
/proc/24518/stat : 24518 (java) S 24516 24518 22184 0 -1 4202496 4750 0 1 0 22 1 0 0 20 0 18 0 253813208 9787813888 6312 33554432000 1073741824 1073778376 140733666258832 140733666249968 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24518/statm: 2389603 6312 2185 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558412

[startup+0.300254 s]
/proc/loadavg: 3.85 3.79 3.71 4/197 24518
/proc/meminfo: memFree=27552012/32873648 swapFree=6864/6864
[pid=24518] ppid=24516 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/24518/stat : 24518 (java) S 24516 24518 22184 0 -1 4202496 5549 0 1 0 44 1 0 0 20 0 18 0 253813208 9787813888 8457 33554432000 1073741824 1073778376 140733666258832 140733666249968 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24518/statm: 2389603 8457 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700225 s]
/proc/loadavg: 3.85 3.79 3.71 4/197 24518
/proc/meminfo: memFree=27552012/32873648 swapFree=6864/6864
[pid=24518] ppid=24516 vsize=9558412 CPUtime=1.6 cores=0,2,4,6
/proc/24518/stat : 24518 (java) S 24516 24518 22184 0 -1 4202496 15766 0 1 0 156 4 0 0 20 0 18 0 253813208 9787813888 39358 33554432000 1073741824 1073778376 140733666258832 140733666249968 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24518/statm: 2389603 39358 2233 9 0 2380296 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9558412

[startup+1.50063 s]
/proc/loadavg: 3.94 3.81 3.71 4/215 24536
/proc/meminfo: memFree=27337756/32873648 swapFree=6864/6864
[pid=24518] ppid=24516 vsize=9558412 CPUtime=2.64 cores=0,2,4,6
/proc/24518/stat : 24518 (java) S 24516 24518 22184 0 -1 4202496 16288 0 1 0 255 9 0 0 20 0 18 0 253813208 9787813888 55660 33554432000 1073741824 1073778376 140733666258832 140733666249968 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24518/statm: 2389603 55660 2260 9 0 2380296 0
[pid=24518/tid=24520] ppid=24516 vsize=9558412 CPUtime=1.38 cores=0,2,4,6
/proc/24518/task/24520/stat : 24520 (java) R 24516 24518 22184 0 -1 4202560 2567 0 1 0 135 3 0 0 20 0 18 0 253813209 9787813888 55660 33554432000 1073741824 1073778376 140733666258832 140437655228240 140437528258784 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24521] ppid=24516 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/24518/task/24521/stat : 24521 (java) S 24516 24518 22184 0 -1 4202560 89 0 0 0 3 1 0 0 20 0 18 0 253813211 9787813888 55660 33554432000 1073741824 1073778376 140733666258832 140437499017512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24522] ppid=24516 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24522/stat : 24522 (java) S 24516 24518 22184 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 18 0 253813211 9787813888 55660 33554432000 1073741824 1073778376 140733666258832 140437497964712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24523] ppid=24516 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/24518/task/24523/stat : 24523 (java) S 24516 24518 22184 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 253813211 9787813888 55660 33554432000 1073741824 1073778376 140733666258832 140437496912424 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24524] ppid=24516 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/24518/task/24524/stat : 24524 (java) S 24516 24518 22184 0 -1 4202560 55 0 0 0 2 1 0 0 20 0 18 0 253813211 9787813888 55660 33554432000 1073741824 1073778376 140733666258832 140437495859624 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24525] ppid=24516 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/24518/task/24525/stat : 24525 (java) S 24516 24518 22184 0 -1 4202560 75 0 0 0 2 0 0 0 20 0 18 0 253813211 9787813888 55660 33554432000 1073741824 1073778376 140733666258832 140437494807336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24526] ppid=24516 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24526/stat : 24526 (java) S 24516 24518 22184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 253813211 9787813888 55660 33554432000 1073741824 1073778376 140733666258832 140437493754536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24527] ppid=24516 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/24518/task/24527/stat : 24527 (java) S 24516 24518 22184 0 -1 4202560 162 0 0 0 3 0 0 0 20 0 18 0 253813211 9787813888 55660 33554432000 1073741824 1073778376 140733666258832 140437492702248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24528] ppid=24516 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24528/stat : 24528 (java) S 24516 24518 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 253813211 9787813888 55660 33554432000 1073741824 1073778376 140733666258832 140437491649448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24529] ppid=24516 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24529/stat : 24529 (java) S 24516 24518 22184 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 253813212 9787813888 55660 33554432000 1073741824 1073778376 140733666258832 140437479450856 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24530] ppid=24516 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24530/stat : 24530 (java) S 24516 24518 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253813212 9787813888 55660 33554432000 1073741824 1073778376 140733666258832 140437478396920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24531] ppid=24516 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24531/stat : 24531 (java) S 24516 24518 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253813212 9787813888 55660 33554432000 1073741824 1073778376 140733666258832 140437477344520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24532] ppid=24516 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24532/stat : 24532 (java) S 24516 24518 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253813215 9787813888 55660 33554432000 1073741824 1073778376 140733666258832 140437476293008 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24533] ppid=24516 vsize=9558412 CPUtime=0.47 cores=0,2,4,6
/proc/24518/task/24533/stat : 24533 (java) R 24516 24518 22184 0 -1 4202560 6145 0 0 0 47 0 0 0 20 0 18 0 253813215 9787813888 55660 33554432000 1073741824 1073778376 140733666258832 140437475240632 140437659333303 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24534] ppid=24516 vsize=9558412 CPUtime=0.48 cores=0,2,4,6
/proc/24518/task/24534/stat : 24534 (java) R 24516 24518 22184 0 -1 4202560 5899 0 0 0 48 0 0 0 20 0 18 0 253813215 9787813888 55660 33554432000 1073741824 1073778376 140733666258832 140437474187832 140437661135803 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24535] ppid=24516 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24535/stat : 24535 (java) S 24516 24518 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253813215 9787813888 55660 33554432000 1073741824 1073778376 140733666258832 140437473135736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24536] ppid=24516 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24536/stat : 24536 (java) S 24516 24518 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253813215 9787813888 55660 33554432000 1073741824 1073778376 140733666258832 140437472083144 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 9558412

[startup+3.1008 s]
/proc/loadavg: 3.94 3.81 3.71 7/219 24540
/proc/meminfo: memFree=27316244/32873648 swapFree=6864/6864
[pid=24518] ppid=24516 vsize=9824668 CPUtime=6.47 cores=0,2,4,6
/proc/24518/stat : 24518 (java) S 24516 24518 22184 0 -1 4202496 21806 0 1 0 637 10 0 0 20 0 22 0 253813208 10060460032 73816 33554432000 1073741824 1073778376 140733666258832 140733666249968 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24518/statm: 2456167 73816 2267 9 0 2446860 0
[pid=24518/tid=24520] ppid=24516 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/24518/task/24520/stat : 24520 (java) S 24516 24518 22184 0 -1 4202560 2582 0 1 0 180 4 0 0 20 0 22 0 253813209 10060460032 73816 33554432000 1073741824 1073778376 140733666258832 140437655237624 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24521] ppid=24516 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/24518/task/24521/stat : 24521 (java) S 24516 24518 22184 0 -1 4202560 89 0 0 0 3 1 0 0 20 0 22 0 253813211 10060460032 73816 33554432000 1073741824 1073778376 140733666258832 140437499017512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24522] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24522/stat : 24522 (java) S 24516 24518 22184 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 22 0 253813211 10060460032 73816 33554432000 1073741824 1073778376 140733666258832 140437497964712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24523] ppid=24516 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24518/task/24523/stat : 24523 (java) S 24516 24518 22184 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 253813211 10060460032 73816 33554432000 1073741824 1073778376 140733666258832 140437496912424 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24524] ppid=24516 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24518/task/24524/stat : 24524 (java) S 24516 24518 22184 0 -1 4202560 55 0 0 0 2 1 0 0 20 0 22 0 253813211 10060460032 73816 33554432000 1073741824 1073778376 140733666258832 140437495859624 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24525] ppid=24516 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24518/task/24525/stat : 24525 (java) S 24516 24518 22184 0 -1 4202560 75 0 0 0 2 0 0 0 20 0 22 0 253813211 10060460032 73816 33554432000 1073741824 1073778376 140733666258832 140437494807336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24526] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24526/stat : 24526 (java) S 24516 24518 22184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253813211 10060460032 73816 33554432000 1073741824 1073778376 140733666258832 140437493754536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24527] ppid=24516 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24518/task/24527/stat : 24527 (java) S 24516 24518 22184 0 -1 4202560 162 0 0 0 3 0 0 0 20 0 22 0 253813211 10060460032 73816 33554432000 1073741824 1073778376 140733666258832 140437492702248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24528] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24528/stat : 24528 (java) S 24516 24518 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253813211 10060460032 73816 33554432000 1073741824 1073778376 140733666258832 140437491649448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24529] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24529/stat : 24529 (java) S 24516 24518 22184 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 253813212 10060460032 73816 33554432000 1073741824 1073778376 140733666258832 140437479450856 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24530] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24530/stat : 24530 (java) S 24516 24518 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253813212 10060460032 73816 33554432000 1073741824 1073778376 140733666258832 140437478396920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24531] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24531/stat : 24531 (java) S 24516 24518 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253813212 10060460032 73816 33554432000 1073741824 1073778376 140733666258832 140437477344520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24532] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24532/stat : 24532 (java) S 24516 24518 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253813215 10060460032 73816 33554432000 1073741824 1073778376 140733666258832 140437476293008 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24533] ppid=24516 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/24518/task/24533/stat : 24533 (java) S 24516 24518 22184 0 -1 4202560 11457 0 0 0 115 2 0 0 20 0 22 0 253813215 10060460032 73816 33554432000 1073741824 1073778376 140733666258832 140437475240632 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24534] ppid=24516 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/24518/task/24534/stat : 24534 (java) S 24516 24518 22184 0 -1 4202560 5953 0 0 0 87 0 0 0 20 0 22 0 253813215 10060460032 73816 33554432000 1073741824 1073778376 140733666258832 140437474187832 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24535] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24535/stat : 24535 (java) S 24516 24518 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253813215 10060460032 73816 33554432000 1073741824 1073778376 140733666258832 140437473135736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24536] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24536/stat : 24536 (java) S 24516 24518 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253813215 10060460032 73816 33554432000 1073741824 1073778376 140733666258832 140437472083144 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24537] ppid=24516 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/24518/task/24537/stat : 24537 (java) R 24516 24518 22184 0 -1 4202560 33 0 0 0 113 0 0 0 20 0 22 0 253813403 10060460032 73816 33554432000 1073741824 1073778376 140733666258832 140437471027576 140437528548940 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24538] ppid=24516 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/24518/task/24538/stat : 24538 (java) R 24516 24518 22184 0 -1 4202560 88 0 0 0 113 0 0 0 20 0 22 0 253813403 10060460032 73816 33554432000 1073741824 1073778376 140733666258832 140437469974968 140437528646949 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24539] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24539/stat : 24539 (java) S 24516 24518 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253813408 10060460032 73816 33554432000 1073741824 1073778376 140733666258832 140437468923048 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24540] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24540/stat : 24540 (java) S 24516 24518 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253813409 10060460032 73816 33554432000 1073741824 1073778376 140733666258832 140437467870248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.47
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 3.94 3.81 3.71 6/219 24540
/proc/meminfo: memFree=27192128/32873648 swapFree=6864/6864
[pid=24518] ppid=24516 vsize=9824668 CPUtime=13.23 cores=0,2,4,6
/proc/24518/stat : 24518 (java) S 24516 24518 22184 0 -1 4202496 22155 0 1 0 1305 18 0 0 20 0 22 0 253813208 10060460032 97431 33554432000 1073741824 1073778376 140733666258832 140733666249968 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24518/statm: 2456167 97431 2268 9 0 2446860 0
[pid=24518/tid=24520] ppid=24516 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/24518/task/24520/stat : 24520 (java) S 24516 24518 22184 0 -1 4202560 2583 0 1 0 180 4 0 0 20 0 22 0 253813209 10060460032 97431 33554432000 1073741824 1073778376 140733666258832 140437655237624 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24521] ppid=24516 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/24518/task/24521/stat : 24521 (java) S 24516 24518 22184 0 -1 4202560 127 0 0 0 8 3 0 0 20 0 22 0 253813211 10060460032 97431 33554432000 1073741824 1073778376 140733666258832 140437499017512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24522] ppid=24516 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/24518/task/24522/stat : 24522 (java) S 24516 24518 22184 0 -1 4202560 48 0 0 0 3 1 0 0 20 0 22 0 253813211 10060460032 97431 33554432000 1073741824 1073778376 140733666258832 140437497964712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24523] ppid=24516 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/24518/task/24523/stat : 24523 (java) S 24516 24518 22184 0 -1 4202560 45 0 0 0 5 0 0 0 20 0 22 0 253813211 10060460032 97431 33554432000 1073741824 1073778376 140733666258832 140437496912424 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24524] ppid=24516 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/24518/task/24524/stat : 24524 (java) S 24516 24518 22184 0 -1 4202560 78 0 0 0 5 2 0 0 20 0 22 0 253813211 10060460032 97431 33554432000 1073741824 1073778376 140733666258832 140437495859624 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24525] ppid=24516 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/24518/task/24525/stat : 24525 (java) S 24516 24518 22184 0 -1 4202560 88 0 0 0 5 1 0 0 20 0 22 0 253813211 10060460032 97431 33554432000 1073741824 1073778376 140733666258832 140437494807336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24526] ppid=24516 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24518/task/24526/stat : 24526 (java) S 24516 24518 22184 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 253813211 10060460032 97431 33554432000 1073741824 1073778376 140733666258832 140437493754536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24527] ppid=24516 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/24518/task/24527/stat : 24527 (java) S 24516 24518 22184 0 -1 4202560 174 0 0 0 5 1 0 0 20 0 22 0 253813211 10060460032 97431 33554432000 1073741824 1073778376 140733666258832 140437492702248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24528] ppid=24516 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24518/task/24528/stat : 24528 (java) S 24516 24518 22184 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 22 0 253813211 10060460032 97431 33554432000 1073741824 1073778376 140733666258832 140437491649448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24529] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24529/stat : 24529 (java) S 24516 24518 22184 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 253813212 10060460032 97431 33554432000 1073741824 1073778376 140733666258832 140437479450856 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24530] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24530/stat : 24530 (java) S 24516 24518 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253813212 10060460032 97431 33554432000 1073741824 1073778376 140733666258832 140437478396920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24531] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24531/stat : 24531 (java) S 24516 24518 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253813212 10060460032 97431 33554432000 1073741824 1073778376 140733666258832 140437477344520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24532] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24532/stat : 24532 (java) S 24516 24518 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253813215 10060460032 97431 33554432000 1073741824 1073778376 140733666258832 140437476293008 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24533] ppid=24516 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/24518/task/24533/stat : 24533 (java) S 24516 24518 22184 0 -1 4202560 11471 0 0 0 128 2 0 0 20 0 22 0 253813215 10060460032 97431 33554432000 1073741824 1073778376 140733666258832 140437475240632 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24534] ppid=24516 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/24518/task/24534/stat : 24534 (java) S 24516 24518 22184 0 -1 4202560 5967 0 0 0 95 0 0 0 20 0 22 0 253813215 10060460032 97431 33554432000 1073741824 1073778376 140733666258832 140437474187832 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24535] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24535/stat : 24535 (java) S 24516 24518 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253813215 10060460032 97431 33554432000 1073741824 1073778376 140733666258832 140437473135736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24536] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24536/stat : 24536 (java) S 24516 24518 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253813215 10060460032 97431 33554432000 1073741824 1073778376 140733666258832 140437472083144 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24537] ppid=24516 vsize=9824668 CPUtime=4.25 cores=0,2,4,6
/proc/24518/task/24537/stat : 24537 (java) R 24516 24518 22184 0 -1 4202560 37 0 0 0 425 0 0 0 20 0 22 0 253813403 10060460032 97431 33554432000 1073741824 1073778376 140733666258832 140437471027352 140437528290054 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0

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

[pid=24518/tid=24538] ppid=24516 vsize=9824668 CPUtime=819.62 cores=0,2,4,6
/proc/24518/task/24538/stat : 24538 (java) R 24516 24518 22184 0 -1 4202560 333 0 0 0 81943 19 0 0 20 0 22 0 253813403 10060460032 687038 33554432000 1073741824 1073778376 140733666258832 140437469972336 140437528020541 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24539] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24539/stat : 24539 (java) S 24516 24518 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253813408 10060460032 687038 33554432000 1073741824 1073778376 140733666258832 140437468923048 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24540] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24540/stat : 24540 (java) S 24516 24518 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253813409 10060460032 687038 33554432000 1073741824 1073778376 140733666258832 140437467870248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1646.76
Current children cumulated vsize (KiB) 9824668

[startup+882.307 s]
/proc/loadavg: 3.92 3.97 3.87 5/219 24617
/proc/meminfo: memFree=25307528/32873648 swapFree=6864/6864
[pid=24518] ppid=24516 vsize=9824668 CPUtime=1766.96 cores=0,2,4,6
/proc/24518/stat : 24518 (java) S 24516 24518 22184 0 -1 4202496 26940 0 1 0 176593 103 0 0 20 0 22 0 253813208 10060460032 653485 33554432000 1073741824 1073778376 140733666258832 140733666249968 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24518/statm: 2456167 653485 2272 9 0 2446860 0
[pid=24518/tid=24520] ppid=24516 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/24518/task/24520/stat : 24520 (java) S 24516 24518 22184 0 -1 4202560 2593 0 1 0 182 5 0 0 20 0 22 0 253813209 10060460032 653485 33554432000 1073741824 1073778376 140733666258832 140437655237624 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24521] ppid=24516 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/24518/task/24521/stat : 24521 (java) S 24516 24518 22184 0 -1 4202560 364 0 0 0 36 7 0 0 20 0 22 0 253813211 10060460032 653485 33554432000 1073741824 1073778376 140733666258832 140437499017512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24522] ppid=24516 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/24518/task/24522/stat : 24522 (java) S 24516 24518 22184 0 -1 4202560 134 0 0 0 31 5 0 0 20 0 22 0 253813211 10060460032 653485 33554432000 1073741824 1073778376 140733666258832 140437497964712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24523] ppid=24516 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/24518/task/24523/stat : 24523 (java) S 24516 24518 22184 0 -1 4202560 283 0 0 0 43 7 0 0 20 0 22 0 253813211 10060460032 653485 33554432000 1073741824 1073778376 140733666258832 140437496912424 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24524] ppid=24516 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/24518/task/24524/stat : 24524 (java) S 24516 24518 22184 0 -1 4202560 340 0 0 0 44 9 0 0 20 0 22 0 253813211 10060460032 653485 33554432000 1073741824 1073778376 140733666258832 140437495859624 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24525] ppid=24516 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/24518/task/24525/stat : 24525 (java) S 24516 24518 22184 0 -1 4202560 346 0 0 0 37 7 0 0 20 0 22 0 253813211 10060460032 653485 33554432000 1073741824 1073778376 140733666258832 140437494807336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24526] ppid=24516 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/24518/task/24526/stat : 24526 (java) S 24516 24518 22184 0 -1 4202560 316 0 0 0 26 5 0 0 20 0 22 0 253813211 10060460032 653485 33554432000 1073741824 1073778376 140733666258832 140437493754536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24527] ppid=24516 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/24518/task/24527/stat : 24527 (java) S 24516 24518 22184 0 -1 4202560 335 0 0 0 39 5 0 0 20 0 22 0 253813211 10060460032 653485 33554432000 1073741824 1073778376 140733666258832 140437492702248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24528] ppid=24516 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/24518/task/24528/stat : 24528 (java) S 24516 24518 22184 0 -1 4202560 344 0 0 0 33 5 0 0 20 0 22 0 253813211 10060460032 653485 33554432000 1073741824 1073778376 140733666258832 140437491649448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24529] ppid=24516 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24518/task/24529/stat : 24529 (java) S 24516 24518 22184 0 -1 4202560 1301 0 0 0 0 2 0 0 20 0 22 0 253813212 10060460032 653485 33554432000 1073741824 1073778376 140733666258832 140437479450856 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24530] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24530/stat : 24530 (java) S 24516 24518 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253813212 10060460032 653485 33554432000 1073741824 1073778376 140733666258832 140437478396920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24531] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24531/stat : 24531 (java) S 24516 24518 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253813212 10060460032 653485 33554432000 1073741824 1073778376 140733666258832 140437477344520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24532] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24532/stat : 24532 (java) S 24516 24518 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253813215 10060460032 653485 33554432000 1073741824 1073778376 140733666258832 140437476293008 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24533] ppid=24516 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/24518/task/24533/stat : 24533 (java) S 24516 24518 22184 0 -1 4202560 11480 0 0 0 153 2 0 0 20 0 22 0 253813215 10060460032 653485 33554432000 1073741824 1073778376 140733666258832 140437475240632 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24534] ppid=24516 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/24518/task/24534/stat : 24534 (java) S 24516 24518 22184 0 -1 4202560 5977 0 0 0 132 0 0 0 20 0 22 0 253813215 10060460032 653485 33554432000 1073741824 1073778376 140733666258832 140437474187832 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24535] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24535/stat : 24535 (java) S 24516 24518 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253813215 10060460032 653485 33554432000 1073741824 1073778376 140733666258832 140437473135736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24536] ppid=24516 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/24518/task/24536/stat : 24536 (java) S 24516 24518 22184 0 -1 4202560 51 0 0 0 8 9 0 0 20 0 22 0 253813215 10060460032 653485 33554432000 1073741824 1073778376 140733666258832 140437472083144 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24537] ppid=24516 vsize=9824668 CPUtime=879.35 cores=0,2,4,6
/proc/24518/task/24537/stat : 24537 (java) R 24516 24518 22184 0 -1 4202560 1556 0 0 0 87892 43 0 0 20 0 22 0 253813403 10060460032 653485 33554432000 1073741824 1073778376 140733666258832 140437471026320 140437528547284 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24538] ppid=24516 vsize=9824668 CPUtime=879.46 cores=0,2,4,6
/proc/24518/task/24538/stat : 24538 (java) R 24516 24518 22184 0 -1 4202560 334 0 0 0 87926 20 0 0 20 0 22 0 253813403 10060460032 653485 33554432000 1073741824 1073778376 140733666258832 140437469972288 140437528020629 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24539] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24539/stat : 24539 (java) S 24516 24518 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253813408 10060460032 653485 33554432000 1073741824 1073778376 140733666258832 140437468923048 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24540] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24540/stat : 24540 (java) S 24516 24518 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253813409 10060460032 653485 33554432000 1073741824 1073778376 140733666258832 140437467870248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1766.96
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.807 s]
/proc/loadavg: 3.94 3.97 3.87 5/219 24617
/proc/meminfo: memFree=25303732/32873648 swapFree=6864/6864
[pid=24518] ppid=24516 vsize=9824668 CPUtime=1800.04 cores=0,2,4,6
/proc/24518/stat : 24518 (java) S 24516 24518 22184 0 -1 4202496 27041 0 1 0 179899 105 0 0 20 0 22 0 253813208 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140733666249968 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24518/statm: 2456167 638030 2272 9 0 2446860 0
[pid=24518/tid=24520] ppid=24516 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/24518/task/24520/stat : 24520 (java) S 24516 24518 22184 0 -1 4202560 2594 0 1 0 182 5 0 0 20 0 22 0 253813209 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437655237624 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24521] ppid=24516 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/24518/task/24521/stat : 24521 (java) S 24516 24518 22184 0 -1 4202560 414 0 0 0 38 7 0 0 20 0 22 0 253813211 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437499017512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24522] ppid=24516 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/24518/task/24522/stat : 24522 (java) S 24516 24518 22184 0 -1 4202560 134 0 0 0 33 5 0 0 20 0 22 0 253813211 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437497964712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24523] ppid=24516 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/24518/task/24523/stat : 24523 (java) S 24516 24518 22184 0 -1 4202560 288 0 0 0 45 7 0 0 20 0 22 0 253813211 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437496912424 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24524] ppid=24516 vsize=9824668 CPUtime=0.55 cores=0,2,4,6
/proc/24518/task/24524/stat : 24524 (java) S 24516 24518 22184 0 -1 4202560 341 0 0 0 46 9 0 0 20 0 22 0 253813211 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437495859624 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24525] ppid=24516 vsize=9824668 CPUtime=0.47 cores=0,2,4,6
/proc/24518/task/24525/stat : 24525 (java) S 24516 24518 22184 0 -1 4202560 352 0 0 0 39 8 0 0 20 0 22 0 253813211 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437494807336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24526] ppid=24516 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/24518/task/24526/stat : 24526 (java) S 24516 24518 22184 0 -1 4202560 322 0 0 0 28 5 0 0 20 0 22 0 253813211 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437493754536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24527] ppid=24516 vsize=9824668 CPUtime=0.46 cores=0,2,4,6
/proc/24518/task/24527/stat : 24527 (java) S 24516 24518 22184 0 -1 4202560 362 0 0 0 40 6 0 0 20 0 22 0 253813211 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437492702248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24528] ppid=24516 vsize=9824668 CPUtime=0.41 cores=0,2,4,6
/proc/24518/task/24528/stat : 24528 (java) S 24516 24518 22184 0 -1 4202560 344 0 0 0 36 5 0 0 20 0 22 0 253813211 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437491649448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24529] ppid=24516 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24518/task/24529/stat : 24529 (java) S 24516 24518 22184 0 -1 4202560 1301 0 0 0 0 2 0 0 20 0 22 0 253813212 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437479450856 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24530] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24530/stat : 24530 (java) S 24516 24518 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253813212 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437478396920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24531] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24531/stat : 24531 (java) S 24516 24518 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253813212 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437477344520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24532] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24532/stat : 24532 (java) S 24516 24518 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253813215 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437476293008 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24533] ppid=24516 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/24518/task/24533/stat : 24533 (java) S 24516 24518 22184 0 -1 4202560 11480 0 0 0 153 2 0 0 20 0 22 0 253813215 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437475240632 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24534] ppid=24516 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/24518/task/24534/stat : 24534 (java) S 24516 24518 22184 0 -1 4202560 5977 0 0 0 132 0 0 0 20 0 22 0 253813215 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437474187832 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24535] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24535/stat : 24535 (java) S 24516 24518 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253813215 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437473135736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24536] ppid=24516 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/24518/task/24536/stat : 24536 (java) S 24516 24518 22184 0 -1 4202560 51 0 0 0 8 9 0 0 20 0 22 0 253813215 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437472083144 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24537] ppid=24516 vsize=9824668 CPUtime=895.8 cores=0,2,4,6
/proc/24518/task/24537/stat : 24537 (java) R 24516 24518 22184 0 -1 4202560 1560 0 0 0 89537 43 0 0 20 0 22 0 253813403 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437471026336 140437528289969 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24538] ppid=24516 vsize=9824668 CPUtime=895.92 cores=0,2,4,6
/proc/24518/task/24538/stat : 24538 (java) R 24516 24518 22184 0 -1 4202560 335 0 0 0 89572 20 0 0 20 0 22 0 253813403 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437469972288 140437528851384 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24539] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24539/stat : 24539 (java) S 24516 24518 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253813408 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437468923048 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24540] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24540/stat : 24540 (java) S 24516 24518 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253813409 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437467870248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824668

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

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

[startup+898.807 s]
/proc/loadavg: 3.94 3.97 3.87 5/219 24617
/proc/meminfo: memFree=25303732/32873648 swapFree=6864/6864
[pid=24518] ppid=24516 vsize=9824668 CPUtime=1800.04 cores=0,2,4,6
/proc/24518/stat : 24518 (java) S 24516 24518 22184 0 -1 4202496 27041 0 1 0 179899 105 0 0 20 0 22 0 253813208 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140733666249968 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24518/statm: 2456167 638030 2272 9 0 2446860 0
[pid=24518/tid=24520] ppid=24516 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/24518/task/24520/stat : 24520 (java) S 24516 24518 22184 0 -1 4202560 2594 0 1 0 182 5 0 0 20 0 22 0 253813209 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437655237624 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24521] ppid=24516 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/24518/task/24521/stat : 24521 (java) S 24516 24518 22184 0 -1 4202560 414 0 0 0 38 7 0 0 20 0 22 0 253813211 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437499017512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24522] ppid=24516 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/24518/task/24522/stat : 24522 (java) S 24516 24518 22184 0 -1 4202560 134 0 0 0 33 5 0 0 20 0 22 0 253813211 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437497964712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24523] ppid=24516 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/24518/task/24523/stat : 24523 (java) S 24516 24518 22184 0 -1 4202560 288 0 0 0 45 7 0 0 20 0 22 0 253813211 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437496912424 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24524] ppid=24516 vsize=9824668 CPUtime=0.55 cores=0,2,4,6
/proc/24518/task/24524/stat : 24524 (java) S 24516 24518 22184 0 -1 4202560 341 0 0 0 46 9 0 0 20 0 22 0 253813211 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437495859624 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24525] ppid=24516 vsize=9824668 CPUtime=0.47 cores=0,2,4,6
/proc/24518/task/24525/stat : 24525 (java) S 24516 24518 22184 0 -1 4202560 352 0 0 0 39 8 0 0 20 0 22 0 253813211 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437494807336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24526] ppid=24516 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/24518/task/24526/stat : 24526 (java) S 24516 24518 22184 0 -1 4202560 322 0 0 0 28 5 0 0 20 0 22 0 253813211 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437493754536 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24527] ppid=24516 vsize=9824668 CPUtime=0.46 cores=0,2,4,6
/proc/24518/task/24527/stat : 24527 (java) S 24516 24518 22184 0 -1 4202560 362 0 0 0 40 6 0 0 20 0 22 0 253813211 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437492702248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24528] ppid=24516 vsize=9824668 CPUtime=0.41 cores=0,2,4,6
/proc/24518/task/24528/stat : 24528 (java) S 24516 24518 22184 0 -1 4202560 344 0 0 0 36 5 0 0 20 0 22 0 253813211 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437491649448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24529] ppid=24516 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24518/task/24529/stat : 24529 (java) S 24516 24518 22184 0 -1 4202560 1301 0 0 0 0 2 0 0 20 0 22 0 253813212 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437479450856 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24530] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24530/stat : 24530 (java) S 24516 24518 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253813212 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437478396920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24531] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24531/stat : 24531 (java) S 24516 24518 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253813212 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437477344520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24532] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24532/stat : 24532 (java) S 24516 24518 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253813215 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437476293008 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24533] ppid=24516 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/24518/task/24533/stat : 24533 (java) S 24516 24518 22184 0 -1 4202560 11480 0 0 0 153 2 0 0 20 0 22 0 253813215 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437475240632 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24534] ppid=24516 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/24518/task/24534/stat : 24534 (java) S 24516 24518 22184 0 -1 4202560 5977 0 0 0 132 0 0 0 20 0 22 0 253813215 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437474187832 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24518/tid=24535] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24535/stat : 24535 (java) S 24516 24518 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253813215 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437473135736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24518/tid=24536] ppid=24516 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/24518/task/24536/stat : 24536 (java) S 24516 24518 22184 0 -1 4202560 51 0 0 0 8 9 0 0 20 0 22 0 253813215 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437472083144 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24537] ppid=24516 vsize=9824668 CPUtime=895.8 cores=0,2,4,6
/proc/24518/task/24537/stat : 24537 (java) R 24516 24518 22184 0 -1 4202560 1560 0 0 0 89537 43 0 0 20 0 22 0 253813403 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437471026336 140437528289969 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24518/tid=24538] ppid=24516 vsize=9824668 CPUtime=895.92 cores=0,2,4,6
/proc/24518/task/24538/stat : 24538 (java) R 24516 24518 22184 0 -1 4202560 335 0 0 0 89572 20 0 0 20 0 22 0 253813403 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437469972288 140437528851384 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24539] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24539/stat : 24539 (java) S 24516 24518 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253813408 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437468923048 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24518/tid=24540] ppid=24516 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24518/task/24540/stat : 24540 (java) S 24516 24518 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253813409 10060460032 638030 33554432000 1073741824 1073778376 140733666258832 140437467870248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 898.834
CPU time (s): 1800.53
CPU user time (s): 1799.04
CPU system time (s): 1.49077
CPU usage (%): 200.318
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 1.49077
maximum resident set size= 2863732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27073
page faults= 1
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22356
involuntary context switches= 15754

runsolver used 3.2605 second user time and 7.79681 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-24 18:27:52
IDJOB=3688338
IDBENCH=3012
IDSOLVER=2268
FILE ID=node120/3688338-1337876872
RUNJOBID= node120-1337871880-22200
PBS_JOBID= 14620084
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=300-sizeP=151-sizeQ=300-692949159-max.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688338-1337876872/watcher-3688338-1337876872 -o /tmp/evaluation-result-3688338-1337876872/solver-3688338-1337876872 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688338-1337876872.opb

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

MD5SUM BENCH= 7e6b5d1bb2d5498810142d4e4cc2c6f4
RANDOM SEED=482225049

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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		: 2666.456
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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:        27552168 kB
Buffers:          181376 kB
Cached:          3237080 kB
SwapCached:          492 kB
Active:          1682408 kB
Inactive:        2875972 kB
Active(anon):    1130012 kB
Inactive(anon):    12388 kB
Active(file):     552396 kB
Inactive(file):  2863584 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:              7512 kB
Writeback:            16 kB
AnonPages:       1145932 kB
Mapped:            21516 kB
Shmem:               120 kB
Slab:             625748 kB
SReclaimable:      69924 kB
SUnreclaim:       555824 kB
KernelStack:        1624 kB
PageTables:         6668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1548892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1083392 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= 71624 MiB
End job on node120 at 2012-05-24 18:42:53