Trace number 3741499

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
PB07: SAT4JPseudoResolution 2007-03-23? (TO) 1800.53 1797.92

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-f2000.opb
MD5SUMacba870ceff62e653e0b2927ff2b81fb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4000
Total number of constraints10500
Number of constraints which are clauses10500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 4000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4000
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4000
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.06	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.06	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.06	c no version file found!!!
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version	1.6.0_24
0.00/0.06	c os.name	Linux
0.00/0.06	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.06	c os.arch	amd64
0.00/0.06	c Free memory 1599470296
0.00/0.06	c Max memory 1607860224
0.00/0.06	c Total memory 1607860224
0.00/0.06	c Number of processors 8
0.08/0.08	--- Begin Solver configuration ---
0.08/0.08	c Stops conflict analysis at the first Unique Implication Point
0.08/0.08	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.08/0.08	c Learn all clauses as in MiniSAT
0.08/0.08	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.08	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.08	c No reason simplification
0.08/0.08	c --- End Solver configuration ---
0.08/0.08	c solving HOME/instance-3741499-1338744078.opb
0.08/0.08	c reading problem ... 
0.72/0.40	c ... done. Wall clock time 0.316s.
0.72/0.40	c CPU time (experimental) 0.38s.
0.72/0.40	c #vars     4000
0.72/0.40	c #constraints  10500
1800.07/1797.91	c starts		: 22
1800.07/1797.91	c conflicts		: 1259138
1800.07/1797.91	c decisions		: 1696576
1800.07/1797.91	c propagations		: 452744543
1800.07/1797.91	c inspects		: 15029140577
1800.07/1797.91	c learnt literals	: 0
1800.07/1797.91	c learnt binary clauses	: 0
1800.07/1797.91	c learnt ternary clauses	: 70
1800.07/1797.91	c learnt clauses	: 1259138
1800.07/1797.91	c root simplifications	: 0
1800.07/1797.91	c removed literals (reason simplification)	: 0
1800.07/1797.91	c reason swapping (by a shorter reason)	: 0
1800.07/1797.91	c Calls to reduceDB	: 0
1800.07/1797.91	c speed (decisions/second)	: 943.8720330421082
1800.07/1797.91	c non guided choices	0
1800.07/1797.91	s UNKNOWN
1800.07/1797.91	c Total wall clock time (ms): 1797.826

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-3741499-1338744078/watcher-3741499-1338744078 -o /tmp/evaluation-result-3741499-1338744078/solver-3741499-1338744078 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3741499-1338744078.opb 

running on 4 cores: 1,3,5,7

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.00 2.00 2.00 3/194 12980
/proc/meminfo: memFree=27979896/32873648 swapFree=7116/7116
[pid=12980] ppid=12978 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/12980/stat : 12980 (java) S 12978 12980 7854 0 -1 4202496 1212 0 0 0 0 0 0 0 20 0 2 0 340533287 95129600 922 33554432000 1073741824 1073778376 140735297119632 140735297110768 214540779581 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12980/statm: 23225 927 703 9 0 16769 0
[pid=12980/tid=12981] ppid=12978 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12981/stat : 12981 (java) D 12978 12980 7854 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 340533288 95129600 927 33554432000 1073741824 1073778376 140735297119632 140302692511272 214528257319 0 0 4096 0 18446744072100609316 0 0 -1 3 0 0 0 0 0

[startup+0.0797669 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 12980
/proc/meminfo: memFree=27979896/32873648 swapFree=7116/7116
[pid=12980] ppid=12978 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/12980/stat : 12980 (java) S 12978 12980 7854 0 -1 4202496 4847 0 1 0 7 1 0 0 20 0 18 0 340533287 3028844544 6045 33554432000 1073741824 1073778376 140735297119632 140735297110768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12980/statm: 739464 6045 2055 9 0 729885 0
[pid=12980/tid=12981] ppid=12978 vsize=2957856 CPUtime=0.06 cores=1,3,5,7
/proc/12980/task/12981/stat : 12981 (java) R 12978 12980 7854 0 -1 4202560 3045 0 1 0 6 0 0 0 20 0 18 0 340533288 3028844544 6048 33554432000 1073741824 1073778376 140735297119632 140302692514720 214540805389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 12980
/proc/meminfo: memFree=27979896/32873648 swapFree=7116/7116
[pid=12980] ppid=12978 vsize=2957856 CPUtime=0.1 cores=1,3,5,7
/proc/12980/stat : 12980 (java) S 12978 12980 7854 0 -1 4202496 4997 0 1 0 9 1 0 0 20 0 18 0 340533287 3028844544 6705 33554432000 1073741824 1073778376 140735297119632 140735297110768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12980/statm: 739464 6705 2130 9 0 729885 0
[pid=12980/tid=12981] ppid=12978 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/12980/task/12981/stat : 12981 (java) R 12978 12980 7854 0 -1 4202560 3054 0 1 0 6 2 0 0 20 0 18 0 340533288 3028844544 6705 33554432000 1073741824 1073778376 140735297119632 140302692514720 140302564908327 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2957856

[startup+0.300186 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 12980
/proc/meminfo: memFree=27979896/32873648 swapFree=7116/7116
[pid=12980] ppid=12978 vsize=2957856 CPUtime=0.51 cores=1,3,5,7
/proc/12980/stat : 12980 (java) S 12978 12980 7854 0 -1 4202496 6420 0 1 0 49 2 0 0 20 0 18 0 340533287 3028844544 9552 33554432000 1073741824 1073778376 140735297119632 140735297110768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12980/statm: 739464 9557 2240 9 0 729885 0
[pid=12980/tid=12981] ppid=12978 vsize=2957856 CPUtime=0.28 cores=1,3,5,7
/proc/12980/task/12981/stat : 12981 (java) R 12978 12980 7854 0 -1 4202560 3066 0 1 0 26 2 0 0 20 0 18 0 340533288 3028844544 9561 33554432000 1073741824 1073778376 140735297119632 140302692514720 140302564849779 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2957856

[startup+0.700202 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 12980
/proc/meminfo: memFree=27979896/32873648 swapFree=7116/7116
[pid=12980] ppid=12978 vsize=3024420 CPUtime=1.45 cores=1,3,5,7
/proc/12980/stat : 12980 (java) S 12978 12980 7854 0 -1 4202496 12111 0 1 0 142 3 0 0 20 0 19 0 340533287 3097006080 18187 33554432000 1073741824 1073778376 140735297119632 140735297110768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12980/statm: 756105 18187 2270 9 0 746526 0
[pid=12980/tid=12981] ppid=12978 vsize=3024420 CPUtime=0.68 cores=1,3,5,7
/proc/12980/task/12981/stat : 12981 (java) R 12978 12980 7854 0 -1 4202560 3097 0 1 0 66 2 0 0 20 0 19 0 340533288 3097006080 18187 33554432000 1073741824 1073778376 140735297119632 140302692508104 140302564940975 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 3024420

[startup+1.50058 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12999
/proc/meminfo: memFree=27913588/32873648 swapFree=7116/7116
[pid=12980] ppid=12978 vsize=3024420 CPUtime=2.34 cores=1,3,5,7
/proc/12980/stat : 12980 (java) S 12978 12980 7854 0 -1 4202496 12132 0 1 0 231 3 0 0 20 0 19 0 340533287 3097006080 19230 33554432000 1073741824 1073778376 140735297119632 140735297110768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12980/statm: 756105 19230 2274 9 0 746526 0
[pid=12980/tid=12981] ppid=12978 vsize=3024420 CPUtime=1.48 cores=1,3,5,7
/proc/12980/task/12981/stat : 12981 (java) R 12978 12980 7854 0 -1 4202560 3099 0 1 0 146 2 0 0 20 0 19 0 340533288 3097006080 19230 33554432000 1073741824 1073778376 140735297119632 140302692514408 140302565619293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12980/tid=12983] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12983/stat : 12983 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 19230 33554432000 1073741824 1073778376 140735297119632 140302558399016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12984] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12984/stat : 12984 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 19230 33554432000 1073741824 1073778376 140735297119632 140302557346216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12985] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12985/stat : 12985 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 19230 33554432000 1073741824 1073778376 140735297119632 140302488693032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12980/tid=12986] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12986/stat : 12986 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 19230 33554432000 1073741824 1073778376 140735297119632 140302487640232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12980/tid=12987] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12987/stat : 12987 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 19230 33554432000 1073741824 1073778376 140735297119632 140302486588456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12988] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12988/stat : 12988 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 19230 33554432000 1073741824 1073778376 140735297119632 140302485535656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12989] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12989/stat : 12989 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 19230 33554432000 1073741824 1073778376 140735297119632 140302484482856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12980/tid=12990] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12990/stat : 12990 (java) S 12978 12980 7854 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 19230 33554432000 1073741824 1073778376 140735297119632 140302483430056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12991] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12991/stat : 12991 (java) S 12978 12980 7854 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 340533290 3097006080 19230 33554432000 1073741824 1073778376 140735297119632 140302471231976 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12992] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12992/stat : 12992 (java) S 12978 12980 7854 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 340533290 3097006080 19230 33554432000 1073741824 1073778376 140735297119632 140302470178040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12993] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12993/stat : 12993 (java) S 12978 12980 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340533290 3097006080 19230 33554432000 1073741824 1073778376 140735297119632 140302469125128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12994] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12994/stat : 12994 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533292 3097006080 19230 33554432000 1073741824 1073778376 140735297119632 140302468073616 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12995] ppid=12978 vsize=3024420 CPUtime=0.44 cores=1,3,5,7
/proc/12980/task/12995/stat : 12995 (java) S 12978 12980 7854 0 -1 4202560 3482 0 0 0 44 0 0 0 20 0 19 0 340533292 3097006080 19230 33554432000 1073741824 1073778376 140735297119632 140302467021752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12996] ppid=12978 vsize=3024420 CPUtime=0.38 cores=1,3,5,7
/proc/12980/task/12996/stat : 12996 (java) S 12978 12980 7854 0 -1 4202560 4355 0 0 0 38 0 0 0 20 0 19 0 340533292 3097006080 19230 33554432000 1073741824 1073778376 140735297119632 140302465968952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12980/tid=12997] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12997/stat : 12997 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533292 3097006080 19230 33554432000 1073741824 1073778376 140735297119632 140302464916344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12980/tid=12998] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12998/stat : 12998 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533292 3097006080 19230 33554432000 1073741824 1073778376 140735297119632 140302463863752 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12999] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12999/stat : 12999 (java) S 12978 12980 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340533333 3097006080 19230 33554432000 1073741824 1073778376 140735297119632 140302461732008 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 3024420

[startup+3.1007 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12999
/proc/meminfo: memFree=27909492/32873648 swapFree=7116/7116
[pid=12980] ppid=12978 vsize=3024420 CPUtime=3.96 cores=1,3,5,7
/proc/12980/stat : 12980 (java) S 12978 12980 7854 0 -1 4202496 12138 0 1 0 393 3 0 0 20 0 19 0 340533287 3097006080 20767 33554432000 1073741824 1073778376 140735297119632 140735297110768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12980/statm: 756105 20767 2274 9 0 746526 0
[pid=12980/tid=12981] ppid=12978 vsize=3024420 CPUtime=3.08 cores=1,3,5,7
/proc/12980/task/12981/stat : 12981 (java) R 12978 12980 7854 0 -1 4202560 3104 0 1 0 306 2 0 0 20 0 19 0 340533288 3097006080 20767 33554432000 1073741824 1073778376 140735297119632 140302692516264 140302565551245 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12980/tid=12983] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12983/stat : 12983 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 20767 33554432000 1073741824 1073778376 140735297119632 140302558399016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12984] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12984/stat : 12984 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 20767 33554432000 1073741824 1073778376 140735297119632 140302557346216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12985] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12985/stat : 12985 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 20767 33554432000 1073741824 1073778376 140735297119632 140302488693032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12980/tid=12986] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12986/stat : 12986 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 20767 33554432000 1073741824 1073778376 140735297119632 140302487640232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12980/tid=12987] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12987/stat : 12987 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 20767 33554432000 1073741824 1073778376 140735297119632 140302486588456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12988] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12988/stat : 12988 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 20767 33554432000 1073741824 1073778376 140735297119632 140302485535656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12989] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12989/stat : 12989 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 20767 33554432000 1073741824 1073778376 140735297119632 140302484482856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12980/tid=12990] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12990/stat : 12990 (java) S 12978 12980 7854 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 20767 33554432000 1073741824 1073778376 140735297119632 140302483430056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12991] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12991/stat : 12991 (java) S 12978 12980 7854 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 340533290 3097006080 20767 33554432000 1073741824 1073778376 140735297119632 140302471231976 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12992] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12992/stat : 12992 (java) S 12978 12980 7854 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 340533290 3097006080 20767 33554432000 1073741824 1073778376 140735297119632 140302470178040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12993] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12993/stat : 12993 (java) S 12978 12980 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340533290 3097006080 20767 33554432000 1073741824 1073778376 140735297119632 140302469125128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12994] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12994/stat : 12994 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533292 3097006080 20767 33554432000 1073741824 1073778376 140735297119632 140302468073616 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12995] ppid=12978 vsize=3024420 CPUtime=0.46 cores=1,3,5,7
/proc/12980/task/12995/stat : 12995 (java) S 12978 12980 7854 0 -1 4202560 3483 0 0 0 46 0 0 0 20 0 19 0 340533292 3097006080 20767 33554432000 1073741824 1073778376 140735297119632 140302467021752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12996] ppid=12978 vsize=3024420 CPUtime=0.39 cores=1,3,5,7
/proc/12980/task/12996/stat : 12996 (java) S 12978 12980 7854 0 -1 4202560 4355 0 0 0 39 0 0 0 20 0 19 0 340533292 3097006080 20767 33554432000 1073741824 1073778376 140735297119632 140302465968952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12980/tid=12997] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12997/stat : 12997 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533292 3097006080 20767 33554432000 1073741824 1073778376 140735297119632 140302464916344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12980/tid=12998] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12998/stat : 12998 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533292 3097006080 20767 33554432000 1073741824 1073778376 140735297119632 140302463863752 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12999] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12999/stat : 12999 (java) S 12978 12980 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340533333 3097006080 20767 33554432000 1073741824 1073778376 140735297119632 140302461732008 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 3024420

[startup+6.30071 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12999
/proc/meminfo: memFree=27897856/32873648 swapFree=7116/7116
[pid=12980] ppid=12978 vsize=3024420 CPUtime=7.17 cores=1,3,5,7
/proc/12980/stat : 12980 (java) S 12978 12980 7854 0 -1 4202496 12144 0 1 0 714 3 0 0 20 0 19 0 340533287 3097006080 23027 33554432000 1073741824 1073778376 140735297119632 140735297110768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12980/statm: 756105 23027 2274 9 0 746526 0
[pid=12980/tid=12981] ppid=12978 vsize=3024420 CPUtime=6.28 cores=1,3,5,7
/proc/12980/task/12981/stat : 12981 (java) R 12978 12980 7854 0 -1 4202560 3110 0 1 0 626 2 0 0 20 0 19 0 340533288 3097006080 23027 33554432000 1073741824 1073778376 140735297119632 140302692514288 140302565568732 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12980/tid=12983] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12983/stat : 12983 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 23027 33554432000 1073741824 1073778376 140735297119632 140302558399016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12984] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12984/stat : 12984 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 23027 33554432000 1073741824 1073778376 140735297119632 140302557346216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12985] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12985/stat : 12985 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 23027 33554432000 1073741824 1073778376 140735297119632 140302488693032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12980/tid=12986] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12986/stat : 12986 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 23027 33554432000 1073741824 1073778376 140735297119632 140302487640232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12980/tid=12987] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12987/stat : 12987 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 23027 33554432000 1073741824 1073778376 140735297119632 140302486588456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12988] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12988/stat : 12988 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 23027 33554432000 1073741824 1073778376 140735297119632 140302485535656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12989] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12989/stat : 12989 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 23027 33554432000 1073741824 1073778376 140735297119632 140302484482856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12980/tid=12990] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12990/stat : 12990 (java) S 12978 12980 7854 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 340533289 3097006080 23027 33554432000 1073741824 1073778376 140735297119632 140302483430056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12991] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12991/stat : 12991 (java) S 12978 12980 7854 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 340533290 3097006080 23027 33554432000 1073741824 1073778376 140735297119632 140302471231976 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12992] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12992/stat : 12992 (java) S 12978 12980 7854 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 340533290 3097006080 23027 33554432000 1073741824 1073778376 140735297119632 140302470178040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12993] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12993/stat : 12993 (java) S 12978 12980 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340533290 3097006080 23027 33554432000 1073741824 1073778376 140735297119632 140302469125128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12994] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12994/stat : 12994 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533292 3097006080 23027 33554432000 1073741824 1073778376 140735297119632 140302468073616 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12995] ppid=12978 vsize=3024420 CPUtime=0.46 cores=1,3,5,7
/proc/12980/task/12995/stat : 12995 (java) S 12978 12980 7854 0 -1 4202560 3483 0 0 0 46 0 0 0 20 0 19 0 340533292 3097006080 23027 33554432000 1073741824 1073778376 140735297119632 140302467021752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12996] ppid=12978 vsize=3024420 CPUtime=0.39 cores=1,3,5,7
/proc/12980/task/12996/stat : 12996 (java) S 12978 12980 7854 0 -1 4202560 4355 0 0 0 39 0 0 0 20 0 19 0 340533292 3097006080 23027 33554432000 1073741824 1073778376 140735297119632 140302465968952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=12980/tid=12988] ppid=12978 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/12980/task/12988/stat : 12988 (java) S 12978 12980 7854 0 -1 4202560 89 0 0 0 5 6 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302485535656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12989] ppid=12978 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/12980/task/12989/stat : 12989 (java) S 12978 12980 7854 0 -1 4202560 91 0 0 0 5 6 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302484482856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12990] ppid=12978 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/12980/task/12990/stat : 12990 (java) S 12978 12980 7854 0 -1 4202560 96 0 0 0 5 6 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302483430056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12991] ppid=12978 vsize=3024420 CPUtime=0.02 cores=1,3,5,7
/proc/12980/task/12991/stat : 12991 (java) S 12978 12980 7854 0 -1 4202560 12 0 0 0 0 2 0 0 20 0 19 0 340533290 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302471231976 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12992] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12992/stat : 12992 (java) S 12978 12980 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340533290 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302470178040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12993] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12993/stat : 12993 (java) S 12978 12980 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340533290 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302469125128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12994] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12994/stat : 12994 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533292 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302468073616 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12995] ppid=12978 vsize=3024420 CPUtime=0.47 cores=1,3,5,7
/proc/12980/task/12995/stat : 12995 (java) S 12978 12980 7854 0 -1 4202560 3483 0 0 0 47 0 0 0 20 0 19 0 340533292 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302467021752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12996] ppid=12978 vsize=3024420 CPUtime=0.39 cores=1,3,5,7
/proc/12980/task/12996/stat : 12996 (java) S 12978 12980 7854 0 -1 4202560 4355 0 0 0 39 0 0 0 20 0 19 0 340533292 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302465968952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12980/tid=12997] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12997/stat : 12997 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533292 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302464916344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12980/tid=12998] ppid=12978 vsize=3024420 CPUtime=0.75 cores=1,3,5,7
/proc/12980/task/12998/stat : 12998 (java) S 12978 12980 7854 0 -1 4202560 99 0 0 0 34 41 0 0 20 0 19 0 340533292 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302463863752 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12999] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12999/stat : 12999 (java) S 12978 12980 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340533333 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302461732008 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.44
Current children cumulated vsize (KiB) 3024420

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/214 13080
/proc/meminfo: memFree=28130656/32873648 swapFree=7116/7116
[pid=12980] ppid=12978 vsize=3024420 CPUtime=1784.46 cores=1,3,5,7
/proc/12980/stat : 12980 (java) S 12978 12980 7854 0 -1 4202496 13163 0 1 0 178348 98 0 0 20 0 19 0 340533287 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140735297110768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12980/statm: 756105 202721 2287 9 0 746526 0
[pid=12980/tid=12981] ppid=12978 vsize=3024420 CPUtime=1782.13 cores=1,3,5,7
/proc/12980/task/12981/stat : 12981 (java) R 12978 12980 7854 0 -1 4202560 3287 0 1 0 178178 35 0 0 20 0 19 0 340533288 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302692515208 140302565641509 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12980/tid=12983] ppid=12978 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/12980/task/12983/stat : 12983 (java) S 12978 12980 7854 0 -1 4202560 94 0 0 0 5 6 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302558399016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12984] ppid=12978 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/12980/task/12984/stat : 12984 (java) S 12978 12980 7854 0 -1 4202560 100 0 0 0 5 6 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302557346216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12985] ppid=12978 vsize=3024420 CPUtime=0.1 cores=1,3,5,7
/proc/12980/task/12985/stat : 12985 (java) S 12978 12980 7854 0 -1 4202560 87 0 0 0 5 5 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302488693032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12980/tid=12986] ppid=12978 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/12980/task/12986/stat : 12986 (java) S 12978 12980 7854 0 -1 4202560 98 0 0 0 5 6 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302487640232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12980/tid=12987] ppid=12978 vsize=3024420 CPUtime=0.1 cores=1,3,5,7
/proc/12980/task/12987/stat : 12987 (java) S 12978 12980 7854 0 -1 4202560 87 0 0 0 5 5 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302486588456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12988] ppid=12978 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/12980/task/12988/stat : 12988 (java) S 12978 12980 7854 0 -1 4202560 89 0 0 0 5 6 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302485535656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12989] ppid=12978 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/12980/task/12989/stat : 12989 (java) S 12978 12980 7854 0 -1 4202560 91 0 0 0 5 6 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302484482856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12990] ppid=12978 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/12980/task/12990/stat : 12990 (java) S 12978 12980 7854 0 -1 4202560 96 0 0 0 5 6 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302483430056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12991] ppid=12978 vsize=3024420 CPUtime=0.02 cores=1,3,5,7
/proc/12980/task/12991/stat : 12991 (java) S 12978 12980 7854 0 -1 4202560 12 0 0 0 0 2 0 0 20 0 19 0 340533290 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302471231976 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12992] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12992/stat : 12992 (java) S 12978 12980 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340533290 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302470178040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12993] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12993/stat : 12993 (java) S 12978 12980 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340533290 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302469125128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12994] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12994/stat : 12994 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533292 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302468073616 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12995] ppid=12978 vsize=3024420 CPUtime=0.47 cores=1,3,5,7
/proc/12980/task/12995/stat : 12995 (java) S 12978 12980 7854 0 -1 4202560 3483 0 0 0 47 0 0 0 20 0 19 0 340533292 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302467021752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12996] ppid=12978 vsize=3024420 CPUtime=0.39 cores=1,3,5,7
/proc/12980/task/12996/stat : 12996 (java) S 12978 12980 7854 0 -1 4202560 4355 0 0 0 39 0 0 0 20 0 19 0 340533292 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302465968952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12980/tid=12997] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12997/stat : 12997 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533292 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302464916344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12980/tid=12998] ppid=12978 vsize=3024420 CPUtime=0.78 cores=1,3,5,7
/proc/12980/task/12998/stat : 12998 (java) S 12978 12980 7854 0 -1 4202560 103 0 0 0 35 43 0 0 20 0 19 0 340533292 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302463863752 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12999] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12999/stat : 12999 (java) S 12978 12980 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340533333 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302461732008 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.46
Current children cumulated vsize (KiB) 3024420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 13080
/proc/meminfo: memFree=28128616/32873648 swapFree=7116/7116
[pid=12980] ppid=12978 vsize=3024420 CPUtime=1800.07 cores=1,3,5,7
/proc/12980/stat : 12980 (java) S 12978 12980 7854 0 -1 4202496 13163 0 1 0 179909 98 0 0 20 0 19 0 340533287 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140735297110768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12980/statm: 756105 202721 2287 9 0 746526 0
[pid=12980/tid=12981] ppid=12978 vsize=3024420 CPUtime=1797.73 cores=1,3,5,7
/proc/12980/task/12981/stat : 12981 (java) R 12978 12980 7854 0 -1 4202560 3287 0 1 0 179738 35 0 0 20 0 19 0 340533288 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302692515208 140302565095330 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12980/tid=12983] ppid=12978 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/12980/task/12983/stat : 12983 (java) S 12978 12980 7854 0 -1 4202560 94 0 0 0 5 6 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302558399016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12984] ppid=12978 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/12980/task/12984/stat : 12984 (java) S 12978 12980 7854 0 -1 4202560 100 0 0 0 5 6 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302557346216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12985] ppid=12978 vsize=3024420 CPUtime=0.1 cores=1,3,5,7
/proc/12980/task/12985/stat : 12985 (java) S 12978 12980 7854 0 -1 4202560 87 0 0 0 5 5 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302488693032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12980/tid=12986] ppid=12978 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/12980/task/12986/stat : 12986 (java) S 12978 12980 7854 0 -1 4202560 98 0 0 0 5 6 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302487640232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12980/tid=12987] ppid=12978 vsize=3024420 CPUtime=0.1 cores=1,3,5,7
/proc/12980/task/12987/stat : 12987 (java) S 12978 12980 7854 0 -1 4202560 87 0 0 0 5 5 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302486588456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12988] ppid=12978 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/12980/task/12988/stat : 12988 (java) S 12978 12980 7854 0 -1 4202560 89 0 0 0 5 6 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302485535656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12989] ppid=12978 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/12980/task/12989/stat : 12989 (java) S 12978 12980 7854 0 -1 4202560 91 0 0 0 5 6 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302484482856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12990] ppid=12978 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/12980/task/12990/stat : 12990 (java) S 12978 12980 7854 0 -1 4202560 96 0 0 0 5 6 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302483430056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12991] ppid=12978 vsize=3024420 CPUtime=0.02 cores=1,3,5,7
/proc/12980/task/12991/stat : 12991 (java) S 12978 12980 7854 0 -1 4202560 12 0 0 0 0 2 0 0 20 0 19 0 340533290 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302471231976 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12992] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12992/stat : 12992 (java) S 12978 12980 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340533290 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302470178040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12993] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12993/stat : 12993 (java) S 12978 12980 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340533290 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302469125128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12994] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12994/stat : 12994 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533292 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302468073616 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12995] ppid=12978 vsize=3024420 CPUtime=0.47 cores=1,3,5,7
/proc/12980/task/12995/stat : 12995 (java) S 12978 12980 7854 0 -1 4202560 3483 0 0 0 47 0 0 0 20 0 19 0 340533292 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302467021752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12996] ppid=12978 vsize=3024420 CPUtime=0.39 cores=1,3,5,7
/proc/12980/task/12996/stat : 12996 (java) S 12978 12980 7854 0 -1 4202560 4355 0 0 0 39 0 0 0 20 0 19 0 340533292 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302465968952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12980/tid=12997] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12997/stat : 12997 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533292 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302464916344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12980/tid=12998] ppid=12978 vsize=3024420 CPUtime=0.79 cores=1,3,5,7
/proc/12980/task/12998/stat : 12998 (java) S 12978 12980 7854 0 -1 4202560 103 0 0 0 36 43 0 0 20 0 19 0 340533292 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302463863752 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12999] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12999/stat : 12999 (java) S 12978 12980 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340533333 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302461732008 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 3024420

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

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

[startup+1797.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 13080
/proc/meminfo: memFree=28128616/32873648 swapFree=7116/7116
[pid=12980] ppid=12978 vsize=3024420 CPUtime=1800.07 cores=1,3,5,7
/proc/12980/stat : 12980 (java) S 12978 12980 7854 0 -1 4202496 13163 0 1 0 179909 98 0 0 20 0 19 0 340533287 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140735297110768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12980/statm: 756105 202721 2287 9 0 746526 0
[pid=12980/tid=12981] ppid=12978 vsize=3024420 CPUtime=1797.73 cores=1,3,5,7
/proc/12980/task/12981/stat : 12981 (java) R 12978 12980 7854 0 -1 4202560 3287 0 1 0 179738 35 0 0 20 0 19 0 340533288 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302692515208 140302565095330 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12980/tid=12983] ppid=12978 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/12980/task/12983/stat : 12983 (java) S 12978 12980 7854 0 -1 4202560 94 0 0 0 5 6 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302558399016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12984] ppid=12978 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/12980/task/12984/stat : 12984 (java) S 12978 12980 7854 0 -1 4202560 100 0 0 0 5 6 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302557346216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12985] ppid=12978 vsize=3024420 CPUtime=0.1 cores=1,3,5,7
/proc/12980/task/12985/stat : 12985 (java) S 12978 12980 7854 0 -1 4202560 87 0 0 0 5 5 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302488693032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12980/tid=12986] ppid=12978 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/12980/task/12986/stat : 12986 (java) S 12978 12980 7854 0 -1 4202560 98 0 0 0 5 6 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302487640232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12980/tid=12987] ppid=12978 vsize=3024420 CPUtime=0.1 cores=1,3,5,7
/proc/12980/task/12987/stat : 12987 (java) S 12978 12980 7854 0 -1 4202560 87 0 0 0 5 5 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302486588456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12988] ppid=12978 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/12980/task/12988/stat : 12988 (java) S 12978 12980 7854 0 -1 4202560 89 0 0 0 5 6 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302485535656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12989] ppid=12978 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/12980/task/12989/stat : 12989 (java) S 12978 12980 7854 0 -1 4202560 91 0 0 0 5 6 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302484482856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12990] ppid=12978 vsize=3024420 CPUtime=0.11 cores=1,3,5,7
/proc/12980/task/12990/stat : 12990 (java) S 12978 12980 7854 0 -1 4202560 96 0 0 0 5 6 0 0 20 0 19 0 340533289 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302483430056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12991] ppid=12978 vsize=3024420 CPUtime=0.02 cores=1,3,5,7
/proc/12980/task/12991/stat : 12991 (java) S 12978 12980 7854 0 -1 4202560 12 0 0 0 0 2 0 0 20 0 19 0 340533290 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302471231976 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12992] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12992/stat : 12992 (java) S 12978 12980 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340533290 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302470178040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12993] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12993/stat : 12993 (java) S 12978 12980 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340533290 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302469125128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12994] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12994/stat : 12994 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533292 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302468073616 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12995] ppid=12978 vsize=3024420 CPUtime=0.47 cores=1,3,5,7
/proc/12980/task/12995/stat : 12995 (java) S 12978 12980 7854 0 -1 4202560 3483 0 0 0 47 0 0 0 20 0 19 0 340533292 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302467021752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12980/tid=12996] ppid=12978 vsize=3024420 CPUtime=0.39 cores=1,3,5,7
/proc/12980/task/12996/stat : 12996 (java) S 12978 12980 7854 0 -1 4202560 4355 0 0 0 39 0 0 0 20 0 19 0 340533292 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302465968952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12980/tid=12997] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12997/stat : 12997 (java) S 12978 12980 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340533292 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302464916344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12980/tid=12998] ppid=12978 vsize=3024420 CPUtime=0.79 cores=1,3,5,7
/proc/12980/task/12998/stat : 12998 (java) S 12978 12980 7854 0 -1 4202560 103 0 0 0 36 43 0 0 20 0 19 0 340533292 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302463863752 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12980/tid=12999] ppid=12978 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/12980/task/12999/stat : 12999 (java) S 12978 12980 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340533333 3097006080 202721 33554432000 1073741824 1073778376 140735297119632 140302461732008 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 3024420

Child status: 143
Real time (s): 1797.92
CPU time (s): 1800.53
CPU user time (s): 1799.14
CPU system time (s): 1.39179
CPU usage (%): 100.145
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 1.39179
maximum resident set size= 811008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13196
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37994
involuntary context switches= 2184

runsolver used 8.5387 second user time and 12.955 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-03 19:21:18
IDJOB=3741499
IDBENCH=89869
IDSOLVER=2319
FILE ID=node127/3741499-1338744078
RUNJOBID= node127-1338713637-7871
PBS_JOBID= 14636737
Free space on /tmp= 70480 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-f2000.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741499-1338744078/watcher-3741499-1338744078 -o /tmp/evaluation-result-3741499-1338744078/solver-3741499-1338744078 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3741499-1338744078.opb           

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

MD5SUM BENCH= acba870ceff62e653e0b2927ff2b81fb
RANDOM SEED=2069336252

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27980276 kB
Buffers:          409156 kB
Cached:          1950272 kB
SwapCached:         1428 kB
Active:          2673880 kB
Inactive:        1328432 kB
Active(anon):    1636728 kB
Inactive(anon):     7952 kB
Active(file):    1037152 kB
Inactive(file):  1320480 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:              3864 kB
Writeback:             0 kB
AnonPages:       1653848 kB
Mapped:            19056 kB
Shmem:                92 kB
Slab:             746780 kB
SReclaimable:     190560 kB
SUnreclaim:       556220 kB
KernelStack:        1632 kB
PageTables:         7212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1826712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1617920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70472 MiB
End job on node127 at 2012-06-03 19:51:18