Trace number 3456511

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.29 1789.83

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM3764cf8f4e2d3654f46ab0ec56ea8581
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 benchmark1056.77
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.11	c See www.sat4j.org for details.
0.05/0.12	c version 2.3.1.v20110525
0.05/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.12	c java.vm.version	19.1-b02
0.05/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.12	c sun.arch.data.model	64
0.05/0.12	c java.version		1.6.0_24
0.05/0.12	c os.name		Linux
0.05/0.12	c os.version		2.6.18-164.el5
0.05/0.12	c os.arch		amd64
0.05/0.12	c Free memory 		9996466904
0.05/0.12	c Max memory 		10048897024
0.05/0.12	c Total memory 		10048897024
0.05/0.12	c Number of processors 	8
0.05/0.14	c Pseudo Boolean Optimization
0.05/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.05/0.14	c --- Begin Solver configuration ---
0.05/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.05/0.14	c Learn all clauses as in MiniSAT
0.05/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.05/0.14	c No reason simplification
0.05/0.14	c Armin Biere (Picosat) restarts strategy
0.05/0.14	c Glucose learned constraints deletion strategy
0.05/0.14	c timeout=2147483s
0.05/0.14	c DB Simplification allowed=false
0.05/0.14	c --- End Solver configuration ---
0.05/0.14	c solving HOME/instance-3456511-1307217669.opb
0.05/0.14	c reading problem ... 
3.36/2.86	c ... done. Wall clock time 2.721s.
3.36/2.86	c #vars     168111
3.36/2.86	c #constraints  487525
3.36/2.86	c constraints type 
3.36/2.86	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 313584
3.36/2.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155142
3.36/2.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18798
25.03/22.66	c cleaning 0 clauses out of 5000 with flag 0/5002
55.50/52.54	c cleaning 0 clauses out of 10999 with flag 0/11001
120.35/116.97	c cleaning 0 clauses out of 17999 with flag 0/18001
285.36/281.08	c cleaning 0 clauses out of 25998 with flag 0/26001
563.26/557.76	c cleaning 0 clauses out of 34994 with flag 0/35000
1245.70/1237.49	c cleaning 0 clauses out of 44993 with flag 0/45000
1800.06/1789.64	c starts		: 66
1800.06/1789.64	c conflicts		: 49471
1800.06/1789.64	c decisions		: 168924
1800.06/1789.64	c propagations		: 180150391
1800.06/1789.64	c inspects		: 2560460007
1800.06/1789.64	c shortcuts		: 0
1800.06/1789.64	c learnt literals	: 7
1800.06/1789.64	c learnt binary clauses	: 211
1800.06/1789.64	c learnt ternary clauses	: 214
1800.06/1789.64	c learnt constraints	: 49463
1800.06/1789.64	c ignored constraints	: 0
1800.06/1789.64	c root simplifications	: 0
1800.06/1789.64	c removed literals (reason simplification)	: 0
1800.06/1789.64	c reason swapping (by a shorter reason)	: 0
1800.06/1789.64	c Calls to reduceDB	: 6
1800.06/1789.64	c number of reductions to clauses (during analyze)	: 0
1800.06/1789.64	c number of learned constraints concerned by reduction	: 0
1800.06/1789.64	c number of learning phase by resolution	: 0
1800.06/1789.64	c number of learning phase by cutting planes	: 0
1800.06/1789.64	c speed (assignments/second)	: 100823.82145799379
1800.06/1789.64	c non guided choices	16160
1800.06/1789.67	c learnt constraints type 
1800.06/1789.67	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2798
1800.06/1789.67	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 211
1800.06/1789.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 46454
1800.06/1789.67	c constraints type 
1800.06/1789.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 313584
1800.06/1789.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155142
1800.06/1789.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18798
1800.06/1789.67	s UNKNOWN
1800.06/1789.67	c Total wall clock time (in seconds): 1789.531

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-3456511-1307217669/watcher-3456511-1307217669 -o /tmp/evaluation-result-3456511-1307217669/solver-3456511-1307217669 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456511-1307217669.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.86 2.01 1.71 2/547 12632
/proc/meminfo: memFree=15145396/32951132 swapFree=46579808/67111528
[pid=12632] ppid=12630 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/12632/stat : 12632 (java) S 12630 12632 12416 0 -1 4202496 1316 0 0 0 0 0 0 0 21 0 2 0 833365618 36646912 1018 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982352869 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/12632/statm: 8947 1018 782 9 0 386 0
[pid=12632/tid=12633] ppid=12630 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12633/stat : 12633 (java) S 12630 12632 12416 0 -1 4202560 202 0 0 0 0 0 0 0 23 0 2 0 833365619 36646912 1018 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242970570310 0 0 0 16784584 12469684795082801151 0 0 -1 5 0 0 0

[startup+0.04397 s]
/proc/loadavg: 1.86 2.01 1.71 2/547 12632
/proc/meminfo: memFree=15145396/32951132 swapFree=46579808/67111528
[pid=12632] ppid=12630 vsize=10455012 CPUtime=0.02 cores=1,3,5,7
/proc/12632/stat : 12632 (java) S 12630 12632 12416 0 -1 4202496 10858 0 1 0 1 1 0 0 21 0 10 0 833365618 10705932288 10557 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982352869 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/12632/statm: 2613753 10557 1538 9 0 2604501 0
[pid=12632/tid=12633] ppid=12630 vsize=10455012 CPUtime=0.01 cores=1,3,5,7
/proc/12632/task/12633/stat : 12633 (java) R 12630 12632 12416 0 -1 4202560 9736 0 1 0 1 0 0 0 25 0 10 0 833365619 10705932288 10557 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 47607872345843 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10455012

[startup+0.100961 s]
/proc/loadavg: 1.86 2.01 1.71 2/547 12632
/proc/meminfo: memFree=15145396/32951132 swapFree=46579808/67111528
[pid=12632] ppid=12630 vsize=10472952 CPUtime=0.05 cores=1,3,5,7
/proc/12632/stat : 12632 (java) S 12630 12632 12416 0 -1 4202496 11779 0 1 0 4 1 0 0 21 0 18 0 833365618 10724302848 11476 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12632/statm: 2618238 11477 1742 9 0 2608972 0
[pid=12632/tid=12633] ppid=12630 vsize=10472952 CPUtime=0.05 cores=1,3,5,7
/proc/12632/task/12633/stat : 12633 (java) R 12630 12632 12416 0 -1 4202560 10606 0 1 0 4 1 0 0 25 0 18 0 833365619 10724302848 11477 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 47607873171363 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472952

[startup+0.300881 s]
/proc/loadavg: 1.86 2.01 1.71 2/547 12632
/proc/meminfo: memFree=15145396/32951132 swapFree=46579808/67111528
[pid=12632] ppid=12630 vsize=10541116 CPUtime=0.41 cores=1,3,5,7
/proc/12632/stat : 12632 (java) S 12630 12632 12416 0 -1 4202496 16270 0 1 0 39 2 0 0 21 0 18 0 833365618 10794102784 15675 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12632/statm: 2635279 15676 2200 9 0 2626013 0
[pid=12632/tid=12633] ppid=12630 vsize=10541116 CPUtime=0.25 cores=1,3,5,7
/proc/12632/task/12633/stat : 12633 (java) R 12630 12632 12416 0 -1 4202560 13468 0 1 0 23 2 0 0 25 0 18 0 833365619 10794102784 15676 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 10541116

[startup+0.700861 s]
/proc/loadavg: 1.86 2.01 1.71 2/547 12632
/proc/meminfo: memFree=15145396/32951132 swapFree=46579808/67111528
[pid=12632] ppid=12630 vsize=10545288 CPUtime=1.14 cores=1,3,5,7
/proc/12632/stat : 12632 (java) S 12630 12632 12416 0 -1 4202496 52436 0 1 0 107 7 0 0 21 0 18 0 833365618 10798374912 49925 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12632/statm: 2636322 49927 2214 9 0 2627056 0
[pid=12632/tid=12633] ppid=12630 vsize=10545288 CPUtime=0.65 cores=1,3,5,7
/proc/12632/task/12633/stat : 12633 (java) R 12630 12632 12416 0 -1 4202560 45703 0 1 0 59 6 0 0 25 0 18 0 833365619 10798374912 49928 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 46912505651138 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 10545288

[startup+1.50072 s]
/proc/loadavg: 1.86 2.01 1.71 2/543 12669
/proc/meminfo: memFree=14868484/32951132 swapFree=46579808/67111528
[pid=12632] ppid=12630 vsize=10545288 CPUtime=1.94 cores=1,3,5,7
/proc/12632/stat : 12632 (java) S 12630 12632 12416 0 -1 4202496 137964 0 1 0 177 17 0 0 21 0 18 0 833365618 10798374912 135453 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12632/statm: 2636322 135458 2214 9 0 2627056 0
[pid=12632/tid=12633] ppid=12630 vsize=10545288 CPUtime=1.45 cores=1,3,5,7
/proc/12632/task/12633/stat : 12633 (java) R 12630 12632 12416 0 -1 4202560 131235 0 1 0 130 15 0 0 25 0 18 0 833365619 10798374912 135460 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 46912505560550 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12632/tid=12635] ppid=12630 vsize=10545288 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12635/stat : 12635 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 833365622 10798374912 135463 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12636] ppid=12630 vsize=10545288 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12636/stat : 12636 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 833365622 10798374912 135465 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12637] ppid=12630 vsize=10545288 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12637/stat : 12637 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833365622 10798374912 135468 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12638] ppid=12630 vsize=10545288 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12638/stat : 12638 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833365622 10798374912 135470 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12639] ppid=12630 vsize=10545288 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12639/stat : 12639 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833365622 10798374912 135473 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12640] ppid=12630 vsize=10545288 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12640/stat : 12640 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833365622 10798374912 135476 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12641] ppid=12630 vsize=10545288 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12641/stat : 12641 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833365622 10798374912 135478 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12642] ppid=12630 vsize=10545288 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12642/stat : 12642 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833365622 10798374912 135481 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12643] ppid=12630 vsize=10545288 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12643/stat : 12643 (java) S 12630 12632 12416 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 833365623 10798374912 135484 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366720 0 0 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12644] ppid=12630 vsize=10545288 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12644/stat : 12644 (java) S 12630 12632 12416 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 833365623 10798374912 135486 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12645] ppid=12630 vsize=10545288 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12645/stat : 12645 (java) S 12630 12632 12416 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 833365623 10798374912 135487 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12646] ppid=12630 vsize=10545288 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12646/stat : 12646 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833365627 10798374912 135488 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982373809 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12647] ppid=12630 vsize=10545288 CPUtime=0.22 cores=1,3,5,7
/proc/12632/task/12647/stat : 12647 (java) S 12630 12632 12416 0 -1 4202560 2385 0 0 0 22 0 0 0 25 0 18 0 833365627 10798374912 135491 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 1 0 0 0
[pid=12632/tid=12648] ppid=12630 vsize=10545288 CPUtime=0.24 cores=1,3,5,7
/proc/12632/task/12648/stat : 12648 (java) S 12630 12632 12416 0 -1 4202560 3201 0 0 0 24 0 0 0 25 0 18 0 833365627 10798374912 135494 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12649] ppid=12630 vsize=10545288 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12649/stat : 12649 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833365627 10798374912 135496 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12650] ppid=12630 vsize=10545288 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12650/stat : 12650 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 833365627 10798374912 135499 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366720 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 10545288

[startup+3.1213 s]
/proc/loadavg: 1.86 2.01 1.71 2/543 12669
/proc/meminfo: memFree=14404560/32951132 swapFree=46579808/67111528
[pid=12632] ppid=12630 vsize=10546316 CPUtime=3.93 cores=1,3,5,7
/proc/12632/stat : 12632 (java) S 12630 12632 12416 0 -1 4202496 281499 0 1 0 360 33 0 0 21 0 19 0 833365618 10799427584 278639 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12632/statm: 2636579 278639 2234 9 0 2627313 0
[pid=12632/tid=12633] ppid=12630 vsize=10546316 CPUtime=3.07 cores=1,3,5,7
/proc/12632/task/12633/stat : 12633 (java) R 12630 12632 12416 0 -1 4202560 274336 0 1 0 275 32 0 0 25 0 19 0 833365619 10799427584 278639 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982367174 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12632/tid=12635] ppid=12630 vsize=10546316 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12635/stat : 12635 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 833365622 10799427584 278639 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12636] ppid=12630 vsize=10546316 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12636/stat : 12636 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 833365622 10799427584 278639 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12637] ppid=12630 vsize=10546316 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12637/stat : 12637 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365622 10799427584 278639 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12638] ppid=12630 vsize=10546316 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12638/stat : 12638 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365622 10799427584 278639 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12639] ppid=12630 vsize=10546316 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12639/stat : 12639 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365622 10799427584 278639 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12640] ppid=12630 vsize=10546316 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12640/stat : 12640 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365622 10799427584 278639 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12641] ppid=12630 vsize=10546316 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12641/stat : 12641 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365622 10799427584 278639 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12642] ppid=12630 vsize=10546316 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12642/stat : 12642 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365622 10799427584 278639 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12643] ppid=12630 vsize=10546316 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12643/stat : 12643 (java) S 12630 12632 12416 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 19 0 833365623 10799427584 278639 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366720 0 0 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12644] ppid=12630 vsize=10546316 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12644/stat : 12644 (java) S 12630 12632 12416 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833365623 10799427584 278639 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12645] ppid=12630 vsize=10546316 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12645/stat : 12645 (java) S 12630 12632 12416 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833365623 10799427584 278639 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12646] ppid=12630 vsize=10546316 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12646/stat : 12646 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365627 10799427584 278639 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982373809 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12647] ppid=12630 vsize=10546316 CPUtime=0.42 cores=1,3,5,7
/proc/12632/task/12647/stat : 12647 (java) S 12630 12632 12416 0 -1 4202560 2425 0 0 0 42 0 0 0 15 0 19 0 833365627 10799427584 278639 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 1 0 0 0
[pid=12632/tid=12648] ppid=12630 vsize=10546316 CPUtime=0.41 cores=1,3,5,7
/proc/12632/task/12648/stat : 12648 (java) R 12630 12632 12416 0 -1 4202560 3578 0 0 0 41 0 0 0 16 0 19 0 833365627 10799427584 278639 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12632/tid=12649] ppid=12630 vsize=10546316 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12649/stat : 12649 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365627 10799427584 278639 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12650] ppid=12630 vsize=10546316 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12650/stat : 12650 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833365627 10799427584 278639 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366720 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 10546316

[startup+6.3009 s]
/proc/loadavg: 2.11 2.06 1.73 2/544 12670
/proc/meminfo: memFree=13476016/32951132 swapFree=46579808/67111528
[pid=12632] ppid=12630 vsize=10546108 CPUtime=7.53 cores=1,3,5,7
/proc/12632/stat : 12632 (java) S 12630 12632 12416 0 -1 4202496 494628 0 1 0 698 55 0 0 21 0 19 0 833365618 10799214592 489608 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12632/statm: 2636527 489611 2238 9 0 2627261 0
[pid=12632/tid=12633] ppid=12630 vsize=10546108 CPUtime=6.24 cores=1,3,5,7
/proc/12632/task/12633/stat : 12633 (java) R 12630 12632 12416 0 -1 4202560 485284 0 1 0 571 53 0 0 25 0 19 0 833365619 10799214592 489613 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 46912505815681 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12632/tid=12635] ppid=12630 vsize=10546108 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12635/stat : 12635 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 833365622 10799214592 489616 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12636] ppid=12630 vsize=10546108 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12636/stat : 12636 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 833365622 10799214592 489618 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12637] ppid=12630 vsize=10546108 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12637/stat : 12637 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365622 10799214592 489621 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12638] ppid=12630 vsize=10546108 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12638/stat : 12638 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365622 10799214592 489623 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12639] ppid=12630 vsize=10546108 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12639/stat : 12639 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365622 10799214592 489625 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12640] ppid=12630 vsize=10546108 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12640/stat : 12640 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365622 10799214592 489628 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12641] ppid=12630 vsize=10546108 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12641/stat : 12641 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365622 10799214592 489630 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12642] ppid=12630 vsize=10546108 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12642/stat : 12642 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365622 10799214592 489632 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12643] ppid=12630 vsize=10546108 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12643/stat : 12643 (java) S 12630 12632 12416 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 833365623 10799214592 489633 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366720 0 0 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12644] ppid=12630 vsize=10546108 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12644/stat : 12644 (java) S 12630 12632 12416 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833365623 10799214592 489634 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12645] ppid=12630 vsize=10546108 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12645/stat : 12645 (java) S 12630 12632 12416 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833365623 10799214592 489636 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12646] ppid=12630 vsize=10546108 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12646/stat : 12646 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365627 10799214592 489639 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982373809 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12647] ppid=12630 vsize=10546108 CPUtime=0.62 cores=1,3,5,7
/proc/12632/task/12647/stat : 12647 (java) S 12630 12632 12416 0 -1 4202560 4039 0 0 0 62 0 0 0 15 0 19 0 833365627 10799214592 489642 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 1 0 0 0
[pid=12632/tid=12648] ppid=12630 vsize=10546108 CPUtime=0.63 cores=1,3,5,7
/proc/12632/task/12648/stat : 12648 (java) S 12630 12632 12416 0 -1 4202560 4149 0 0 0 63 0 0 0 15 0 19 0 833365627 10799214592 489645 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12649] ppid=12630 vsize=10546108 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12649/stat : 12649 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365627 10799214592 489648 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12650] ppid=12630 vsize=10546108 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12650/stat : 12650 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833365627 10799214592 489651 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366720 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0

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

/proc/12632/task/12644/stat : 12644 (java) S 12630 12632 12416 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833365623 10806927360 952849 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12645] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12645/stat : 12645 (java) S 12630 12632 12416 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833365623 10806927360 952849 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12646] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12646/stat : 12646 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365627 10806927360 952849 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982373809 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12647] ppid=12630 vsize=10553640 CPUtime=0.95 cores=1,3,5,7
/proc/12632/task/12647/stat : 12647 (java) S 12630 12632 12416 0 -1 4202560 7726 0 0 0 94 1 0 0 16 0 19 0 833365627 10806927360 952849 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12648] ppid=12630 vsize=10553640 CPUtime=1.02 cores=1,3,5,7
/proc/12632/task/12648/stat : 12648 (java) S 12630 12632 12416 0 -1 4202560 7614 0 0 0 101 1 0 0 15 0 19 0 833365627 10806927360 952849 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 1 0 0 0
[pid=12632/tid=12649] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12649/stat : 12649 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365627 10806927360 952849 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12650] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12650/stat : 12650 (java) S 12630 12632 12416 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 833365627 10806927360 952849 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366720 0 4 0 16800975 18446604460110985280 0 0 -1 1 0 0 0
[pid=12632/tid=12670] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12670/stat : 12670 (java) S 12630 12632 12416 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833365910 10806927360 952849 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366720 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1672.17
Current children cumulated vsize (KiB) 10553640

[startup+1722.3 s]
/proc/loadavg: 2.06 2.05 1.96 3/567 12747
/proc/meminfo: memFree=7333984/32951132 swapFree=46579808/67111528
[pid=12632] ppid=12630 vsize=10553640 CPUtime=1732.42 cores=1,3,5,7
/proc/12632/stat : 12632 (java) S 12630 12632 12416 0 -1 4202496 965290 0 1 0 173134 108 0 0 21 0 19 0 833365618 10806927360 953876 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12632/statm: 2638410 953876 2267 9 0 2629144 0
[pid=12632/tid=12633] ppid=12630 vsize=10553640 CPUtime=1715.77 cores=1,3,5,7
/proc/12632/task/12633/stat : 12633 (java) R 12630 12632 12416 0 -1 4202560 775863 0 1 0 171496 81 0 0 25 0 19 0 833365619 10806927360 953876 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 46912506016570 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12632/tid=12635] ppid=12630 vsize=10553640 CPUtime=1.51 cores=1,3,5,7
/proc/12632/task/12635/stat : 12635 (java) S 12630 12632 12416 0 -1 4202560 26360 0 0 0 149 2 0 0 16 0 19 0 833365622 10806927360 953876 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 3 0 0 0
[pid=12632/tid=12636] ppid=12630 vsize=10553640 CPUtime=1.34 cores=1,3,5,7
/proc/12632/task/12636/stat : 12636 (java) S 12630 12632 12416 0 -1 4202560 12643 0 0 0 132 2 0 0 15 0 19 0 833365622 10806927360 953876 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 3 0 0 0
[pid=12632/tid=12637] ppid=12630 vsize=10553640 CPUtime=1.59 cores=1,3,5,7
/proc/12632/task/12637/stat : 12637 (java) S 12630 12632 12416 0 -1 4202560 21297 0 0 0 157 2 0 0 15 0 19 0 833365622 10806927360 953876 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 1 0 0 0
[pid=12632/tid=12638] ppid=12630 vsize=10553640 CPUtime=1.48 cores=1,3,5,7
/proc/12632/task/12638/stat : 12638 (java) S 12630 12632 12416 0 -1 4202560 18717 0 0 0 146 2 0 0 15 0 19 0 833365622 10806927360 953876 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12639] ppid=12630 vsize=10553640 CPUtime=1.45 cores=1,3,5,7
/proc/12632/task/12639/stat : 12639 (java) S 12630 12632 12416 0 -1 4202560 9311 0 0 0 144 1 0 0 16 0 19 0 833365622 10806927360 953876 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 1 0 0 0
[pid=12632/tid=12640] ppid=12630 vsize=10553640 CPUtime=1.42 cores=1,3,5,7
/proc/12632/task/12640/stat : 12640 (java) S 12630 12632 12416 0 -1 4202560 9828 0 0 0 141 1 0 0 16 0 19 0 833365622 10806927360 953876 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12641] ppid=12630 vsize=10553640 CPUtime=1.58 cores=1,3,5,7
/proc/12632/task/12641/stat : 12641 (java) S 12630 12632 12416 0 -1 4202560 14956 0 0 0 157 1 0 0 16 0 19 0 833365622 10806927360 953876 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12642] ppid=12630 vsize=10553640 CPUtime=1.62 cores=1,3,5,7
/proc/12632/task/12642/stat : 12642 (java) S 12630 12632 12416 0 -1 4202560 19972 0 0 0 160 2 0 0 15 0 19 0 833365622 10806927360 953876 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12643] ppid=12630 vsize=10553640 CPUtime=2.58 cores=1,3,5,7
/proc/12632/task/12643/stat : 12643 (java) S 12630 12632 12416 0 -1 4202560 39751 0 0 0 252 6 0 0 15 0 19 0 833365623 10806927360 953876 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366720 0 0 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12644] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12644/stat : 12644 (java) S 12630 12632 12416 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833365623 10806927360 953876 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12645] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12645/stat : 12645 (java) S 12630 12632 12416 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833365623 10806927360 953876 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12646] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12646/stat : 12646 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365627 10806927360 953876 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982373809 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12647] ppid=12630 vsize=10553640 CPUtime=0.95 cores=1,3,5,7
/proc/12632/task/12647/stat : 12647 (java) S 12630 12632 12416 0 -1 4202560 7726 0 0 0 94 1 0 0 16 0 19 0 833365627 10806927360 953876 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12648] ppid=12630 vsize=10553640 CPUtime=1.02 cores=1,3,5,7
/proc/12632/task/12648/stat : 12648 (java) S 12630 12632 12416 0 -1 4202560 7614 0 0 0 101 1 0 0 15 0 19 0 833365627 10806927360 953876 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 1 0 0 0
[pid=12632/tid=12649] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12649/stat : 12649 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365627 10806927360 953876 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12650] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12650/stat : 12650 (java) S 12630 12632 12416 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833365627 10806927360 953876 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366720 0 4 0 16800975 18446604460110985280 0 0 -1 1 0 0 0
[pid=12632/tid=12670] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12670/stat : 12670 (java) S 12630 12632 12416 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833365910 10806927360 953876 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366720 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1732.42
Current children cumulated vsize (KiB) 10553640

[startup+1782.3 s]
/proc/loadavg: 2.15 2.07 1.97 3/567 12749
/proc/meminfo: memFree=7318976/32951132 swapFree=46579808/67111528
[pid=12632] ppid=12630 vsize=10553640 CPUtime=1792.67 cores=1,3,5,7
/proc/12632/stat : 12632 (java) S 12630 12632 12416 0 -1 4202496 966899 0 1 0 179158 109 0 0 21 0 19 0 833365618 10806927360 955461 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12632/statm: 2638410 955461 2267 9 0 2629144 0
[pid=12632/tid=12633] ppid=12630 vsize=10553640 CPUtime=1775.69 cores=1,3,5,7
/proc/12632/task/12633/stat : 12633 (java) R 12630 12632 12416 0 -1 4202560 775867 0 1 0 177488 81 0 0 25 0 19 0 833365619 10806927360 955461 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 46912506025376 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12632/tid=12635] ppid=12630 vsize=10553640 CPUtime=1.55 cores=1,3,5,7
/proc/12632/task/12635/stat : 12635 (java) S 12630 12632 12416 0 -1 4202560 26540 0 0 0 153 2 0 0 15 0 19 0 833365622 10806927360 955461 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12636] ppid=12630 vsize=10553640 CPUtime=1.39 cores=1,3,5,7
/proc/12632/task/12636/stat : 12636 (java) S 12630 12632 12416 0 -1 4202560 13318 0 0 0 137 2 0 0 16 0 19 0 833365622 10806927360 955461 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 3 0 0 0
[pid=12632/tid=12637] ppid=12630 vsize=10553640 CPUtime=1.65 cores=1,3,5,7
/proc/12632/task/12637/stat : 12637 (java) S 12630 12632 12416 0 -1 4202560 21465 0 0 0 163 2 0 0 16 0 19 0 833365622 10806927360 955461 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 1 0 0 0
[pid=12632/tid=12638] ppid=12630 vsize=10553640 CPUtime=1.49 cores=1,3,5,7
/proc/12632/task/12638/stat : 12638 (java) S 12630 12632 12416 0 -1 4202560 18741 0 0 0 147 2 0 0 15 0 19 0 833365622 10806927360 955461 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 3 0 0 0
[pid=12632/tid=12639] ppid=12630 vsize=10553640 CPUtime=1.46 cores=1,3,5,7
/proc/12632/task/12639/stat : 12639 (java) S 12630 12632 12416 0 -1 4202560 9406 0 0 0 145 1 0 0 15 0 19 0 833365622 10806927360 955461 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 1 0 0 0
[pid=12632/tid=12640] ppid=12630 vsize=10553640 CPUtime=1.46 cores=1,3,5,7
/proc/12632/task/12640/stat : 12640 (java) S 12630 12632 12416 0 -1 4202560 9971 0 0 0 145 1 0 0 16 0 19 0 833365622 10806927360 955461 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12641] ppid=12630 vsize=10553640 CPUtime=1.66 cores=1,3,5,7
/proc/12632/task/12641/stat : 12641 (java) S 12630 12632 12416 0 -1 4202560 15185 0 0 0 165 1 0 0 16 0 19 0 833365622 10806927360 955461 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12642] ppid=12630 vsize=10553640 CPUtime=1.64 cores=1,3,5,7
/proc/12632/task/12642/stat : 12642 (java) S 12630 12632 12416 0 -1 4202560 20057 0 0 0 162 2 0 0 15 0 19 0 833365622 10806927360 955461 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12643] ppid=12630 vsize=10553640 CPUtime=2.58 cores=1,3,5,7
/proc/12632/task/12643/stat : 12643 (java) S 12630 12632 12416 0 -1 4202560 39753 0 0 0 252 6 0 0 15 0 19 0 833365623 10806927360 955461 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366720 0 0 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12644] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12644/stat : 12644 (java) S 12630 12632 12416 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833365623 10806927360 955461 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12645] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12645/stat : 12645 (java) S 12630 12632 12416 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833365623 10806927360 955461 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12646] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12646/stat : 12646 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365627 10806927360 955461 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982373809 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12647] ppid=12630 vsize=10553640 CPUtime=0.95 cores=1,3,5,7
/proc/12632/task/12647/stat : 12647 (java) S 12630 12632 12416 0 -1 4202560 7726 0 0 0 94 1 0 0 16 0 19 0 833365627 10806927360 955461 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12648] ppid=12630 vsize=10553640 CPUtime=1.02 cores=1,3,5,7
/proc/12632/task/12648/stat : 12648 (java) S 12630 12632 12416 0 -1 4202560 7614 0 0 0 101 1 0 0 15 0 19 0 833365627 10806927360 955461 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 1 0 0 0
[pid=12632/tid=12649] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12649/stat : 12649 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365627 10806927360 955461 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12650] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12650/stat : 12650 (java) S 12630 12632 12416 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 833365627 10806927360 955461 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366720 0 4 0 16800975 18446604460110985280 0 0 -1 1 0 0 0
[pid=12632/tid=12670] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12670/stat : 12670 (java) S 12630 12632 12416 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833365910 10806927360 955461 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366720 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1792.67
Current children cumulated vsize (KiB) 10553640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.6 s]
/proc/loadavg: 2.13 2.07 1.97 4/567 12749
/proc/meminfo: memFree=7316248/32951132 swapFree=46579808/67111528
[pid=12632] ppid=12630 vsize=10553640 CPUtime=1800.06 cores=1,3,5,7
/proc/12632/stat : 12632 (java) S 12630 12632 12416 0 -1 4202496 967384 0 1 0 179897 109 0 0 21 0 19 0 833365618 10806927360 955935 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12632/statm: 2638410 955935 2267 9 0 2629144 0
[pid=12632/tid=12633] ppid=12630 vsize=10553640 CPUtime=1783 cores=1,3,5,7
/proc/12632/task/12633/stat : 12633 (java) R 12630 12632 12416 0 -1 4202560 775868 0 1 0 178219 81 0 0 25 0 19 0 833365619 10806927360 955935 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 46912506025180 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12632/tid=12635] ppid=12630 vsize=10553640 CPUtime=1.55 cores=1,3,5,7
/proc/12632/task/12635/stat : 12635 (java) S 12630 12632 12416 0 -1 4202560 26540 0 0 0 153 2 0 0 15 0 19 0 833365622 10806927360 955935 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12636] ppid=12630 vsize=10553640 CPUtime=1.41 cores=1,3,5,7
/proc/12632/task/12636/stat : 12636 (java) S 12630 12632 12416 0 -1 4202560 13455 0 0 0 139 2 0 0 16 0 19 0 833365622 10806927360 955935 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 3 0 0 0
[pid=12632/tid=12637] ppid=12630 vsize=10553640 CPUtime=1.65 cores=1,3,5,7
/proc/12632/task/12637/stat : 12637 (java) S 12630 12632 12416 0 -1 4202560 21465 0 0 0 163 2 0 0 15 0 19 0 833365622 10806927360 955935 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 1 0 0 0
[pid=12632/tid=12638] ppid=12630 vsize=10553640 CPUtime=1.49 cores=1,3,5,7
/proc/12632/task/12638/stat : 12638 (java) S 12630 12632 12416 0 -1 4202560 18741 0 0 0 147 2 0 0 15 0 19 0 833365622 10806927360 955935 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 3 0 0 0
[pid=12632/tid=12639] ppid=12630 vsize=10553640 CPUtime=1.49 cores=1,3,5,7
/proc/12632/task/12639/stat : 12639 (java) S 12630 12632 12416 0 -1 4202560 9629 0 0 0 148 1 0 0 16 0 19 0 833365622 10806927360 955935 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 1 0 0 0
[pid=12632/tid=12640] ppid=12630 vsize=10553640 CPUtime=1.48 cores=1,3,5,7
/proc/12632/task/12640/stat : 12640 (java) S 12630 12632 12416 0 -1 4202560 10093 0 0 0 147 1 0 0 16 0 19 0 833365622 10806927360 955935 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12641] ppid=12630 vsize=10553640 CPUtime=1.66 cores=1,3,5,7
/proc/12632/task/12641/stat : 12641 (java) S 12630 12632 12416 0 -1 4202560 15185 0 0 0 165 1 0 0 15 0 19 0 833365622 10806927360 955935 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12642] ppid=12630 vsize=10553640 CPUtime=1.64 cores=1,3,5,7
/proc/12632/task/12642/stat : 12642 (java) S 12630 12632 12416 0 -1 4202560 20057 0 0 0 162 2 0 0 15 0 19 0 833365622 10806927360 955935 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 7 0 0 0
[pid=12632/tid=12643] ppid=12630 vsize=10553640 CPUtime=2.58 cores=1,3,5,7
/proc/12632/task/12643/stat : 12643 (java) S 12630 12632 12416 0 -1 4202560 39755 0 0 0 252 6 0 0 15 0 19 0 833365623 10806927360 955935 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366720 0 0 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12644] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12644/stat : 12644 (java) S 12630 12632 12416 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833365623 10806927360 955935 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12645] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12645/stat : 12645 (java) S 12630 12632 12416 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833365623 10806927360 955935 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12646] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12646/stat : 12646 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365627 10806927360 955935 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982373809 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12647] ppid=12630 vsize=10553640 CPUtime=0.95 cores=1,3,5,7
/proc/12632/task/12647/stat : 12647 (java) S 12630 12632 12416 0 -1 4202560 7726 0 0 0 94 1 0 0 16 0 19 0 833365627 10806927360 955935 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12648] ppid=12630 vsize=10553640 CPUtime=1.02 cores=1,3,5,7
/proc/12632/task/12648/stat : 12648 (java) S 12630 12632 12416 0 -1 4202560 7614 0 0 0 101 1 0 0 15 0 19 0 833365627 10806927360 955935 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 1 0 0 0
[pid=12632/tid=12649] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12649/stat : 12649 (java) S 12630 12632 12416 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833365627 10806927360 955935 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366105 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
[pid=12632/tid=12650] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12650/stat : 12650 (java) S 12630 12632 12416 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 833365627 10806927360 955935 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366720 0 4 0 16800975 18446604460110985280 0 0 -1 1 0 0 0
[pid=12632/tid=12670] ppid=12630 vsize=10553640 CPUtime=0 cores=1,3,5,7
/proc/12632/task/12670/stat : 12670 (java) S 12630 12632 12416 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833365910 10806927360 955935 33554432000 1073741824 1073778376 140736814612320 18446744073709551615 242982366720 0 4 0 16800975 18446604460110985280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 10553640

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

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

[startup+1789.8 s]
/proc/loadavg: 2.13 2.07 1.97 4/567 12749
/proc/meminfo: memFree=7316248/32951132 swapFree=46579808/67111528
[pid=12632] ppid=12630 vsize=0 CPUtime=1800.25 cores=1,3,5,7
/proc/12632/stat : 12632 (java) Z 12630 12632 12416 0 -1 4203548 967412 0 1 0 179905 120 0 0 17 0 2 0 833365618 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12632/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1789.83
CPU time (s): 1800.29
CPU user time (s): 1799.05
CPU system time (s): 1.23781
CPU usage (%): 100.584
Max. virtual memory (cumulated for all children) (KiB): 10556896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.05
system time used= 1.23781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 967412
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= 40848
involuntary context switches= 17737

runsolver used 9.55955 second user time and 23.0535 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-04 22:01:10
IDJOB=3456511
IDBENCH=1447
IDSOLVER=1951
FILE ID=node128/3456511-1307217669
RUNJOBID= node128-1307215869-12435
PBS_JOBID= 13509096
Free space on /tmp= 73904 MiB

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

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

MD5SUM BENCH= 3764cf8f4e2d3654f46ab0ec56ea8581
RANDOM SEED=425768590

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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.82
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.852
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.852
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.82
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.852
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.852
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.82
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      15145676 kB
Buffers:        334144 kB
Cached:        3523136 kB
SwapCached:      35620 kB
Active:        9094704 kB
Inactive:      8393756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      15145676 kB
SwapTotal:    67111528 kB
SwapFree:     46579808 kB
Dirty:           17692 kB
Writeback:           0 kB
AnonPages:    13604888 kB
Mapped:          25256 kB
Slab:           135828 kB
PageTables:     112592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 185124688 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73900 MiB
End job on node128 at 2011-06-04 22:31:01