Trace number 3688316

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.61 898.926

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=280-sizeP=141-sizeQ=280-254810631-max.opb
MD5SUM9c4320f542823743906889d8232ca8c8
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 variables39901
Total number of constraints118441
Number of constraints which are clauses118440
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 constraint39480
Number of terms in the objective function 141
Biggest coefficient in the objective function 1393796574908163946345982392040522594123776
Number of bits for the biggest coefficient in the objective function 141
Sum of the numbers in the objective function 2787593149816327892691964784081045188247551
Number of bits of the sum of numbers in the objective function 141
Biggest number in a constraint 1353842624082429130653522550851115089568572790710847937094960732721983060451965636249987502980536903367866802227247837807116288
Number of bits of the biggest number in a constraint 420
Biggest sum of numbers in a constraint 5415370496329716522614090203404460358274291131933137772446847436667115240992208031579922255034219518448630133725391512086530056
Number of bits of the biggest sum of numbers421
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3688316-1337876771.opb
0.07/0.13	c reading problem ... 
2.54/1.50	c ... done. Wall clock time 1.37s.
2.54/1.50	c declared #vars     39901
2.54/1.50	c #constraints  118442
2.54/1.50	c constraints type 
2.54/1.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39480
2.54/1.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78960
2.54/1.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.54/1.50	c 118442 constraints processed.
2.54/1.50	c constraints type 
2.54/1.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78960
2.54/1.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 39480
2.54/1.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.54/1.50	c 118442 constraints processed.
2.54/1.50	c objective function length is 141 literals
1128.47/563.16	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1800.19/898.91	c starts		: 27
1800.19/898.91	c conflicts		: 6897
1800.19/898.91	c decisions		: 33611
1800.19/898.91	c propagations		: 3284168
1800.19/898.91	c inspects		: 17754031
1800.19/898.91	c shortcuts		: 0
1800.19/898.91	c learnt literals	: 0
1800.19/898.91	c learnt binary clauses	: 0
1800.19/898.91	c learnt ternary clauses	: 1
1800.19/898.91	c learnt constraints	: 6897
1800.19/898.91	c ignored constraints	: 0
1800.19/898.91	c root simplifications	: 0
1800.19/898.91	c removed literals (reason simplification)	: 75402213
1800.19/898.91	c reason swapping (by a shorter reason)	: 0
1800.19/898.91	c Calls to reduceDB	: 1
1800.19/898.91	c number of reductions to clauses (during analyze)	: 0
1800.19/898.91	c number of learned constraints concerned by reduction	: 0
1800.19/898.91	c number of learning phase by resolution	: 0
1800.19/898.91	c number of learning phase by cutting planes	: 0
1800.19/898.91	c speed (assignments/second)	: 3659.7876451748784
1800.19/898.91	c non guided choices	195
1800.19/898.91	c learnt constraints type 
1800.19/898.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4400
1800.19/898.91	c constraints type 
1800.19/898.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39480
1800.19/898.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78960
1800.19/898.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.19/898.91	c 118442 constraints processed.
1800.19/898.91	c constraints type 
1800.19/898.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78960
1800.19/898.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 39480
1800.19/898.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.19/898.91	c 118442 constraints processed.
1800.19/898.91	s UNKNOWN
1800.19/898.91	c Total wall clock time (in seconds): 898.784

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-3688316-1337876771/watcher-3688316-1337876771 -o /tmp/evaluation-result-3688316-1337876771/solver-3688316-1337876771 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688316-1337876771.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.66 3.74 3.72 4/197 23808
/proc/meminfo: memFree=27215864/32873844 swapFree=7100/7100
[pid=23808] ppid=23806 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23808/stat : 23808 (java) R 23806 23808 22059 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 253804073 9515008 182 33554432000 1073741824 1073778376 140734038739568 140734038730600 233411788469 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23808/statm: 2323 182 140 9 0 71 0

[startup+0.06574 s]
/proc/loadavg: 3.66 3.74 3.72 4/197 23808
/proc/meminfo: memFree=27215864/32873844 swapFree=7100/7100
[pid=23808] ppid=23806 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/23808/stat : 23808 (java) S 23806 23808 22059 0 -1 4202496 3081 0 1 0 3 0 0 0 20 0 13 0 253804073 9446973440 4291 33554432000 1073741824 1073778376 140734963750880 140734963742016 233415147581 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23808/statm: 2306390 4291 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100197 s]
/proc/loadavg: 3.66 3.74 3.72 4/197 23808
/proc/meminfo: memFree=27215864/32873844 swapFree=7100/7100
[pid=23808] ppid=23806 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/23808/stat : 23808 (java) S 23806 23808 22059 0 -1 4202496 4087 0 1 0 7 0 0 0 20 0 18 0 253804073 9787813888 5293 33554432000 1073741824 1073778376 140734963750880 140734963742016 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23808/statm: 2389603 5303 2053 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.30028 s]
/proc/loadavg: 3.66 3.74 3.72 4/197 23808
/proc/meminfo: memFree=27215864/32873844 swapFree=7100/7100
[pid=23808] ppid=23806 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/23808/stat : 23808 (java) S 23806 23808 22059 0 -1 4202496 5548 0 1 0 44 1 0 0 20 0 18 0 253804073 9787813888 8378 33554432000 1073741824 1073778376 140734963750880 140734963742016 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23808/statm: 2389603 8378 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.704532 s]
/proc/loadavg: 3.66 3.74 3.72 4/197 23808
/proc/meminfo: memFree=27215864/32873844 swapFree=7100/7100
[pid=23808] ppid=23806 vsize=9558412 CPUtime=1.49 cores=0,2,4,6
/proc/23808/stat : 23808 (java) S 23806 23808 22059 0 -1 4202496 14301 0 1 0 143 6 0 0 20 0 18 0 253804073 9787813888 47497 33554432000 1073741824 1073778376 140734963750880 140734963742016 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23808/statm: 2389603 47497 2240 9 0 2380296 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9558412

[startup+1.50069 s]
/proc/loadavg: 3.66 3.74 3.72 4/215 23826
/proc/meminfo: memFree=27003808/32873844 swapFree=7100/7100
[pid=23808] ppid=23806 vsize=9558412 CPUtime=2.54 cores=0,2,4,6
/proc/23808/stat : 23808 (java) S 23806 23808 22059 0 -1 4202496 14765 0 1 0 244 10 0 0 20 0 18 0 253804073 9787813888 55076 33554432000 1073741824 1073778376 140734963750880 140734963742016 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23808/statm: 2389603 55076 2257 9 0 2380296 0
[pid=23808/tid=23810] ppid=23806 vsize=9558412 CPUtime=1.39 cores=0,2,4,6
/proc/23808/task/23810/stat : 23810 (java) R 23806 23808 22059 0 -1 4202560 2519 0 1 0 136 3 0 0 20 0 18 0 253804075 9787813888 55076 33554432000 1073741824 1073778376 140734963750880 140533319680096 233415173389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23811] ppid=23806 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/23808/task/23811/stat : 23811 (java) S 23806 23808 22059 0 -1 4202560 117 0 0 0 3 1 0 0 20 0 18 0 253804076 9787813888 55076 33554432000 1073741824 1073778376 140734963750880 140533281172520 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23808/tid=23812] ppid=23806 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/23808/task/23812/stat : 23812 (java) S 23806 23808 22059 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 18 0 253804076 9787813888 55076 33554432000 1073741824 1073778376 140734963750880 140533280119720 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23813] ppid=23806 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/23808/task/23813/stat : 23813 (java) S 23806 23808 22059 0 -1 4202560 88 0 0 0 1 0 0 0 20 0 18 0 253804076 9787813888 55076 33554432000 1073741824 1073778376 140734963750880 140533279066920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23814] ppid=23806 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/23808/task/23814/stat : 23814 (java) S 23806 23808 22059 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 18 0 253804076 9787813888 55076 33554432000 1073741824 1073778376 140734963750880 140533278014120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23808/tid=23815] ppid=23806 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/23808/task/23815/stat : 23815 (java) S 23806 23808 22059 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 253804076 9787813888 55076 33554432000 1073741824 1073778376 140734963750880 140533158636072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23816] ppid=23806 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/23808/task/23816/stat : 23816 (java) S 23806 23808 22059 0 -1 4202560 111 0 0 0 1 0 0 0 20 0 18 0 253804076 9787813888 55076 33554432000 1073741824 1073778376 140734963750880 140533157583272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23808/tid=23817] ppid=23806 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/23808/task/23817/stat : 23817 (java) S 23806 23808 22059 0 -1 4202560 61 0 0 0 1 0 0 0 20 0 18 0 253804076 9787813888 55076 33554432000 1073741824 1073778376 140734963750880 140533156530472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23818] ppid=23806 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/23808/task/23818/stat : 23818 (java) S 23806 23808 22059 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 253804076 9787813888 55076 33554432000 1073741824 1073778376 140734963750880 140533155477672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23819] ppid=23806 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23819/stat : 23819 (java) S 23806 23808 22059 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 253804077 9787813888 55076 33554432000 1073741824 1073778376 140734963750880 140533143280616 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23820] ppid=23806 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23820/stat : 23820 (java) S 23806 23808 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253804078 9787813888 55076 33554432000 1073741824 1073778376 140734963750880 140532537878264 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23821] ppid=23806 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23821/stat : 23821 (java) S 23806 23808 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253804078 9787813888 55076 33554432000 1073741824 1073778376 140734963750880 140532536825352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23822] ppid=23806 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23822/stat : 23822 (java) S 23806 23808 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253804080 9787813888 55076 33554432000 1073741824 1073778376 140734963750880 140532535773840 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23823] ppid=23806 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/23808/task/23823/stat : 23823 (java) S 23806 23808 22059 0 -1 4202560 5252 0 0 0 43 2 0 0 20 0 18 0 253804080 9787813888 55076 33554432000 1073741824 1073778376 140734963750880 140532534720952 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23824] ppid=23806 vsize=9558412 CPUtime=0.41 cores=0,2,4,6
/proc/23808/task/23824/stat : 23824 (java) R 23806 23808 22059 0 -1 4202560 5322 0 0 0 41 0 0 0 20 0 18 0 253804080 9787813888 55076 33554432000 1073741824 1073778376 140734963750880 140532533668152 233415160892 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23825] ppid=23806 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23825/stat : 23825 (java) S 23806 23808 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253804080 9787813888 55076 33554432000 1073741824 1073778376 140734963750880 140532532615544 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23826] ppid=23806 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23826/stat : 23826 (java) S 23806 23808 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253804080 9787813888 55076 33554432000 1073741824 1073778376 140734963750880 140532531562952 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9558412

[startup+3.10075 s]
/proc/loadavg: 3.61 3.72 3.71 5/219 23830
/proc/meminfo: memFree=26997012/32873844 swapFree=7100/7100
[pid=23808] ppid=23806 vsize=9824668 CPUtime=6.41 cores=0,2,4,6
/proc/23808/stat : 23808 (java) S 23806 23808 22059 0 -1 4202496 14918 0 1 0 630 11 0 0 20 0 22 0 253804073 10060460032 67474 33554432000 1073741824 1073778376 140734963750880 140734963742016 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23808/statm: 2456167 67474 2267 9 0 2446860 0
[pid=23808/tid=23810] ppid=23806 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/23808/task/23810/stat : 23810 (java) S 23806 23808 22059 0 -1 4202560 2523 0 1 0 136 3 0 0 20 0 22 0 253804075 10060460032 67474 33554432000 1073741824 1073778376 140734963750880 140533319681016 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23811] ppid=23806 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/23808/task/23811/stat : 23811 (java) S 23806 23808 22059 0 -1 4202560 117 0 0 0 3 1 0 0 20 0 22 0 253804076 10060460032 67474 33554432000 1073741824 1073778376 140734963750880 140533281172520 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23808/tid=23812] ppid=23806 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23808/task/23812/stat : 23812 (java) S 23806 23808 22059 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 253804076 10060460032 67474 33554432000 1073741824 1073778376 140734963750880 140533280119720 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23813] ppid=23806 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23808/task/23813/stat : 23813 (java) S 23806 23808 22059 0 -1 4202560 88 0 0 0 1 0 0 0 20 0 22 0 253804076 10060460032 67474 33554432000 1073741824 1073778376 140734963750880 140533279066920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23814] ppid=23806 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/23808/task/23814/stat : 23814 (java) S 23806 23808 22059 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 253804076 10060460032 67474 33554432000 1073741824 1073778376 140734963750880 140533278014120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23808/tid=23815] ppid=23806 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23808/task/23815/stat : 23815 (java) S 23806 23808 22059 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 253804076 10060460032 67474 33554432000 1073741824 1073778376 140734963750880 140533158636072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23816] ppid=23806 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23808/task/23816/stat : 23816 (java) S 23806 23808 22059 0 -1 4202560 111 0 0 0 1 0 0 0 20 0 22 0 253804076 10060460032 67474 33554432000 1073741824 1073778376 140734963750880 140533157583272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23808/tid=23817] ppid=23806 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23808/task/23817/stat : 23817 (java) S 23806 23808 22059 0 -1 4202560 61 0 0 0 1 0 0 0 20 0 22 0 253804076 10060460032 67474 33554432000 1073741824 1073778376 140734963750880 140533156530472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23818] ppid=23806 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23808/task/23818/stat : 23818 (java) S 23806 23808 22059 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 253804076 10060460032 67474 33554432000 1073741824 1073778376 140734963750880 140533155477672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23819] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23819/stat : 23819 (java) S 23806 23808 22059 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 253804077 10060460032 67474 33554432000 1073741824 1073778376 140734963750880 140533143280616 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23820] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23820/stat : 23820 (java) S 23806 23808 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253804078 10060460032 67474 33554432000 1073741824 1073778376 140734963750880 140532537878264 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23821] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23821/stat : 23821 (java) S 23806 23808 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253804078 10060460032 67474 33554432000 1073741824 1073778376 140734963750880 140532536825352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23822] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23822/stat : 23822 (java) S 23806 23808 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253804080 10060460032 67474 33554432000 1073741824 1073778376 140734963750880 140532535773840 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23823] ppid=23806 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/23808/task/23823/stat : 23823 (java) S 23806 23808 22059 0 -1 4202560 5255 0 0 0 78 2 0 0 20 0 22 0 253804080 10060460032 67474 33554432000 1073741824 1073778376 140734963750880 140532534720952 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23824] ppid=23806 vsize=9824668 CPUtime=0.75 cores=0,2,4,6
/proc/23808/task/23824/stat : 23824 (java) S 23806 23808 22059 0 -1 4202560 5328 0 0 0 75 0 0 0 20 0 22 0 253804080 10060460032 67474 33554432000 1073741824 1073778376 140734963750880 140532533668152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23825] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23825/stat : 23825 (java) S 23806 23808 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253804080 10060460032 67474 33554432000 1073741824 1073778376 140734963750880 140532532615544 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23826] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23826/stat : 23826 (java) S 23806 23808 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253804080 10060460032 67474 33554432000 1073741824 1073778376 140734963750880 140532531562952 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23808/tid=23827] ppid=23806 vsize=9824668 CPUtime=1.57 cores=0,2,4,6
/proc/23808/task/23827/stat : 23827 (java) R 23806 23808 22059 0 -1 4202560 27 0 0 0 157 0 0 0 20 0 22 0 253804224 10060460032 67474 33554432000 1073741824 1073778376 140734963750880 140532530506864 140533159589209 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23828] ppid=23806 vsize=9824668 CPUtime=1.58 cores=0,2,4,6
/proc/23808/task/23828/stat : 23828 (java) R 23806 23808 22059 0 -1 4202560 97 0 0 0 158 0 0 0 20 0 22 0 253804224 10060460032 67474 33554432000 1073741824 1073778376 140734963750880 140532529456200 140533159588695 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23808/tid=23829] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23829/stat : 23829 (java) S 23806 23808 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253804228 10060460032 67474 33554432000 1073741824 1073778376 140734963750880 140532528403880 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23830] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23830/stat : 23830 (java) S 23806 23808 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253804229 10060460032 67474 33554432000 1073741824 1073778376 140734963750880 140532527351080 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 9824668

[startup+6.30068 s]
/proc/loadavg: 3.61 3.72 3.71 5/219 23830
/proc/meminfo: memFree=26840804/32873844 swapFree=7100/7100
[pid=23808] ppid=23806 vsize=9824668 CPUtime=13 cores=0,2,4,6
/proc/23808/stat : 23808 (java) S 23806 23808 22059 0 -1 4202496 15231 0 1 0 1282 18 0 0 20 0 22 0 253804073 10060460032 95797 33554432000 1073741824 1073778376 140734963750880 140734963742016 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23808/statm: 2456167 95797 2268 9 0 2446860 0
[pid=23808/tid=23810] ppid=23806 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/23808/task/23810/stat : 23810 (java) S 23806 23808 22059 0 -1 4202560 2523 0 1 0 136 3 0 0 20 0 22 0 253804075 10060460032 95797 33554432000 1073741824 1073778376 140734963750880 140533319681016 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23811] ppid=23806 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/23808/task/23811/stat : 23811 (java) S 23806 23808 22059 0 -1 4202560 125 0 0 0 5 2 0 0 20 0 22 0 253804076 10060460032 95797 33554432000 1073741824 1073778376 140734963750880 140533281172520 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23808/tid=23812] ppid=23806 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/23808/task/23812/stat : 23812 (java) S 23806 23808 22059 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 253804076 10060460032 95797 33554432000 1073741824 1073778376 140734963750880 140533280119720 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23813] ppid=23806 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/23808/task/23813/stat : 23813 (java) S 23806 23808 22059 0 -1 4202560 103 0 0 0 3 1 0 0 20 0 22 0 253804076 10060460032 95797 33554432000 1073741824 1073778376 140734963750880 140533279066920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23814] ppid=23806 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/23808/task/23814/stat : 23814 (java) S 23806 23808 22059 0 -1 4202560 34 0 0 0 5 1 0 0 20 0 22 0 253804076 10060460032 95797 33554432000 1073741824 1073778376 140734963750880 140533278014120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23808/tid=23815] ppid=23806 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/23808/task/23815/stat : 23815 (java) S 23806 23808 22059 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 22 0 253804076 10060460032 95797 33554432000 1073741824 1073778376 140734963750880 140533158636072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23808/tid=23816] ppid=23806 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/23808/task/23816/stat : 23816 (java) S 23806 23808 22059 0 -1 4202560 122 0 0 0 3 1 0 0 20 0 22 0 253804076 10060460032 95797 33554432000 1073741824 1073778376 140734963750880 140533157583272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23817] ppid=23806 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/23808/task/23817/stat : 23817 (java) S 23806 23808 22059 0 -1 4202560 104 0 0 0 6 3 0 0 20 0 22 0 253804076 10060460032 95797 33554432000 1073741824 1073778376 140734963750880 140533156530472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23818] ppid=23806 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/23808/task/23818/stat : 23818 (java) S 23806 23808 22059 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 22 0 253804076 10060460032 95797 33554432000 1073741824 1073778376 140734963750880 140533155477672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23819] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23819/stat : 23819 (java) S 23806 23808 22059 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 253804077 10060460032 95797 33554432000 1073741824 1073778376 140734963750880 140533143280616 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23820] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23820/stat : 23820 (java) S 23806 23808 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253804078 10060460032 95797 33554432000 1073741824 1073778376 140734963750880 140532537878264 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23821] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23821/stat : 23821 (java) S 23806 23808 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253804078 10060460032 95797 33554432000 1073741824 1073778376 140734963750880 140532536825352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23822] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23822/stat : 23822 (java) S 23806 23808 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253804080 10060460032 95797 33554432000 1073741824 1073778376 140734963750880 140532535773840 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23823] ppid=23806 vsize=9824668 CPUtime=0.83 cores=0,2,4,6
/proc/23808/task/23823/stat : 23823 (java) S 23806 23808 22059 0 -1 4202560 5261 0 0 0 81 2 0 0 20 0 22 0 253804080 10060460032 95797 33554432000 1073741824 1073778376 140734963750880 140532534720952 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23824] ppid=23806 vsize=9824668 CPUtime=0.77 cores=0,2,4,6
/proc/23808/task/23824/stat : 23824 (java) S 23806 23808 22059 0 -1 4202560 5329 0 0 0 77 0 0 0 20 0 22 0 253804080 10060460032 95797 33554432000 1073741824 1073778376 140734963750880 140532533668152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23825] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23825/stat : 23825 (java) S 23806 23808 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253804080 10060460032 95797 33554432000 1073741824 1073778376 140734963750880 140532532615544 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23826] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23826/stat : 23826 (java) S 23806 23808 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253804080 10060460032 95797 33554432000 1073741824 1073778376 140734963750880 140532531562952 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23808/tid=23827] ppid=23806 vsize=9824668 CPUtime=4.68 cores=0,2,4,6
/proc/23808/task/23827/stat : 23827 (java) R 23806 23808 22059 0 -1 4202560 31 0 0 0 468 0 0 0 20 0 22 0 253804224 10060460032 95797 33554432000 1073741824 1073778376 140734963750880 140532530507064 140533159586950 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0

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

[pid=23808/tid=23828] ppid=23806 vsize=9824668 CPUtime=817.33 cores=0,2,4,6
/proc/23808/task/23828/stat : 23828 (java) R 23806 23808 22059 0 -1 4202560 1008 0 0 0 81705 28 0 0 20 0 22 0 253804224 10060460032 441038 33554432000 1073741824 1073778376 140734963750880 140532529454096 140533159586891 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23829] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23829/stat : 23829 (java) S 23806 23808 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253804228 10060460032 441038 33554432000 1073741824 1073778376 140734963750880 140532528403880 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23830] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23830/stat : 23830 (java) S 23806 23808 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253804229 10060460032 441038 33554432000 1073741824 1073778376 140734963750880 140532527351080 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1647.17
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.90 3.94 3.84 5/220 23935
/proc/meminfo: memFree=26761512/32873844 swapFree=7100/7100
[pid=23808] ppid=23806 vsize=9824668 CPUtime=1766.86 cores=0,2,4,6
/proc/23808/stat : 23808 (java) S 23806 23808 22059 0 -1 4202496 24462 0 1 0 176532 154 0 0 20 0 22 0 253804073 10060460032 444017 33554432000 1073741824 1073778376 140734963750880 140734963742016 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23808/statm: 2456167 444017 2284 9 0 2446860 0
[pid=23808/tid=23810] ppid=23806 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/23808/task/23810/stat : 23810 (java) S 23806 23808 22059 0 -1 4202560 2530 0 1 0 139 4 0 0 20 0 22 0 253804075 10060460032 444017 33554432000 1073741824 1073778376 140734963750880 140533319681016 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23808/tid=23811] ppid=23806 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/23808/task/23811/stat : 23811 (java) S 23806 23808 22059 0 -1 4202560 362 0 0 0 98 9 0 0 20 0 22 0 253804076 10060460032 444017 33554432000 1073741824 1073778376 140734963750880 140533281172520 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23812] ppid=23806 vsize=9824668 CPUtime=1.01 cores=0,2,4,6
/proc/23808/task/23812/stat : 23812 (java) S 23806 23808 22059 0 -1 4202560 247 0 0 0 94 7 0 0 20 0 22 0 253804076 10060460032 444017 33554432000 1073741824 1073778376 140734963750880 140533280119720 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23813] ppid=23806 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/23808/task/23813/stat : 23813 (java) S 23806 23808 22059 0 -1 4202560 461 0 0 0 92 10 0 0 20 0 22 0 253804076 10060460032 444017 33554432000 1073741824 1073778376 140734963750880 140533279066920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23808/tid=23814] ppid=23806 vsize=9824668 CPUtime=1.06 cores=0,2,4,6
/proc/23808/task/23814/stat : 23814 (java) S 23806 23808 22059 0 -1 4202560 295 0 0 0 95 11 0 0 20 0 22 0 253804076 10060460032 444017 33554432000 1073741824 1073778376 140734963750880 140533278014120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23808/tid=23815] ppid=23806 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/23808/task/23815/stat : 23815 (java) S 23806 23808 22059 0 -1 4202560 313 0 0 0 103 12 0 0 20 0 22 0 253804076 10060460032 444017 33554432000 1073741824 1073778376 140734963750880 140533158636072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23816] ppid=23806 vsize=9824668 CPUtime=1.2 cores=0,2,4,6
/proc/23808/task/23816/stat : 23816 (java) S 23806 23808 22059 0 -1 4202560 572 0 0 0 107 13 0 0 20 0 22 0 253804076 10060460032 444017 33554432000 1073741824 1073778376 140734963750880 140533157583272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23817] ppid=23806 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/23808/task/23817/stat : 23817 (java) S 23806 23808 22059 0 -1 4202560 479 0 0 0 94 11 0 0 20 0 22 0 253804076 10060460032 444017 33554432000 1073741824 1073778376 140734963750880 140533156530472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23818] ppid=23806 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/23808/task/23818/stat : 23818 (java) S 23806 23808 22059 0 -1 4202560 239 0 0 0 97 11 0 0 20 0 22 0 253804076 10060460032 444017 33554432000 1073741824 1073778376 140734963750880 140533155477672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23808/tid=23819] ppid=23806 vsize=9824668 CPUtime=2.14 cores=0,2,4,6
/proc/23808/task/23819/stat : 23819 (java) S 23806 23808 22059 0 -1 4202560 5087 0 0 0 202 12 0 0 20 0 22 0 253804077 10060460032 444017 33554432000 1073741824 1073778376 140734963750880 140533143280616 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23820] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23820/stat : 23820 (java) S 23806 23808 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253804078 10060460032 444017 33554432000 1073741824 1073778376 140734963750880 140532537878264 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23821] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23821/stat : 23821 (java) S 23806 23808 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253804078 10060460032 444017 33554432000 1073741824 1073778376 140734963750880 140532536825352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23822] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23822/stat : 23822 (java) S 23806 23808 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253804080 10060460032 444017 33554432000 1073741824 1073778376 140734963750880 140532535773840 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23823] ppid=23806 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/23808/task/23823/stat : 23823 (java) S 23806 23808 22059 0 -1 4202560 5283 0 0 0 131 2 0 0 20 0 22 0 253804080 10060460032 444017 33554432000 1073741824 1073778376 140734963750880 140532534720952 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23824] ppid=23806 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/23808/task/23824/stat : 23824 (java) S 23806 23808 22059 0 -1 4202560 5336 0 0 0 103 0 0 0 20 0 22 0 253804080 10060460032 444017 33554432000 1073741824 1073778376 140734963750880 140532533668152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23825] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23825/stat : 23825 (java) S 23806 23808 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253804080 10060460032 444017 33554432000 1073741824 1073778376 140734963750880 140532532615544 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23826] ppid=23806 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/23808/task/23826/stat : 23826 (java) S 23806 23808 22059 0 -1 4202560 51 0 0 0 13 14 0 0 20 0 22 0 253804080 10060460032 444017 33554432000 1073741824 1073778376 140734963750880 140532531562952 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23808/tid=23827] ppid=23806 vsize=9824668 CPUtime=875.97 cores=0,2,4,6
/proc/23808/task/23827/stat : 23827 (java) R 23806 23808 22059 0 -1 4202560 997 0 0 0 87560 37 0 0 20 0 22 0 253804224 10060460032 444017 33554432000 1073741824 1073778376 140734963750880 140532530507664 140533159456071 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23828] ppid=23806 vsize=9824668 CPUtime=876.14 cores=0,2,4,6
/proc/23808/task/23828/stat : 23828 (java) R 23806 23808 22059 0 -1 4202560 1024 0 0 0 87584 30 0 0 20 0 22 0 253804224 10060460032 444017 33554432000 1073741824 1073778376 140734963750880 140532529453664 140533159565284 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23808/tid=23829] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23829/stat : 23829 (java) S 23806 23808 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253804228 10060460032 444017 33554432000 1073741824 1073778376 140734963750880 140532528403880 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23830] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23830/stat : 23830 (java) S 23806 23808 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253804229 10060460032 444017 33554432000 1073741824 1073778376 140734963750880 140532527351080 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1766.86
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.901 s]
/proc/loadavg: 3.92 3.94 3.84 5/219 23935
/proc/meminfo: memFree=26724964/32873844 swapFree=7100/7100
[pid=23808] ppid=23806 vsize=9824668 CPUtime=1800.19 cores=0,2,4,6
/proc/23808/stat : 23808 (java) S 23806 23808 22059 0 -1 4202496 24550 0 1 0 179862 157 0 0 20 0 22 0 253804073 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140734963742016 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23808/statm: 2456167 442191 2284 9 0 2446860 0
[pid=23808/tid=23810] ppid=23806 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/23808/task/23810/stat : 23810 (java) S 23806 23808 22059 0 -1 4202560 2530 0 1 0 139 4 0 0 20 0 22 0 253804075 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140533319681016 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23808/tid=23811] ppid=23806 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/23808/task/23811/stat : 23811 (java) S 23806 23808 22059 0 -1 4202560 374 0 0 0 101 10 0 0 20 0 22 0 253804076 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140533281172520 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23812] ppid=23806 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/23808/task/23812/stat : 23812 (java) S 23806 23808 22059 0 -1 4202560 249 0 0 0 97 7 0 0 20 0 22 0 253804076 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140533280119720 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23813] ppid=23806 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/23808/task/23813/stat : 23813 (java) S 23806 23808 22059 0 -1 4202560 467 0 0 0 97 10 0 0 20 0 22 0 253804076 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140533279066920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23814] ppid=23806 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/23808/task/23814/stat : 23814 (java) S 23806 23808 22059 0 -1 4202560 333 0 0 0 98 12 0 0 20 0 22 0 253804076 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140533278014120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23815] ppid=23806 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/23808/task/23815/stat : 23815 (java) S 23806 23808 22059 0 -1 4202560 316 0 0 0 105 12 0 0 20 0 22 0 253804076 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140533158636072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23816] ppid=23806 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/23808/task/23816/stat : 23816 (java) S 23806 23808 22059 0 -1 4202560 574 0 0 0 110 13 0 0 20 0 22 0 253804076 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140533157583272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23817] ppid=23806 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/23808/task/23817/stat : 23817 (java) S 23806 23808 22059 0 -1 4202560 484 0 0 0 98 11 0 0 20 0 22 0 253804076 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140533156530472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23818] ppid=23806 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/23808/task/23818/stat : 23818 (java) S 23806 23808 22059 0 -1 4202560 255 0 0 0 102 12 0 0 20 0 22 0 253804076 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140533155477672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23819] ppid=23806 vsize=9824668 CPUtime=2.14 cores=0,2,4,6
/proc/23808/task/23819/stat : 23819 (java) S 23806 23808 22059 0 -1 4202560 5087 0 0 0 202 12 0 0 20 0 22 0 253804077 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140533143280616 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23820] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23820/stat : 23820 (java) S 23806 23808 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253804078 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140532537878264 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23821] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23821/stat : 23821 (java) S 23806 23808 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253804078 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140532536825352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23822] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23822/stat : 23822 (java) S 23806 23808 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253804080 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140532535773840 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23823] ppid=23806 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/23808/task/23823/stat : 23823 (java) S 23806 23808 22059 0 -1 4202560 5283 0 0 0 131 2 0 0 20 0 22 0 253804080 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140532534720952 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23824] ppid=23806 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/23808/task/23824/stat : 23824 (java) S 23806 23808 22059 0 -1 4202560 5336 0 0 0 103 0 0 0 20 0 22 0 253804080 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140532533668152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23825] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23825/stat : 23825 (java) S 23806 23808 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253804080 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140532532615544 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23826] ppid=23806 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/23808/task/23826/stat : 23826 (java) S 23806 23808 22059 0 -1 4202560 51 0 0 0 14 14 0 0 20 0 22 0 253804080 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140532531562952 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23827] ppid=23806 vsize=9824668 CPUtime=892.48 cores=0,2,4,6
/proc/23808/task/23827/stat : 23827 (java) R 23806 23808 22059 0 -1 4202560 998 0 0 0 89211 37 0 0 20 0 22 0 253804224 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140532530507616 140533159586950 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23828] ppid=23806 vsize=9824668 CPUtime=892.65 cores=0,2,4,6
/proc/23808/task/23828/stat : 23828 (java) R 23806 23808 22059 0 -1 4202560 1027 0 0 0 89235 30 0 0 20 0 22 0 253804224 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140532529453712 140533159896107 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23808/tid=23829] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23829/stat : 23829 (java) S 23806 23808 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253804228 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140532528403880 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23830] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23830/stat : 23830 (java) S 23806 23808 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253804229 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140532527351080 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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.901 s]
/proc/loadavg: 3.92 3.94 3.84 5/219 23935
/proc/meminfo: memFree=26724964/32873844 swapFree=7100/7100
[pid=23808] ppid=23806 vsize=9824668 CPUtime=1800.19 cores=0,2,4,6
/proc/23808/stat : 23808 (java) S 23806 23808 22059 0 -1 4202496 24550 0 1 0 179862 157 0 0 20 0 22 0 253804073 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140734963742016 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23808/statm: 2456167 442191 2284 9 0 2446860 0
[pid=23808/tid=23810] ppid=23806 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/23808/task/23810/stat : 23810 (java) S 23806 23808 22059 0 -1 4202560 2530 0 1 0 139 4 0 0 20 0 22 0 253804075 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140533319681016 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23808/tid=23811] ppid=23806 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/23808/task/23811/stat : 23811 (java) S 23806 23808 22059 0 -1 4202560 374 0 0 0 101 10 0 0 20 0 22 0 253804076 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140533281172520 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23812] ppid=23806 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/23808/task/23812/stat : 23812 (java) S 23806 23808 22059 0 -1 4202560 249 0 0 0 97 7 0 0 20 0 22 0 253804076 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140533280119720 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23813] ppid=23806 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/23808/task/23813/stat : 23813 (java) S 23806 23808 22059 0 -1 4202560 467 0 0 0 97 10 0 0 20 0 22 0 253804076 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140533279066920 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23814] ppid=23806 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/23808/task/23814/stat : 23814 (java) S 23806 23808 22059 0 -1 4202560 333 0 0 0 98 12 0 0 20 0 22 0 253804076 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140533278014120 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23815] ppid=23806 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/23808/task/23815/stat : 23815 (java) S 23806 23808 22059 0 -1 4202560 316 0 0 0 105 12 0 0 20 0 22 0 253804076 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140533158636072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23816] ppid=23806 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/23808/task/23816/stat : 23816 (java) S 23806 23808 22059 0 -1 4202560 574 0 0 0 110 13 0 0 20 0 22 0 253804076 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140533157583272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23817] ppid=23806 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/23808/task/23817/stat : 23817 (java) S 23806 23808 22059 0 -1 4202560 484 0 0 0 98 11 0 0 20 0 22 0 253804076 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140533156530472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23818] ppid=23806 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/23808/task/23818/stat : 23818 (java) S 23806 23808 22059 0 -1 4202560 255 0 0 0 102 12 0 0 20 0 22 0 253804076 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140533155477672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23819] ppid=23806 vsize=9824668 CPUtime=2.14 cores=0,2,4,6
/proc/23808/task/23819/stat : 23819 (java) S 23806 23808 22059 0 -1 4202560 5087 0 0 0 202 12 0 0 20 0 22 0 253804077 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140533143280616 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23820] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23820/stat : 23820 (java) S 23806 23808 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253804078 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140532537878264 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23821] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23821/stat : 23821 (java) S 23806 23808 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253804078 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140532536825352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23822] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23822/stat : 23822 (java) S 23806 23808 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253804080 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140532535773840 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23823] ppid=23806 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/23808/task/23823/stat : 23823 (java) S 23806 23808 22059 0 -1 4202560 5283 0 0 0 131 2 0 0 20 0 22 0 253804080 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140532534720952 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23824] ppid=23806 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/23808/task/23824/stat : 23824 (java) S 23806 23808 22059 0 -1 4202560 5336 0 0 0 103 0 0 0 20 0 22 0 253804080 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140532533668152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23825] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23825/stat : 23825 (java) S 23806 23808 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253804080 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140532532615544 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23808/tid=23826] ppid=23806 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/23808/task/23826/stat : 23826 (java) S 23806 23808 22059 0 -1 4202560 51 0 0 0 14 14 0 0 20 0 22 0 253804080 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140532531562952 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23827] ppid=23806 vsize=9824668 CPUtime=892.48 cores=0,2,4,6
/proc/23808/task/23827/stat : 23827 (java) R 23806 23808 22059 0 -1 4202560 998 0 0 0 89211 37 0 0 20 0 22 0 253804224 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140532530507616 140533159586950 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23808/tid=23828] ppid=23806 vsize=9824668 CPUtime=892.65 cores=0,2,4,6
/proc/23808/task/23828/stat : 23828 (java) R 23806 23808 22059 0 -1 4202560 1027 0 0 0 89235 30 0 0 20 0 22 0 253804224 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140532529453712 140533159896107 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23808/tid=23829] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23829/stat : 23829 (java) S 23806 23808 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253804228 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140532528403880 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23808/tid=23830] ppid=23806 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23808/task/23830/stat : 23830 (java) S 23806 23808 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253804229 10060460032 442191 33554432000 1073741824 1073778376 140734963750880 140532527351080 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 898.926
CPU time (s): 1800.61
CPU user time (s): 1798.6
CPU system time (s): 2.01369
CPU usage (%): 200.307
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.6
system time used= 2.01369
maximum resident set size= 2942688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24581
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26566
involuntary context switches= 33826

runsolver used 3.9204 second user time and 7.43387 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-24 18:26:11
IDJOB=3688316
IDBENCH=2971
IDSOLVER=2268
FILE ID=node111/3688316-1337876771
RUNJOBID= node111-1337871880-22075
PBS_JOBID= 14620093
Free space on /tmp= 71616 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=280-sizeP=141-sizeQ=280-254810631-max.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688316-1337876771/watcher-3688316-1337876771 -o /tmp/evaluation-result-3688316-1337876771/solver-3688316-1337876771 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688316-1337876771.opb

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

MD5SUM BENCH= 9c4320f542823743906889d8232ca8c8
RANDOM SEED=1211135272

node111.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.152
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.30
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.152
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.152
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.152
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		: 2666.152
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.152
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		: 2666.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27215888 kB
Buffers:          202788 kB
Cached:          3059212 kB
SwapCached:            0 kB
Active:          2378548 kB
Inactive:        2507996 kB
Active(anon):    1627028 kB
Inactive(anon):        0 kB
Active(file):     751520 kB
Inactive(file):  2507996 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              6192 kB
Writeback:             0 kB
AnonPages:       1632036 kB
Mapped:            22680 kB
Shmem:               200 kB
Slab:             630004 kB
SReclaimable:      72356 kB
SUnreclaim:       557648 kB
KernelStack:        1616 kB
PageTables:         7428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2617728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1568768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71616 MiB
End job on node111 at 2012-05-24 18:41:12