Trace number 3740069

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 NameAnswerCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1801.05 1793.3

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j60/
normalized-j6029_8-unsat.opb
MD5SUMc619d5d1f14c9c14bda19749a65da87b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1646.31
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11712
Total number of constraints38651
Number of constraints which are clauses38271
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints380
Minimum length of a constraint1
Maximum length of a constraint60
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 368
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.08	c version 2.1.1.v20090612
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version	1.6.0_24
0.04/0.08	c os.name	Linux
0.04/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch	amd64
0.04/0.08	c Free memory 1299577560
0.04/0.08	c Max memory 1306394624
0.04/0.08	c Total memory 1306394624
0.04/0.08	c Number of processors 8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c MiniSAT restarts strategy
0.10/0.11	c Memory based learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3740069-1338769067.opb
0.10/0.11	c reading problem ... 
0.91/0.57	c ... done. Wall clock time 0.466s.
0.91/0.57	c #vars     11712
0.91/0.57	c #constraints  34540
0.91/0.57	c constraints type 
0.91/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28124
0.91/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 380
0.91/0.57	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 4331
1800.03/1793.11	c starts		: 23
1800.03/1793.11	c conflicts		: 1500711
1800.03/1793.11	c decisions		: 1791866
1800.03/1793.11	c propagations		: 639706956
1800.03/1793.11	c inspects		: 13773449915
1800.03/1793.11	c learnt literals	: 2
1800.03/1793.11	c learnt binary clauses	: 21
1800.03/1793.11	c learnt ternary clauses	: 792
1800.03/1793.11	c learnt clauses	: 1500709
1800.03/1793.11	c ignored clauses	: 0
1800.03/1793.11	c root simplifications	: 0
1800.03/1793.11	c removed literals (reason simplification)	: 39247970
1800.03/1793.11	c reason swapping (by a shorter reason)	: 0
1800.03/1793.11	c Calls to reduceDB	: 0
1800.03/1793.11	c speed (assignments/second)	: 356872.7907683811
1800.03/1793.11	c non guided choices	20
1800.26/1793.29	c learnt constraints type 
1800.26/1793.29	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 1500744
1800.26/1793.29	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 21
1800.26/1793.29	c constraints type 
1800.26/1793.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28124
1800.26/1793.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 380
1800.26/1793.29	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 4331
1800.26/1793.29	s UNKNOWN
1800.26/1793.29	c Total wall clock time (in seconds): 1793.18

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-3740069-1338769067/watcher-3740069-1338769067 -o /tmp/evaluation-result-3740069-1338769067/solver-3740069-1338769067 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3740069-1338769067.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: 2.10 2.04 2.00 3/194 14320
/proc/meminfo: memFree=29933704/32873844 swapFree=7116/7116
[pid=14320] ppid=14318 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/14320/stat : 14320 (java) R 14318 14320 9782 0 -1 4202496 987 0 0 0 0 0 0 0 20 0 1 0 343033673 23793664 714 33554432000 1073741824 1073778376 140735733536160 140735733525224 233402579024 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14320/statm: 5809 714 528 9 0 128 0

[startup+0.056284 s]
/proc/loadavg: 2.10 2.04 2.00 3/194 14320
/proc/meminfo: memFree=29933704/32873844 swapFree=7116/7116
[pid=14320] ppid=14318 vsize=2315716 CPUtime=0.04 cores=0,2,4,6
/proc/14320/stat : 14320 (java) S 14318 14320 9782 0 -1 4202496 3709 0 1 0 4 0 0 0 20 0 13 0 343033673 2371293184 5428 33554432000 1073741824 1073778376 140735733536160 140735733527296 233415147581 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14320/statm: 578929 5428 1709 9 0 569630 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2315716

[startup+0.100262 s]
/proc/loadavg: 2.10 2.04 2.00 3/194 14320
/proc/meminfo: memFree=29933704/32873844 swapFree=7116/7116
[pid=14320] ppid=14318 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/14320/stat : 14320 (java) S 14318 14320 9782 0 -1 4202496 4664 0 1 0 9 1 0 0 20 0 18 0 343033673 2712133632 6382 33554432000 1073741824 1073778376 140735733536160 140735733527296 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14320/statm: 662142 6382 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.300219 s]
/proc/loadavg: 2.10 2.04 2.00 3/194 14320
/proc/meminfo: memFree=29933704/32873844 swapFree=7116/7116
[pid=14320] ppid=14318 vsize=2648568 CPUtime=0.47 cores=0,2,4,6
/proc/14320/stat : 14320 (java) S 14318 14320 9782 0 -1 4202496 6563 0 1 0 46 1 0 0 20 0 18 0 343033673 2712133632 9697 33554432000 1073741824 1073778376 140735733536160 140735733527296 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14320/statm: 662142 9697 2218 9 0 652835 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2648568

[startup+0.700231 s]
/proc/loadavg: 2.10 2.04 2.00 3/194 14320
/proc/meminfo: memFree=29933704/32873844 swapFree=7116/7116
[pid=14320] ppid=14318 vsize=2715132 CPUtime=1.46 cores=0,2,4,6
/proc/14320/stat : 14320 (java) S 14318 14320 9782 0 -1 4202496 13679 0 1 0 142 4 0 0 20 0 19 0 343033673 2780295168 30295 33554432000 1073741824 1073778376 140735733536160 140735733527296 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14320/statm: 678783 30295 2248 9 0 669476 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 2715132

[startup+1.50069 s]
/proc/loadavg: 2.10 2.04 2.00 3/213 14339
/proc/meminfo: memFree=29806844/32873844 swapFree=7116/7116
[pid=14320] ppid=14318 vsize=2715132 CPUtime=2.59 cores=0,2,4,6
/proc/14320/stat : 14320 (java) S 14318 14320 9782 0 -1 4202496 15052 0 1 0 253 6 0 0 20 0 19 0 343033673 2780295168 46248 33554432000 1073741824 1073778376 140735733536160 140735733527296 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14320/statm: 678783 46248 2253 9 0 669476 0
[pid=14320/tid=14322] ppid=14318 vsize=2715132 CPUtime=1.47 cores=0,2,4,6
/proc/14320/task/14322/stat : 14322 (java) R 14318 14320 9782 0 -1 4202560 2822 0 1 0 143 4 0 0 20 0 19 0 343033673 2780295168 46248 33554432000 1073741824 1073778376 140735733536160 140541611770312 140541480960958 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14323] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14323/stat : 14323 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 46248 33554432000 1073741824 1073778376 140735733536160 140541478358056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14324] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14324/stat : 14324 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 46248 33554432000 1073741824 1073778376 140735733536160 140541477305256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14325] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14325/stat : 14325 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 46248 33554432000 1073741824 1073778376 140735733536160 140541476252456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14320/tid=14326] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14326/stat : 14326 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 46248 33554432000 1073741824 1073778376 140735733536160 140541475199656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14327] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14327/stat : 14327 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 46248 33554432000 1073741824 1073778376 140735733536160 140541474146856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14328] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14328/stat : 14328 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 46248 33554432000 1073741824 1073778376 140735733536160 140541473094056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14329] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14329/stat : 14329 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 46248 33554432000 1073741824 1073778376 140735733536160 140541472041256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14330] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14330/stat : 14330 (java) S 14318 14320 9782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 46248 33554432000 1073741824 1073778376 140735733536160 140541470988456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14331] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14331/stat : 14331 (java) S 14318 14320 9782 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 343033675 2780295168 46248 33554432000 1073741824 1073778376 140735733536160 140540988333032 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14332] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14332/stat : 14332 (java) S 14318 14320 9782 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 343033676 2780295168 46248 33554432000 1073741824 1073778376 140735733536160 140540987279096 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14333] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14333/stat : 14333 (java) S 14318 14320 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343033676 2780295168 46248 33554432000 1073741824 1073778376 140735733536160 140540986226184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14334] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14334/stat : 14334 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033678 2780295168 46248 33554432000 1073741824 1073778376 140735733536160 140540985174672 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14335] ppid=14318 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/14320/task/14335/stat : 14335 (java) S 14318 14320 9782 0 -1 4202560 6436 0 0 0 55 2 0 0 20 0 19 0 343033678 2780295168 46248 33554432000 1073741824 1073778376 140735733536160 140540984121784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14336] ppid=14318 vsize=2715132 CPUtime=0.51 cores=0,2,4,6
/proc/14320/task/14336/stat : 14336 (java) S 14318 14320 9782 0 -1 4202560 4593 0 0 0 51 0 0 0 20 0 19 0 343033678 2780295168 46248 33554432000 1073741824 1073778376 140735733536160 140540983068984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14337] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14337/stat : 14337 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033678 2780295168 46248 33554432000 1073741824 1073778376 140735733536160 140540982016376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14338] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14338/stat : 14338 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033679 2780295168 46248 33554432000 1073741824 1073778376 140735733536160 140540980963784 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14339] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14339/stat : 14339 (java) S 14318 14320 9782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 343033734 2780295168 46248 33554432000 1073741824 1073778376 140735733536160 140540979910312 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 2715132

[startup+3.10069 s]
/proc/loadavg: 2.10 2.04 2.00 3/213 14339
/proc/meminfo: memFree=29701536/32873844 swapFree=7116/7116
[pid=14320] ppid=14318 vsize=2715132 CPUtime=4.26 cores=0,2,4,6
/proc/14320/stat : 14320 (java) S 14318 14320 9782 0 -1 4202496 15262 0 1 0 418 8 0 0 20 0 19 0 343033673 2780295168 82604 33554432000 1073741824 1073778376 140735733536160 140735733527296 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14320/statm: 678783 82604 2256 9 0 669476 0
[pid=14320/tid=14322] ppid=14318 vsize=2715132 CPUtime=3.07 cores=0,2,4,6
/proc/14320/task/14322/stat : 14322 (java) R 14318 14320 9782 0 -1 4202560 2893 0 1 0 300 7 0 0 20 0 19 0 343033673 2780295168 82604 33554432000 1073741824 1073778376 140735733536160 140541611770584 140541480994608 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14323] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14323/stat : 14323 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 82604 33554432000 1073741824 1073778376 140735733536160 140541478358056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14324] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14324/stat : 14324 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 82604 33554432000 1073741824 1073778376 140735733536160 140541477305256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14325] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14325/stat : 14325 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 82604 33554432000 1073741824 1073778376 140735733536160 140541476252456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14320/tid=14326] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14326/stat : 14326 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 82604 33554432000 1073741824 1073778376 140735733536160 140541475199656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14327] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14327/stat : 14327 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 82604 33554432000 1073741824 1073778376 140735733536160 140541474146856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14328] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14328/stat : 14328 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 82604 33554432000 1073741824 1073778376 140735733536160 140541473094056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14329] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14329/stat : 14329 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 82604 33554432000 1073741824 1073778376 140735733536160 140541472041256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14330] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14330/stat : 14330 (java) S 14318 14320 9782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 82604 33554432000 1073741824 1073778376 140735733536160 140541470988456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14331] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14331/stat : 14331 (java) S 14318 14320 9782 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 343033675 2780295168 82604 33554432000 1073741824 1073778376 140735733536160 140540988333032 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14332] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14332/stat : 14332 (java) S 14318 14320 9782 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 343033676 2780295168 82604 33554432000 1073741824 1073778376 140735733536160 140540987279096 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14333] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14333/stat : 14333 (java) S 14318 14320 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343033676 2780295168 82604 33554432000 1073741824 1073778376 140735733536160 140540986226184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14334] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14334/stat : 14334 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033678 2780295168 82604 33554432000 1073741824 1073778376 140735733536160 140540985174672 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14335] ppid=14318 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/14320/task/14335/stat : 14335 (java) S 14318 14320 9782 0 -1 4202560 6437 0 0 0 58 2 0 0 20 0 19 0 343033678 2780295168 82604 33554432000 1073741824 1073778376 140735733536160 140540984121784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14336] ppid=14318 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/14320/task/14336/stat : 14336 (java) S 14318 14320 9782 0 -1 4202560 4731 0 0 0 57 0 0 0 20 0 19 0 343033678 2780295168 82604 33554432000 1073741824 1073778376 140735733536160 140540983068984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14337] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14337/stat : 14337 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033678 2780295168 82604 33554432000 1073741824 1073778376 140735733536160 140540982016376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14338] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14338/stat : 14338 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033679 2780295168 82604 33554432000 1073741824 1073778376 140735733536160 140540980963784 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14339] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14339/stat : 14339 (java) S 14318 14320 9782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 343033734 2780295168 82604 33554432000 1073741824 1073778376 140735733536160 140540979910312 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 2715132

[startup+6.30069 s]
/proc/loadavg: 2.09 2.04 2.00 3/213 14339
/proc/meminfo: memFree=29555880/32873844 swapFree=7116/7116
[pid=14320] ppid=14318 vsize=2715132 CPUtime=7.51 cores=0,2,4,6
/proc/14320/stat : 14320 (java) S 14318 14320 9782 0 -1 4202496 15317 0 1 0 741 10 0 0 20 0 19 0 343033673 2780295168 96171 33554432000 1073741824 1073778376 140735733536160 140735733527296 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14320/statm: 678783 96171 2269 9 0 669476 0
[pid=14320/tid=14322] ppid=14318 vsize=2715132 CPUtime=6.26 cores=0,2,4,6
/proc/14320/task/14322/stat : 14322 (java) R 14318 14320 9782 0 -1 4202560 2922 0 1 0 618 8 0 0 20 0 19 0 343033673 2780295168 96171 33554432000 1073741824 1073778376 140735733536160 140541611768472 140541480975033 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14323] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14323/stat : 14323 (java) S 14318 14320 9782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 96171 33554432000 1073741824 1073778376 140735733536160 140541478358056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14324] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14324/stat : 14324 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 96171 33554432000 1073741824 1073778376 140735733536160 140541477305256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14325] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14325/stat : 14325 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 96171 33554432000 1073741824 1073778376 140735733536160 140541476252456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14320/tid=14326] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14326/stat : 14326 (java) S 14318 14320 9782 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 96171 33554432000 1073741824 1073778376 140735733536160 140541475199656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14327] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14327/stat : 14327 (java) S 14318 14320 9782 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 96171 33554432000 1073741824 1073778376 140735733536160 140541474146856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14328] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14328/stat : 14328 (java) S 14318 14320 9782 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 96171 33554432000 1073741824 1073778376 140735733536160 140541473094056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14329] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14329/stat : 14329 (java) S 14318 14320 9782 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 96171 33554432000 1073741824 1073778376 140735733536160 140541472041256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14330] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14330/stat : 14330 (java) S 14318 14320 9782 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 343033674 2780295168 96171 33554432000 1073741824 1073778376 140735733536160 140541470988456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14320/tid=14331] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14331/stat : 14331 (java) S 14318 14320 9782 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 343033675 2780295168 96171 33554432000 1073741824 1073778376 140735733536160 140540988333032 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14332] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14332/stat : 14332 (java) S 14318 14320 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343033676 2780295168 96171 33554432000 1073741824 1073778376 140735733536160 140540987279096 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14333] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14333/stat : 14333 (java) S 14318 14320 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343033676 2780295168 96171 33554432000 1073741824 1073778376 140735733536160 140540986226184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14334] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14334/stat : 14334 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033678 2780295168 96171 33554432000 1073741824 1073778376 140735733536160 140540985174672 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14335] ppid=14318 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/14320/task/14335/stat : 14335 (java) S 14318 14320 9782 0 -1 4202560 6437 0 0 0 59 2 0 0 20 0 19 0 343033678 2780295168 96171 33554432000 1073741824 1073778376 140735733536160 140540984121784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14336] ppid=14318 vsize=2715132 CPUtime=0.58 cores=0,2,4,6
/proc/14320/task/14336/stat : 14336 (java) S 14318 14320 9782 0 -1 4202560 4731 0 0 0 58 0 0 0 20 0 19 0 343033678 2780295168 96171 33554432000 1073741824 1073778376 140735733536160 140540983068984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14337] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14337/stat : 14337 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033678 2780295168 96171 33554432000 1073741824 1073778376 140735733536160 140540982016376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14338] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14338/stat : 14338 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033679 2780295168 96171 33554432000 1073741824 1073778376 140735733536160 140540980963784 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14339] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14339/stat : 14339 (java) S 14318 14320 9782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 343033734 2780295168 96171 33554432000 1073741824 1073778376 140735733536160 140540979910312 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]

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

[pid=14320/tid=14328] ppid=14318 vsize=2715132 CPUtime=0.83 cores=0,2,4,6
/proc/14320/task/14328/stat : 14328 (java) S 14318 14320 9782 0 -1 4202560 152 0 0 0 78 5 0 0 20 0 19 0 343033674 2780295168 221777 33554432000 1073741824 1073778376 140735733536160 140541473094056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14320/tid=14329] ppid=14318 vsize=2715132 CPUtime=0.87 cores=0,2,4,6
/proc/14320/task/14329/stat : 14329 (java) S 14318 14320 9782 0 -1 4202560 123 0 0 0 82 5 0 0 20 0 19 0 343033674 2780295168 221777 33554432000 1073741824 1073778376 140735733536160 140541472041256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14330] ppid=14318 vsize=2715132 CPUtime=0.85 cores=0,2,4,6
/proc/14320/task/14330/stat : 14330 (java) S 14318 14320 9782 0 -1 4202560 110 0 0 0 79 6 0 0 20 0 19 0 343033674 2780295168 221777 33554432000 1073741824 1073778376 140735733536160 140541470988456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14331] ppid=14318 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/14320/task/14331/stat : 14331 (java) S 14318 14320 9782 0 -1 4202560 104 0 0 0 2 1 0 0 20 0 19 0 343033675 2780295168 221777 33554432000 1073741824 1073778376 140735733536160 140540988333032 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14332] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14332/stat : 14332 (java) S 14318 14320 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343033676 2780295168 221777 33554432000 1073741824 1073778376 140735733536160 140540987279096 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14333] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14333/stat : 14333 (java) S 14318 14320 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343033676 2780295168 221777 33554432000 1073741824 1073778376 140735733536160 140540986226184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14334] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14334/stat : 14334 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033678 2780295168 221777 33554432000 1073741824 1073778376 140735733536160 140540985174672 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14335] ppid=14318 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/14320/task/14335/stat : 14335 (java) S 14318 14320 9782 0 -1 4202560 6437 0 0 0 61 2 0 0 20 0 19 0 343033678 2780295168 221777 33554432000 1073741824 1073778376 140735733536160 140540984121784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14320/tid=14336] ppid=14318 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/14320/task/14336/stat : 14336 (java) S 14318 14320 9782 0 -1 4202560 4732 0 0 0 59 0 0 0 20 0 19 0 343033678 2780295168 221777 33554432000 1073741824 1073778376 140735733536160 140540983068984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14337] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14337/stat : 14337 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033678 2780295168 221777 33554432000 1073741824 1073778376 140735733536160 140540982016376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14338] ppid=14318 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/14320/task/14338/stat : 14338 (java) S 14318 14320 9782 0 -1 4202560 99 0 0 0 45 29 0 0 20 0 19 0 343033679 2780295168 221777 33554432000 1073741824 1073778376 140735733536160 140540980963784 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14339] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14339/stat : 14339 (java) S 14318 14320 9782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 343033734 2780295168 221777 33554432000 1073741824 1073778376 140735733536160 140540979910312 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1728.94
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/213 14414
/proc/meminfo: memFree=29144680/32873844 swapFree=7116/7116
[pid=14320] ppid=14318 vsize=2715132 CPUtime=1789.22 cores=0,2,4,6
/proc/14320/stat : 14320 (java) S 14318 14320 9782 0 -1 4202496 16762 0 1 0 178843 79 0 0 20 0 19 0 343033673 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140735733527296 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14320/statm: 678783 224339 2269 9 0 669476 0
[pid=14320/tid=14322] ppid=14318 vsize=2715132 CPUtime=1780.02 cores=0,2,4,6
/proc/14320/task/14322/stat : 14322 (java) R 14318 14320 9782 0 -1 4202560 3028 0 1 0 177965 37 0 0 20 0 19 0 343033673 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140541611769216 140541480975132 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14323] ppid=14318 vsize=2715132 CPUtime=0.94 cores=0,2,4,6
/proc/14320/task/14323/stat : 14323 (java) S 14318 14320 9782 0 -1 4202560 133 0 0 0 88 6 0 0 20 0 19 0 343033674 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140541478358056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14324] ppid=14318 vsize=2715132 CPUtime=0.98 cores=0,2,4,6
/proc/14320/task/14324/stat : 14324 (java) S 14318 14320 9782 0 -1 4202560 150 0 0 0 93 5 0 0 20 0 19 0 343033674 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140541477305256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14320/tid=14325] ppid=14318 vsize=2715132 CPUtime=0.97 cores=0,2,4,6
/proc/14320/task/14325/stat : 14325 (java) S 14318 14320 9782 0 -1 4202560 155 0 0 0 93 4 0 0 20 0 19 0 343033674 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140541476252456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14326] ppid=14318 vsize=2715132 CPUtime=0.98 cores=0,2,4,6
/proc/14320/task/14326/stat : 14326 (java) S 14318 14320 9782 0 -1 4202560 170 0 0 0 92 6 0 0 20 0 19 0 343033674 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140541475199656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14320/tid=14327] ppid=14318 vsize=2715132 CPUtime=0.94 cores=0,2,4,6
/proc/14320/task/14327/stat : 14327 (java) S 14318 14320 9782 0 -1 4202560 169 0 0 0 89 5 0 0 20 0 19 0 343033674 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140541474146856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14328] ppid=14318 vsize=2715132 CPUtime=0.87 cores=0,2,4,6
/proc/14320/task/14328/stat : 14328 (java) S 14318 14320 9782 0 -1 4202560 156 0 0 0 82 5 0 0 20 0 19 0 343033674 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140541473094056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14329] ppid=14318 vsize=2715132 CPUtime=0.94 cores=0,2,4,6
/proc/14320/task/14329/stat : 14329 (java) S 14318 14320 9782 0 -1 4202560 125 0 0 0 89 5 0 0 20 0 19 0 343033674 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140541472041256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14330] ppid=14318 vsize=2715132 CPUtime=0.92 cores=0,2,4,6
/proc/14320/task/14330/stat : 14330 (java) S 14318 14320 9782 0 -1 4202560 112 0 0 0 86 6 0 0 20 0 19 0 343033674 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140541470988456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14331] ppid=14318 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/14320/task/14331/stat : 14331 (java) S 14318 14320 9782 0 -1 4202560 106 0 0 0 2 1 0 0 20 0 19 0 343033675 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140540988333032 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14332] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14332/stat : 14332 (java) S 14318 14320 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343033676 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140540987279096 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14333] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14333/stat : 14333 (java) S 14318 14320 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343033676 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140540986226184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14334] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14334/stat : 14334 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033678 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140540985174672 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14335] ppid=14318 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/14320/task/14335/stat : 14335 (java) S 14318 14320 9782 0 -1 4202560 6437 0 0 0 61 2 0 0 20 0 19 0 343033678 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140540984121784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14320/tid=14336] ppid=14318 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/14320/task/14336/stat : 14336 (java) S 14318 14320 9782 0 -1 4202560 4732 0 0 0 59 0 0 0 20 0 19 0 343033678 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140540983068984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14337] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14337/stat : 14337 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033678 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140540982016376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14338] ppid=14318 vsize=2715132 CPUtime=0.77 cores=0,2,4,6
/proc/14320/task/14338/stat : 14338 (java) S 14318 14320 9782 0 -1 4202560 103 0 0 0 47 30 0 0 20 0 19 0 343033679 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140540980963784 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14339] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14339/stat : 14339 (java) S 14318 14320 9782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 343033734 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140540979910312 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1789.22
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.1 s]
/proc/loadavg: 2.01 2.04 2.01 3/213 14414
/proc/meminfo: memFree=29144680/32873844 swapFree=7116/7116
[pid=14320] ppid=14318 vsize=2715132 CPUtime=1800.03 cores=0,2,4,6
/proc/14320/stat : 14320 (java) S 14318 14320 9782 0 -1 4202496 16762 0 1 0 179924 79 0 0 20 0 19 0 343033673 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140735733527296 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14320/statm: 678783 224339 2269 9 0 669476 0
[pid=14320/tid=14322] ppid=14318 vsize=2715132 CPUtime=1790.82 cores=0,2,4,6
/proc/14320/task/14322/stat : 14322 (java) R 14318 14320 9782 0 -1 4202560 3028 0 1 0 179045 37 0 0 20 0 19 0 343033673 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140541611769216 140541480974311 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14323] ppid=14318 vsize=2715132 CPUtime=0.94 cores=0,2,4,6
/proc/14320/task/14323/stat : 14323 (java) S 14318 14320 9782 0 -1 4202560 133 0 0 0 88 6 0 0 20 0 19 0 343033674 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140541478358056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14324] ppid=14318 vsize=2715132 CPUtime=0.98 cores=0,2,4,6
/proc/14320/task/14324/stat : 14324 (java) S 14318 14320 9782 0 -1 4202560 150 0 0 0 93 5 0 0 20 0 19 0 343033674 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140541477305256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14320/tid=14325] ppid=14318 vsize=2715132 CPUtime=0.97 cores=0,2,4,6
/proc/14320/task/14325/stat : 14325 (java) S 14318 14320 9782 0 -1 4202560 155 0 0 0 93 4 0 0 20 0 19 0 343033674 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140541476252456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14326] ppid=14318 vsize=2715132 CPUtime=0.98 cores=0,2,4,6
/proc/14320/task/14326/stat : 14326 (java) S 14318 14320 9782 0 -1 4202560 170 0 0 0 92 6 0 0 20 0 19 0 343033674 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140541475199656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14320/tid=14327] ppid=14318 vsize=2715132 CPUtime=0.94 cores=0,2,4,6
/proc/14320/task/14327/stat : 14327 (java) S 14318 14320 9782 0 -1 4202560 169 0 0 0 89 5 0 0 20 0 19 0 343033674 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140541474146856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14328] ppid=14318 vsize=2715132 CPUtime=0.87 cores=0,2,4,6
/proc/14320/task/14328/stat : 14328 (java) S 14318 14320 9782 0 -1 4202560 156 0 0 0 82 5 0 0 20 0 19 0 343033674 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140541473094056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14329] ppid=14318 vsize=2715132 CPUtime=0.94 cores=0,2,4,6
/proc/14320/task/14329/stat : 14329 (java) S 14318 14320 9782 0 -1 4202560 125 0 0 0 89 5 0 0 20 0 19 0 343033674 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140541472041256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14330] ppid=14318 vsize=2715132 CPUtime=0.92 cores=0,2,4,6
/proc/14320/task/14330/stat : 14330 (java) S 14318 14320 9782 0 -1 4202560 112 0 0 0 86 6 0 0 20 0 19 0 343033674 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140541470988456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14331] ppid=14318 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/14320/task/14331/stat : 14331 (java) S 14318 14320 9782 0 -1 4202560 106 0 0 0 2 1 0 0 20 0 19 0 343033675 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140540988333032 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14332] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14332/stat : 14332 (java) S 14318 14320 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343033676 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140540987279096 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14333] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14333/stat : 14333 (java) S 14318 14320 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343033676 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140540986226184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14334] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14334/stat : 14334 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033678 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140540985174672 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14335] ppid=14318 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/14320/task/14335/stat : 14335 (java) S 14318 14320 9782 0 -1 4202560 6437 0 0 0 61 2 0 0 20 0 19 0 343033678 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140540984121784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14320/tid=14336] ppid=14318 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/14320/task/14336/stat : 14336 (java) S 14318 14320 9782 0 -1 4202560 4732 0 0 0 59 0 0 0 20 0 19 0 343033678 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140540983068984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14337] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14337/stat : 14337 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343033678 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140540982016376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14338] ppid=14318 vsize=2715132 CPUtime=0.78 cores=0,2,4,6
/proc/14320/task/14338/stat : 14338 (java) S 14318 14320 9782 0 -1 4202560 103 0 0 0 47 31 0 0 20 0 19 0 343033679 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140540980963784 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14339] ppid=14318 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14339/stat : 14339 (java) S 14318 14320 9782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 343033734 2780295168 224339 33554432000 1073741824 1073778376 140735733536160 140540979910312 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 2715132

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

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

[startup+1793.21 s]
/proc/loadavg: 2.01 2.04 2.01 3/213 14414
/proc/meminfo: memFree=29144680/32873844 swapFree=7116/7116
[pid=14320] ppid=14318 vsize=2848260 CPUtime=1800.26 cores=0,2,4,6
/proc/14320/stat : 14320 (java) S 14318 14320 9782 0 -1 4202496 16800 0 1 0 179947 79 0 0 20 0 21 0 343033673 2916618240 224374 33554432000 1073741824 1073778376 140735733536160 140735733527296 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14320/statm: 712065 224374 2269 9 0 702758 0
[pid=14320/tid=14322] ppid=14318 vsize=2848260 CPUtime=1790.93 cores=0,2,4,6
/proc/14320/task/14322/stat : 14322 (java) R 14318 14320 9782 0 -1 4202560 3028 0 1 0 179056 37 0 0 20 0 21 0 343033673 2916618240 224374 33554432000 1073741824 1073778376 140735733536160 140541611769216 140541480975166 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14323] ppid=14318 vsize=2848260 CPUtime=0.94 cores=0,2,4,6
/proc/14320/task/14323/stat : 14323 (java) S 14318 14320 9782 0 -1 4202560 133 0 0 0 88 6 0 0 20 0 21 0 343033674 2916618240 224374 33554432000 1073741824 1073778376 140735733536160 140541478358056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14324] ppid=14318 vsize=2848260 CPUtime=0.98 cores=0,2,4,6
/proc/14320/task/14324/stat : 14324 (java) S 14318 14320 9782 0 -1 4202560 150 0 0 0 93 5 0 0 20 0 21 0 343033674 2916618240 224374 33554432000 1073741824 1073778376 140735733536160 140541477305256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14320/tid=14325] ppid=14318 vsize=2848260 CPUtime=0.97 cores=0,2,4,6
/proc/14320/task/14325/stat : 14325 (java) S 14318 14320 9782 0 -1 4202560 155 0 0 0 93 4 0 0 20 0 21 0 343033674 2916618240 224374 33554432000 1073741824 1073778376 140735733536160 140541476252456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14326] ppid=14318 vsize=2848260 CPUtime=0.98 cores=0,2,4,6
/proc/14320/task/14326/stat : 14326 (java) S 14318 14320 9782 0 -1 4202560 170 0 0 0 92 6 0 0 20 0 21 0 343033674 2916618240 224374 33554432000 1073741824 1073778376 140735733536160 140541475199656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14320/tid=14327] ppid=14318 vsize=2848260 CPUtime=0.94 cores=0,2,4,6
/proc/14320/task/14327/stat : 14327 (java) S 14318 14320 9782 0 -1 4202560 169 0 0 0 89 5 0 0 20 0 21 0 343033674 2916618240 224374 33554432000 1073741824 1073778376 140735733536160 140541474146856 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14328] ppid=14318 vsize=2848260 CPUtime=0.87 cores=0,2,4,6
/proc/14320/task/14328/stat : 14328 (java) S 14318 14320 9782 0 -1 4202560 156 0 0 0 82 5 0 0 20 0 21 0 343033674 2916618240 224374 33554432000 1073741824 1073778376 140735733536160 140541473094056 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14329] ppid=14318 vsize=2848260 CPUtime=0.94 cores=0,2,4,6
/proc/14320/task/14329/stat : 14329 (java) S 14318 14320 9782 0 -1 4202560 125 0 0 0 89 5 0 0 20 0 21 0 343033674 2916618240 224374 33554432000 1073741824 1073778376 140735733536160 140541472041256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14330] ppid=14318 vsize=2848260 CPUtime=0.92 cores=0,2,4,6
/proc/14320/task/14330/stat : 14330 (java) S 14318 14320 9782 0 -1 4202560 112 0 0 0 86 6 0 0 20 0 21 0 343033674 2916618240 224374 33554432000 1073741824 1073778376 140735733536160 140541470988456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14331] ppid=14318 vsize=2848260 CPUtime=0.03 cores=0,2,4,6
/proc/14320/task/14331/stat : 14331 (java) S 14318 14320 9782 0 -1 4202560 106 0 0 0 2 1 0 0 20 0 21 0 343033675 2916618240 224374 33554432000 1073741824 1073778376 140735733536160 140540988333032 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14332] ppid=14318 vsize=2848260 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14332/stat : 14332 (java) S 14318 14320 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 343033676 2916618240 224374 33554432000 1073741824 1073778376 140735733536160 140540987279096 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14333] ppid=14318 vsize=2848260 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14333/stat : 14333 (java) S 14318 14320 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 343033676 2916618240 224374 33554432000 1073741824 1073778376 140735733536160 140540986226184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14334] ppid=14318 vsize=2848260 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14334/stat : 14334 (java) S 14318 14320 9782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 343033678 2916618240 224374 33554432000 1073741824 1073778376 140735733536160 140540985174672 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14320/tid=14335] ppid=14318 vsize=2848260 CPUtime=0.63 cores=0,2,4,6
/proc/14320/task/14335/stat : 14335 (java) S 14318 14320 9782 0 -1 4202560 6438 0 0 0 61 2 0 0 20 0 21 0 343033678 2916618240 224374 33554432000 1073741824 1073778376 140735733536160 140540984121784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14320/tid=14336] ppid=14318 vsize=2848260 CPUtime=0.62 cores=0,2,4,6
/proc/14320/task/14336/stat : 14336 (java) S 14318 14320 9782 0 -1 4202560 4733 0 0 0 62 0 0 0 20 0 21 0 343033678 2916618240 224374 33554432000 1073741824 1073778376 140735733536160 140540983068984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14337] ppid=14318 vsize=2848260 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14337/stat : 14337 (java) S 14318 14320 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 343033678 2916618240 224374 33554432000 1073741824 1073778376 140735733536160 140540982016376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14320/tid=14338] ppid=14318 vsize=2848260 CPUtime=0.78 cores=0,2,4,6
/proc/14320/task/14338/stat : 14338 (java) S 14318 14320 9782 0 -1 4202560 103 0 0 0 47 31 0 0 20 0 21 0 343033679 2916618240 224374 33554432000 1073741824 1073778376 140735733536160 140540980963784 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14320/tid=14339] ppid=14318 vsize=2848260 CPUtime=0 cores=0,2,4,6
/proc/14320/task/14339/stat : 14339 (java) S 14318 14320 9782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 343033734 2916618240 224374 33554432000 1073741824 1073778376 140735733536160 140540979910312 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 2848260

Child status: 143
Real time (s): 1793.3
CPU time (s): 1801.05
CPU user time (s): 1799.78
CPU system time (s): 1.27281
CPU usage (%): 100.432
Max. virtual memory (cumulated for all children) (KiB): 2848260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 1.27281
maximum resident set size= 897500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16801
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40617
involuntary context switches= 22305

runsolver used 5.54116 second user time and 15.1327 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-04 02:17:47
IDJOB=3740069
IDBENCH=76228
IDSOLVER=2322
FILE ID=node111/3740069-1338769067
RUNJOBID= node111-1338737568-9798
PBS_JOBID= 14636765
Free space on /tmp= 67392 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j60/normalized-j6029_8-unsat.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3740069-1338769067/watcher-3740069-1338769067 -o /tmp/evaluation-result-3740069-1338769067/solver-3740069-1338769067 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3740069-1338769067.opb

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

MD5SUM BENCH= c619d5d1f14c9c14bda19749a65da87b
RANDOM SEED=491527007

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:        29933712 kB
Buffers:          221208 kB
Cached:           560780 kB
SwapCached:         1404 kB
Active:          1569192 kB
Inactive:         580536 kB
Active(anon):    1368764 kB
Inactive(anon):     1276 kB
Active(file):     200428 kB
Inactive(file):   579260 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100152 kB
Dirty:              1652 kB
Writeback:            44 kB
AnonPages:       1376032 kB
Mapped:            17104 kB
Shmem:                 0 kB
Slab:             648604 kB
SReclaimable:      89880 kB
SUnreclaim:       558724 kB
KernelStack:        1704 kB
PageTables:         6904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1518872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1337344 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= 67388 MiB
End job on node111 at 2012-06-04 02:47:42