Trace number 3457177

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.21 1795.58

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag10.ucl.opb
MD5SUM02e31ca1ab9f95407d6e9ec422f4634a
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 benchmark0.396939
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables9071
Total number of constraints25914
Number of constraints which are clauses25190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints724
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 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c version 2.3.1.v20110525
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.18-164.el5
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		9996466904
0.06/0.11	c Max memory 		10048897024
0.06/0.11	c Total memory 		10048897024
0.06/0.11	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3457177-1307217670.opb
0.07/0.12	c reading problem ... 
0.93/0.53	c ... done. Wall clock time 0.41s.
0.93/0.53	c #vars     9071
0.93/0.53	c #constraints  25914
0.93/0.53	c constraints type 
0.93/0.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17062
0.93/0.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8127
0.93/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 724
76.82/74.99	c cleaning 0 clauses out of 5000 with flag 0/5000
413.90/411.58	c cleaning 0 clauses out of 11002 with flag 0/11002
1303.15/1299.41	c cleaning 0 clauses out of 18000 with flag 0/18000
1800.01/1795.43	c starts		: 47
1800.01/1795.43	c conflicts		: 20866
1800.01/1795.43	c decisions		: 25620
1800.01/1795.43	c propagations		: 29576897
1800.01/1795.43	c inspects		: 2699304512
1800.01/1795.43	c shortcuts		: 0
1800.01/1795.43	c learnt literals	: 0
1800.01/1795.43	c learnt binary clauses	: 74
1800.01/1795.43	c learnt ternary clauses	: 86
1800.01/1795.43	c learnt constraints	: 20865
1800.01/1795.43	c ignored constraints	: 0
1800.01/1795.43	c root simplifications	: 0
1800.01/1795.43	c removed literals (reason simplification)	: 0
1800.01/1795.43	c reason swapping (by a shorter reason)	: 0
1800.01/1795.43	c Calls to reduceDB	: 3
1800.01/1795.43	c number of reductions to clauses (during analyze)	: 0
1800.01/1795.43	c number of learned constraints concerned by reduction	: 0
1800.01/1795.43	c number of learning phase by resolution	: 0
1800.01/1795.43	c number of learning phase by cutting planes	: 0
1800.01/1795.43	c speed (assignments/second)	: 16478.37140061909
1800.01/1795.43	c non guided choices	260
1800.01/1795.44	c learnt constraints type 
1800.01/1795.44	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 851
1800.01/1795.44	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 74
1800.01/1795.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19940
1800.01/1795.44	c constraints type 
1800.01/1795.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17062
1800.01/1795.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8127
1800.01/1795.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 724
1800.01/1795.44	s UNKNOWN
1800.01/1795.44	c Total wall clock time (in seconds): 1795.314

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-3457177-1307217670/watcher-3457177-1307217670 -o /tmp/evaluation-result-3457177-1307217670/solver-3457177-1307217670 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457177-1307217670.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.97 2.07 1.74 1/556 14651
/proc/meminfo: memFree=28653440/32951124 swapFree=34426104/67111528
[pid=14651] ppid=14649 vsize=36924 CPUtime=0 cores=0,2,4,6
/proc/14651/stat : 14651 (java) S 14649 14651 14484 0 -1 4202496 1370 0 1 0 0 0 0 0 22 0 2 0 911997679 37810176 1072 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296728549 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/14651/statm: 9231 1072 832 9 0 387 0
[pid=14651/tid=14652] ppid=14649 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14652/stat : 14652 (java) R 14649 14651 14484 0 -1 4202560 6876 0 1 0 0 0 0 0 23 0 2 0 911997680 10694979584 7692 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224284619835 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0951651 s]
/proc/loadavg: 1.97 2.07 1.74 1/556 14651
/proc/meminfo: memFree=28653440/32951124 swapFree=34426104/67111528
[pid=14651] ppid=14649 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/14651/stat : 14651 (java) S 14649 14651 14484 0 -1 4202496 11977 0 1 0 5 1 0 0 22 0 18 0 911997679 10724442112 11673 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14651/statm: 2618272 11673 1755 9 0 2609006 0
[pid=14651/tid=14652] ppid=14649 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/14651/task/14652/stat : 14652 (java) R 14649 14651 14484 0 -1 4202560 10802 0 1 0 5 1 0 0 25 0 18 0 911997680 10724442112 11673 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 46912505228260 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.101412 s]
/proc/loadavg: 1.97 2.07 1.74 1/556 14651
/proc/meminfo: memFree=28653440/32951124 swapFree=34426104/67111528
[pid=14651] ppid=14649 vsize=10538944 CPUtime=0.07 cores=0,2,4,6
/proc/14651/stat : 14651 (java) S 14649 14651 14484 0 -1 4202496 12315 0 1 0 6 1 0 0 22 0 18 0 911997679 10791878656 12011 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14651/statm: 2634736 12011 1914 9 0 2625470 0
[pid=14651/tid=14652] ppid=14649 vsize=10538944 CPUtime=0.07 cores=0,2,4,6
/proc/14651/task/14652/stat : 14652 (java) S 14649 14651 14484 0 -1 4202560 10932 0 1 0 6 1 0 0 18 0 18 0 911997680 10791878656 12011 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296755167 0 2147483391 0 16800975 18446744071699199166 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10538944

[startup+0.301131 s]
/proc/loadavg: 1.97 2.07 1.74 1/556 14651
/proc/meminfo: memFree=28653440/32951124 swapFree=34426104/67111528
[pid=14651] ppid=14649 vsize=10542100 CPUtime=0.43 cores=0,2,4,6
/proc/14651/stat : 14651 (java) S 14649 14651 14484 0 -1 4202496 15185 0 1 0 41 2 0 0 22 0 18 0 911997679 10795110400 14758 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14651/statm: 2635525 14759 2200 9 0 2626259 0
[pid=14651/tid=14652] ppid=14649 vsize=10542100 CPUtime=0.26 cores=0,2,4,6
/proc/14651/task/14652/stat : 14652 (java) R 14649 14651 14484 0 -1 4202560 12559 0 1 0 25 1 0 0 18 0 18 0 911997680 10795110400 14760 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 46912505589806 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10542100

[startup+0.701119 s]
/proc/loadavg: 1.97 2.07 1.74 1/556 14651
/proc/meminfo: memFree=28653440/32951124 swapFree=34426104/67111528
[pid=14651] ppid=14649 vsize=10553416 CPUtime=1.43 cores=0,2,4,6
/proc/14651/stat : 14651 (java) S 14649 14651 14484 0 -1 4202496 35290 0 1 0 139 4 0 0 22 0 19 0 911997679 10806697984 31740 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14651/statm: 2638354 31741 2231 9 0 2629088 0
[pid=14651/tid=14652] ppid=14649 vsize=10553416 CPUtime=0.67 cores=0,2,4,6
/proc/14651/task/14652/stat : 14652 (java) R 14649 14651 14484 0 -1 4202560 25113 0 1 0 64 3 0 0 19 0 19 0 911997680 10806697984 31741 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 46912505164144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 10553416

[startup+1.50099 s]
/proc/loadavg: 1.97 2.07 1.74 3/572 14685
/proc/meminfo: memFree=28506704/32951124 swapFree=34426104/67111528
[pid=14651] ppid=14649 vsize=10553416 CPUtime=2.93 cores=0,2,4,6
/proc/14651/stat : 14651 (java) S 14649 14651 14484 0 -1 4202496 77538 0 1 0 283 10 0 0 22 0 19 0 911997679 10806697984 69173 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14651/statm: 2638354 69178 2237 9 0 2629088 0
[pid=14651/tid=14652] ppid=14649 vsize=10553416 CPUtime=1.47 cores=0,2,4,6
/proc/14651/task/14652/stat : 14652 (java) R 14649 14651 14484 0 -1 4202560 62801 0 1 0 139 8 0 0 20 0 19 0 911997680 10806697984 69180 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 46912505855976 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14651/tid=14654] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14654/stat : 14654 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 911997681 10806697984 69181 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14655] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14655/stat : 14655 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997681 10806697984 69184 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14656] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14656/stat : 14656 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997681 10806697984 69187 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14657] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14657/stat : 14657 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997681 10806697984 69202 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14658] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14658/stat : 14658 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997681 10806697984 69205 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14659] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14659/stat : 14659 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997681 10806697984 69206 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14660] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14660/stat : 14660 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997681 10806697984 69208 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14661] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14661/stat : 14661 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997681 10806697984 69209 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14662] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14662/stat : 14662 (java) S 14649 14651 14484 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 911997682 10806697984 69211 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296742400 0 0 0 16800975 18446604443783143488 0 0 -1 4 0 0 0
[pid=14651/tid=14663] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14663/stat : 14663 (java) S 14649 14651 14484 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 911997683 10806697984 69213 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14664] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14664/stat : 14664 (java) S 14649 14651 14484 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911997683 10806697984 69215 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14665] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14665/stat : 14665 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997686 10806697984 69218 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296749489 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14666] ppid=14649 vsize=10553416 CPUtime=0.62 cores=0,2,4,6
/proc/14651/task/14666/stat : 14666 (java) S 14649 14651 14484 0 -1 4202560 4738 0 0 0 62 0 0 0 15 0 19 0 911997686 10806697984 69221 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14667] ppid=14649 vsize=10553416 CPUtime=0.81 cores=0,2,4,6
/proc/14651/task/14667/stat : 14667 (java) S 14649 14651 14484 0 -1 4202560 8845 0 0 0 81 0 0 0 15 0 19 0 911997686 10806697984 69223 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 4 0 0 0
[pid=14651/tid=14668] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14668/stat : 14668 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997687 10806697984 69226 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14669] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14669/stat : 14669 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 911997687 10806697984 69229 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296742400 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14685] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14685/stat : 14685 (java) S 14649 14651 14484 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 911997735 10806697984 69233 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296742400 0 4 0 16800975 18446604443783143488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 10553416

[startup+3.10075 s]
/proc/loadavg: 1.97 2.07 1.74 2/572 14685
/proc/meminfo: memFree=28224968/32951124 swapFree=34426104/67111528
[pid=14651] ppid=14649 vsize=10553416 CPUtime=4.55 cores=0,2,4,6
/proc/14651/stat : 14651 (java) S 14649 14651 14484 0 -1 4202496 182857 0 1 0 433 22 0 0 22 0 19 0 911997679 10806697984 174492 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14651/statm: 2638354 174497 2238 9 0 2629088 0
[pid=14651/tid=14652] ppid=14649 vsize=10553416 CPUtime=3.06 cores=0,2,4,6
/proc/14651/task/14652/stat : 14652 (java) R 14649 14651 14484 0 -1 4202560 168117 0 1 0 286 20 0 0 25 0 19 0 911997680 10806697984 174499 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 46912505855015 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14651/tid=14654] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14654/stat : 14654 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 911997681 10806697984 174499 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14655] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14655/stat : 14655 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997681 10806697984 174500 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14656] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14656/stat : 14656 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997681 10806697984 174503 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14657] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14657/stat : 14657 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997681 10806697984 174503 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14658] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14658/stat : 14658 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997681 10806697984 174503 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14659] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14659/stat : 14659 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997681 10806697984 174503 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14660] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14660/stat : 14660 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997681 10806697984 174504 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14661] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14661/stat : 14661 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997681 10806697984 174504 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14662] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14662/stat : 14662 (java) S 14649 14651 14484 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 911997682 10806697984 174505 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296742400 0 0 0 16800975 18446604443783143488 0 0 -1 4 0 0 0
[pid=14651/tid=14663] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14663/stat : 14663 (java) S 14649 14651 14484 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 911997683 10806697984 174505 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14664] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14664/stat : 14664 (java) S 14649 14651 14484 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911997683 10806697984 174505 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14665] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14665/stat : 14665 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997686 10806697984 174505 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296749489 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14666] ppid=14649 vsize=10553416 CPUtime=0.63 cores=0,2,4,6
/proc/14651/task/14666/stat : 14666 (java) S 14649 14651 14484 0 -1 4202560 4740 0 0 0 63 0 0 0 15 0 19 0 911997686 10806697984 174505 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14667] ppid=14649 vsize=10553416 CPUtime=0.82 cores=0,2,4,6
/proc/14651/task/14667/stat : 14667 (java) S 14649 14651 14484 0 -1 4202560 8846 0 0 0 82 0 0 0 15 0 19 0 911997686 10806697984 174510 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 4 0 0 0
[pid=14651/tid=14668] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14668/stat : 14668 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997687 10806697984 174523 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14669] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14669/stat : 14669 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 911997687 10806697984 174524 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296742400 0 4 0 16800975 18446604443783143488 0 0 -1 4 0 0 0
[pid=14651/tid=14685] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14685/stat : 14685 (java) S 14649 14651 14484 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 911997735 10806697984 174527 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296742400 0 4 0 16800975 18446604443783143488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 10553416

[startup+6.30117 s]
/proc/loadavg: 1.89 2.05 1.73 2/572 14738
/proc/meminfo: memFree=27344060/32951124 swapFree=34426104/67111528
[pid=14651] ppid=14649 vsize=10553416 CPUtime=7.85 cores=0,2,4,6
/proc/14651/stat : 14651 (java) S 14649 14651 14484 0 -1 4202496 404170 0 1 0 736 49 0 0 22 0 19 0 911997679 10806697984 395751 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14651/statm: 2638354 395754 2238 9 0 2629088 0
[pid=14651/tid=14652] ppid=14649 vsize=10553416 CPUtime=6.26 cores=0,2,4,6
/proc/14651/task/14652/stat : 14652 (java) R 14649 14651 14484 0 -1 4202560 389426 0 1 0 579 47 0 0 23 0 19 0 911997680 10806697984 395756 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 46912505836754 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14651/tid=14654] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14654/stat : 14654 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 911997681 10806697984 395757 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14655] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14655/stat : 14655 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997681 10806697984 395759 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14656] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14656/stat : 14656 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997681 10806697984 395761 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14657] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14657/stat : 14657 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997681 10806697984 395763 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14658] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14658/stat : 14658 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997681 10806697984 395765 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14659] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14659/stat : 14659 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997681 10806697984 395766 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14660] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14660/stat : 14660 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997681 10806697984 395768 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14661] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14661/stat : 14661 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997681 10806697984 395770 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14662] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14662/stat : 14662 (java) S 14649 14651 14484 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 911997682 10806697984 395772 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296742400 0 0 0 16800975 18446604443783143488 0 0 -1 4 0 0 0
[pid=14651/tid=14663] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14663/stat : 14663 (java) S 14649 14651 14484 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 911997683 10806697984 395774 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14664] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14664/stat : 14664 (java) S 14649 14651 14484 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 911997683 10806697984 395776 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14665] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14665/stat : 14665 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997686 10806697984 395778 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296749489 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14666] ppid=14649 vsize=10553416 CPUtime=0.7 cores=0,2,4,6
/proc/14651/task/14666/stat : 14666 (java) S 14649 14651 14484 0 -1 4202560 4740 0 0 0 70 0 0 0 15 0 19 0 911997686 10806697984 395780 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14667] ppid=14649 vsize=10553416 CPUtime=0.85 cores=0,2,4,6
/proc/14651/task/14667/stat : 14667 (java) S 14649 14651 14484 0 -1 4202560 8846 0 0 0 85 0 0 0 15 0 19 0 911997686 10806697984 395782 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 4 0 0 0

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

/proc/14651/task/14663/stat : 14663 (java) S 14649 14651 14484 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 911997683 10806697984 894705 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14664] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14664/stat : 14664 (java) S 14649 14651 14484 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 911997683 10806697984 894705 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14665] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14665/stat : 14665 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997686 10806697984 894705 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296749489 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14666] ppid=14649 vsize=10553416 CPUtime=0.93 cores=0,2,4,6
/proc/14651/task/14666/stat : 14666 (java) S 14649 14651 14484 0 -1 4202560 4784 0 0 0 93 0 0 0 15 0 19 0 911997686 10806697984 894705 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14667] ppid=14649 vsize=10553416 CPUtime=0.9 cores=0,2,4,6
/proc/14651/task/14667/stat : 14667 (java) S 14649 14651 14484 0 -1 4202560 8856 0 0 0 90 0 0 0 15 0 19 0 911997686 10806697984 894705 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 4 0 0 0
[pid=14651/tid=14668] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14668/stat : 14668 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997687 10806697984 894705 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14669] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14669/stat : 14669 (java) S 14649 14651 14484 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 911997687 10806697984 894705 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296742400 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14685] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14685/stat : 14685 (java) S 14649 14651 14484 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 911997735 10806697984 894705 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296742400 0 4 0 16800975 18446604443783143488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.66
Current children cumulated vsize (KiB) 10553416

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/595 14858
/proc/meminfo: memFree=20451944/32951124 swapFree=34426104/67111528
[pid=14651] ppid=14649 vsize=10553416 CPUtime=1726.76 cores=0,2,4,6
/proc/14651/stat : 14651 (java) S 14649 14651 14484 0 -1 4202496 904128 0 1 0 172563 113 0 0 22 0 19 0 911997679 10806697984 895028 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14651/statm: 2638354 895028 2267 9 0 2629088 0
[pid=14651/tid=14652] ppid=14649 vsize=10553416 CPUtime=1720.56 cores=0,2,4,6
/proc/14651/task/14652/stat : 14652 (java) R 14649 14651 14484 0 -1 4202560 848160 0 1 0 171953 103 0 0 25 0 19 0 911997680 10806697984 895028 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 46912505856089 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14651/tid=14654] ppid=14649 vsize=10553416 CPUtime=0.51 cores=0,2,4,6
/proc/14651/task/14654/stat : 14654 (java) S 14649 14651 14484 0 -1 4202560 5584 0 0 0 51 0 0 0 16 0 19 0 911997681 10806697984 895028 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14655] ppid=14649 vsize=10553416 CPUtime=0.43 cores=0,2,4,6
/proc/14651/task/14655/stat : 14655 (java) S 14649 14651 14484 0 -1 4202560 4237 0 0 0 43 0 0 0 16 0 19 0 911997681 10806697984 895028 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 4 0 0 0
[pid=14651/tid=14656] ppid=14649 vsize=10553416 CPUtime=0.51 cores=0,2,4,6
/proc/14651/task/14656/stat : 14656 (java) S 14649 14651 14484 0 -1 4202560 3447 0 0 0 51 0 0 0 15 0 19 0 911997681 10806697984 895028 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14657] ppid=14649 vsize=10553416 CPUtime=0.51 cores=0,2,4,6
/proc/14651/task/14657/stat : 14657 (java) S 14649 14651 14484 0 -1 4202560 6688 0 0 0 51 0 0 0 16 0 19 0 911997681 10806697984 895028 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 0 0 0 0
[pid=14651/tid=14658] ppid=14649 vsize=10553416 CPUtime=0.47 cores=0,2,4,6
/proc/14651/task/14658/stat : 14658 (java) S 14649 14651 14484 0 -1 4202560 6077 0 0 0 47 0 0 0 16 0 19 0 911997681 10806697984 895028 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14659] ppid=14649 vsize=10553416 CPUtime=0.5 cores=0,2,4,6
/proc/14651/task/14659/stat : 14659 (java) S 14649 14651 14484 0 -1 4202560 6120 0 0 0 49 1 0 0 15 0 19 0 911997681 10806697984 895028 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14660] ppid=14649 vsize=10553416 CPUtime=0.44 cores=0,2,4,6
/proc/14651/task/14660/stat : 14660 (java) S 14649 14651 14484 0 -1 4202560 3806 0 0 0 44 0 0 0 15 0 19 0 911997681 10806697984 895028 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 4 0 0 0
[pid=14651/tid=14661] ppid=14649 vsize=10553416 CPUtime=0.49 cores=0,2,4,6
/proc/14651/task/14661/stat : 14661 (java) S 14649 14651 14484 0 -1 4202560 4128 0 0 0 49 0 0 0 15 0 19 0 911997681 10806697984 895028 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 0 0 0 0
[pid=14651/tid=14662] ppid=14649 vsize=10553416 CPUtime=0.34 cores=0,2,4,6
/proc/14651/task/14662/stat : 14662 (java) S 14649 14651 14484 0 -1 4202560 990 0 0 0 33 1 0 0 15 0 19 0 911997682 10806697984 895028 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296742400 0 0 0 16800975 18446604443783143488 0 0 -1 0 0 0 0
[pid=14651/tid=14663] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14663/stat : 14663 (java) S 14649 14651 14484 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 911997683 10806697984 895028 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14664] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14664/stat : 14664 (java) S 14649 14651 14484 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 911997683 10806697984 895028 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14665] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14665/stat : 14665 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997686 10806697984 895028 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296749489 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14666] ppid=14649 vsize=10553416 CPUtime=0.93 cores=0,2,4,6
/proc/14651/task/14666/stat : 14666 (java) S 14649 14651 14484 0 -1 4202560 4784 0 0 0 93 0 0 0 15 0 19 0 911997686 10806697984 895028 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14667] ppid=14649 vsize=10553416 CPUtime=0.9 cores=0,2,4,6
/proc/14651/task/14667/stat : 14667 (java) S 14649 14651 14484 0 -1 4202560 8856 0 0 0 90 0 0 0 15 0 19 0 911997686 10806697984 895028 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 4 0 0 0
[pid=14651/tid=14668] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14668/stat : 14668 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997687 10806697984 895028 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14669] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14669/stat : 14669 (java) S 14649 14651 14484 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 911997687 10806697984 895028 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296742400 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14685] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14685/stat : 14685 (java) S 14649 14651 14484 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 911997735 10806697984 895028 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296742400 0 4 0 16800975 18446604443783143488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.76
Current children cumulated vsize (KiB) 10553416

[startup+1782.3 s]
/proc/loadavg: 2.11 2.05 1.95 3/595 14860
/proc/meminfo: memFree=20360672/32951124 swapFree=34426104/67111528
[pid=14651] ppid=14649 vsize=10553416 CPUtime=1786.88 cores=0,2,4,6
/proc/14651/stat : 14651 (java) S 14649 14651 14484 0 -1 4202496 904679 0 1 0 178575 113 0 0 22 0 19 0 911997679 10806697984 895564 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14651/statm: 2638354 895564 2267 9 0 2629088 0
[pid=14651/tid=14652] ppid=14649 vsize=10553416 CPUtime=1780.51 cores=0,2,4,6
/proc/14651/task/14652/stat : 14652 (java) R 14649 14651 14484 0 -1 4202560 848165 0 1 0 177948 103 0 0 25 0 19 0 911997680 10806697984 895564 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 46912505854187 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14651/tid=14654] ppid=14649 vsize=10553416 CPUtime=0.53 cores=0,2,4,6
/proc/14651/task/14654/stat : 14654 (java) S 14649 14651 14484 0 -1 4202560 5627 0 0 0 53 0 0 0 16 0 19 0 911997681 10806697984 895564 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14655] ppid=14649 vsize=10553416 CPUtime=0.45 cores=0,2,4,6
/proc/14651/task/14655/stat : 14655 (java) S 14649 14651 14484 0 -1 4202560 4325 0 0 0 45 0 0 0 16 0 19 0 911997681 10806697984 895564 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 4 0 0 0
[pid=14651/tid=14656] ppid=14649 vsize=10553416 CPUtime=0.54 cores=0,2,4,6
/proc/14651/task/14656/stat : 14656 (java) S 14649 14651 14484 0 -1 4202560 3581 0 0 0 54 0 0 0 15 0 19 0 911997681 10806697984 895564 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14657] ppid=14649 vsize=10553416 CPUtime=0.54 cores=0,2,4,6
/proc/14651/task/14657/stat : 14657 (java) S 14649 14651 14484 0 -1 4202560 6777 0 0 0 54 0 0 0 15 0 19 0 911997681 10806697984 895564 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 0 0 0 0
[pid=14651/tid=14658] ppid=14649 vsize=10553416 CPUtime=0.48 cores=0,2,4,6
/proc/14651/task/14658/stat : 14658 (java) S 14649 14651 14484 0 -1 4202560 6104 0 0 0 48 0 0 0 16 0 19 0 911997681 10806697984 895564 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 0 0 0 0
[pid=14651/tid=14659] ppid=14649 vsize=10553416 CPUtime=0.52 cores=0,2,4,6
/proc/14651/task/14659/stat : 14659 (java) S 14649 14651 14484 0 -1 4202560 6171 0 0 0 51 1 0 0 16 0 19 0 911997681 10806697984 895564 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14660] ppid=14649 vsize=10553416 CPUtime=0.47 cores=0,2,4,6
/proc/14651/task/14660/stat : 14660 (java) S 14649 14651 14484 0 -1 4202560 3847 0 0 0 47 0 0 0 16 0 19 0 911997681 10806697984 895564 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14661] ppid=14649 vsize=10553416 CPUtime=0.51 cores=0,2,4,6
/proc/14651/task/14661/stat : 14661 (java) S 14649 14651 14484 0 -1 4202560 4195 0 0 0 51 0 0 0 15 0 19 0 911997681 10806697984 895564 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14662] ppid=14649 vsize=10553416 CPUtime=0.34 cores=0,2,4,6
/proc/14651/task/14662/stat : 14662 (java) S 14649 14651 14484 0 -1 4202560 994 0 0 0 33 1 0 0 15 0 19 0 911997682 10806697984 895564 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296742400 0 0 0 16800975 18446604443783143488 0 0 -1 0 0 0 0
[pid=14651/tid=14663] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14663/stat : 14663 (java) S 14649 14651 14484 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 911997683 10806697984 895564 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14664] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14664/stat : 14664 (java) S 14649 14651 14484 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 911997683 10806697984 895564 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14665] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14665/stat : 14665 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997686 10806697984 895564 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296749489 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14666] ppid=14649 vsize=10553416 CPUtime=0.93 cores=0,2,4,6
/proc/14651/task/14666/stat : 14666 (java) S 14649 14651 14484 0 -1 4202560 4784 0 0 0 93 0 0 0 15 0 19 0 911997686 10806697984 895564 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14667] ppid=14649 vsize=10553416 CPUtime=0.9 cores=0,2,4,6
/proc/14651/task/14667/stat : 14667 (java) S 14649 14651 14484 0 -1 4202560 8856 0 0 0 90 0 0 0 15 0 19 0 911997686 10806697984 895564 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 4 0 0 0
[pid=14651/tid=14668] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14668/stat : 14668 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997687 10806697984 895564 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14669] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14669/stat : 14669 (java) S 14649 14651 14484 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 911997687 10806697984 895564 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296742400 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14685] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14685/stat : 14685 (java) S 14649 14651 14484 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 911997735 10806697984 895564 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296742400 0 4 0 16800975 18446604443783143488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.88
Current children cumulated vsize (KiB) 10553416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 2.09 2.04 1.95 3/595 14860
/proc/meminfo: memFree=20360416/32951124 swapFree=34426104/67111528
[pid=14651] ppid=14649 vsize=10553416 CPUtime=1800.01 cores=0,2,4,6
/proc/14651/stat : 14651 (java) S 14649 14651 14484 0 -1 4202496 904787 0 1 0 179888 113 0 0 22 0 19 0 911997679 10806697984 895666 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14651/statm: 2638354 895666 2267 9 0 2629088 0
[pid=14651/tid=14652] ppid=14649 vsize=10553416 CPUtime=1793.61 cores=0,2,4,6
/proc/14651/task/14652/stat : 14652 (java) R 14649 14651 14484 0 -1 4202560 848166 0 1 0 179258 103 0 0 25 0 19 0 911997680 10806697984 895666 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 46912505836663 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14651/tid=14654] ppid=14649 vsize=10553416 CPUtime=0.53 cores=0,2,4,6
/proc/14651/task/14654/stat : 14654 (java) S 14649 14651 14484 0 -1 4202560 5627 0 0 0 53 0 0 0 16 0 19 0 911997681 10806697984 895666 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14655] ppid=14649 vsize=10553416 CPUtime=0.45 cores=0,2,4,6
/proc/14651/task/14655/stat : 14655 (java) S 14649 14651 14484 0 -1 4202560 4325 0 0 0 45 0 0 0 15 0 19 0 911997681 10806697984 895666 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 4 0 0 0
[pid=14651/tid=14656] ppid=14649 vsize=10553416 CPUtime=0.54 cores=0,2,4,6
/proc/14651/task/14656/stat : 14656 (java) S 14649 14651 14484 0 -1 4202560 3581 0 0 0 54 0 0 0 15 0 19 0 911997681 10806697984 895666 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14657] ppid=14649 vsize=10553416 CPUtime=0.54 cores=0,2,4,6
/proc/14651/task/14657/stat : 14657 (java) S 14649 14651 14484 0 -1 4202560 6777 0 0 0 54 0 0 0 15 0 19 0 911997681 10806697984 895666 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 0 0 0 0
[pid=14651/tid=14658] ppid=14649 vsize=10553416 CPUtime=0.48 cores=0,2,4,6
/proc/14651/task/14658/stat : 14658 (java) S 14649 14651 14484 0 -1 4202560 6104 0 0 0 48 0 0 0 15 0 19 0 911997681 10806697984 895666 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 0 0 0 0
[pid=14651/tid=14659] ppid=14649 vsize=10553416 CPUtime=0.54 cores=0,2,4,6
/proc/14651/task/14659/stat : 14659 (java) S 14649 14651 14484 0 -1 4202560 6222 0 0 0 53 1 0 0 16 0 19 0 911997681 10806697984 895666 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14660] ppid=14649 vsize=10553416 CPUtime=0.47 cores=0,2,4,6
/proc/14651/task/14660/stat : 14660 (java) S 14649 14651 14484 0 -1 4202560 3847 0 0 0 47 0 0 0 16 0 19 0 911997681 10806697984 895666 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14661] ppid=14649 vsize=10553416 CPUtime=0.53 cores=0,2,4,6
/proc/14651/task/14661/stat : 14661 (java) S 14649 14651 14484 0 -1 4202560 4247 0 0 0 53 0 0 0 16 0 19 0 911997681 10806697984 895666 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14662] ppid=14649 vsize=10553416 CPUtime=0.34 cores=0,2,4,6
/proc/14651/task/14662/stat : 14662 (java) S 14649 14651 14484 0 -1 4202560 996 0 0 0 33 1 0 0 15 0 19 0 911997682 10806697984 895666 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296742400 0 0 0 16800975 18446604443783143488 0 0 -1 0 0 0 0
[pid=14651/tid=14663] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14663/stat : 14663 (java) S 14649 14651 14484 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 911997683 10806697984 895666 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14664] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14664/stat : 14664 (java) S 14649 14651 14484 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 911997683 10806697984 895666 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14665] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14665/stat : 14665 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997686 10806697984 895666 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296749489 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14666] ppid=14649 vsize=10553416 CPUtime=0.93 cores=0,2,4,6
/proc/14651/task/14666/stat : 14666 (java) S 14649 14651 14484 0 -1 4202560 4784 0 0 0 93 0 0 0 15 0 19 0 911997686 10806697984 895666 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14667] ppid=14649 vsize=10553416 CPUtime=0.9 cores=0,2,4,6
/proc/14651/task/14667/stat : 14667 (java) S 14649 14651 14484 0 -1 4202560 8856 0 0 0 90 0 0 0 15 0 19 0 911997686 10806697984 895666 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 4 0 0 0
[pid=14651/tid=14668] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14668/stat : 14668 (java) S 14649 14651 14484 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 911997687 10806697984 895666 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296741785 0 4 0 16800975 18446604443783143488 0 0 -1 6 0 0 0
[pid=14651/tid=14669] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14669/stat : 14669 (java) S 14649 14651 14484 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 911997687 10806697984 895666 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296742400 0 4 0 16800975 18446604443783143488 0 0 -1 2 0 0 0
[pid=14651/tid=14685] ppid=14649 vsize=10553416 CPUtime=0 cores=0,2,4,6
/proc/14651/task/14685/stat : 14685 (java) S 14649 14651 14484 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 911997735 10806697984 895666 33554432000 1073741824 1073778376 140733879322144 18446744073709551615 224296742400 0 4 0 16800975 18446604443783143488 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 10553416

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

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

[startup+1795.53 s]
/proc/loadavg: 2.09 2.04 1.95 3/595 14860
/proc/meminfo: memFree=20360416/32951124 swapFree=34426104/67111528
[pid=14651] ppid=14649 vsize=0 CPUtime=1800.15 cores=0,2,4,6
/proc/14651/stat : 14651 (java) Z 14649 14651 14484 0 -1 4203548 904816 0 1 0 179893 122 0 0 17 0 2 0 911997679 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14651/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.58
CPU time (s): 1800.21
CPU user time (s): 1798.93
CPU system time (s): 1.27981
CPU usage (%): 100.258
Max. virtual memory (cumulated for all children) (KiB): 10553416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.27981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 904816
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= 40883
involuntary context switches= 38794

runsolver used 11.0993 second user time and 23.2405 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-04 22:01:10
IDJOB=3457177
IDBENCH=1454
IDSOLVER=1951
FILE ID=node118/3457177-1307217670
RUNJOBID= node118-1307215870-14502
PBS_JOBID= 13509103
Free space on /tmp= 73768 MiB

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

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

MD5SUM BENCH= 02e31ca1ab9f95407d6e9ec422f4634a
RANDOM SEED=1309920077

node118.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.842
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.68
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.842
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.842
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.74
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.842
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.75
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28653860 kB
Buffers:        327948 kB
Cached:        2064352 kB
SwapCached:      56168 kB
Active:         905416 kB
Inactive:      3052360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28653860 kB
SwapTotal:    67111528 kB
SwapFree:     34426104 kB
Dirty:            1348 kB
Writeback:           0 kB
AnonPages:     1522796 kB
Mapped:          14772 kB
Slab:           151768 kB
PageTables:     115332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 183809348 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= 73752 MiB
End job on node118 at 2011-06-04 22:31:08