Trace number 3479327

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
Sat4j Resolution 2.3.0? (TO) 1800.24 1798.86

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-ivu52.opb
MD5SUM125c932e94e2457d1c83522659b39a64
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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 variables157591
Total number of constraints2116
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)2111
Number of constraints which are nor clauses,nor cardinality constraints5
Minimum length of a constraint7
Maximum length of a constraint155481
Number of terms in the objective function 157591
Biggest coefficient in the objective function 40000000000000000
Number of bits for the biggest coefficient in the objective function 56
Sum of the numbers in the objective function 1955699014025000001657
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 45000000000000000
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 2472448333291898744553
Number of bits of the biggest sum of numbers72
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		12995394264
0.02/0.09	c Max memory 		13063553024
0.02/0.09	c Total memory 		13063553024
0.02/0.09	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 org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
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 lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 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-3479327-1307449401.opb
0.10/0.11	c reading problem ... 
6.60/5.72	c ... done. Wall clock time 5.611s.
6.60/5.72	c #vars     157591
6.60/5.72	c #constraints  4226
6.60/5.72	c constraints type 
6.60/5.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2110
6.60/5.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 2111
6.60/5.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4
6.60/5.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.09/1798.72	c starts		: 9
1800.09/1798.72	c conflicts		: 1255
1800.09/1798.72	c decisions		: 1295992
1800.09/1798.72	c propagations		: 8400234
1800.09/1798.72	c inspects		: 17294836
1800.09/1798.72	c shortcuts		: 0
1800.09/1798.72	c learnt literals	: 0
1800.09/1798.72	c learnt binary clauses	: 0
1800.09/1798.72	c learnt ternary clauses	: 0
1800.09/1798.72	c learnt constraints	: 1255
1800.09/1798.72	c ignored constraints	: 0
1800.09/1798.72	c root simplifications	: 0
1800.09/1798.72	c removed literals (reason simplification)	: 38554
1800.09/1798.72	c reason swapping (by a shorter reason)	: 0
1800.09/1798.72	c Calls to reduceDB	: 0
1800.09/1798.72	c number of reductions to clauses (during analyze)	: 0
1800.09/1798.72	c number of learned constraints concerned by reduction	: 0
1800.09/1798.72	c number of learning phase by resolution	: 0
1800.09/1798.72	c number of learning phase by cutting planes	: 0
1800.09/1798.72	c speed (assignments/second)	: 4685.024012867841
1800.09/1798.72	c non guided choices	0
1800.09/1798.72	c learnt constraints type 
1800.09/1798.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1255
1800.09/1798.72	c constraints type 
1800.09/1798.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2110
1800.09/1798.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 2111
1800.09/1798.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4
1800.09/1798.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.09/1798.72	s UNKNOWN
1800.09/1798.72	c Total wall clock time (in seconds): 1798.611

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3479327-1307449401/watcher-3479327-1307449401 -o /tmp/evaluation-result-3479327-1307449401/solver-3479327-1307449401 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3479327-1307449401.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: 1.96 2.02 2.00 2/454 23405
/proc/meminfo: memFree=19410892/32951124 swapFree=60787360/67111528
[pid=23405] ppid=23403 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/23405/stat : 23405 (java) S 23403 23405 22246 0 -1 4202496 5224 0 1 0 0 0 0 0 18 0 2 0 856538085 13850947584 4925 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389104101 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/23405/statm: 3381579 4938 917 9 0 3372735 0
[pid=23405/tid=23406] ppid=23403 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23406/stat : 23406 (java) R 23403 23405 22246 0 -1 4202560 5849 0 1 0 0 0 0 0 19 0 2 0 856538086 13850947584 6666 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255376995387 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.033275 s]
/proc/loadavg: 1.96 2.02 2.00 2/454 23405
/proc/meminfo: memFree=19410892/32951124 swapFree=60787360/67111528
[pid=23405] ppid=23403 vsize=13537012 CPUtime=0.02 cores=0,2,4,6
/proc/23405/stat : 23405 (java) S 23403 23405 22246 0 -1 4202496 13308 0 1 0 1 1 0 0 18 0 10 0 856538085 13861900288 13006 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389104101 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/23405/statm: 3384253 13006 1515 9 0 3375001 0
[pid=23405/tid=23406] ppid=23403 vsize=13537012 CPUtime=0.02 cores=0,2,4,6
/proc/23405/task/23406/stat : 23406 (java) R 23403 23405 22246 0 -1 4202560 12185 0 1 0 1 1 0 0 22 0 10 0 856538086 13861900288 13007 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 47924537830904 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13537012

[startup+0.104263 s]
/proc/loadavg: 1.96 2.02 2.00 2/454 23405
/proc/meminfo: memFree=19410892/32951124 swapFree=60787360/67111528
[pid=23405] ppid=23403 vsize=13622208 CPUtime=0.1 cores=0,2,4,6
/proc/23405/stat : 23405 (java) S 23403 23405 22246 0 -1 4202496 15602 0 1 0 9 1 0 0 18 0 18 0 856538085 13949140992 15298 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23405/statm: 3405552 15298 2092 9 0 3396286 0
[pid=23405/tid=23406] ppid=23403 vsize=13622208 CPUtime=0.09 cores=0,2,4,6
/proc/23405/task/23406/stat : 23406 (java) R 23403 23405 22246 0 -1 4202560 13685 0 1 0 8 1 0 0 18 0 18 0 856538086 13949140992 15298 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255376994000 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622208

[startup+0.306227 s]
/proc/loadavg: 1.96 2.02 2.00 2/454 23405
/proc/meminfo: memFree=19410892/32951124 swapFree=60787360/67111528
[pid=23405] ppid=23403 vsize=13624500 CPUtime=0.47 cores=0,2,4,6
/proc/23405/stat : 23405 (java) S 23403 23405 22246 0 -1 4202496 23046 0 1 0 44 3 0 0 18 0 18 0 856538085 13951488000 22115 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23405/statm: 3406125 22116 2199 9 0 3396859 0
[pid=23405/tid=23406] ppid=23403 vsize=13624500 CPUtime=0.29 cores=0,2,4,6
/proc/23405/task/23406/stat : 23406 (java) R 23403 23405 22246 0 -1 4202560 19359 0 1 0 27 2 0 0 18 0 18 0 856538086 13951488000 22117 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 46912505574361 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 13624500

[startup+0.708635 s]
/proc/loadavg: 1.96 2.02 2.00 2/454 23405
/proc/meminfo: memFree=19410892/32951124 swapFree=60787360/67111528
[pid=23405] ppid=23403 vsize=13627388 CPUtime=0.97 cores=0,2,4,6
/proc/23405/stat : 23405 (java) S 23403 23405 22246 0 -1 4202496 52525 0 1 0 90 7 0 0 18 0 18 0 856538085 13954445312 51005 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23405/statm: 3406847 51033 2204 9 0 3397581 0
[pid=23405/tid=23406] ppid=23403 vsize=13627388 CPUtime=0.68 cores=0,2,4,6
/proc/23405/task/23406/stat : 23406 (java) R 23403 23405 22246 0 -1 4202560 47637 0 1 0 62 6 0 0 18 0 18 0 856538086 13954445312 51037 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 46912505563830 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 13627388

[startup+1.50103 s]
/proc/loadavg: 1.96 2.02 2.00 3/472 23423
/proc/meminfo: memFree=18912152/32951124 swapFree=60787360/67111528
[pid=23405] ppid=23403 vsize=13624500 CPUtime=1.83 cores=0,2,4,6
/proc/23405/stat : 23405 (java) S 23403 23405 22246 0 -1 4202496 267606 0 1 0 152 31 0 0 18 0 18 0 856538085 13951488000 265532 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23405/statm: 3406125 265559 2204 9 0 3396859 0
[pid=23405/tid=23406] ppid=23403 vsize=13624500 CPUtime=1.48 cores=0,2,4,6
/proc/23405/task/23406/stat : 23406 (java) R 23403 23405 22246 0 -1 4202560 262680 0 1 0 117 31 0 0 20 0 18 0 856538086 13951488000 265572 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 47924537830490 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23408/stat : 23408 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 856538088 13951488000 265589 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 2 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23409/stat : 23409 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856538088 13951488000 265605 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23410] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23410/stat : 23410 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856538088 13951488000 265621 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23411] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23411/stat : 23411 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856538088 13951488000 265637 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23412] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23412/stat : 23412 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856538088 13951488000 265651 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23413] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23413/stat : 23413 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 856538088 13951488000 265653 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23414] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23414/stat : 23414 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 856538088 13951488000 265655 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23415] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23415/stat : 23415 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 856538088 13951488000 265657 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23416] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23416/stat : 23416 (java) S 23403 23405 22246 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 856538089 13951488000 265658 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117952 0 0 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23417] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23417/stat : 23417 (java) S 23403 23405 22246 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 18 0 856538089 13951488000 265661 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23418] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23418/stat : 23418 (java) S 23403 23405 22246 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 856538089 13951488000 265661 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23419] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23419/stat : 23419 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856538092 13951488000 265662 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389125041 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23420] ppid=23403 vsize=13624500 CPUtime=0.15 cores=0,2,4,6
/proc/23405/task/23420/stat : 23420 (java) S 23403 23405 22246 0 -1 4202560 2059 0 0 0 15 0 0 0 16 0 18 0 856538092 13951488000 265665 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 2 0 0 0
[pid=23405/tid=23421] ppid=23403 vsize=13624500 CPUtime=0.19 cores=0,2,4,6
/proc/23405/task/23421/stat : 23421 (java) S 23403 23405 22246 0 -1 4202560 1755 0 0 0 19 0 0 0 15 0 18 0 856538092 13951488000 265667 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23422] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23422/stat : 23422 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856538092 13951488000 265669 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23423] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23423/stat : 23423 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 856538092 13951488000 265671 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117952 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 13624500

[startup+3.10067 s]
/proc/loadavg: 1.96 2.02 2.00 3/472 23423
/proc/meminfo: memFree=17725844/32951124 swapFree=60787360/67111528
[pid=23405] ppid=23403 vsize=13624500 CPUtime=3.44 cores=0,2,4,6
/proc/23405/stat : 23405 (java) S 23403 23405 22246 0 -1 4202496 672261 0 1 0 269 75 0 0 18 0 18 0 856538085 13951488000 670186 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23405/statm: 3406125 670186 2204 9 0 3396859 0
[pid=23405/tid=23406] ppid=23403 vsize=13624500 CPUtime=3.07 cores=0,2,4,6
/proc/23405/task/23406/stat : 23406 (java) R 23403 23405 22246 0 -1 4202560 667295 0 1 0 233 74 0 0 25 0 18 0 856538086 13951488000 670186 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 46912505536554 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23408/stat : 23408 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 856538088 13951488000 670186 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 2 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23409/stat : 23409 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856538088 13951488000 670186 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23410] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23410/stat : 23410 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856538088 13951488000 670186 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23411] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23411/stat : 23411 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856538088 13951488000 670186 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23412] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23412/stat : 23412 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 856538088 13951488000 670186 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23413] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23413/stat : 23413 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 856538088 13951488000 670186 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23414] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23414/stat : 23414 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 856538088 13951488000 670186 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23415] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23415/stat : 23415 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 856538088 13951488000 670186 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23416] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23416/stat : 23416 (java) S 23403 23405 22246 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 856538089 13951488000 670186 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117952 0 0 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23417] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23417/stat : 23417 (java) S 23403 23405 22246 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 18 0 856538089 13951488000 670186 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23418] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23418/stat : 23418 (java) S 23403 23405 22246 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 856538089 13951488000 670186 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23419] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23419/stat : 23419 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856538092 13951488000 670186 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389125041 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23420] ppid=23403 vsize=13624500 CPUtime=0.15 cores=0,2,4,6
/proc/23405/task/23420/stat : 23420 (java) S 23403 23405 22246 0 -1 4202560 2059 0 0 0 15 0 0 0 16 0 18 0 856538092 13951488000 670186 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 2 0 0 0
[pid=23405/tid=23421] ppid=23403 vsize=13624500 CPUtime=0.2 cores=0,2,4,6
/proc/23405/task/23421/stat : 23421 (java) S 23403 23405 22246 0 -1 4202560 1755 0 0 0 20 0 0 0 15 0 18 0 856538092 13951488000 670186 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23422] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23422/stat : 23422 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856538092 13951488000 670186 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23423] ppid=23403 vsize=13624500 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23423/stat : 23423 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 856538092 13951488000 670186 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117952 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 13624500

[startup+6.30108 s]
/proc/loadavg: 1.96 2.02 2.00 4/472 23423
/proc/meminfo: memFree=15962424/32951124 swapFree=60787360/67111528
[pid=23405] ppid=23403 vsize=13625528 CPUtime=7.37 cores=0,2,4,6
/proc/23405/stat : 23405 (java) S 23403 23405 22246 0 -1 4202496 870367 0 1 0 641 96 0 0 18 0 19 0 856538085 13952540672 863983 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23405/statm: 3406382 863983 2235 9 0 3397116 0
[pid=23405/tid=23406] ppid=23403 vsize=13625528 CPUtime=6.19 cores=0,2,4,6
/proc/23405/task/23406/stat : 23406 (java) R 23403 23405 22246 0 -1 4202560 841511 0 1 0 526 93 0 0 18 0 19 0 856538086 13952540672 863983 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 46912505927438 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=13625528 CPUtime=0.05 cores=0,2,4,6
/proc/23405/task/23408/stat : 23408 (java) S 23403 23405 22246 0 -1 4202560 5269 0 0 0 5 0 0 0 18 0 19 0 856538088 13952540672 863983 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 2 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=13625528 CPUtime=0.04 cores=0,2,4,6
/proc/23405/task/23409/stat : 23409 (java) S 23403 23405 22246 0 -1 4202560 2413 0 0 0 4 0 0 0 18 0 19 0 856538088 13952540672 863983 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23410] ppid=23403 vsize=13625528 CPUtime=0.01 cores=0,2,4,6
/proc/23405/task/23410/stat : 23410 (java) S 23403 23405 22246 0 -1 4202560 2527 0 0 0 1 0 0 0 18 0 19 0 856538088 13952540672 863983 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23411] ppid=23403 vsize=13625528 CPUtime=0.03 cores=0,2,4,6
/proc/23405/task/23411/stat : 23411 (java) S 23403 23405 22246 0 -1 4202560 2744 0 0 0 3 0 0 0 18 0 19 0 856538088 13952540672 863983 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23412] ppid=23403 vsize=13625528 CPUtime=0.01 cores=0,2,4,6
/proc/23405/task/23412/stat : 23412 (java) S 23403 23405 22246 0 -1 4202560 2195 0 0 0 1 0 0 0 18 0 19 0 856538088 13952540672 863983 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23413] ppid=23403 vsize=13625528 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23413/stat : 23413 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 856538088 13952540672 863983 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23414] ppid=23403 vsize=13625528 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23414/stat : 23414 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 856538088 13952540672 863983 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23415] ppid=23403 vsize=13625528 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23415/stat : 23415 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 856538088 13952540672 863983 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23416] ppid=23403 vsize=13625528 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23416/stat : 23416 (java) S 23403 23405 22246 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 856538089 13952540672 863983 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117952 0 0 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23417] ppid=23403 vsize=13625528 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23417/stat : 23417 (java) S 23403 23405 22246 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 856538089 13952540672 863983 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23418] ppid=23403 vsize=13625528 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23418/stat : 23418 (java) S 23403 23405 22246 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 856538089 13952540672 863983 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23419] ppid=23403 vsize=13625528 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23419/stat : 23419 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856538092 13952540672 863983 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389125041 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23420] ppid=23403 vsize=13625528 CPUtime=0.26 cores=0,2,4,6
/proc/23405/task/23420/stat : 23420 (java) S 23403 23405 22246 0 -1 4202560 2077 0 0 0 26 0 0 0 15 0 19 0 856538092 13952540672 863983 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 2 0 0 0
[pid=23405/tid=23421] ppid=23403 vsize=13625528 CPUtime=0.72 cores=0,2,4,6
/proc/23405/task/23421/stat : 23421 (java) S 23403 23405 22246 0 -1 4202560 10468 0 0 0 71 1 0 0 15 0 19 0 856538092 13952540672 863983 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23422] ppid=23403 vsize=13625528 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23422/stat : 23422 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856538092 13952540672 863983 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23423] ppid=23403 vsize=13625528 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23423/stat : 23423 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 856538092 13952540672 863983 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117952 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0

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

/proc/23405/task/23418/stat : 23418 (java) S 23403 23405 22246 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 856538089 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23419] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23419/stat : 23419 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856538092 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389125041 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23420] ppid=23403 vsize=13626748 CPUtime=0.42 cores=0,2,4,6
/proc/23405/task/23420/stat : 23420 (java) S 23403 23405 22246 0 -1 4202560 2295 0 0 0 42 0 0 0 15 0 19 0 856538092 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 2 0 0 0
[pid=23405/tid=23421] ppid=23403 vsize=13626748 CPUtime=0.83 cores=0,2,4,6
/proc/23405/task/23421/stat : 23421 (java) S 23403 23405 22246 0 -1 4202560 10492 0 0 0 82 1 0 0 15 0 19 0 856538092 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23422] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23422/stat : 23422 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856538092 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23423] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23423/stat : 23423 (java) S 23403 23405 22246 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 856538092 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117952 0 4 0 16800975 18446604453841394560 0 0 -1 0 0 0 0
[pid=23405/tid=23424] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23424/stat : 23424 (java) S 23403 23405 22246 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 856538668 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117952 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1663.67
Current children cumulated vsize (KiB) 13626748

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/473 23470
/proc/meminfo: memFree=15892808/32951124 swapFree=60787360/67111528
[pid=23405] ppid=23403 vsize=13626748 CPUtime=1723.67 cores=0,2,4,6
/proc/23405/stat : 23405 (java) S 23403 23405 22246 0 -1 4202496 870955 0 1 0 172270 97 0 0 18 0 19 0 856538085 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23405/statm: 3406687 863753 2240 9 0 3397421 0
[pid=23405/tid=23406] ppid=23403 vsize=13626748 CPUtime=1722.21 cores=0,2,4,6
/proc/23405/task/23406/stat : 23406 (java) R 23403 23405 22246 0 -1 4202560 841753 0 1 0 172128 93 0 0 25 0 19 0 856538086 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 46912505927267 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=13626748 CPUtime=0.05 cores=0,2,4,6
/proc/23405/task/23408/stat : 23408 (java) S 23403 23405 22246 0 -1 4202560 5269 0 0 0 5 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 2 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=13626748 CPUtime=0.04 cores=0,2,4,6
/proc/23405/task/23409/stat : 23409 (java) S 23403 23405 22246 0 -1 4202560 2413 0 0 0 4 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23410] ppid=23403 vsize=13626748 CPUtime=0.01 cores=0,2,4,6
/proc/23405/task/23410/stat : 23410 (java) S 23403 23405 22246 0 -1 4202560 2527 0 0 0 1 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23411] ppid=23403 vsize=13626748 CPUtime=0.03 cores=0,2,4,6
/proc/23405/task/23411/stat : 23411 (java) S 23403 23405 22246 0 -1 4202560 2744 0 0 0 3 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23412] ppid=23403 vsize=13626748 CPUtime=0.01 cores=0,2,4,6
/proc/23405/task/23412/stat : 23412 (java) S 23403 23405 22246 0 -1 4202560 2195 0 0 0 1 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23413] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23413/stat : 23413 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23414] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23414/stat : 23414 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23415] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23415/stat : 23415 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23416] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23416/stat : 23416 (java) S 23403 23405 22246 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 856538089 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117952 0 0 0 16800975 18446604453841394560 0 0 -1 0 0 0 0
[pid=23405/tid=23417] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23417/stat : 23417 (java) S 23403 23405 22246 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 856538089 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23418] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23418/stat : 23418 (java) S 23403 23405 22246 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 856538089 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23419] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23419/stat : 23419 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856538092 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389125041 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23420] ppid=23403 vsize=13626748 CPUtime=0.42 cores=0,2,4,6
/proc/23405/task/23420/stat : 23420 (java) S 23403 23405 22246 0 -1 4202560 2295 0 0 0 42 0 0 0 15 0 19 0 856538092 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 2 0 0 0
[pid=23405/tid=23421] ppid=23403 vsize=13626748 CPUtime=0.83 cores=0,2,4,6
/proc/23405/task/23421/stat : 23421 (java) S 23403 23405 22246 0 -1 4202560 10492 0 0 0 82 1 0 0 15 0 19 0 856538092 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23422] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23422/stat : 23422 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856538092 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23423] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23423/stat : 23423 (java) S 23403 23405 22246 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 856538092 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117952 0 4 0 16800975 18446604453841394560 0 0 -1 0 0 0 0
[pid=23405/tid=23424] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23424/stat : 23424 (java) S 23403 23405 22246 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 856538668 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117952 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1723.67
Current children cumulated vsize (KiB) 13626748

[startup+1782.3 s]
/proc/loadavg: 2.06 2.05 2.00 2/454 23474
/proc/meminfo: memFree=16583868/32951124 swapFree=60787360/67111528
[pid=23405] ppid=23403 vsize=13626748 CPUtime=1783.67 cores=0,2,4,6
/proc/23405/stat : 23405 (java) S 23403 23405 22246 0 -1 4202496 870957 0 1 0 178270 97 0 0 18 0 19 0 856538085 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23405/statm: 3406687 863753 2240 9 0 3397421 0
[pid=23405/tid=23406] ppid=23403 vsize=13626748 CPUtime=1782.21 cores=0,2,4,6
/proc/23405/task/23406/stat : 23406 (java) R 23403 23405 22246 0 -1 4202560 841753 0 1 0 178128 93 0 0 25 0 19 0 856538086 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 46912505987763 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=13626748 CPUtime=0.05 cores=0,2,4,6
/proc/23405/task/23408/stat : 23408 (java) S 23403 23405 22246 0 -1 4202560 5269 0 0 0 5 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 2 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=13626748 CPUtime=0.04 cores=0,2,4,6
/proc/23405/task/23409/stat : 23409 (java) S 23403 23405 22246 0 -1 4202560 2413 0 0 0 4 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23410] ppid=23403 vsize=13626748 CPUtime=0.01 cores=0,2,4,6
/proc/23405/task/23410/stat : 23410 (java) S 23403 23405 22246 0 -1 4202560 2527 0 0 0 1 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23411] ppid=23403 vsize=13626748 CPUtime=0.03 cores=0,2,4,6
/proc/23405/task/23411/stat : 23411 (java) S 23403 23405 22246 0 -1 4202560 2744 0 0 0 3 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23412] ppid=23403 vsize=13626748 CPUtime=0.01 cores=0,2,4,6
/proc/23405/task/23412/stat : 23412 (java) S 23403 23405 22246 0 -1 4202560 2195 0 0 0 1 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23413] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23413/stat : 23413 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23414] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23414/stat : 23414 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23415] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23415/stat : 23415 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23416] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23416/stat : 23416 (java) S 23403 23405 22246 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 856538089 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117952 0 0 0 16800975 18446604453841394560 0 0 -1 0 0 0 0
[pid=23405/tid=23417] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23417/stat : 23417 (java) S 23403 23405 22246 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 856538089 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23418] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23418/stat : 23418 (java) S 23403 23405 22246 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 856538089 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23419] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23419/stat : 23419 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856538092 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389125041 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23420] ppid=23403 vsize=13626748 CPUtime=0.42 cores=0,2,4,6
/proc/23405/task/23420/stat : 23420 (java) S 23403 23405 22246 0 -1 4202560 2295 0 0 0 42 0 0 0 15 0 19 0 856538092 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 2 0 0 0
[pid=23405/tid=23421] ppid=23403 vsize=13626748 CPUtime=0.83 cores=0,2,4,6
/proc/23405/task/23421/stat : 23421 (java) S 23403 23405 22246 0 -1 4202560 10492 0 0 0 82 1 0 0 15 0 19 0 856538092 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23422] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23422/stat : 23422 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856538092 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23423] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23423/stat : 23423 (java) S 23403 23405 22246 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 856538092 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117952 0 4 0 16800975 18446604453841394560 0 0 -1 0 0 0 0
[pid=23405/tid=23424] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23424/stat : 23424 (java) S 23403 23405 22246 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 856538668 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117952 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1783.67
Current children cumulated vsize (KiB) 13626748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.7 s]
/proc/loadavg: 1.76 1.98 1.98 2/449 23492
/proc/meminfo: memFree=16597676/32951124 swapFree=60787360/67111528
[pid=23405] ppid=23403 vsize=13626748 CPUtime=1800.09 cores=0,2,4,6
/proc/23405/stat : 23405 (java) S 23403 23405 22246 0 -1 4202496 870959 0 1 0 179912 97 0 0 18 0 19 0 856538085 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23405/statm: 3406687 863753 2240 9 0 3397421 0
[pid=23405/tid=23406] ppid=23403 vsize=13626748 CPUtime=1798.62 cores=0,2,4,6
/proc/23405/task/23406/stat : 23406 (java) R 23403 23405 22246 0 -1 4202560 841753 0 1 0 179769 93 0 0 25 0 19 0 856538086 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 46912505927514 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23405/tid=23408] ppid=23403 vsize=13626748 CPUtime=0.05 cores=0,2,4,6
/proc/23405/task/23408/stat : 23408 (java) S 23403 23405 22246 0 -1 4202560 5269 0 0 0 5 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 2 0 0 0
[pid=23405/tid=23409] ppid=23403 vsize=13626748 CPUtime=0.04 cores=0,2,4,6
/proc/23405/task/23409/stat : 23409 (java) S 23403 23405 22246 0 -1 4202560 2413 0 0 0 4 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23410] ppid=23403 vsize=13626748 CPUtime=0.01 cores=0,2,4,6
/proc/23405/task/23410/stat : 23410 (java) S 23403 23405 22246 0 -1 4202560 2527 0 0 0 1 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23411] ppid=23403 vsize=13626748 CPUtime=0.03 cores=0,2,4,6
/proc/23405/task/23411/stat : 23411 (java) S 23403 23405 22246 0 -1 4202560 2744 0 0 0 3 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23412] ppid=23403 vsize=13626748 CPUtime=0.01 cores=0,2,4,6
/proc/23405/task/23412/stat : 23412 (java) S 23403 23405 22246 0 -1 4202560 2195 0 0 0 1 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23413] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23413/stat : 23413 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23414] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23414/stat : 23414 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23415] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23415/stat : 23415 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 856538088 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23416] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23416/stat : 23416 (java) S 23403 23405 22246 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 856538089 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117952 0 0 0 16800975 18446604453841394560 0 0 -1 0 0 0 0
[pid=23405/tid=23417] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23417/stat : 23417 (java) S 23403 23405 22246 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 856538089 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23418] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23418/stat : 23418 (java) S 23403 23405 22246 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 856538089 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23419] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23419/stat : 23419 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856538092 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389125041 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23420] ppid=23403 vsize=13626748 CPUtime=0.42 cores=0,2,4,6
/proc/23405/task/23420/stat : 23420 (java) S 23403 23405 22246 0 -1 4202560 2295 0 0 0 42 0 0 0 15 0 19 0 856538092 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 2 0 0 0
[pid=23405/tid=23421] ppid=23403 vsize=13626748 CPUtime=0.83 cores=0,2,4,6
/proc/23405/task/23421/stat : 23421 (java) S 23403 23405 22246 0 -1 4202560 10492 0 0 0 82 1 0 0 15 0 19 0 856538092 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
[pid=23405/tid=23422] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23422/stat : 23422 (java) S 23403 23405 22246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 856538092 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117337 0 4 0 16800975 18446604453841394560 0 0 -1 6 0 0 0
[pid=23405/tid=23423] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23423/stat : 23423 (java) S 23403 23405 22246 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 856538092 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117952 0 4 0 16800975 18446604453841394560 0 0 -1 0 0 0 0
[pid=23405/tid=23424] ppid=23403 vsize=13626748 CPUtime=0 cores=0,2,4,6
/proc/23405/task/23424/stat : 23424 (java) S 23403 23405 22246 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 856538668 13953789952 863753 33554432000 1073741824 1073778376 140736179043792 18446744073709551615 255389117952 0 4 0 16800975 18446604453841394560 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 13626748

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

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

[startup+1798.82 s]
/proc/loadavg: 1.76 1.98 1.98 2/449 23492
/proc/meminfo: memFree=16597676/32951124 swapFree=60787360/67111528
[pid=23405] ppid=23403 vsize=0 CPUtime=1800.2 cores=0,2,4,6
/proc/23405/stat : 23405 (java) Z 23403 23405 22246 0 -1 4203548 870987 0 1 0 179913 107 0 0 17 0 2 0 856538085 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23405/statm: 0 0 0 0 0 0 0
[pid=23405/tid=23413] ppid=23403 vsize=0 CPUtime=0.09 cores=0,2,4,6
/proc/23405/task/23413/stat : 23413 (java) R 23403 23405 22246 0 -1 4203588 1 0 0 0 0 9 0 0 18 0 2 0 856538088 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1798.86
CPU time (s): 1800.24
CPU user time (s): 1799.13
CPU system time (s): 1.10983
CPU usage (%): 100.077
Max. virtual memory (cumulated for all children) (KiB): 13627388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 1.10983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 870987
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36759
involuntary context switches= 17321

runsolver used 8.40272 second user time and 17.7753 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-07 14:23:22
IDJOB=3479327
IDBENCH=89887
IDSOLVER=1952
FILE ID=node135/3479327-1307449401
RUNJOBID= node135-1307436784-22264
PBS_JOBID= 13519953
Free space on /tmp= 73960 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ivu52.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3479327-1307449401/watcher-3479327-1307449401 -o /tmp/evaluation-result-3479327-1307449401/solver-3479327-1307449401 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3479327-1307449401.opb

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

MD5SUM BENCH= 125c932e94e2457d1c83522659b39a64
RANDOM SEED=1014008118

node135.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6640.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19411056 kB
Buffers:        309228 kB
Cached:        1228740 kB
SwapCached:       6168 kB
Active:       12244276 kB
Inactive:      1024704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19411056 kB
SwapTotal:    67111528 kB
SwapFree:     60787360 kB
Dirty:           40564 kB
Writeback:           0 kB
AnonPages:    11730792 kB
Mapped:          34120 kB
Slab:           137160 kB
PageTables:      67156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 137820224 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73968 MiB
End job on node135 at 2011-06-07 14:53:23