Trace number 3456357

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 CuttingPlanes 2.3.0? (TO) 1800.25 1794.89

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM939f54a73a83900b8b6d857af47a0b62
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark357.773
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.1.v20110525
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		9996466904
0.01/0.08	c Max memory 		10048897024
0.01/0.08	c Total memory 		10048897024
0.01/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3456357-1307217674.opb
0.10/0.10	c reading problem ... 
1.58/1.16	c ... done. Wall clock time 1.061s.
1.58/1.16	c #vars     62704
1.58/1.16	c #constraints  187107
1.58/1.16	c constraints type 
1.58/1.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 124734
1.58/1.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61868
1.58/1.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 504
113.87/111.66	c cleaning 0 clauses out of 5000 with flag 0/5003
623.21/620.08	c cleaning 0 clauses out of 10997 with flag 0/11000
1800.02/1794.72	c starts		: 42
1800.02/1794.72	c conflicts		: 15836
1800.02/1794.72	c decisions		: 29699
1800.02/1794.72	c propagations		: 83410804
1800.02/1794.72	c inspects		: 1615969954
1800.02/1794.72	c shortcuts		: 0
1800.02/1794.72	c learnt literals	: 4
1800.02/1794.72	c learnt binary clauses	: 72
1800.02/1794.72	c learnt ternary clauses	: 64
1800.02/1794.72	c learnt constraints	: 15831
1800.02/1794.72	c ignored constraints	: 0
1800.02/1794.72	c root simplifications	: 0
1800.02/1794.72	c removed literals (reason simplification)	: 0
1800.02/1794.72	c reason swapping (by a shorter reason)	: 0
1800.02/1794.72	c Calls to reduceDB	: 2
1800.02/1794.72	c number of reductions to clauses (during analyze)	: 0
1800.02/1794.72	c number of learned constraints concerned by reduction	: 0
1800.02/1794.72	c number of learning phase by resolution	: 0
1800.02/1794.72	c number of learning phase by cutting planes	: 0
1800.02/1794.72	c speed (assignments/second)	: 46505.77455538098
1800.02/1794.72	c non guided choices	2133
1800.02/1794.75	c learnt constraints type 
1800.02/1794.75	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1239
1800.02/1794.75	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 72
1800.02/1794.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14520
1800.02/1794.75	c constraints type 
1800.02/1794.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 124734
1800.02/1794.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61868
1800.02/1794.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 504
1800.02/1794.75	s UNKNOWN
1800.02/1794.75	c Total wall clock time (in seconds): 1794.649

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-3456357-1307217674/watcher-3456357-1307217674 -o /tmp/evaluation-result-3456357-1307217674/solver-3456357-1307217674 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456357-1307217674.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.92 1.98 1.70 3/553 24714
/proc/meminfo: memFree=22389672/32951124 swapFree=46970528/67111528
[pid=24714] ppid=24712 vsize=10444316 CPUtime=0.01 cores=0,2,4,6
/proc/24714/stat : 24714 (java) S 24712 24714 24457 0 -1 4202496 7293 0 1 0 0 1 0 0 24 0 2 0 814183720 10694979584 6995 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/24714/statm: 2611079 7009 917 9 0 2602235 0
[pid=24714/tid=24715] ppid=24712 vsize=10444316 CPUtime=0.01 cores=0,2,4,6
/proc/24714/task/24715/stat : 24715 (java) R 24712 24714 24457 0 -1 4202560 8570 0 1 0 0 1 0 0 25 0 2 0 814183721 10694979584 9387 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212039349307 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.020934 s]
/proc/loadavg: 1.92 1.98 1.70 3/553 24714
/proc/meminfo: memFree=22389672/32951124 swapFree=46970528/67111528
[pid=24714] ppid=24712 vsize=10453028 CPUtime=0.01 cores=0,2,4,6
/proc/24714/stat : 24714 (java) S 24712 24714 24457 0 -1 4202496 9952 0 1 0 0 1 0 0 24 0 10 0 814183720 10703900672 9654 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/24714/statm: 2613257 9656 954 9 0 2604413 0
[pid=24714/tid=24715] ppid=24712 vsize=10453028 CPUtime=0.01 cores=0,2,4,6
/proc/24714/task/24715/stat : 24715 (java) R 24712 24714 24457 0 -1 4202560 8834 0 1 0 0 1 0 0 25 0 10 0 814183721 10703900672 9658 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 47280544974464 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10453028

[startup+0.10097 s]
/proc/loadavg: 1.92 1.98 1.70 3/553 24714
/proc/meminfo: memFree=22389672/32951124 swapFree=46970528/67111528
[pid=24714] ppid=24712 vsize=10539384 CPUtime=0.1 cores=0,2,4,6
/proc/24714/stat : 24714 (java) S 24712 24714 24457 0 -1 4202496 12947 0 1 0 9 1 0 0 24 0 18 0 814183720 10792329216 12614 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24714/statm: 2634846 12614 2092 9 0 2625580 0
[pid=24714/tid=24715] ppid=24712 vsize=10539384 CPUtime=0.08 cores=0,2,4,6
/proc/24714/task/24715/stat : 24715 (java) R 24712 24714 24457 0 -1 4202560 11216 0 1 0 7 1 0 0 18 0 18 0 814183721 10792329216 12615 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539384

[startup+0.300887 s]
/proc/loadavg: 1.92 1.98 1.70 3/553 24714
/proc/meminfo: memFree=22389672/32951124 swapFree=46970528/67111528
[pid=24714] ppid=24712 vsize=10542308 CPUtime=0.48 cores=0,2,4,6
/proc/24714/stat : 24714 (java) S 24712 24714 24457 0 -1 4202496 16551 0 1 0 46 2 0 0 24 0 18 0 814183720 10795323392 15692 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24714/statm: 2635577 15692 2200 9 0 2626311 0
[pid=24714/tid=24715] ppid=24712 vsize=10542308 CPUtime=0.28 cores=0,2,4,6
/proc/24714/task/24715/stat : 24715 (java) R 24712 24714 24457 0 -1 4202560 13353 0 1 0 27 1 0 0 18 0 18 0 814183721 10795323392 15692 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051482059 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10542308

[startup+0.700896 s]
/proc/loadavg: 1.92 1.98 1.70 3/553 24714
/proc/meminfo: memFree=22389672/32951124 swapFree=46970528/67111528
[pid=24714] ppid=24712 vsize=10545808 CPUtime=1.16 cores=0,2,4,6
/proc/24714/stat : 24714 (java) S 24712 24714 24457 0 -1 4202496 55028 0 1 0 109 7 0 0 24 0 18 0 814183720 10798907392 52563 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24714/statm: 2636452 52567 2213 9 0 2627186 0
[pid=24714/tid=24715] ppid=24712 vsize=10545808 CPUtime=0.69 cores=0,2,4,6
/proc/24714/task/24715/stat : 24715 (java) R 24712 24714 24457 0 -1 4202560 48388 0 1 0 63 6 0 0 18 0 18 0 814183721 10798907392 52570 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 46912505559222 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 10545808

[startup+1.50075 s]
/proc/loadavg: 1.92 1.98 1.70 3/571 24732
/proc/meminfo: memFree=22029812/32951124 swapFree=46970528/67111528
[pid=24714] ppid=24712 vsize=10546836 CPUtime=2.35 cores=0,2,4,6
/proc/24714/stat : 24714 (java) S 24712 24714 24457 0 -1 4202496 116635 0 1 0 221 14 0 0 24 0 19 0 814183720 10799960064 112262 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24714/statm: 2636709 112264 2234 9 0 2627443 0
[pid=24714/tid=24715] ppid=24712 vsize=10546836 CPUtime=1.49 cores=0,2,4,6
/proc/24714/task/24715/stat : 24715 (java) R 24712 24714 24457 0 -1 4202560 107860 0 1 0 136 13 0 0 20 0 19 0 814183721 10799960064 112264 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 46912505916862 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24714/tid=24717] ppid=24712 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24717/stat : 24717 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10799960064 112266 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24718] ppid=24712 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24718/stat : 24718 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10799960064 112267 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24719] ppid=24712 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24719/stat : 24719 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10799960064 112268 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24720] ppid=24712 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24720/stat : 24720 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10799960064 112269 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24721] ppid=24712 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24721/stat : 24721 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10799960064 112270 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24722] ppid=24712 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24722/stat : 24722 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10799960064 112271 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24723] ppid=24712 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24723/stat : 24723 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10799960064 112273 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24724] ppid=24712 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24724/stat : 24724 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10799960064 112273 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24725] ppid=24712 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24725/stat : 24725 (java) S 24712 24714 24457 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 814183723 10799960064 112274 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471872 0 0 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24726] ppid=24712 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24726/stat : 24726 (java) S 24712 24714 24457 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 814183724 10799960064 112276 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24727] ppid=24712 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24727/stat : 24727 (java) S 24712 24714 24457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 814183724 10799960064 112277 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24728] ppid=24712 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24728/stat : 24728 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183726 10799960064 112278 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051478961 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24729] ppid=24712 vsize=10546836 CPUtime=0.42 cores=0,2,4,6
/proc/24714/task/24729/stat : 24729 (java) S 24712 24714 24457 0 -1 4202560 2393 0 0 0 42 0 0 0 18 0 19 0 814183726 10799960064 112278 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 4 0 0 0
[pid=24714/tid=24730] ppid=24712 vsize=10546836 CPUtime=0.42 cores=0,2,4,6
/proc/24714/task/24730/stat : 24730 (java) S 24712 24714 24457 0 -1 4202560 5223 0 0 0 42 0 0 0 16 0 19 0 814183726 10799960064 112279 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24731] ppid=24712 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24731/stat : 24731 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183726 10799960064 112279 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24732] ppid=24712 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24732/stat : 24732 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 814183726 10799960064 112280 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471872 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 10546836

[startup+3.10142 s]
/proc/loadavg: 1.93 1.98 1.70 4/572 24733
/proc/meminfo: memFree=21787756/32951124 swapFree=46970528/67111528
[pid=24714] ppid=24712 vsize=10547868 CPUtime=4.41 cores=0,2,4,6
/proc/24714/stat : 24714 (java) S 24712 24714 24457 0 -1 4202496 191817 0 1 0 418 23 0 0 24 0 19 0 814183720 10801016832 185438 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24714/statm: 2636967 185438 2237 9 0 2627701 0
[pid=24714/tid=24715] ppid=24712 vsize=10547868 CPUtime=3.08 cores=0,2,4,6
/proc/24714/task/24715/stat : 24715 (java) R 24712 24714 24457 0 -1 4202560 179418 0 1 0 287 21 0 0 25 0 19 0 814183721 10801016832 185438 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 46912505868540 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24714/tid=24717] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24717/stat : 24717 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10801016832 185438 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24718] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24718/stat : 24718 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10801016832 185438 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24719] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24719/stat : 24719 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10801016832 185438 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24720] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24720/stat : 24720 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10801016832 185438 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24721] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24721/stat : 24721 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10801016832 185438 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24722] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24722/stat : 24722 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10801016832 185438 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24723] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24723/stat : 24723 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10801016832 185438 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24724] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24724/stat : 24724 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10801016832 185438 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24725] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24725/stat : 24725 (java) S 24712 24714 24457 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 814183723 10801016832 185438 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471872 0 0 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24726] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24726/stat : 24726 (java) S 24712 24714 24457 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 814183724 10801016832 185438 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24727] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24727/stat : 24727 (java) S 24712 24714 24457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 814183724 10801016832 185438 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24728] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24728/stat : 24728 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183726 10801016832 185438 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051478961 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24729] ppid=24712 vsize=10547868 CPUtime=0.57 cores=0,2,4,6
/proc/24714/task/24729/stat : 24729 (java) S 24712 24714 24457 0 -1 4202560 2924 0 0 0 57 0 0 0 15 0 19 0 814183726 10801016832 185438 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 4 0 0 0
[pid=24714/tid=24730] ppid=24712 vsize=10547868 CPUtime=0.74 cores=0,2,4,6
/proc/24714/task/24730/stat : 24730 (java) S 24712 24714 24457 0 -1 4202560 8314 0 0 0 73 1 0 0 15 0 19 0 814183726 10801016832 185438 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24731] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24731/stat : 24731 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183726 10801016832 185438 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24732] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24732/stat : 24732 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 814183726 10801016832 185438 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471872 0 4 0 16800975 18446604442071685120 0 0 -1 4 0 0 0
[pid=24714/tid=24733] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24733/stat : 24733 (java) S 24712 24714 24457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 814183840 10801016832 185438 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471872 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 10547868

[startup+6.30088 s]
/proc/loadavg: 1.93 1.98 1.70 3/572 24733
/proc/meminfo: memFree=21232036/32951124 swapFree=46970528/67111528
[pid=24714] ppid=24712 vsize=10547868 CPUtime=7.75 cores=0,2,4,6
/proc/24714/stat : 24714 (java) S 24712 24714 24457 0 -1 4202496 336155 0 1 0 735 40 0 0 24 0 19 0 814183720 10801016832 328392 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24714/statm: 2636967 328392 2237 9 0 2627701 0
[pid=24714/tid=24715] ppid=24712 vsize=10547868 CPUtime=6.28 cores=0,2,4,6
/proc/24714/task/24715/stat : 24715 (java) R 24712 24714 24457 0 -1 4202560 323660 0 1 0 590 38 0 0 25 0 19 0 814183721 10801016832 328392 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 46912505916858 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24714/tid=24717] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24717/stat : 24717 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10801016832 328392 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24718] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24718/stat : 24718 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10801016832 328393 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24719] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24719/stat : 24719 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10801016832 328393 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24720] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24720/stat : 24720 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10801016832 328394 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24721] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24721/stat : 24721 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10801016832 328396 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24722] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24722/stat : 24722 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10801016832 328397 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24723] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24723/stat : 24723 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10801016832 328397 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24724] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24724/stat : 24724 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183722 10801016832 328397 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24725] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24725/stat : 24725 (java) S 24712 24714 24457 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 814183723 10801016832 328397 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471872 0 0 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24726] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24726/stat : 24726 (java) S 24712 24714 24457 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 814183724 10801016832 328397 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24727] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24727/stat : 24727 (java) S 24712 24714 24457 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 814183724 10801016832 328398 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24728] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24728/stat : 24728 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183726 10801016832 328398 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051478961 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24729] ppid=24712 vsize=10547868 CPUtime=0.61 cores=0,2,4,6
/proc/24714/task/24729/stat : 24729 (java) S 24712 24714 24457 0 -1 4202560 2981 0 0 0 61 0 0 0 15 0 19 0 814183726 10801016832 328398 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 4 0 0 0
[pid=24714/tid=24730] ppid=24712 vsize=10547868 CPUtime=0.84 cores=0,2,4,6
/proc/24714/task/24730/stat : 24730 (java) S 24712 24714 24457 0 -1 4202560 8353 0 0 0 83 1 0 0 15 0 19 0 814183726 10801016832 328398 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24731] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24731/stat : 24731 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183726 10801016832 328398 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0

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

/proc/24714/task/24727/stat : 24727 (java) S 24712 24714 24457 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 814183724 10801016832 928400 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24728] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24728/stat : 24728 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183726 10801016832 928400 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051478961 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24729] ppid=24712 vsize=10547868 CPUtime=0.8 cores=0,2,4,6
/proc/24714/task/24729/stat : 24729 (java) S 24712 24714 24457 0 -1 4202560 3010 0 0 0 80 0 0 0 15 0 19 0 814183726 10801016832 928400 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 4 0 0 0
[pid=24714/tid=24730] ppid=24712 vsize=10547868 CPUtime=0.87 cores=0,2,4,6
/proc/24714/task/24730/stat : 24730 (java) S 24712 24714 24457 0 -1 4202560 8357 0 0 0 86 1 0 0 15 0 19 0 814183726 10801016832 928400 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24731] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24731/stat : 24731 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183726 10801016832 928400 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24732] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24732/stat : 24732 (java) S 24712 24714 24457 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 814183726 10801016832 928400 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471872 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24733] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24733/stat : 24733 (java) S 24712 24714 24457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 814183840 10801016832 928400 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471872 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1667.38
Current children cumulated vsize (KiB) 10547868

[startup+1722.3 s]
/proc/loadavg: 2.07 2.04 1.95 3/572 24827
/proc/meminfo: memFree=17152712/32951124 swapFree=46970528/67111528
[pid=24714] ppid=24712 vsize=10547868 CPUtime=1727.46 cores=0,2,4,6
/proc/24714/stat : 24714 (java) S 24712 24714 24457 0 -1 4202496 938029 0 1 0 172635 111 0 0 24 0 19 0 814183720 10801016832 928499 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24714/statm: 2636967 928499 2266 9 0 2627701 0
[pid=24714/tid=24715] ppid=24712 vsize=10547868 CPUtime=1720.18 cores=0,2,4,6
/proc/24714/task/24715/stat : 24715 (java) R 24712 24714 24457 0 -1 4202560 808696 0 1 0 171927 91 0 0 25 0 19 0 814183721 10801016832 928499 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 46912506041479 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24714/tid=24717] ppid=24712 vsize=10547868 CPUtime=0.65 cores=0,2,4,6
/proc/24714/task/24717/stat : 24717 (java) S 24712 24714 24457 0 -1 4202560 13847 0 0 0 63 2 0 0 16 0 19 0 814183722 10801016832 928499 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 4 0 0 0
[pid=24714/tid=24718] ppid=24712 vsize=10547868 CPUtime=0.54 cores=0,2,4,6
/proc/24714/task/24718/stat : 24718 (java) S 24712 24714 24457 0 -1 4202560 13094 0 0 0 53 1 0 0 16 0 19 0 814183722 10801016832 928499 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 0 0 0 0
[pid=24714/tid=24719] ppid=24712 vsize=10547868 CPUtime=0.6 cores=0,2,4,6
/proc/24714/task/24719/stat : 24719 (java) S 24712 24714 24457 0 -1 4202560 14505 0 0 0 58 2 0 0 15 0 19 0 814183722 10801016832 928499 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24720] ppid=24712 vsize=10547868 CPUtime=0.65 cores=0,2,4,6
/proc/24714/task/24720/stat : 24720 (java) S 24712 24714 24457 0 -1 4202560 13453 0 0 0 63 2 0 0 16 0 19 0 814183722 10801016832 928499 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 4 0 0 0
[pid=24714/tid=24721] ppid=24712 vsize=10547868 CPUtime=0.52 cores=0,2,4,6
/proc/24714/task/24721/stat : 24721 (java) S 24712 24714 24457 0 -1 4202560 8050 0 0 0 51 1 0 0 15 0 19 0 814183722 10801016832 928499 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24722] ppid=24712 vsize=10547868 CPUtime=0.7 cores=0,2,4,6
/proc/24714/task/24722/stat : 24722 (java) S 24712 24714 24457 0 -1 4202560 17076 0 0 0 68 2 0 0 15 0 19 0 814183722 10801016832 928499 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24723] ppid=24712 vsize=10547868 CPUtime=0.74 cores=0,2,4,6
/proc/24714/task/24723/stat : 24723 (java) S 24712 24714 24457 0 -1 4202560 17771 0 0 0 72 2 0 0 16 0 19 0 814183722 10801016832 928499 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24724] ppid=24712 vsize=10547868 CPUtime=0.64 cores=0,2,4,6
/proc/24714/task/24724/stat : 24724 (java) S 24712 24714 24457 0 -1 4202560 15395 0 0 0 62 2 0 0 15 0 19 0 814183722 10801016832 928499 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24725] ppid=24712 vsize=10547868 CPUtime=0.47 cores=0,2,4,6
/proc/24714/task/24725/stat : 24725 (java) S 24712 24714 24457 0 -1 4202560 3524 0 0 0 46 1 0 0 15 0 19 0 814183723 10801016832 928499 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471872 0 0 0 16800975 18446604442071685120 0 0 -1 0 0 0 0
[pid=24714/tid=24726] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24726/stat : 24726 (java) S 24712 24714 24457 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 814183724 10801016832 928499 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24727] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24727/stat : 24727 (java) S 24712 24714 24457 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 814183724 10801016832 928499 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24728] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24728/stat : 24728 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183726 10801016832 928499 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051478961 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24729] ppid=24712 vsize=10547868 CPUtime=0.8 cores=0,2,4,6
/proc/24714/task/24729/stat : 24729 (java) S 24712 24714 24457 0 -1 4202560 3010 0 0 0 80 0 0 0 15 0 19 0 814183726 10801016832 928499 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 4 0 0 0
[pid=24714/tid=24730] ppid=24712 vsize=10547868 CPUtime=0.87 cores=0,2,4,6
/proc/24714/task/24730/stat : 24730 (java) S 24712 24714 24457 0 -1 4202560 8357 0 0 0 86 1 0 0 15 0 19 0 814183726 10801016832 928499 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24731] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24731/stat : 24731 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183726 10801016832 928499 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24732] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24732/stat : 24732 (java) S 24712 24714 24457 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 814183726 10801016832 928499 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471872 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24733] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24733/stat : 24733 (java) S 24712 24714 24457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 814183840 10801016832 928499 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471872 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1727.46
Current children cumulated vsize (KiB) 10547868

[startup+1782.3 s]
/proc/loadavg: 2.09 2.06 1.96 3/572 24829
/proc/meminfo: memFree=17137288/32951124 swapFree=46970528/67111528
[pid=24714] ppid=24712 vsize=10547868 CPUtime=1787.56 cores=0,2,4,6
/proc/24714/stat : 24714 (java) S 24712 24714 24457 0 -1 4202496 938251 0 1 0 178645 111 0 0 24 0 19 0 814183720 10801016832 928708 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24714/statm: 2636967 928708 2266 9 0 2627701 0
[pid=24714/tid=24715] ppid=24712 vsize=10547868 CPUtime=1780.14 cores=0,2,4,6
/proc/24714/task/24715/stat : 24715 (java) R 24712 24714 24457 0 -1 4202560 808698 0 1 0 177923 91 0 0 25 0 19 0 814183721 10801016832 928708 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 46912505812240 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24714/tid=24717] ppid=24712 vsize=10547868 CPUtime=0.68 cores=0,2,4,6
/proc/24714/task/24717/stat : 24717 (java) S 24712 24714 24457 0 -1 4202560 13910 0 0 0 66 2 0 0 16 0 19 0 814183722 10801016832 928708 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 4 0 0 0
[pid=24714/tid=24718] ppid=24712 vsize=10547868 CPUtime=0.56 cores=0,2,4,6
/proc/24714/task/24718/stat : 24718 (java) S 24712 24714 24457 0 -1 4202560 13122 0 0 0 55 1 0 0 16 0 19 0 814183722 10801016832 928708 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 0 0 0 0
[pid=24714/tid=24719] ppid=24712 vsize=10547868 CPUtime=0.62 cores=0,2,4,6
/proc/24714/task/24719/stat : 24719 (java) S 24712 24714 24457 0 -1 4202560 14516 0 0 0 60 2 0 0 16 0 19 0 814183722 10801016832 928708 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 0 0 0 0
[pid=24714/tid=24720] ppid=24712 vsize=10547868 CPUtime=0.66 cores=0,2,4,6
/proc/24714/task/24720/stat : 24720 (java) S 24712 24714 24457 0 -1 4202560 13454 0 0 0 64 2 0 0 16 0 19 0 814183722 10801016832 928708 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 4 0 0 0
[pid=24714/tid=24721] ppid=24712 vsize=10547868 CPUtime=0.53 cores=0,2,4,6
/proc/24714/task/24721/stat : 24721 (java) S 24712 24714 24457 0 -1 4202560 8054 0 0 0 52 1 0 0 16 0 19 0 814183722 10801016832 928708 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24722] ppid=24712 vsize=10547868 CPUtime=0.73 cores=0,2,4,6
/proc/24714/task/24722/stat : 24722 (java) S 24712 24714 24457 0 -1 4202560 17110 0 0 0 71 2 0 0 16 0 19 0 814183722 10801016832 928708 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24723] ppid=24712 vsize=10547868 CPUtime=0.75 cores=0,2,4,6
/proc/24714/task/24723/stat : 24723 (java) S 24712 24714 24457 0 -1 4202560 17811 0 0 0 73 2 0 0 16 0 19 0 814183722 10801016832 928708 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24724] ppid=24712 vsize=10547868 CPUtime=0.66 cores=0,2,4,6
/proc/24714/task/24724/stat : 24724 (java) S 24712 24714 24457 0 -1 4202560 15428 0 0 0 64 2 0 0 16 0 19 0 814183722 10801016832 928708 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24725] ppid=24712 vsize=10547868 CPUtime=0.47 cores=0,2,4,6
/proc/24714/task/24725/stat : 24725 (java) S 24712 24714 24457 0 -1 4202560 3528 0 0 0 46 1 0 0 15 0 19 0 814183723 10801016832 928708 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471872 0 0 0 16800975 18446604442071685120 0 0 -1 0 0 0 0
[pid=24714/tid=24726] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24726/stat : 24726 (java) S 24712 24714 24457 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 814183724 10801016832 928708 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24727] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24727/stat : 24727 (java) S 24712 24714 24457 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 814183724 10801016832 928708 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24728] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24728/stat : 24728 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183726 10801016832 928708 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051478961 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24729] ppid=24712 vsize=10547868 CPUtime=0.8 cores=0,2,4,6
/proc/24714/task/24729/stat : 24729 (java) S 24712 24714 24457 0 -1 4202560 3010 0 0 0 80 0 0 0 15 0 19 0 814183726 10801016832 928708 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 4 0 0 0
[pid=24714/tid=24730] ppid=24712 vsize=10547868 CPUtime=0.87 cores=0,2,4,6
/proc/24714/task/24730/stat : 24730 (java) S 24712 24714 24457 0 -1 4202560 8357 0 0 0 86 1 0 0 15 0 19 0 814183726 10801016832 928708 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24731] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24731/stat : 24731 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183726 10801016832 928708 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24732] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24732/stat : 24732 (java) S 24712 24714 24457 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 814183726 10801016832 928708 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471872 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24733] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24733/stat : 24733 (java) S 24712 24714 24457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 814183840 10801016832 928708 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471872 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1787.56
Current children cumulated vsize (KiB) 10547868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 2.08 2.05 1.96 3/572 24829
/proc/meminfo: memFree=17136288/32951124 swapFree=46970528/67111528
[pid=24714] ppid=24712 vsize=10547868 CPUtime=1800.02 cores=0,2,4,6
/proc/24714/stat : 24714 (java) S 24712 24714 24457 0 -1 4202496 938567 0 1 0 179891 111 0 0 24 0 19 0 814183720 10801016832 929016 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24714/statm: 2636967 929016 2266 9 0 2627701 0
[pid=24714/tid=24715] ppid=24712 vsize=10547868 CPUtime=1792.55 cores=0,2,4,6
/proc/24714/task/24715/stat : 24715 (java) R 24712 24714 24457 0 -1 4202560 808699 0 1 0 179164 91 0 0 25 0 19 0 814183721 10801016832 929016 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 46912505689310 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24714/tid=24717] ppid=24712 vsize=10547868 CPUtime=0.68 cores=0,2,4,6
/proc/24714/task/24717/stat : 24717 (java) S 24712 24714 24457 0 -1 4202560 13911 0 0 0 66 2 0 0 15 0 19 0 814183722 10801016832 929016 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 4 0 0 0
[pid=24714/tid=24718] ppid=24712 vsize=10547868 CPUtime=0.56 cores=0,2,4,6
/proc/24714/task/24718/stat : 24718 (java) S 24712 24714 24457 0 -1 4202560 13122 0 0 0 55 1 0 0 15 0 19 0 814183722 10801016832 929016 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24719] ppid=24712 vsize=10547868 CPUtime=0.62 cores=0,2,4,6
/proc/24714/task/24719/stat : 24719 (java) S 24712 24714 24457 0 -1 4202560 14516 0 0 0 60 2 0 0 15 0 19 0 814183722 10801016832 929016 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 0 0 0 0
[pid=24714/tid=24720] ppid=24712 vsize=10547868 CPUtime=0.67 cores=0,2,4,6
/proc/24714/task/24720/stat : 24720 (java) S 24712 24714 24457 0 -1 4202560 13492 0 0 0 65 2 0 0 16 0 19 0 814183722 10801016832 929016 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 4 0 0 0
[pid=24714/tid=24721] ppid=24712 vsize=10547868 CPUtime=0.55 cores=0,2,4,6
/proc/24714/task/24721/stat : 24721 (java) S 24712 24714 24457 0 -1 4202560 8222 0 0 0 54 1 0 0 16 0 19 0 814183722 10801016832 929016 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24722] ppid=24712 vsize=10547868 CPUtime=0.75 cores=0,2,4,6
/proc/24714/task/24722/stat : 24722 (java) S 24712 24714 24457 0 -1 4202560 17169 0 0 0 73 2 0 0 16 0 19 0 814183722 10801016832 929016 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 0 0 0 0
[pid=24714/tid=24723] ppid=24712 vsize=10547868 CPUtime=0.77 cores=0,2,4,6
/proc/24714/task/24723/stat : 24723 (java) S 24712 24714 24457 0 -1 4202560 17858 0 0 0 75 2 0 0 16 0 19 0 814183722 10801016832 929016 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24724] ppid=24712 vsize=10547868 CPUtime=0.66 cores=0,2,4,6
/proc/24714/task/24724/stat : 24724 (java) S 24712 24714 24457 0 -1 4202560 15428 0 0 0 64 2 0 0 15 0 19 0 814183722 10801016832 929016 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24725] ppid=24712 vsize=10547868 CPUtime=0.47 cores=0,2,4,6
/proc/24714/task/24725/stat : 24725 (java) S 24712 24714 24457 0 -1 4202560 3528 0 0 0 46 1 0 0 15 0 19 0 814183723 10801016832 929016 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471872 0 0 0 16800975 18446604442071685120 0 0 -1 0 0 0 0
[pid=24714/tid=24726] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24726/stat : 24726 (java) S 24712 24714 24457 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 814183724 10801016832 929016 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24727] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24727/stat : 24727 (java) S 24712 24714 24457 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 814183724 10801016832 929016 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24728] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24728/stat : 24728 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183726 10801016832 929016 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051478961 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24729] ppid=24712 vsize=10547868 CPUtime=0.8 cores=0,2,4,6
/proc/24714/task/24729/stat : 24729 (java) S 24712 24714 24457 0 -1 4202560 3010 0 0 0 80 0 0 0 15 0 19 0 814183726 10801016832 929016 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 4 0 0 0
[pid=24714/tid=24730] ppid=24712 vsize=10547868 CPUtime=0.87 cores=0,2,4,6
/proc/24714/task/24730/stat : 24730 (java) S 24712 24714 24457 0 -1 4202560 8357 0 0 0 86 1 0 0 15 0 19 0 814183726 10801016832 929016 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
[pid=24714/tid=24731] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24731/stat : 24731 (java) S 24712 24714 24457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 814183726 10801016832 929016 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471257 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24732] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24732/stat : 24732 (java) S 24712 24714 24457 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 814183726 10801016832 929016 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471872 0 4 0 16800975 18446604442071685120 0 0 -1 2 0 0 0
[pid=24714/tid=24733] ppid=24712 vsize=10547868 CPUtime=0 cores=0,2,4,6
/proc/24714/task/24733/stat : 24733 (java) S 24712 24714 24457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 814183840 10801016832 929016 33554432000 1073741824 1073778376 140736802779696 18446744073709551615 212051471872 0 4 0 16800975 18446604442071685120 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 10547868

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

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

[startup+1794.83 s]
/proc/loadavg: 2.08 2.05 1.96 3/572 24829
/proc/meminfo: memFree=17136288/32951124 swapFree=46970528/67111528
[pid=24714] ppid=24712 vsize=0 CPUtime=1800.16 cores=0,2,4,6
/proc/24714/stat : 24714 (java) Z 24712 24714 24457 0 -1 4203548 938599 0 1 0 179898 118 0 0 17 0 2 0 814183720 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24714/statm: 0 0 0 0 0 0 0
[pid=24714/tid=24733] ppid=24712 vsize=0 CPUtime=0.06 cores=0,2,4,6
/proc/24714/task/24733/stat : 24733 (java) R 24712 24714 24457 0 -1 4203588 7 0 0 0 0 6 0 0 18 0 2 0 814183840 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.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.89
CPU time (s): 1800.25
CPU user time (s): 1798.99
CPU system time (s): 1.25681
CPU usage (%): 100.298
Max. virtual memory (cumulated for all children) (KiB): 10548048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.25681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 938599
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= 39252
involuntary context switches= 25553

runsolver used 10.6614 second user time and 21.9657 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-04 22:01:15
IDJOB=3456357
IDBENCH=1479
IDSOLVER=1951
FILE ID=node146/3456357-1307217674
RUNJOBID= node146-1307215865-24475
PBS_JOBID= 13509078
Free space on /tmp= 73780 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456357-1307217674/watcher-3456357-1307217674 -o /tmp/evaluation-result-3456357-1307217674/solver-3456357-1307217674 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456357-1307217674.opb

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

MD5SUM BENCH= 939f54a73a83900b8b6d857af47a0b62
RANDOM SEED=1188663035

node146.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.830
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.66
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.830
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.75
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.830
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.830
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	: 5332.86
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.830
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.75
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.830
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.830
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.75
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.830
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22390580 kB
Buffers:        189416 kB
Cached:         377968 kB
SwapCached:      60516 kB
Active:        2887412 kB
Inactive:      7422216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22390580 kB
SwapTotal:    67111528 kB
SwapFree:     46970528 kB
Dirty:            6660 kB
Writeback:           0 kB
AnonPages:     9692772 kB
Mapped:          24668 kB
Slab:            79140 kB
PageTables:     102876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 171048128 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73776 MiB
End job on node146 at 2011-06-04 22:31:11