Trace number 3456813

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.19 1796.15

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-seba.opb
MD5SUM1b2371606d4072012aff3f48017bfad5
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20367073880
Best CPU time to get the best result obtained on this benchmark1800.37
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 20409176029
Optimality of the best value was proved NO
Number of variables23376
Total number of constraints1029
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1029
Minimum length of a constraint10
Maximum length of a constraint496
Number of terms in the objective function 7565
Biggest coefficient in the objective function 258342282854400
Number of bits for the biggest coefficient in the objective function 48
Sum of the numbers in the objective function 4664562894591719
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 258342282854400
Number of bits of the biggest number in a constraint 48
Biggest sum of numbers in a constraint 4664562894591719
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3456813-1307658863.opb
0.11/0.11	c reading problem ... 
1.15/0.66	c ... done. Wall clock time 0.552s.
1.15/0.66	c #vars     23376
1.15/0.66	c #constraints  8207
1.15/0.66	c constraints type 
1.15/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1484
472.29/469.48	c cleaning 0 clauses out of 5002 with flag 0/5002
1800.03/1796.01	c starts		: 18
1800.03/1796.01	c conflicts		: 7437
1800.03/1796.01	c decisions		: 239066
1800.03/1796.01	c propagations		: 1193003
1800.03/1796.01	c inspects		: 452215430
1800.03/1796.01	c shortcuts		: 0
1800.03/1796.01	c learnt literals	: 0
1800.03/1796.01	c learnt binary clauses	: 0
1800.03/1796.01	c learnt ternary clauses	: 0
1800.03/1796.01	c learnt constraints	: 7437
1800.03/1796.01	c ignored constraints	: 0
1800.03/1796.01	c root simplifications	: 0
1800.03/1796.01	c removed literals (reason simplification)	: 0
1800.03/1796.01	c reason swapping (by a shorter reason)	: 0
1800.03/1796.01	c Calls to reduceDB	: 1
1800.03/1796.01	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.01	c number of learned constraints concerned by reduction	: 0
1800.03/1796.01	c number of learning phase by resolution	: 0
1800.03/1796.01	c number of learning phase by cutting planes	: 0
1800.03/1796.01	c speed (assignments/second)	: 664.4953190237903
1800.03/1796.01	c non guided choices	117
1800.03/1796.02	c learnt constraints type 
1800.03/1796.02	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.03/1796.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7436
1800.03/1796.02	c constraints type 
1800.03/1796.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1484
1800.03/1796.02	s UNKNOWN
1800.03/1796.02	c Total wall clock time (in seconds): 1795.911

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-3456813-1307658863/watcher-3456813-1307658863 -o /tmp/evaluation-result-3456813-1307658863/solver-3456813-1307658863 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456813-1307658863.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.02 1.46 1.77 3/186 8125
/proc/meminfo: memFree=32391204/32951124 swapFree=67062492/67111528
[pid=8125] ppid=8123 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/8125/stat : 8125 (java) S 8123 8125 7341 0 -1 4202496 1231 0 0 0 0 0 0 0 22 0 2 0 858302232 31260672 951 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828039141 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/8125/statm: 7632 957 730 9 0 383 0
[pid=8125/tid=8126] ppid=8123 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8126/stat : 8126 (java) R 8123 8125 7341 0 -1 4202560 123 0 0 0 0 0 0 0 23 0 2 0 858302233 31260672 957 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220816236288 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.00816009 s]
/proc/loadavg: 1.02 1.46 1.77 3/186 8125
/proc/meminfo: memFree=32391204/32951124 swapFree=67062492/67111528
[pid=8125] ppid=8123 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/8125/stat : 8125 (java) S 8123 8125 7341 0 -1 4202496 1595 0 1 0 0 0 0 0 22 0 2 0 858302232 10681323520 1297 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828039141 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/8125/statm: 2607745 1312 906 9 0 2598901 0
[pid=8125/tid=8126] ppid=8123 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8126/stat : 8126 (java) R 8123 8125 7341 0 -1 4202560 506 0 1 0 0 0 0 0 24 0 2 0 858302233 10681323520 1322 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220815930427 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10430980

[startup+0.100182 s]
/proc/loadavg: 1.02 1.46 1.77 3/186 8125
/proc/meminfo: memFree=32391204/32951124 swapFree=67062492/67111528
[pid=8125] ppid=8123 vsize=10539940 CPUtime=0.11 cores=1,3,5,7
/proc/8125/stat : 8125 (java) S 8123 8125 7341 0 -1 4202496 13052 0 1 0 10 1 0 0 22 0 18 0 858302232 10792898560 12749 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8125/statm: 2634985 12749 2092 9 0 2625719 0
[pid=8125/tid=8126] ppid=8123 vsize=10539940 CPUtime=0.08 cores=1,3,5,7
/proc/8125/task/8126/stat : 8126 (java) R 8123 8125 7341 0 -1 4202560 11173 0 1 0 8 0 0 0 18 0 18 0 858302233 10792898560 12750 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 47849579607546 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539940

[startup+0.301141 s]
/proc/loadavg: 1.02 1.46 1.77 3/186 8125
/proc/meminfo: memFree=32391204/32951124 swapFree=67062492/67111528
[pid=8125] ppid=8123 vsize=10543284 CPUtime=0.54 cores=1,3,5,7
/proc/8125/stat : 8125 (java) S 8123 8125 7341 0 -1 4202496 19576 0 1 0 52 2 0 0 22 0 18 0 858302232 10796322816 18067 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8125/statm: 2635821 18068 2202 9 0 2626555 0
[pid=8125/tid=8126] ppid=8123 vsize=10543284 CPUtime=0.28 cores=1,3,5,7
/proc/8125/task/8126/stat : 8126 (java) R 8123 8125 7341 0 -1 4202560 14621 0 1 0 27 1 0 0 18 0 18 0 858302233 10796322816 18068 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 46912505182944 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10543284

[startup+0.701066 s]
/proc/loadavg: 1.02 1.46 1.77 3/186 8125
/proc/meminfo: memFree=32391204/32951124 swapFree=67062492/67111528
[pid=8125] ppid=8123 vsize=10552180 CPUtime=1.29 cores=1,3,5,7
/proc/8125/stat : 8125 (java) S 8123 8125 7341 0 -1 4202496 48936 0 1 0 124 5 0 0 22 0 18 0 858302232 10805432320 45357 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8125/statm: 2638045 45357 2223 9 0 2628779 0
[pid=8125/tid=8126] ppid=8123 vsize=10552180 CPUtime=0.69 cores=1,3,5,7
/proc/8125/task/8126/stat : 8126 (java) R 8123 8125 7341 0 -1 4202560 38991 0 1 0 65 4 0 0 18 0 18 0 858302233 10805432320 45357 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 46912505567353 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 10552180

[startup+1.50093 s]
/proc/loadavg: 1.02 1.46 1.77 3/211 8150
/proc/meminfo: memFree=32096784/32951124 swapFree=67062492/67111528
[pid=8125] ppid=8123 vsize=10553208 CPUtime=2.28 cores=1,3,5,7
/proc/8125/stat : 8125 (java) S 8123 8125 7341 0 -1 4202496 54209 0 1 0 222 6 0 0 22 0 19 0 858302232 10806484992 50629 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8125/statm: 2638302 50629 2229 9 0 2629036 0
[pid=8125/tid=8126] ppid=8123 vsize=10553208 CPUtime=1.48 cores=1,3,5,7
/proc/8125/task/8126/stat : 8126 (java) R 8123 8125 7341 0 -1 4202560 44221 0 1 0 144 4 0 0 20 0 19 0 858302233 10806484992 50629 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 46912505630785 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8125/tid=8133] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8133/stat : 8133 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 50629 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8134] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8134/stat : 8134 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 50629 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8135] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8135/stat : 8135 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 50629 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8136] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8136/stat : 8136 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 50629 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8137] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8137/stat : 8137 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 50630 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8138] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8138/stat : 8138 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 50630 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8139] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8139/stat : 8139 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 50630 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8140] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8140/stat : 8140 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 50630 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8141] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8141/stat : 8141 (java) S 8123 8125 7341 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 858302235 10806484992 50630 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052992 0 0 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8142] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8142/stat : 8142 (java) S 8123 8125 7341 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 858302236 10806484992 50630 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8143] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8143/stat : 8143 (java) S 8123 8125 7341 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858302236 10806484992 50630 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 1 0 0 0
[pid=8125/tid=8144] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8144/stat : 8144 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858302238 10806484992 50630 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828060081 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8145] ppid=8123 vsize=10553208 CPUtime=0.38 cores=1,3,5,7
/proc/8125/task/8145/stat : 8145 (java) S 8123 8125 7341 0 -1 4202560 3430 0 0 0 38 0 0 0 16 0 19 0 858302238 10806484992 50630 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8146] ppid=8123 vsize=10553208 CPUtime=0.38 cores=1,3,5,7
/proc/8125/task/8146/stat : 8146 (java) S 8123 8125 7341 0 -1 4202560 5398 0 0 0 38 0 0 0 15 0 19 0 858302238 10806484992 50631 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8147] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8147/stat : 8147 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 858302238 10806484992 50631 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8148] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8148/stat : 8148 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 858302238 10806484992 50631 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052992 0 4 0 16800975 18446604471140165632 0 0 -1 7 0 0 0
[pid=8125/tid=8150] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8150/stat : 8150 (java) S 8123 8125 7341 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858302307 10806484992 50631 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052992 0 4 0 16800975 18446604471140165632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10553208

[startup+3.10063 s]
/proc/loadavg: 1.02 1.46 1.77 3/211 8150
/proc/meminfo: memFree=31865576/32951124 swapFree=67062492/67111528
[pid=8125] ppid=8123 vsize=10553208 CPUtime=3.95 cores=1,3,5,7
/proc/8125/stat : 8125 (java) S 8123 8125 7341 0 -1 4202496 71336 0 1 0 387 8 0 0 22 0 19 0 858302232 10806484992 67755 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8125/statm: 2638302 67755 2232 9 0 2629036 0
[pid=8125/tid=8126] ppid=8123 vsize=10553208 CPUtime=3.09 cores=1,3,5,7
/proc/8125/task/8126/stat : 8126 (java) R 8123 8125 7341 0 -1 4202560 61336 0 1 0 302 7 0 0 19 0 19 0 858302233 10806484992 67756 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 46912505630774 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8125/tid=8133] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8133/stat : 8133 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 67756 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8134] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8134/stat : 8134 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 67756 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8135] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8135/stat : 8135 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 67756 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8136] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8136/stat : 8136 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 67756 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8137] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8137/stat : 8137 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 67756 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8138] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8138/stat : 8138 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 67756 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8139] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8139/stat : 8139 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 67756 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8140] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8140/stat : 8140 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 67756 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8141] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8141/stat : 8141 (java) S 8123 8125 7341 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 858302235 10806484992 67756 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052992 0 0 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8142] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8142/stat : 8142 (java) S 8123 8125 7341 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 858302236 10806484992 67756 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8143] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8143/stat : 8143 (java) S 8123 8125 7341 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858302236 10806484992 67757 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 1 0 0 0
[pid=8125/tid=8144] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8144/stat : 8144 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858302238 10806484992 67757 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828060081 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8145] ppid=8123 vsize=10553208 CPUtime=0.41 cores=1,3,5,7
/proc/8125/task/8145/stat : 8145 (java) S 8123 8125 7341 0 -1 4202560 3435 0 0 0 41 0 0 0 15 0 19 0 858302238 10806484992 67757 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8146] ppid=8123 vsize=10553208 CPUtime=0.43 cores=1,3,5,7
/proc/8125/task/8146/stat : 8146 (java) S 8123 8125 7341 0 -1 4202560 5406 0 0 0 43 0 0 0 16 0 19 0 858302238 10806484992 67757 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8147] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8147/stat : 8147 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 858302238 10806484992 67757 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8148] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8148/stat : 8148 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 858302238 10806484992 67757 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052992 0 4 0 16800975 18446604471140165632 0 0 -1 7 0 0 0
[pid=8125/tid=8150] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8150/stat : 8150 (java) S 8123 8125 7341 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858302307 10806484992 67757 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052992 0 4 0 16800975 18446604471140165632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 10553208

[startup+6.30104 s]
/proc/loadavg: 1.10 1.47 1.77 3/211 8150
/proc/meminfo: memFree=30811580/32951124 swapFree=67062492/67111528
[pid=8125] ppid=8123 vsize=10553208 CPUtime=7.31 cores=1,3,5,7
/proc/8125/stat : 8125 (java) S 8123 8125 7341 0 -1 4202496 111489 0 1 0 719 12 0 0 22 0 19 0 858302232 10806484992 107250 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8125/statm: 2638302 107250 2233 9 0 2629036 0
[pid=8125/tid=8126] ppid=8123 vsize=10553208 CPUtime=6.29 cores=1,3,5,7
/proc/8125/task/8126/stat : 8126 (java) R 8123 8125 7341 0 -1 4202560 100951 0 1 0 618 11 0 0 21 0 19 0 858302233 10806484992 107251 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 46912505630491 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8125/tid=8133] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8133/stat : 8133 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 107251 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8134] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8134/stat : 8134 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 107251 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8135] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8135/stat : 8135 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 107251 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8136] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8136/stat : 8136 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 107251 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8137] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8137/stat : 8137 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 107251 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8138] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8138/stat : 8138 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 107251 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8139] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8139/stat : 8139 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 107251 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8140] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8140/stat : 8140 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858302234 10806484992 107252 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8141] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8141/stat : 8141 (java) S 8123 8125 7341 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 858302235 10806484992 107252 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052992 0 0 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8142] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8142/stat : 8142 (java) S 8123 8125 7341 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 858302236 10806484992 107252 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8143] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8143/stat : 8143 (java) S 8123 8125 7341 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858302236 10806484992 107252 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 1 0 0 0
[pid=8125/tid=8144] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8144/stat : 8144 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858302238 10806484992 107252 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828060081 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8145] ppid=8123 vsize=10553208 CPUtime=0.51 cores=1,3,5,7
/proc/8125/task/8145/stat : 8145 (java) S 8123 8125 7341 0 -1 4202560 3957 0 0 0 51 0 0 0 15 0 19 0 858302238 10806484992 107252 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8146] ppid=8123 vsize=10553208 CPUtime=0.49 cores=1,3,5,7
/proc/8125/task/8146/stat : 8146 (java) S 8123 8125 7341 0 -1 4202560 5421 0 0 0 49 0 0 0 15 0 19 0 858302238 10806484992 107252 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0

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

/proc/8125/task/8143/stat : 8143 (java) S 8123 8125 7341 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858302236 10806484992 937808 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 1 0 0 0
[pid=8125/tid=8144] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8144/stat : 8144 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858302238 10806484992 937808 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828060081 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8145] ppid=8123 vsize=10553208 CPUtime=0.71 cores=1,3,5,7
/proc/8125/task/8145/stat : 8145 (java) S 8123 8125 7341 0 -1 4202560 4834 0 0 0 71 0 0 0 15 0 19 0 858302238 10806484992 937808 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8146] ppid=8123 vsize=10553208 CPUtime=0.73 cores=1,3,5,7
/proc/8125/task/8146/stat : 8146 (java) S 8123 8125 7341 0 -1 4202560 5484 0 0 0 73 0 0 0 15 0 19 0 858302238 10806484992 937808 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8147] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8147/stat : 8147 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 858302238 10806484992 937808 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8148] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8148/stat : 8148 (java) S 8123 8125 7341 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 858302238 10806484992 937808 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052992 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8150] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8150/stat : 8150 (java) S 8123 8125 7341 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858302307 10806484992 937808 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052992 0 4 0 16800975 18446604471140165632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.25
Current children cumulated vsize (KiB) 10553208

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 1.94 3/211 8205
/proc/meminfo: memFree=24680096/32951124 swapFree=67062492/67111528
[pid=8125] ppid=8123 vsize=10553208 CPUtime=1726.29 cores=1,3,5,7
/proc/8125/stat : 8125 (java) S 8123 8125 7341 0 -1 4202496 945333 0 1 0 172518 111 0 0 22 0 19 0 858302232 10806484992 938744 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8125/statm: 2638302 938744 2262 9 0 2629036 0
[pid=8125/tid=8126] ppid=8123 vsize=10553208 CPUtime=1721.04 cores=1,3,5,7
/proc/8125/task/8126/stat : 8126 (java) R 8123 8125 7341 0 -1 4202560 798258 0 1 0 172013 91 0 0 25 0 19 0 858302233 10806484992 938744 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 46912506200312 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8125/tid=8133] ppid=8123 vsize=10553208 CPUtime=0.45 cores=1,3,5,7
/proc/8125/task/8133/stat : 8133 (java) S 8123 8125 7341 0 -1 4202560 24155 0 0 0 43 2 0 0 16 0 19 0 858302234 10806484992 938744 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8134] ppid=8123 vsize=10553208 CPUtime=0.44 cores=1,3,5,7
/proc/8125/task/8134/stat : 8134 (java) S 8123 8125 7341 0 -1 4202560 11101 0 0 0 43 1 0 0 15 0 19 0 858302234 10806484992 938744 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8135] ppid=8123 vsize=10553208 CPUtime=0.34 cores=1,3,5,7
/proc/8125/task/8135/stat : 8135 (java) S 8123 8125 7341 0 -1 4202560 9542 0 0 0 33 1 0 0 15 0 19 0 858302234 10806484992 938744 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 1 0 0 0
[pid=8125/tid=8136] ppid=8123 vsize=10553208 CPUtime=0.42 cores=1,3,5,7
/proc/8125/task/8136/stat : 8136 (java) S 8123 8125 7341 0 -1 4202560 17992 0 0 0 40 2 0 0 16 0 19 0 858302234 10806484992 938744 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 7 0 0 0
[pid=8125/tid=8137] ppid=8123 vsize=10553208 CPUtime=0.36 cores=1,3,5,7
/proc/8125/task/8137/stat : 8137 (java) S 8123 8125 7341 0 -1 4202560 14351 0 0 0 35 1 0 0 16 0 19 0 858302234 10806484992 938744 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 1 0 0 0
[pid=8125/tid=8138] ppid=8123 vsize=10553208 CPUtime=0.52 cores=1,3,5,7
/proc/8125/task/8138/stat : 8138 (java) S 8123 8125 7341 0 -1 4202560 25263 0 0 0 49 3 0 0 16 0 19 0 858302234 10806484992 938744 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8139] ppid=8123 vsize=10553208 CPUtime=0.48 cores=1,3,5,7
/proc/8125/task/8139/stat : 8139 (java) S 8123 8125 7341 0 -1 4202560 17585 0 0 0 46 2 0 0 15 0 19 0 858302234 10806484992 938744 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8140] ppid=8123 vsize=10553208 CPUtime=0.31 cores=1,3,5,7
/proc/8125/task/8140/stat : 8140 (java) S 8123 8125 7341 0 -1 4202560 13520 0 0 0 30 1 0 0 16 0 19 0 858302234 10806484992 938744 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8141] ppid=8123 vsize=10553208 CPUtime=0.36 cores=1,3,5,7
/proc/8125/task/8141/stat : 8141 (java) S 8123 8125 7341 0 -1 4202560 1997 0 0 0 36 0 0 0 15 0 19 0 858302235 10806484992 938744 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052992 0 0 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8142] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8142/stat : 8142 (java) S 8123 8125 7341 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858302236 10806484992 938744 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8143] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8143/stat : 8143 (java) S 8123 8125 7341 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858302236 10806484992 938744 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 1 0 0 0
[pid=8125/tid=8144] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8144/stat : 8144 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858302238 10806484992 938744 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828060081 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8145] ppid=8123 vsize=10553208 CPUtime=0.71 cores=1,3,5,7
/proc/8125/task/8145/stat : 8145 (java) S 8123 8125 7341 0 -1 4202560 4834 0 0 0 71 0 0 0 15 0 19 0 858302238 10806484992 938744 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8146] ppid=8123 vsize=10553208 CPUtime=0.73 cores=1,3,5,7
/proc/8125/task/8146/stat : 8146 (java) S 8123 8125 7341 0 -1 4202560 5484 0 0 0 73 0 0 0 15 0 19 0 858302238 10806484992 938744 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8147] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8147/stat : 8147 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 858302238 10806484992 938744 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8148] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8148/stat : 8148 (java) S 8123 8125 7341 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 858302238 10806484992 938744 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052992 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8150] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8150/stat : 8150 (java) S 8123 8125 7341 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858302307 10806484992 938744 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052992 0 4 0 16800975 18446604471140165632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.29
Current children cumulated vsize (KiB) 10553208

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/211 8207
/proc/meminfo: memFree=24674100/32951124 swapFree=67062492/67111528
[pid=8125] ppid=8123 vsize=10553208 CPUtime=1786.32 cores=1,3,5,7
/proc/8125/stat : 8125 (java) S 8123 8125 7341 0 -1 4202496 946108 0 1 0 178521 111 0 0 22 0 19 0 858302232 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8125/statm: 2638302 939503 2262 9 0 2629036 0
[pid=8125/tid=8126] ppid=8123 vsize=10553208 CPUtime=1781.02 cores=1,3,5,7
/proc/8125/task/8126/stat : 8126 (java) R 8123 8125 7341 0 -1 4202560 798259 0 1 0 178011 91 0 0 25 0 19 0 858302233 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 46912505722840 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8125/tid=8133] ppid=8123 vsize=10553208 CPUtime=0.45 cores=1,3,5,7
/proc/8125/task/8133/stat : 8133 (java) S 8123 8125 7341 0 -1 4202560 24155 0 0 0 43 2 0 0 15 0 19 0 858302234 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8134] ppid=8123 vsize=10553208 CPUtime=0.45 cores=1,3,5,7
/proc/8125/task/8134/stat : 8134 (java) S 8123 8125 7341 0 -1 4202560 11301 0 0 0 44 1 0 0 16 0 19 0 858302234 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8135] ppid=8123 vsize=10553208 CPUtime=0.35 cores=1,3,5,7
/proc/8125/task/8135/stat : 8135 (java) S 8123 8125 7341 0 -1 4202560 9600 0 0 0 34 1 0 0 16 0 19 0 858302234 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 1 0 0 0
[pid=8125/tid=8136] ppid=8123 vsize=10553208 CPUtime=0.42 cores=1,3,5,7
/proc/8125/task/8136/stat : 8136 (java) S 8123 8125 7341 0 -1 4202560 17992 0 0 0 40 2 0 0 15 0 19 0 858302234 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 7 0 0 0
[pid=8125/tid=8137] ppid=8123 vsize=10553208 CPUtime=0.36 cores=1,3,5,7
/proc/8125/task/8137/stat : 8137 (java) S 8123 8125 7341 0 -1 4202560 14351 0 0 0 35 1 0 0 15 0 19 0 858302234 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 1 0 0 0
[pid=8125/tid=8138] ppid=8123 vsize=10553208 CPUtime=0.52 cores=1,3,5,7
/proc/8125/task/8138/stat : 8138 (java) S 8123 8125 7341 0 -1 4202560 25263 0 0 0 49 3 0 0 15 0 19 0 858302234 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8139] ppid=8123 vsize=10553208 CPUtime=0.49 cores=1,3,5,7
/proc/8125/task/8139/stat : 8139 (java) S 8123 8125 7341 0 -1 4202560 18074 0 0 0 47 2 0 0 16 0 19 0 858302234 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8140] ppid=8123 vsize=10553208 CPUtime=0.32 cores=1,3,5,7
/proc/8125/task/8140/stat : 8140 (java) S 8123 8125 7341 0 -1 4202560 13543 0 0 0 31 1 0 0 16 0 19 0 858302234 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 7 0 0 0
[pid=8125/tid=8141] ppid=8123 vsize=10553208 CPUtime=0.36 cores=1,3,5,7
/proc/8125/task/8141/stat : 8141 (java) S 8123 8125 7341 0 -1 4202560 1999 0 0 0 36 0 0 0 15 0 19 0 858302235 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052992 0 0 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8142] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8142/stat : 8142 (java) S 8123 8125 7341 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858302236 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8143] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8143/stat : 8143 (java) S 8123 8125 7341 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858302236 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 1 0 0 0
[pid=8125/tid=8144] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8144/stat : 8144 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858302238 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828060081 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8145] ppid=8123 vsize=10553208 CPUtime=0.71 cores=1,3,5,7
/proc/8125/task/8145/stat : 8145 (java) S 8123 8125 7341 0 -1 4202560 4834 0 0 0 71 0 0 0 15 0 19 0 858302238 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8146] ppid=8123 vsize=10553208 CPUtime=0.73 cores=1,3,5,7
/proc/8125/task/8146/stat : 8146 (java) S 8123 8125 7341 0 -1 4202560 5484 0 0 0 73 0 0 0 15 0 19 0 858302238 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8147] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8147/stat : 8147 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 858302238 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8148] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8148/stat : 8148 (java) S 8123 8125 7341 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 858302238 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052992 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8150] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8150/stat : 8150 (java) S 8123 8125 7341 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858302307 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052992 0 4 0 16800975 18446604471140165632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.32
Current children cumulated vsize (KiB) 10553208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 1.99 2.02 1.94 3/190 8217
/proc/meminfo: memFree=28667784/32951124 swapFree=67062492/67111528
[pid=8125] ppid=8123 vsize=10553208 CPUtime=1800.03 cores=1,3,5,7
/proc/8125/stat : 8125 (java) S 8123 8125 7341 0 -1 4202496 946110 0 1 0 179892 111 0 0 22 0 19 0 858302232 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8125/statm: 2638302 939503 2262 9 0 2629036 0
[pid=8125/tid=8126] ppid=8123 vsize=10553208 CPUtime=1794.73 cores=1,3,5,7
/proc/8125/task/8126/stat : 8126 (java) R 8123 8125 7341 0 -1 4202560 798259 0 1 0 179382 91 0 0 25 0 19 0 858302233 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 46912505722612 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8125/tid=8133] ppid=8123 vsize=10553208 CPUtime=0.45 cores=1,3,5,7
/proc/8125/task/8133/stat : 8133 (java) S 8123 8125 7341 0 -1 4202560 24155 0 0 0 43 2 0 0 15 0 19 0 858302234 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8134] ppid=8123 vsize=10553208 CPUtime=0.45 cores=1,3,5,7
/proc/8125/task/8134/stat : 8134 (java) S 8123 8125 7341 0 -1 4202560 11301 0 0 0 44 1 0 0 16 0 19 0 858302234 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8135] ppid=8123 vsize=10553208 CPUtime=0.35 cores=1,3,5,7
/proc/8125/task/8135/stat : 8135 (java) S 8123 8125 7341 0 -1 4202560 9600 0 0 0 34 1 0 0 16 0 19 0 858302234 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 1 0 0 0
[pid=8125/tid=8136] ppid=8123 vsize=10553208 CPUtime=0.42 cores=1,3,5,7
/proc/8125/task/8136/stat : 8136 (java) S 8123 8125 7341 0 -1 4202560 17992 0 0 0 40 2 0 0 15 0 19 0 858302234 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 7 0 0 0
[pid=8125/tid=8137] ppid=8123 vsize=10553208 CPUtime=0.36 cores=1,3,5,7
/proc/8125/task/8137/stat : 8137 (java) S 8123 8125 7341 0 -1 4202560 14351 0 0 0 35 1 0 0 15 0 19 0 858302234 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 1 0 0 0
[pid=8125/tid=8138] ppid=8123 vsize=10553208 CPUtime=0.52 cores=1,3,5,7
/proc/8125/task/8138/stat : 8138 (java) S 8123 8125 7341 0 -1 4202560 25263 0 0 0 49 3 0 0 15 0 19 0 858302234 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8139] ppid=8123 vsize=10553208 CPUtime=0.49 cores=1,3,5,7
/proc/8125/task/8139/stat : 8139 (java) S 8123 8125 7341 0 -1 4202560 18074 0 0 0 47 2 0 0 16 0 19 0 858302234 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8140] ppid=8123 vsize=10553208 CPUtime=0.32 cores=1,3,5,7
/proc/8125/task/8140/stat : 8140 (java) S 8123 8125 7341 0 -1 4202560 13543 0 0 0 31 1 0 0 16 0 19 0 858302234 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 7 0 0 0
[pid=8125/tid=8141] ppid=8123 vsize=10553208 CPUtime=0.36 cores=1,3,5,7
/proc/8125/task/8141/stat : 8141 (java) S 8123 8125 7341 0 -1 4202560 1999 0 0 0 36 0 0 0 15 0 19 0 858302235 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052992 0 0 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8142] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8142/stat : 8142 (java) S 8123 8125 7341 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858302236 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8143] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8143/stat : 8143 (java) S 8123 8125 7341 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858302236 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 1 0 0 0
[pid=8125/tid=8144] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8144/stat : 8144 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858302238 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828060081 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8145] ppid=8123 vsize=10553208 CPUtime=0.71 cores=1,3,5,7
/proc/8125/task/8145/stat : 8145 (java) S 8123 8125 7341 0 -1 4202560 4834 0 0 0 71 0 0 0 15 0 19 0 858302238 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8146] ppid=8123 vsize=10553208 CPUtime=0.73 cores=1,3,5,7
/proc/8125/task/8146/stat : 8146 (java) S 8123 8125 7341 0 -1 4202560 5484 0 0 0 73 0 0 0 15 0 19 0 858302238 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8147] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8147/stat : 8147 (java) S 8123 8125 7341 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 858302238 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052377 0 4 0 16800975 18446604471140165632 0 0 -1 5 0 0 0
[pid=8125/tid=8148] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8148/stat : 8148 (java) S 8123 8125 7341 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 858302238 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052992 0 4 0 16800975 18446604471140165632 0 0 -1 3 0 0 0
[pid=8125/tid=8150] ppid=8123 vsize=10553208 CPUtime=0 cores=1,3,5,7
/proc/8125/task/8150/stat : 8150 (java) S 8123 8125 7341 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858302307 10806484992 939503 33554432000 1073741824 1073778376 140735617938384 18446744073709551615 220828052992 0 4 0 16800975 18446604471140165632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 10553208

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

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

[startup+1796.12 s]
/proc/loadavg: 1.99 2.02 1.94 3/190 8217
/proc/meminfo: memFree=28667784/32951124 swapFree=67062492/67111528
[pid=8125] ppid=8123 vsize=0 CPUtime=1800.15 cores=1,3,5,7
/proc/8125/stat : 8125 (java) Z 8123 8125 7341 0 -1 4203548 946140 0 1 0 179894 121 0 0 17 0 2 0 858302232 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8125/statm: 0 0 0 0 0 0 0
[pid=8125/tid=8140] ppid=8123 vsize=0 CPUtime=0.42 cores=1,3,5,7
/proc/8125/task/8140/stat : 8140 (java) R 8123 8125 7341 0 -1 4203588 13543 0 0 0 31 11 0 0 15 0 2 0 858302234 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.15
CPU time (s): 1800.19
CPU user time (s): 1798.94
CPU system time (s): 1.24581
CPU usage (%): 100.225
Max. virtual memory (cumulated for all children) (KiB): 10553208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 1.24581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 946140
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= 37987
involuntary context switches= 35067

runsolver used 3.13452 second user time and 6.68198 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-10 00:34:23
IDJOB=3456813
IDBENCH=2432
IDSOLVER=1951
FILE ID=node147/3456813-1307658863
RUNJOBID= node147-1307658863-8086
PBS_JOBID= 13549409
Free space on /tmp= 74068 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-seba.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456813-1307658863/watcher-3456813-1307658863 -o /tmp/evaluation-result-3456813-1307658863/solver-3456813-1307658863 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456813-1307658863.opb

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

MD5SUM BENCH= 1b2371606d4072012aff3f48017bfad5
RANDOM SEED=1334501937

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32391904 kB
Buffers:         66188 kB
Cached:         304420 kB
SwapCached:      10244 kB
Active:         145388 kB
Inactive:       278660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32391904 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:            3168 kB
Writeback:          16 kB
AnonPages:       51480 kB
Mapped:          14992 kB
Slab:            71028 kB
PageTables:       4160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10482944 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= 74068 MiB
End job on node147 at 2011-06-10 01:04:21