Trace number 3689962

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.08 1787.23

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_0null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
MD5SUM46872edc6e4b51c55ea86a5e789ffe9b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-239215
Best CPU time to get the best result obtained on this benchmark1800.8
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 340553
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 635478774
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 635478774
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689962-1337886713.opb
0.09/0.12	c reading problem ... 
13.31/9.44	c ... done. Wall clock time 9.323s.
13.31/9.44	c declared #vars     399113
13.31/9.44	c #constraints  400980
13.31/9.44	c constraints type 
13.31/9.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
13.31/9.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
13.31/9.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
13.31/9.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
13.31/9.45	c 400980 constraints processed.
13.31/9.45	c constraints type 
13.31/9.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
13.31/9.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
13.31/9.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
13.31/9.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
13.31/9.45	c 400980 constraints processed.
13.31/9.45	c objective function length is 340553 literals
28.19/16.50	c  And the winner is solver0
1800.08/1787.21	c starts		: 4
1800.08/1787.21	c conflicts		: 410
1800.08/1787.21	c decisions		: 1986846
1800.08/1787.21	c propagations		: 12490940
1800.08/1787.21	c inspects		: 7785956
1800.08/1787.21	c shortcuts		: 0
1800.08/1787.21	c learnt literals	: 7
1800.08/1787.21	c learnt binary clauses	: 100
1800.08/1787.21	c learnt ternary clauses	: 36
1800.08/1787.21	c learnt constraints	: 403
1800.08/1787.21	c ignored constraints	: 0
1800.08/1787.21	c root simplifications	: 0
1800.08/1787.21	c removed literals (reason simplification)	: 232
1800.08/1787.21	c reason swapping (by a shorter reason)	: 0
1800.08/1787.21	c Calls to reduceDB	: 0
1800.08/1787.21	c number of reductions to clauses (during analyze)	: 0
1800.08/1787.21	c number of learned constraints concerned by reduction	: 0
1800.08/1787.21	c number of learning phase by resolution	: 0
1800.08/1787.21	c number of learning phase by cutting planes	: 0
1800.08/1787.21	c speed (assignments/second)	: 7026.86434165655
1800.08/1787.21	c non guided choices	38
1800.08/1787.21	c learnt constraints type 
1800.08/1787.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 100
1800.08/1787.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 303
1800.08/1787.21	c constraints type 
1800.08/1787.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.08/1787.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.08/1787.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.08/1787.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.08/1787.21	c 400980 constraints processed.
1800.08/1787.21	c constraints type 
1800.08/1787.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.08/1787.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.08/1787.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.08/1787.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.08/1787.21	c 400980 constraints processed.
1800.08/1787.21	s UNKNOWN
1800.08/1787.21	c Total wall clock time (in seconds): 1787.09

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-3689962-1337886713/watcher-3689962-1337886713 -o /tmp/evaluation-result-3689962-1337886713/solver-3689962-1337886713 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689962-1337886713.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.79 3.92 3.90 3/197 28272
/proc/meminfo: memFree=25770392/32873844 swapFree=7616/7616
[pid=28272] ppid=28270 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/28272/stat : 28272 (java) D 28270 28272 24080 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 254795710 9515008 176 33554432000 1073741824 1073778376 140736823592384 140736823575112 209883841424 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/28272/statm: 2323 176 133 9 0 71 0

[startup+0.0391689 s]
/proc/loadavg: 3.79 3.92 3.90 3/197 28272
/proc/meminfo: memFree=25770392/32873844 swapFree=7616/7616
[pid=28272] ppid=28270 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/28272/stat : 28272 (java) S 28270 28272 24080 0 -1 4202496 2969 0 1 0 1 0 0 0 20 0 11 0 254795710 9310650368 3157 33554432000 1073741824 1073778376 140734923743696 140734923734832 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28272/statm: 2273108 3158 1651 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100258 s]
/proc/loadavg: 3.79 3.92 3.90 3/197 28272
/proc/meminfo: memFree=25770392/32873844 swapFree=7616/7616
[pid=28272] ppid=28270 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/28272/stat : 28272 (java) S 28270 28272 24080 0 -1 4202496 4325 0 1 0 8 1 0 0 20 0 18 0 254795710 9787813888 5015 33554432000 1073741824 1073778376 140734923743696 140734923734832 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28272/statm: 2389603 5015 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300224 s]
/proc/loadavg: 3.79 3.92 3.90 3/197 28272
/proc/meminfo: memFree=25770392/32873844 swapFree=7616/7616
[pid=28272] ppid=28270 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/28272/stat : 28272 (java) S 28270 28272 24080 0 -1 4202496 5896 0 1 0 45 1 0 0 20 0 18 0 254795710 9787813888 14583 33554432000 1073741824 1073778376 140734923743696 140734923734832 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28272/statm: 2389603 14583 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700247 s]
/proc/loadavg: 3.79 3.92 3.90 3/197 28272
/proc/meminfo: memFree=25770392/32873844 swapFree=7616/7616
[pid=28272] ppid=28270 vsize=9558412 CPUtime=0.95 cores=0,2,4,6
/proc/28272/stat : 28272 (java) S 28270 28272 24080 0 -1 4202496 6091 0 1 0 89 6 0 0 20 0 18 0 254795710 9787813888 46939 33554432000 1073741824 1073778376 140734923743696 140734923734832 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28272/statm: 2389603 46939 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 9558412

[startup+1.50066 s]
/proc/loadavg: 3.79 3.92 3.90 6/215 28290
/proc/meminfo: memFree=25573116/32873844 swapFree=7616/7616
[pid=28272] ppid=28270 vsize=9558412 CPUtime=2.41 cores=0,2,4,6
/proc/28272/stat : 28272 (java) S 28270 28272 24080 0 -1 4202496 14703 0 1 0 227 14 0 0 20 0 18 0 254795710 9787813888 91044 33554432000 1073741824 1073778376 140734923743696 140734923734832 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28272/statm: 2389603 91044 2248 9 0 2380296 0
[pid=28272/tid=28274] ppid=28270 vsize=9558412 CPUtime=1.37 cores=0,2,4,6
/proc/28272/task/28274/stat : 28274 (java) S 28270 28272 24080 0 -1 4202560 2614 0 1 0 132 5 0 0 20 0 18 0 254795711 9787813888 91044 33554432000 1073741824 1073778376 140734923743696 139686695930424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28275] ppid=28270 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/28272/task/28275/stat : 28275 (java) R 28270 28272 24080 0 -1 4202560 37 0 0 0 3 2 0 0 20 0 18 0 254795712 9787813888 91044 33554432000 1073741824 1073778376 140734923743696 139686634663128 139686698403571 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28276] ppid=28270 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/28272/task/28276/stat : 28276 (java) R 28270 28272 24080 0 -1 4202560 88 0 0 0 2 0 0 0 20 0 18 0 254795712 9787813888 91044 33554432000 1073741824 1073778376 140734923743696 139686633610152 139686702440814 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28277] ppid=28270 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/28272/task/28277/stat : 28277 (java) R 28270 28272 24080 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 254795712 9787813888 91044 33554432000 1073741824 1073778376 140734923743696 139686632557352 209887212604 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28272/tid=28278] ppid=28270 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/28272/task/28278/stat : 28278 (java) S 28270 28272 24080 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 18 0 254795712 9787813888 91044 33554432000 1073741824 1073778376 140734923743696 139686535969448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28272/tid=28279] ppid=28270 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/28272/task/28279/stat : 28279 (java) S 28270 28272 24080 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 18 0 254795712 9787813888 91044 33554432000 1073741824 1073778376 140734923743696 139686534916648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28280] ppid=28270 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/28272/task/28280/stat : 28280 (java) R 28270 28272 24080 0 -1 4202560 351 0 0 0 1 0 0 0 20 0 18 0 254795712 9787813888 91044 33554432000 1073741824 1073778376 140734923743696 139686533863848 139686698403571 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28281] ppid=28270 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/28272/task/28281/stat : 28281 (java) R 28270 28272 24080 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 18 0 254795712 9787813888 91044 33554432000 1073741824 1073778376 140734923743696 139686532811048 139686700094231 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28282] ppid=28270 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/28272/task/28282/stat : 28282 (java) R 28270 28272 24080 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 254795712 9787813888 91044 33554432000 1073741824 1073778376 140734923743696 139686531758424 139686702440883 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28272/tid=28283] ppid=28270 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28283/stat : 28283 (java) S 28270 28272 24080 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 254795713 9787813888 91044 33554432000 1073741824 1073778376 140734923743696 139686519560072 209887212604 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28284] ppid=28270 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28284/stat : 28284 (java) S 28270 28272 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254795714 9787813888 91044 33554432000 1073741824 1073778376 140734923743696 139686518507256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28285] ppid=28270 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28285/stat : 28285 (java) S 28270 28272 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254795714 9787813888 91044 33554432000 1073741824 1073778376 140734923743696 139686517454344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28286] ppid=28270 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28286/stat : 28286 (java) S 28270 28272 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254795716 9787813888 91044 33554432000 1073741824 1073778376 140734923743696 139686516402832 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28287] ppid=28270 vsize=9558412 CPUtime=0.36 cores=0,2,4,6
/proc/28272/task/28287/stat : 28287 (java) S 28270 28272 24080 0 -1 4202560 5278 0 0 0 34 2 0 0 20 0 18 0 254795716 9787813888 91044 33554432000 1073741824 1073778376 140734923743696 139686515349944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28288] ppid=28270 vsize=9558412 CPUtime=0.33 cores=0,2,4,6
/proc/28272/task/28288/stat : 28288 (java) S 28270 28272 24080 0 -1 4202560 4982 0 0 0 32 1 0 0 20 0 18 0 254795716 9787813888 91044 33554432000 1073741824 1073778376 140734923743696 139686514297144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28289] ppid=28270 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28289/stat : 28289 (java) S 28270 28272 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254795716 9787813888 91044 33554432000 1073741824 1073778376 140734923743696 139686513244536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28290] ppid=28270 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28290/stat : 28290 (java) S 28270 28272 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254795716 9787813888 91044 33554432000 1073741824 1073778376 140734923743696 139686512191944 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 9558412

[startup+3.10093 s]
/proc/loadavg: 3.79 3.92 3.90 4/215 28290
/proc/meminfo: memFree=25095256/32873844 swapFree=7616/7616
[pid=28272] ppid=28270 vsize=9558412 CPUtime=4.83 cores=0,2,4,6
/proc/28272/stat : 28272 (java) S 28270 28272 24080 0 -1 4202496 17583 0 1 0 438 45 0 0 20 0 18 0 254795710 9787813888 306835 33554432000 1073741824 1073778376 140734923743696 140734923734832 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28272/statm: 2389603 306835 2248 9 0 2380296 0
[pid=28272/tid=28274] ppid=28270 vsize=9558412 CPUtime=2.68 cores=0,2,4,6
/proc/28272/task/28274/stat : 28274 (java) R 28270 28272 24080 0 -1 4202560 3600 0 1 0 252 16 0 0 20 0 18 0 254795711 9787813888 306835 33554432000 1073741824 1073778376 140734923743696 139686695923584 139686703696983 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28275] ppid=28270 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/28272/task/28275/stat : 28275 (java) S 28270 28272 24080 0 -1 4202560 125 0 0 0 13 4 0 0 20 0 18 0 254795712 9787813888 306835 33554432000 1073741824 1073778376 140734923743696 139686634662952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28272/tid=28276] ppid=28270 vsize=9558412 CPUtime=0.15 cores=0,2,4,6
/proc/28272/task/28276/stat : 28276 (java) S 28270 28272 24080 0 -1 4202560 132 0 0 0 12 3 0 0 20 0 18 0 254795712 9787813888 306835 33554432000 1073741824 1073778376 140734923743696 139686633610152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28277] ppid=28270 vsize=9558412 CPUtime=0.18 cores=0,2,4,6
/proc/28272/task/28277/stat : 28277 (java) S 28270 28272 24080 0 -1 4202560 66 0 0 0 15 3 0 0 20 0 18 0 254795712 9787813888 306835 33554432000 1073741824 1073778376 140734923743696 139686632557352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28278] ppid=28270 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/28272/task/28278/stat : 28278 (java) S 28270 28272 24080 0 -1 4202560 228 0 0 0 13 3 0 0 20 0 18 0 254795712 9787813888 306835 33554432000 1073741824 1073778376 140734923743696 139686535969448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28279] ppid=28270 vsize=9558412 CPUtime=0.18 cores=0,2,4,6
/proc/28272/task/28279/stat : 28279 (java) S 28270 28272 24080 0 -1 4202560 325 0 0 0 15 3 0 0 20 0 18 0 254795712 9787813888 306835 33554432000 1073741824 1073778376 140734923743696 139686534916648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28280] ppid=28270 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/28272/task/28280/stat : 28280 (java) S 28270 28272 24080 0 -1 4202560 394 0 0 0 13 3 0 0 20 0 18 0 254795712 9787813888 306835 33554432000 1073741824 1073778376 140734923743696 139686533863848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28281] ppid=28270 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/28272/task/28281/stat : 28281 (java) S 28270 28272 24080 0 -1 4202560 98 0 0 0 10 4 0 0 20 0 18 0 254795712 9787813888 306835 33554432000 1073741824 1073778376 140734923743696 139686532811048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28272/tid=28282] ppid=28270 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/28272/task/28282/stat : 28282 (java) S 28270 28272 24080 0 -1 4202560 202 0 0 0 11 3 0 0 20 0 18 0 254795712 9787813888 306835 33554432000 1073741824 1073778376 140734923743696 139686531758248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28283] ppid=28270 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28283/stat : 28283 (java) S 28270 28272 24080 0 -1 4202560 977 0 0 0 0 0 0 0 20 0 18 0 254795713 9787813888 306835 33554432000 1073741824 1073778376 140734923743696 139686519561192 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28284] ppid=28270 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28284/stat : 28284 (java) S 28270 28272 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254795714 9787813888 306835 33554432000 1073741824 1073778376 140734923743696 139686518507256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28285] ppid=28270 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28285/stat : 28285 (java) S 28270 28272 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254795714 9787813888 306835 33554432000 1073741824 1073778376 140734923743696 139686517454344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28286] ppid=28270 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28286/stat : 28286 (java) S 28270 28272 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254795716 9787813888 306835 33554432000 1073741824 1073778376 140734923743696 139686516402832 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28287] ppid=28270 vsize=9558412 CPUtime=0.38 cores=0,2,4,6
/proc/28272/task/28287/stat : 28287 (java) S 28270 28272 24080 0 -1 4202560 5280 0 0 0 36 2 0 0 20 0 18 0 254795716 9787813888 306835 33554432000 1073741824 1073778376 140734923743696 139686515349944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28288] ppid=28270 vsize=9558412 CPUtime=0.33 cores=0,2,4,6
/proc/28272/task/28288/stat : 28288 (java) S 28270 28272 24080 0 -1 4202560 4982 0 0 0 32 1 0 0 20 0 18 0 254795716 9787813888 306835 33554432000 1073741824 1073778376 140734923743696 139686514297144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28289] ppid=28270 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28289/stat : 28289 (java) S 28270 28272 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254795716 9787813888 306835 33554432000 1073741824 1073778376 140734923743696 139686513244536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28290] ppid=28270 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28290/stat : 28290 (java) S 28270 28272 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254795716 9787813888 306835 33554432000 1073741824 1073778376 140734923743696 139686512191944 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 9558412

[startup+6.30078 s]
/proc/loadavg: 3.72 3.90 3.89 4/215 28290
/proc/meminfo: memFree=22866488/32873844 swapFree=7616/7616
[pid=28272] ppid=28270 vsize=9558412 CPUtime=10.06 cores=0,2,4,6
/proc/28272/stat : 28272 (java) S 28270 28272 24080 0 -1 4202496 20695 0 1 0 889 117 0 0 20 0 18 0 254795710 9787813888 734484 33554432000 1073741824 1073778376 140734923743696 140734923734832 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28272/statm: 2389603 734484 2248 9 0 2380296 0
[pid=28272/tid=28274] ppid=28270 vsize=9558412 CPUtime=5.17 cores=0,2,4,6
/proc/28272/task/28274/stat : 28274 (java) R 28270 28272 24080 0 -1 4202560 4326 0 1 0 467 50 0 0 20 0 18 0 254795711 9787813888 734484 33554432000 1073741824 1073778376 140734923743696 139686695923888 209887225101 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28275] ppid=28270 vsize=9558412 CPUtime=0.49 cores=0,2,4,6
/proc/28272/task/28275/stat : 28275 (java) S 28270 28272 24080 0 -1 4202560 393 0 0 0 41 8 0 0 20 0 18 0 254795712 9787813888 734484 33554432000 1073741824 1073778376 140734923743696 139686634662952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28276] ppid=28270 vsize=9558412 CPUtime=0.47 cores=0,2,4,6
/proc/28272/task/28276/stat : 28276 (java) S 28270 28272 24080 0 -1 4202560 411 0 0 0 40 7 0 0 20 0 18 0 254795712 9787813888 734484 33554432000 1073741824 1073778376 140734923743696 139686633610152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28277] ppid=28270 vsize=9558412 CPUtime=0.56 cores=0,2,4,6
/proc/28272/task/28277/stat : 28277 (java) S 28270 28272 24080 0 -1 4202560 413 0 0 0 46 10 0 0 20 0 18 0 254795712 9787813888 734484 33554432000 1073741824 1073778376 140734923743696 139686632557352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28278] ppid=28270 vsize=9558412 CPUtime=0.44 cores=0,2,4,6
/proc/28272/task/28278/stat : 28278 (java) S 28270 28272 24080 0 -1 4202560 452 0 0 0 38 6 0 0 20 0 18 0 254795712 9787813888 734484 33554432000 1073741824 1073778376 140734923743696 139686535969448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28279] ppid=28270 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/28272/task/28279/stat : 28279 (java) S 28270 28272 24080 0 -1 4202560 380 0 0 0 42 8 0 0 20 0 18 0 254795712 9787813888 734484 33554432000 1073741824 1073778376 140734923743696 139686534916648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28280] ppid=28270 vsize=9558412 CPUtime=0.57 cores=0,2,4,6
/proc/28272/task/28280/stat : 28280 (java) S 28270 28272 24080 0 -1 4202560 771 0 0 0 49 8 0 0 20 0 18 0 254795712 9787813888 734484 33554432000 1073741824 1073778376 140734923743696 139686533863848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28281] ppid=28270 vsize=9558412 CPUtime=0.52 cores=0,2,4,6
/proc/28272/task/28281/stat : 28281 (java) S 28270 28272 24080 0 -1 4202560 167 0 0 0 44 8 0 0 20 0 18 0 254795712 9787813888 734484 33554432000 1073741824 1073778376 140734923743696 139686532811048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28272/tid=28282] ppid=28270 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/28272/task/28282/stat : 28282 (java) S 28270 28272 24080 0 -1 4202560 683 0 0 0 38 7 0 0 20 0 18 0 254795712 9787813888 734484 33554432000 1073741824 1073778376 140734923743696 139686531758248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28283] ppid=28270 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28283/stat : 28283 (java) S 28270 28272 24080 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 18 0 254795713 9787813888 734484 33554432000 1073741824 1073778376 140734923743696 139686519561192 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28284] ppid=28270 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28284/stat : 28284 (java) S 28270 28272 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254795714 9787813888 734484 33554432000 1073741824 1073778376 140734923743696 139686518507256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28285] ppid=28270 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28285/stat : 28285 (java) S 28270 28272 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254795714 9787813888 734484 33554432000 1073741824 1073778376 140734923743696 139686517454344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28286] ppid=28270 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28286/stat : 28286 (java) S 28270 28272 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254795716 9787813888 734484 33554432000 1073741824 1073778376 140734923743696 139686516402832 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28287] ppid=28270 vsize=9558412 CPUtime=0.38 cores=0,2,4,6
/proc/28272/task/28287/stat : 28287 (java) S 28270 28272 24080 0 -1 4202560 5280 0 0 0 36 2 0 0 20 0 18 0 254795716 9787813888 734484 33554432000 1073741824 1073778376 140734923743696 139686515349944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28288] ppid=28270 vsize=9558412 CPUtime=0.33 cores=0,2,4,6
/proc/28272/task/28288/stat : 28288 (java) S 28270 28272 24080 0 -1 4202560 4982 0 0 0 32 1 0 0 20 0 18 0 254795716 9787813888 734484 33554432000 1073741824 1073778376 140734923743696 139686514297144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28289] ppid=28270 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28289/stat : 28289 (java) S 28270 28272 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254795716 9787813888 734484 33554432000 1073741824 1073778376 140734923743696 139686513244536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28290] ppid=28270 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28290/stat : 28290 (java) S 28270 28272 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254795716 9787813888 734484 33554432000 1073741824 1073778376 140734923743696 139686512191944 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.06
Current children cumulated vsize (KiB) 9558412

[startup+12.7008 s]
/proc/loadavg: 3.67 3.89 3.89 6/219 28294
/proc/meminfo: memFree=22515156/32873844 swapFree=7616/7616
[pid=28272] ppid=28270 vsize=9824668 CPUtime=20.7 cores=0,2,4,6
/proc/28272/stat : 28272 (java) S 28270 28272 24080 0 -1 4202496 20978 0 1 0 1951 119 0 0 20 0 22 0 254795710 10060460032 735250 33554432000 1073741824 1073778376 140734923743696 140734923734832 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28272/statm: 2456167 735250 2269 9 0 2446860 0
[pid=28272/tid=28274] ppid=28270 vsize=9824668 CPUtime=8.31 cores=0,2,4,6

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

[pid=28272/tid=28292] ppid=28270 vsize=9824668 CPUtime=1707.98 cores=0,2,4,6
/proc/28272/task/28292/stat : 28292 (java) R 28270 28272 24080 0 -1 4202560 72 0 0 0 170772 26 0 0 20 0 20 0 254796655 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686510084864 139686636827273 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28293] ppid=28270 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28293/stat : 28293 (java) S 28270 28272 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 254796672 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686509032872 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1735.12
Current children cumulated vsize (KiB) 9824668

[startup+1782.3 s]
/proc/loadavg: 3.03 2.97 3.07 4/217 28502
/proc/meminfo: memFree=25168764/32873844 swapFree=7616/7616
[pid=28272] ppid=28270 vsize=9824668 CPUtime=1795.16 cores=0,2,4,6
/proc/28272/stat : 28272 (java) S 28270 28272 24080 0 -1 4202496 21097 0 1 0 179333 183 0 0 20 0 20 0 254795710 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 140734923734832 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28272/statm: 2456167 735253 2271 9 0 2446860 0
[pid=28272/tid=28274] ppid=28270 vsize=9824668 CPUtime=9.24 cores=0,2,4,6
/proc/28272/task/28274/stat : 28274 (java) S 28270 28272 24080 0 -1 4202560 4339 0 1 0 821 103 0 0 20 0 20 0 254795711 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686695933048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28275] ppid=28270 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/28272/task/28275/stat : 28275 (java) S 28270 28272 24080 0 -1 4202560 393 0 0 0 41 8 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686634662952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28276] ppid=28270 vsize=9824668 CPUtime=0.47 cores=0,2,4,6
/proc/28272/task/28276/stat : 28276 (java) S 28270 28272 24080 0 -1 4202560 411 0 0 0 40 7 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686633610152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28277] ppid=28270 vsize=9824668 CPUtime=0.56 cores=0,2,4,6
/proc/28272/task/28277/stat : 28277 (java) S 28270 28272 24080 0 -1 4202560 413 0 0 0 46 10 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686632557352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28278] ppid=28270 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/28272/task/28278/stat : 28278 (java) S 28270 28272 24080 0 -1 4202560 452 0 0 0 38 6 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686535969448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28279] ppid=28270 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/28272/task/28279/stat : 28279 (java) S 28270 28272 24080 0 -1 4202560 380 0 0 0 42 8 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686534916648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28280] ppid=28270 vsize=9824668 CPUtime=0.57 cores=0,2,4,6
/proc/28272/task/28280/stat : 28280 (java) S 28270 28272 24080 0 -1 4202560 771 0 0 0 49 8 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686533863848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28281] ppid=28270 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/28272/task/28281/stat : 28281 (java) S 28270 28272 24080 0 -1 4202560 167 0 0 0 44 8 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686532811048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28272/tid=28282] ppid=28270 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/28272/task/28282/stat : 28282 (java) S 28270 28272 24080 0 -1 4202560 683 0 0 0 38 7 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686531758248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28283] ppid=28270 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28272/task/28283/stat : 28283 (java) S 28270 28272 24080 0 -1 4202560 1266 0 0 0 1 0 0 0 20 0 20 0 254795713 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686519561192 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28284] ppid=28270 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28284/stat : 28284 (java) S 28270 28272 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 254795714 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686518507256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28285] ppid=28270 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28285/stat : 28285 (java) S 28270 28272 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 254795714 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686517454344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28286] ppid=28270 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28286/stat : 28286 (java) S 28270 28272 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254795716 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686516402832 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28287] ppid=28270 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/28272/task/28287/stat : 28287 (java) S 28270 28272 24080 0 -1 4202560 5381 0 0 0 100 2 0 0 20 0 20 0 254795716 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686515349944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28288] ppid=28270 vsize=9824668 CPUtime=0.83 cores=0,2,4,6
/proc/28272/task/28288/stat : 28288 (java) S 28270 28272 24080 0 -1 4202560 5044 0 0 0 82 1 0 0 20 0 20 0 254795716 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686514297144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28289] ppid=28270 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28289/stat : 28289 (java) S 28270 28272 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254795716 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686513244536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28290] ppid=28270 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/28272/task/28290/stat : 28290 (java) S 28270 28272 24080 0 -1 4202560 103 0 0 0 17 28 0 0 20 0 20 0 254795716 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686512191944 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28292] ppid=28270 vsize=9824668 CPUtime=1767.81 cores=0,2,4,6
/proc/28272/task/28292/stat : 28292 (java) R 28270 28272 24080 0 -1 4202560 72 0 0 0 176754 27 0 0 20 0 20 0 254796655 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686510084864 139686636827105 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28293] ppid=28270 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28293/stat : 28293 (java) S 28270 28272 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 254796672 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686509032872 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1795.16
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.2 s]
/proc/loadavg: 3.03 2.97 3.07 4/217 28502
/proc/meminfo: memFree=25168764/32873844 swapFree=7616/7616
[pid=28272] ppid=28270 vsize=9824668 CPUtime=1800.08 cores=0,2,4,6
/proc/28272/stat : 28272 (java) S 28270 28272 24080 0 -1 4202496 21097 0 1 0 179824 184 0 0 20 0 20 0 254795710 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 140734923734832 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28272/statm: 2456167 735253 2271 9 0 2446860 0
[pid=28272/tid=28274] ppid=28270 vsize=9824668 CPUtime=9.24 cores=0,2,4,6
/proc/28272/task/28274/stat : 28274 (java) S 28270 28272 24080 0 -1 4202560 4339 0 1 0 821 103 0 0 20 0 20 0 254795711 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686695933048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28275] ppid=28270 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/28272/task/28275/stat : 28275 (java) S 28270 28272 24080 0 -1 4202560 393 0 0 0 41 8 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686634662952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28276] ppid=28270 vsize=9824668 CPUtime=0.47 cores=0,2,4,6
/proc/28272/task/28276/stat : 28276 (java) S 28270 28272 24080 0 -1 4202560 411 0 0 0 40 7 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686633610152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28277] ppid=28270 vsize=9824668 CPUtime=0.56 cores=0,2,4,6
/proc/28272/task/28277/stat : 28277 (java) S 28270 28272 24080 0 -1 4202560 413 0 0 0 46 10 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686632557352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28278] ppid=28270 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/28272/task/28278/stat : 28278 (java) S 28270 28272 24080 0 -1 4202560 452 0 0 0 38 6 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686535969448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28279] ppid=28270 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/28272/task/28279/stat : 28279 (java) S 28270 28272 24080 0 -1 4202560 380 0 0 0 42 8 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686534916648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28280] ppid=28270 vsize=9824668 CPUtime=0.57 cores=0,2,4,6
/proc/28272/task/28280/stat : 28280 (java) S 28270 28272 24080 0 -1 4202560 771 0 0 0 49 8 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686533863848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28281] ppid=28270 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/28272/task/28281/stat : 28281 (java) S 28270 28272 24080 0 -1 4202560 167 0 0 0 44 8 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686532811048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28272/tid=28282] ppid=28270 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/28272/task/28282/stat : 28282 (java) S 28270 28272 24080 0 -1 4202560 683 0 0 0 38 7 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686531758248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28283] ppid=28270 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28272/task/28283/stat : 28283 (java) S 28270 28272 24080 0 -1 4202560 1266 0 0 0 2 0 0 0 20 0 20 0 254795713 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686519561192 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28284] ppid=28270 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28284/stat : 28284 (java) S 28270 28272 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 254795714 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686518507256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28285] ppid=28270 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28285/stat : 28285 (java) S 28270 28272 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 254795714 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686517454344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28286] ppid=28270 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28286/stat : 28286 (java) S 28270 28272 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254795716 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686516402832 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28287] ppid=28270 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/28272/task/28287/stat : 28287 (java) S 28270 28272 24080 0 -1 4202560 5381 0 0 0 100 2 0 0 20 0 20 0 254795716 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686515349944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28288] ppid=28270 vsize=9824668 CPUtime=0.83 cores=0,2,4,6
/proc/28272/task/28288/stat : 28288 (java) S 28270 28272 24080 0 -1 4202560 5044 0 0 0 82 1 0 0 20 0 20 0 254795716 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686514297144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28289] ppid=28270 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28289/stat : 28289 (java) S 28270 28272 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254795716 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686513244536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28290] ppid=28270 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/28272/task/28290/stat : 28290 (java) S 28270 28272 24080 0 -1 4202560 103 0 0 0 17 28 0 0 20 0 20 0 254795716 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686512191944 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28292] ppid=28270 vsize=9824668 CPUtime=1772.7 cores=0,2,4,6
/proc/28272/task/28292/stat : 28292 (java) R 28270 28272 24080 0 -1 4202560 72 0 0 0 177243 27 0 0 20 0 20 0 254796655 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686510084864 139686636827131 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28293] ppid=28270 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28293/stat : 28293 (java) S 28270 28272 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 254796672 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686509032872 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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+1787.2 s]
/proc/loadavg: 3.03 2.97 3.07 4/217 28502
/proc/meminfo: memFree=25168764/32873844 swapFree=7616/7616
[pid=28272] ppid=28270 vsize=9824668 CPUtime=1800.08 cores=0,2,4,6
/proc/28272/stat : 28272 (java) S 28270 28272 24080 0 -1 4202496 21097 0 1 0 179824 184 0 0 20 0 20 0 254795710 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 140734923734832 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28272/statm: 2456167 735253 2271 9 0 2446860 0
[pid=28272/tid=28274] ppid=28270 vsize=9824668 CPUtime=9.24 cores=0,2,4,6
/proc/28272/task/28274/stat : 28274 (java) S 28270 28272 24080 0 -1 4202560 4339 0 1 0 821 103 0 0 20 0 20 0 254795711 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686695933048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28275] ppid=28270 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/28272/task/28275/stat : 28275 (java) S 28270 28272 24080 0 -1 4202560 393 0 0 0 41 8 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686634662952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28276] ppid=28270 vsize=9824668 CPUtime=0.47 cores=0,2,4,6
/proc/28272/task/28276/stat : 28276 (java) S 28270 28272 24080 0 -1 4202560 411 0 0 0 40 7 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686633610152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28277] ppid=28270 vsize=9824668 CPUtime=0.56 cores=0,2,4,6
/proc/28272/task/28277/stat : 28277 (java) S 28270 28272 24080 0 -1 4202560 413 0 0 0 46 10 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686632557352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28278] ppid=28270 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/28272/task/28278/stat : 28278 (java) S 28270 28272 24080 0 -1 4202560 452 0 0 0 38 6 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686535969448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28279] ppid=28270 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/28272/task/28279/stat : 28279 (java) S 28270 28272 24080 0 -1 4202560 380 0 0 0 42 8 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686534916648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28272/tid=28280] ppid=28270 vsize=9824668 CPUtime=0.57 cores=0,2,4,6
/proc/28272/task/28280/stat : 28280 (java) S 28270 28272 24080 0 -1 4202560 771 0 0 0 49 8 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686533863848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28281] ppid=28270 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/28272/task/28281/stat : 28281 (java) S 28270 28272 24080 0 -1 4202560 167 0 0 0 44 8 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686532811048 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28272/tid=28282] ppid=28270 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/28272/task/28282/stat : 28282 (java) S 28270 28272 24080 0 -1 4202560 683 0 0 0 38 7 0 0 20 0 20 0 254795712 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686531758248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28283] ppid=28270 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28272/task/28283/stat : 28283 (java) S 28270 28272 24080 0 -1 4202560 1266 0 0 0 2 0 0 0 20 0 20 0 254795713 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686519561192 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28284] ppid=28270 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28284/stat : 28284 (java) S 28270 28272 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 254795714 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686518507256 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28285] ppid=28270 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28285/stat : 28285 (java) S 28270 28272 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 254795714 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686517454344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28286] ppid=28270 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28286/stat : 28286 (java) S 28270 28272 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254795716 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686516402832 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28287] ppid=28270 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/28272/task/28287/stat : 28287 (java) S 28270 28272 24080 0 -1 4202560 5381 0 0 0 100 2 0 0 20 0 20 0 254795716 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686515349944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28288] ppid=28270 vsize=9824668 CPUtime=0.83 cores=0,2,4,6
/proc/28272/task/28288/stat : 28288 (java) S 28270 28272 24080 0 -1 4202560 5044 0 0 0 82 1 0 0 20 0 20 0 254795716 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686514297144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28289] ppid=28270 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28289/stat : 28289 (java) S 28270 28272 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254795716 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686513244536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28272/tid=28290] ppid=28270 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/28272/task/28290/stat : 28290 (java) S 28270 28272 24080 0 -1 4202560 103 0 0 0 17 28 0 0 20 0 20 0 254795716 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686512191944 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28292] ppid=28270 vsize=9824668 CPUtime=1772.7 cores=0,2,4,6
/proc/28272/task/28292/stat : 28292 (java) R 28270 28272 24080 0 -1 4202560 72 0 0 0 177243 27 0 0 20 0 20 0 254796655 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686510084864 139686636827131 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28272/tid=28293] ppid=28270 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28272/task/28293/stat : 28293 (java) S 28270 28272 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 254796672 10060460032 735253 33554432000 1073741824 1073778376 140734923743696 139686509032872 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28272 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=150399
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=391636
# CPU time returned by wait4() is 1795.54
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1787.23
CPU time (s): 1800.08
CPU user time (s): 1798.24
CPU system time (s): 1.84
CPU usage (%): 100.719
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.15
system time used= 2.39164
maximum resident set size= 2941064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21111
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= 74020
involuntary context switches= 41407

runsolver used 5.99009 second user time and 15.2647 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-24 21:11:54
IDJOB=3689962
IDBENCH=92518
IDSOLVER=2268
FILE ID=node141/3689962-1337886713
RUNJOBID= node141-1337871880-24097
PBS_JOBID= 14620063
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_0null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689962-1337886713/watcher-3689962-1337886713 -o /tmp/evaluation-result-3689962-1337886713/solver-3689962-1337886713 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689962-1337886713.opb

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

MD5SUM BENCH= 46872edc6e4b51c55ea86a5e789ffe9b
RANDOM SEED=2101668827

node141.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.744
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	: 5333.48
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.744
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.744
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.93
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.744
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.92
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.744
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.92
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.744
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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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:       32873844 kB
MemFree:        25770392 kB
Buffers:          225484 kB
Cached:          3143276 kB
SwapCached:            0 kB
Active:          3414308 kB
Inactive:        2912048 kB
Active(anon):    2960480 kB
Inactive(anon):        0 kB
Active(file):     453828 kB
Inactive(file):  2912048 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31796 kB
Writeback:             0 kB
AnonPages:       2967476 kB
Mapped:            22540 kB
Shmem:               200 kB
Slab:             631772 kB
SReclaimable:      74104 kB
SUnreclaim:       557668 kB
KernelStack:        1616 kB
PageTables:        10008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3274416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2891776 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= 71652 MiB
End job on node141 at 2012-05-24 21:41:43