Trace number 3456623

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.23 1792.38

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-trento1.opb
MD5SUM3e144bcef2d8d517e1e9ee592d533dc8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark92910583450812416
Best CPU time to get the best result obtained on this benchmark1800.21
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 21491069266217984
Optimality of the best value was proved NO
Number of variables44575
Total number of constraints1264
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 constraints1264
Minimum length of a constraint35
Maximum length of a constraint44575
Number of terms in the objective function 44575
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 3578049115531221094637
Number of bits of the sum of numbers in the objective function 72
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 3578151515531221094637
Number of bits of the biggest sum of numbers72
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3456623-1307655093.opb
0.11/0.10	c reading problem ... 
1.58/0.92	c ... done. Wall clock time 0.813s.
1.58/0.92	c #vars     44575
1.58/0.92	c #constraints  20600
1.58/0.92	c constraints type 
1.58/0.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2512
1800.05/1792.21	c starts		: 1
1800.05/1792.21	c conflicts		: 335
1800.05/1792.21	c decisions		: 879660
1800.05/1792.21	c propagations		: 2367536
1800.05/1792.21	c inspects		: 24166315
1800.05/1792.21	c shortcuts		: 0
1800.05/1792.21	c learnt literals	: 0
1800.05/1792.21	c learnt binary clauses	: 0
1800.05/1792.21	c learnt ternary clauses	: 0
1800.05/1792.21	c learnt constraints	: 334
1800.05/1792.21	c ignored constraints	: 0
1800.05/1792.21	c root simplifications	: 0
1800.05/1792.21	c removed literals (reason simplification)	: 0
1800.05/1792.21	c reason swapping (by a shorter reason)	: 0
1800.05/1792.21	c Calls to reduceDB	: 0
1800.05/1792.21	c number of reductions to clauses (during analyze)	: 0
1800.05/1792.21	c number of learned constraints concerned by reduction	: 0
1800.05/1792.21	c number of learning phase by resolution	: 0
1800.05/1792.21	c number of learning phase by cutting planes	: 0
1800.05/1792.21	c speed (assignments/second)	: 1321.6903534539836
1800.05/1792.21	c non guided choices	0
1800.05/1792.21	c learnt constraints type 
1800.05/1792.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 334
1800.05/1792.21	c constraints type 
1800.05/1792.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2512
1800.05/1792.21	s UNKNOWN
1800.05/1792.21	c Total wall clock time (in seconds): 1792.108

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.16 3/192 14141
/proc/meminfo: memFree=31789860/32951132 swapFree=67054608/67111528
[pid=14141] ppid=14139 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/14141/stat : 14141 (java) R 14139 14141 11485 0 -1 4202496 1127 0 0 0 0 0 0 0 23 0 2 0 877108979 24580096 865 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274664864753 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/14141/statm: 6002 870 657 9 0 382 0
[pid=14141/tid=14142] ppid=14139 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14142/stat : 14142 (java) R 14139 14141 11485 0 -1 4202560 43 0 0 0 0 0 0 0 24 0 2 0 877108980 26714112 885 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676613764 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.0451111 s]
/proc/loadavg: 1.00 1.01 1.16 3/192 14141
/proc/meminfo: memFree=31789860/32951132 swapFree=67054608/67111528
[pid=14141] ppid=14139 vsize=10533016 CPUtime=0.03 cores=0,2,4,6
/proc/14141/stat : 14141 (java) S 14139 14141 11485 0 -1 4202496 11324 0 1 0 2 1 0 0 23 0 13 0 877108979 10785808384 11020 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/14141/statm: 2633254 11020 1676 9 0 2624002 0
[pid=14141/tid=14142] ppid=14139 vsize=10533016 CPUtime=0.03 cores=0,2,4,6
/proc/14141/task/14142/stat : 14142 (java) R 14139 14141 11485 0 -1 4202560 10170 0 1 0 2 1 0 0 25 0 13 0 877108980 10785808384 11020 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 47772775515892 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10533016

[startup+0.1011 s]
/proc/loadavg: 1.00 1.01 1.16 3/192 14141
/proc/meminfo: memFree=31789860/32951132 swapFree=67054608/67111528
[pid=14141] ppid=14139 vsize=10540420 CPUtime=0.11 cores=0,2,4,6
/proc/14141/stat : 14141 (java) S 14139 14141 11485 0 -1 4202496 13133 0 1 0 9 2 0 0 23 0 18 0 877108979 10793390080 12829 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14141/statm: 2635105 12829 2092 9 0 2625839 0
[pid=14141/tid=14142] ppid=14139 vsize=10540420 CPUtime=0.08 cores=0,2,4,6
/proc/14141/task/14142/stat : 14142 (java) R 14139 14141 11485 0 -1 4202560 11202 0 1 0 7 1 0 0 25 0 18 0 877108980 10793390080 12829 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 46912496197703 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540420

[startup+0.302087 s]
/proc/loadavg: 1.00 1.01 1.16 3/192 14141
/proc/meminfo: memFree=31789860/32951132 swapFree=67054608/67111528
[pid=14141] ppid=14139 vsize=10542736 CPUtime=0.47 cores=0,2,4,6
/proc/14141/stat : 14141 (java) S 14139 14141 11485 0 -1 4202496 20893 0 1 0 45 2 0 0 23 0 18 0 877108979 10795761664 19984 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14141/statm: 2635684 19986 2199 9 0 2626418 0
[pid=14141/tid=14142] ppid=14139 vsize=10542736 CPUtime=0.29 cores=0,2,4,6
/proc/14141/task/14142/stat : 14142 (java) R 14139 14141 11485 0 -1 4202560 17252 0 1 0 27 2 0 0 18 0 18 0 877108980 10795761664 19988 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 46912505582956 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10542736

[startup+0.700992 s]
/proc/loadavg: 1.00 1.01 1.16 3/192 14141
/proc/meminfo: memFree=31789860/32951132 swapFree=67054608/67111528
[pid=14141] ppid=14139 vsize=10556820 CPUtime=1.38 cores=0,2,4,6
/proc/14141/stat : 14141 (java) S 14139 14141 11485 0 -1 4202496 48472 0 1 0 132 6 0 0 23 0 18 0 877108979 10810183680 45268 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14141/statm: 2639205 45272 2211 9 0 2629939 0
[pid=14141/tid=14142] ppid=14139 vsize=10556820 CPUtime=0.69 cores=0,2,4,6
/proc/14141/task/14142/stat : 14142 (java) R 14139 14141 11485 0 -1 4202560 37815 0 1 0 65 4 0 0 18 0 18 0 877108980 10810183680 45273 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 10556820

[startup+1.50087 s]
/proc/loadavg: 1.00 1.01 1.16 6/211 14160
/proc/meminfo: memFree=31361372/32951132 swapFree=67054608/67111528
[pid=14141] ppid=14139 vsize=10557848 CPUtime=2.62 cores=0,2,4,6
/proc/14141/stat : 14141 (java) S 14139 14141 11485 0 -1 4202496 75437 0 1 0 254 8 0 0 23 0 19 0 877108979 10811236352 72229 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14141/statm: 2639462 72230 2230 9 0 2630196 0
[pid=14141/tid=14142] ppid=14139 vsize=10557848 CPUtime=1.48 cores=0,2,4,6
/proc/14141/task/14142/stat : 14142 (java) R 14139 14141 11485 0 -1 4202560 64688 0 1 0 142 6 0 0 19 0 19 0 877108980 10811236352 72230 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 46912505734408 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14141/tid=14144] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14144/stat : 14144 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 72231 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14145] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14145/stat : 14145 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 72231 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14146] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14146/stat : 14146 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 72231 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14147] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14147/stat : 14147 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 72232 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14148] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14148/stat : 14148 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 72232 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14149] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14149/stat : 14149 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 72232 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14150] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14150/stat : 14150 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 72233 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14151] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14151/stat : 14151 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 72234 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14152] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14152/stat : 14152 (java) S 14139 14141 11485 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 877108982 10811236352 72234 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624896 0 0 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
[pid=14141/tid=14153] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14153/stat : 14153 (java) S 14139 14141 11485 0 -1 4202560 15 0 0 0 0 0 0 0 25 0 19 0 877108983 10811236352 72234 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
[pid=14141/tid=14154] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14154/stat : 14154 (java) S 14139 14141 11485 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 877108983 10811236352 72234 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14155] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14155/stat : 14155 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108985 10811236352 72235 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676631985 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14156] ppid=14139 vsize=10557848 CPUtime=0.47 cores=0,2,4,6
/proc/14141/task/14156/stat : 14156 (java) S 14139 14141 11485 0 -1 4202560 3529 0 0 0 47 0 0 0 15 0 19 0 877108985 10811236352 72235 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 2 0 0 0
[pid=14141/tid=14157] ppid=14139 vsize=10557848 CPUtime=0.64 cores=0,2,4,6
/proc/14141/task/14157/stat : 14157 (java) S 14139 14141 11485 0 -1 4202560 6057 0 0 0 64 0 0 0 15 0 19 0 877108985 10811236352 72235 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 0 0 0 0
[pid=14141/tid=14158] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14158/stat : 14158 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108985 10811236352 72236 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14159] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14159/stat : 14159 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 877108985 10811236352 72236 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624896 0 4 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 10557848

[startup+3.10062 s]
/proc/loadavg: 1.00 1.01 1.16 3/212 14161
/proc/meminfo: memFree=30952528/32951132 swapFree=67054608/67111528
[pid=14141] ppid=14139 vsize=10557848 CPUtime=4.37 cores=0,2,4,6
/proc/14141/stat : 14141 (java) S 14139 14141 11485 0 -1 4202496 127089 0 1 0 424 13 0 0 23 0 19 0 877108979 10811236352 123880 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14141/statm: 2639462 123880 2232 9 0 2630196 0
[pid=14141/tid=14142] ppid=14139 vsize=10557848 CPUtime=3.08 cores=0,2,4,6
/proc/14141/task/14142/stat : 14142 (java) R 14139 14141 11485 0 -1 4202560 116314 0 1 0 297 11 0 0 23 0 19 0 877108980 10811236352 123880 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 46912505939878 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14141/tid=14144] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14144/stat : 14144 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 123880 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14145] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14145/stat : 14145 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 123880 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14146] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14146/stat : 14146 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 123880 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14147] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14147/stat : 14147 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 123880 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14148] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14148/stat : 14148 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 123880 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14149] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14149/stat : 14149 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 123880 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14150] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14150/stat : 14150 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 123880 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14151] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14151/stat : 14151 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 123880 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14152] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14152/stat : 14152 (java) S 14139 14141 11485 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 877108982 10811236352 123880 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624896 0 0 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
[pid=14141/tid=14153] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14153/stat : 14153 (java) S 14139 14141 11485 0 -1 4202560 15 0 0 0 0 0 0 0 25 0 19 0 877108983 10811236352 123880 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
[pid=14141/tid=14154] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14154/stat : 14154 (java) S 14139 14141 11485 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 877108983 10811236352 123880 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14155] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14155/stat : 14155 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108985 10811236352 123880 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676631985 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14156] ppid=14139 vsize=10557848 CPUtime=0.52 cores=0,2,4,6
/proc/14141/task/14156/stat : 14156 (java) S 14139 14141 11485 0 -1 4202560 3537 0 0 0 52 0 0 0 16 0 19 0 877108985 10811236352 123880 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 2 0 0 0
[pid=14141/tid=14157] ppid=14139 vsize=10557848 CPUtime=0.74 cores=0,2,4,6
/proc/14141/task/14157/stat : 14157 (java) S 14139 14141 11485 0 -1 4202560 6071 0 0 0 74 0 0 0 15 0 19 0 877108985 10811236352 123880 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 0 0 0 0
[pid=14141/tid=14158] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14158/stat : 14158 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108985 10811236352 123880 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14159] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14159/stat : 14159 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 877108985 10811236352 123880 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624896 0 4 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
[pid=14141/tid=14161] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14161/stat : 14161 (java) S 14139 14141 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877109083 10811236352 123880 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624896 0 4 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 10557848

[startup+6.30106 s]
/proc/loadavg: 1.08 1.03 1.17 3/212 14161
/proc/meminfo: memFree=29705080/32951132 swapFree=67054608/67111528
[pid=14141] ppid=14139 vsize=10557848 CPUtime=7.65 cores=0,2,4,6
/proc/14141/stat : 14141 (java) S 14139 14141 11485 0 -1 4202496 185446 0 1 0 745 20 0 0 23 0 19 0 877108979 10811236352 182172 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14141/statm: 2639462 182173 2233 9 0 2630196 0
[pid=14141/tid=14142] ppid=14139 vsize=10557848 CPUtime=6.29 cores=0,2,4,6
/proc/14141/task/14142/stat : 14142 (java) R 14139 14141 11485 0 -1 4202560 174666 0 1 0 612 17 0 0 25 0 19 0 877108980 10811236352 182173 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 46912505734769 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14141/tid=14144] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14144/stat : 14144 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 182174 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14145] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14145/stat : 14145 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 182175 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14146] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14146/stat : 14146 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 182175 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14147] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14147/stat : 14147 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 182176 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14148] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14148/stat : 14148 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 182176 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14149] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14149/stat : 14149 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 182177 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14150] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14150/stat : 14150 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 182178 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14151] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14151/stat : 14151 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108981 10811236352 182179 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14152] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14152/stat : 14152 (java) S 14139 14141 11485 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 877108982 10811236352 182179 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624896 0 0 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
[pid=14141/tid=14153] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14153/stat : 14153 (java) S 14139 14141 11485 0 -1 4202560 15 0 0 0 0 0 0 0 25 0 19 0 877108983 10811236352 182180 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
[pid=14141/tid=14154] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14154/stat : 14154 (java) S 14139 14141 11485 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 877108983 10811236352 182181 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14155] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14155/stat : 14155 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108985 10811236352 182181 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676631985 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14156] ppid=14139 vsize=10557848 CPUtime=0.57 cores=0,2,4,6
/proc/14141/task/14156/stat : 14156 (java) S 14139 14141 11485 0 -1 4202560 3540 0 0 0 56 1 0 0 15 0 19 0 877108985 10811236352 182182 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 0 0 0 0
[pid=14141/tid=14157] ppid=14139 vsize=10557848 CPUtime=0.76 cores=0,2,4,6
/proc/14141/task/14157/stat : 14157 (java) S 14139 14141 11485 0 -1 4202560 6074 0 0 0 76 0 0 0 15 0 19 0 877108985 10811236352 182183 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
[pid=14141/tid=14158] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14158/stat : 14158 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108985 10811236352 182183 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0

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

/proc/14141/task/14154/stat : 14154 (java) S 14139 14141 11485 0 -1 4202560 19 0 0 0 0 0 0 0 18 0 19 0 877108983 10811236352 1001187 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 0 0 0 0
[pid=14141/tid=14155] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14155/stat : 14155 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108985 10811236352 1001187 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676631985 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14156] ppid=14139 vsize=10557848 CPUtime=0.72 cores=0,2,4,6
/proc/14141/task/14156/stat : 14156 (java) S 14139 14141 11485 0 -1 4202560 3566 0 0 0 71 1 0 0 15 0 19 0 877108985 10811236352 1001187 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 0 0 0 0
[pid=14141/tid=14157] ppid=14139 vsize=10557848 CPUtime=0.85 cores=0,2,4,6
/proc/14141/task/14157/stat : 14157 (java) S 14139 14141 11485 0 -1 4202560 6081 0 0 0 85 0 0 0 15 0 19 0 877108985 10811236352 1001187 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 2 0 0 0
[pid=14141/tid=14158] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14158/stat : 14158 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108985 10811236352 1001187 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14159] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14159/stat : 14159 (java) S 14139 14141 11485 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 877108985 10811236352 1001187 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624896 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14161] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14161/stat : 14161 (java) S 14139 14141 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877109083 10811236352 1001187 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624896 0 4 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1669.95
Current children cumulated vsize (KiB) 10557848

[startup+1722.3 s]
/proc/loadavg: 2.03 2.00 1.85 3/212 14207
/proc/meminfo: memFree=23866880/32951132 swapFree=67054608/67111528
[pid=14141] ppid=14139 vsize=10557848 CPUtime=1730.04 cores=0,2,4,6
/proc/14141/stat : 14141 (java) S 14139 14141 11485 0 -1 4202496 1007214 0 1 0 172871 133 0 0 23 0 19 0 877108979 10811236352 1001235 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14141/statm: 2639462 1001235 2247 9 0 2630196 0
[pid=14141/tid=14142] ppid=14139 vsize=10557848 CPUtime=1719.62 cores=0,2,4,6
/proc/14141/task/14142/stat : 14142 (java) R 14139 14141 11485 0 -1 4202560 688123 0 1 0 171886 76 0 0 25 0 19 0 877108980 10811236352 1001235 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 46912505623782 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14141/tid=14144] ppid=14139 vsize=10557848 CPUtime=1.27 cores=0,2,4,6
/proc/14141/task/14144/stat : 14144 (java) S 14139 14141 11485 0 -1 4202560 46826 0 0 0 120 7 0 0 16 0 19 0 877108981 10811236352 1001235 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
[pid=14141/tid=14145] ppid=14139 vsize=10557848 CPUtime=1.05 cores=0,2,4,6
/proc/14141/task/14145/stat : 14145 (java) S 14139 14141 11485 0 -1 4202560 44817 0 0 0 98 7 0 0 16 0 19 0 877108981 10811236352 1001235 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14146] ppid=14139 vsize=10557848 CPUtime=1.24 cores=0,2,4,6
/proc/14141/task/14146/stat : 14146 (java) S 14139 14141 11485 0 -1 4202560 50382 0 0 0 117 7 0 0 15 0 19 0 877108981 10811236352 1001235 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14147] ppid=14139 vsize=10557848 CPUtime=1.13 cores=0,2,4,6
/proc/14141/task/14147/stat : 14147 (java) S 14139 14141 11485 0 -1 4202560 42551 0 0 0 107 6 0 0 15 0 19 0 877108981 10811236352 1001235 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 0 0 0 0
[pid=14141/tid=14148] ppid=14139 vsize=10557848 CPUtime=0.99 cores=0,2,4,6
/proc/14141/task/14148/stat : 14148 (java) S 14139 14141 11485 0 -1 4202560 34338 0 0 0 94 5 0 0 16 0 19 0 877108981 10811236352 1001235 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 0 0 0 0
[pid=14141/tid=14149] ppid=14139 vsize=10557848 CPUtime=1.13 cores=0,2,4,6
/proc/14141/task/14149/stat : 14149 (java) S 14139 14141 11485 0 -1 4202560 35378 0 0 0 107 6 0 0 16 0 19 0 877108981 10811236352 1001235 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 2 0 0 0
[pid=14141/tid=14150] ppid=14139 vsize=10557848 CPUtime=0.83 cores=0,2,4,6
/proc/14141/task/14150/stat : 14150 (java) S 14139 14141 11485 0 -1 4202560 12273 0 0 0 82 1 0 0 15 0 19 0 877108981 10811236352 1001235 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 2 0 0 0
[pid=14141/tid=14151] ppid=14139 vsize=10557848 CPUtime=1.03 cores=0,2,4,6
/proc/14141/task/14151/stat : 14151 (java) S 14139 14141 11485 0 -1 4202560 41519 0 0 0 96 7 0 0 15 0 19 0 877108981 10811236352 1001235 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 0 0 0 0
[pid=14141/tid=14152] ppid=14139 vsize=10557848 CPUtime=0.05 cores=0,2,4,6
/proc/14141/task/14152/stat : 14152 (java) S 14139 14141 11485 0 -1 4202560 101 0 0 0 2 3 0 0 15 0 19 0 877108982 10811236352 1001235 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624896 0 0 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14153] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14153/stat : 14153 (java) S 14139 14141 11485 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 877108983 10811236352 1001235 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
[pid=14141/tid=14154] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14154/stat : 14154 (java) S 14139 14141 11485 0 -1 4202560 19 0 0 0 0 0 0 0 18 0 19 0 877108983 10811236352 1001235 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 0 0 0 0
[pid=14141/tid=14155] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14155/stat : 14155 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108985 10811236352 1001235 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676631985 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14156] ppid=14139 vsize=10557848 CPUtime=0.72 cores=0,2,4,6
/proc/14141/task/14156/stat : 14156 (java) S 14139 14141 11485 0 -1 4202560 3566 0 0 0 71 1 0 0 15 0 19 0 877108985 10811236352 1001235 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 0 0 0 0
[pid=14141/tid=14157] ppid=14139 vsize=10557848 CPUtime=0.85 cores=0,2,4,6
/proc/14141/task/14157/stat : 14157 (java) S 14139 14141 11485 0 -1 4202560 6081 0 0 0 85 0 0 0 15 0 19 0 877108985 10811236352 1001235 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 2 0 0 0
[pid=14141/tid=14158] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14158/stat : 14158 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108985 10811236352 1001235 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14159] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14159/stat : 14159 (java) S 14139 14141 11485 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 877108985 10811236352 1001235 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624896 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14161] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14161/stat : 14161 (java) S 14139 14141 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877109083 10811236352 1001235 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624896 0 4 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1730.04
Current children cumulated vsize (KiB) 10557848

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.85 3/212 14218
/proc/meminfo: memFree=23860056/32951132 swapFree=67054608/67111528
[pid=14141] ppid=14139 vsize=10557848 CPUtime=1790.12 cores=0,2,4,6
/proc/14141/stat : 14141 (java) S 14139 14141 11485 0 -1 4202496 1007283 0 1 0 178879 133 0 0 23 0 19 0 877108979 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14141/statm: 2639462 1001284 2247 9 0 2630196 0
[pid=14141/tid=14142] ppid=14139 vsize=10557848 CPUtime=1779.57 cores=0,2,4,6
/proc/14141/task/14142/stat : 14142 (java) R 14139 14141 11485 0 -1 4202560 688135 0 1 0 177881 76 0 0 25 0 19 0 877108980 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 46912505623853 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14141/tid=14144] ppid=14139 vsize=10557848 CPUtime=1.29 cores=0,2,4,6
/proc/14141/task/14144/stat : 14144 (java) S 14139 14141 11485 0 -1 4202560 46873 0 0 0 122 7 0 0 16 0 19 0 877108981 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14145] ppid=14139 vsize=10557848 CPUtime=1.06 cores=0,2,4,6
/proc/14141/task/14145/stat : 14145 (java) S 14139 14141 11485 0 -1 4202560 44818 0 0 0 99 7 0 0 15 0 19 0 877108981 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 0 0 0 0
[pid=14141/tid=14146] ppid=14139 vsize=10557848 CPUtime=1.25 cores=0,2,4,6
/proc/14141/task/14146/stat : 14146 (java) S 14139 14141 11485 0 -1 4202560 50382 0 0 0 118 7 0 0 16 0 19 0 877108981 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 0 0 0 0
[pid=14141/tid=14147] ppid=14139 vsize=10557848 CPUtime=1.15 cores=0,2,4,6
/proc/14141/task/14147/stat : 14147 (java) S 14139 14141 11485 0 -1 4202560 42551 0 0 0 109 6 0 0 15 0 19 0 877108981 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
[pid=14141/tid=14148] ppid=14139 vsize=10557848 CPUtime=1.01 cores=0,2,4,6
/proc/14141/task/14148/stat : 14148 (java) S 14139 14141 11485 0 -1 4202560 34338 0 0 0 96 5 0 0 15 0 19 0 877108981 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 0 0 0 0
[pid=14141/tid=14149] ppid=14139 vsize=10557848 CPUtime=1.15 cores=0,2,4,6
/proc/14141/task/14149/stat : 14149 (java) S 14139 14141 11485 0 -1 4202560 35379 0 0 0 109 6 0 0 16 0 19 0 877108981 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 2 0 0 0
[pid=14141/tid=14150] ppid=14139 vsize=10557848 CPUtime=0.85 cores=0,2,4,6
/proc/14141/task/14150/stat : 14150 (java) S 14139 14141 11485 0 -1 4202560 12273 0 0 0 84 1 0 0 15 0 19 0 877108981 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
[pid=14141/tid=14151] ppid=14139 vsize=10557848 CPUtime=1.05 cores=0,2,4,6
/proc/14141/task/14151/stat : 14151 (java) S 14139 14141 11485 0 -1 4202560 41519 0 0 0 98 7 0 0 15 0 19 0 877108981 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 0 0 0 0
[pid=14141/tid=14152] ppid=14139 vsize=10557848 CPUtime=0.06 cores=0,2,4,6
/proc/14141/task/14152/stat : 14152 (java) S 14139 14141 11485 0 -1 4202560 105 0 0 0 3 3 0 0 15 0 19 0 877108982 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624896 0 0 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14153] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14153/stat : 14153 (java) S 14139 14141 11485 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 877108983 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
[pid=14141/tid=14154] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14154/stat : 14154 (java) S 14139 14141 11485 0 -1 4202560 19 0 0 0 0 0 0 0 18 0 19 0 877108983 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 0 0 0 0
[pid=14141/tid=14155] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14155/stat : 14155 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108985 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676631985 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14156] ppid=14139 vsize=10557848 CPUtime=0.72 cores=0,2,4,6
/proc/14141/task/14156/stat : 14156 (java) S 14139 14141 11485 0 -1 4202560 3566 0 0 0 71 1 0 0 15 0 19 0 877108985 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 0 0 0 0
[pid=14141/tid=14157] ppid=14139 vsize=10557848 CPUtime=0.85 cores=0,2,4,6
/proc/14141/task/14157/stat : 14157 (java) S 14139 14141 11485 0 -1 4202560 6081 0 0 0 85 0 0 0 15 0 19 0 877108985 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 2 0 0 0
[pid=14141/tid=14158] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14158/stat : 14158 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108985 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14159] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14159/stat : 14159 (java) S 14139 14141 11485 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 877108985 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624896 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14161] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14161/stat : 14161 (java) S 14139 14141 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877109083 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624896 0 4 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1790.12
Current children cumulated vsize (KiB) 10557848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.2 s]
/proc/loadavg: 2.01 2.00 1.85 3/212 14218
/proc/meminfo: memFree=23856816/32951132 swapFree=67054608/67111528
[pid=14141] ppid=14139 vsize=10557848 CPUtime=1800.05 cores=0,2,4,6
/proc/14141/stat : 14141 (java) S 14139 14141 11485 0 -1 4202496 1007286 0 1 0 179872 133 0 0 23 0 19 0 877108979 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14141/statm: 2639462 1001284 2247 9 0 2630196 0
[pid=14141/tid=14142] ppid=14139 vsize=10557848 CPUtime=1789.46 cores=0,2,4,6
/proc/14141/task/14142/stat : 14142 (java) R 14139 14141 11485 0 -1 4202560 688138 0 1 0 178870 76 0 0 25 0 19 0 877108980 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 46912505624042 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14141/tid=14144] ppid=14139 vsize=10557848 CPUtime=1.3 cores=0,2,4,6
/proc/14141/task/14144/stat : 14144 (java) S 14139 14141 11485 0 -1 4202560 46873 0 0 0 123 7 0 0 16 0 19 0 877108981 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14145] ppid=14139 vsize=10557848 CPUtime=1.07 cores=0,2,4,6
/proc/14141/task/14145/stat : 14145 (java) S 14139 14141 11485 0 -1 4202560 44818 0 0 0 100 7 0 0 15 0 19 0 877108981 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 0 0 0 0
[pid=14141/tid=14146] ppid=14139 vsize=10557848 CPUtime=1.26 cores=0,2,4,6
/proc/14141/task/14146/stat : 14146 (java) S 14139 14141 11485 0 -1 4202560 50382 0 0 0 119 7 0 0 16 0 19 0 877108981 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 2 0 0 0
[pid=14141/tid=14147] ppid=14139 vsize=10557848 CPUtime=1.15 cores=0,2,4,6
/proc/14141/task/14147/stat : 14147 (java) S 14139 14141 11485 0 -1 4202560 42551 0 0 0 109 6 0 0 15 0 19 0 877108981 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
[pid=14141/tid=14148] ppid=14139 vsize=10557848 CPUtime=1.01 cores=0,2,4,6
/proc/14141/task/14148/stat : 14148 (java) S 14139 14141 11485 0 -1 4202560 34338 0 0 0 96 5 0 0 16 0 19 0 877108981 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 0 0 0 0
[pid=14141/tid=14149] ppid=14139 vsize=10557848 CPUtime=1.15 cores=0,2,4,6
/proc/14141/task/14149/stat : 14149 (java) S 14139 14141 11485 0 -1 4202560 35379 0 0 0 109 6 0 0 15 0 19 0 877108981 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 2 0 0 0
[pid=14141/tid=14150] ppid=14139 vsize=10557848 CPUtime=0.85 cores=0,2,4,6
/proc/14141/task/14150/stat : 14150 (java) S 14139 14141 11485 0 -1 4202560 12273 0 0 0 84 1 0 0 15 0 19 0 877108981 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
[pid=14141/tid=14151] ppid=14139 vsize=10557848 CPUtime=1.06 cores=0,2,4,6
/proc/14141/task/14151/stat : 14151 (java) S 14139 14141 11485 0 -1 4202560 41519 0 0 0 99 7 0 0 16 0 19 0 877108981 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
[pid=14141/tid=14152] ppid=14139 vsize=10557848 CPUtime=0.06 cores=0,2,4,6
/proc/14141/task/14152/stat : 14152 (java) S 14139 14141 11485 0 -1 4202560 105 0 0 0 3 3 0 0 15 0 19 0 877108982 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624896 0 0 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14153] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14153/stat : 14153 (java) S 14139 14141 11485 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 877108983 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
[pid=14141/tid=14154] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14154/stat : 14154 (java) S 14139 14141 11485 0 -1 4202560 19 0 0 0 0 0 0 0 18 0 19 0 877108983 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 0 0 0 0
[pid=14141/tid=14155] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14155/stat : 14155 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108985 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676631985 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14156] ppid=14139 vsize=10557848 CPUtime=0.72 cores=0,2,4,6
/proc/14141/task/14156/stat : 14156 (java) S 14139 14141 11485 0 -1 4202560 3566 0 0 0 71 1 0 0 15 0 19 0 877108985 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 0 0 0 0
[pid=14141/tid=14157] ppid=14139 vsize=10557848 CPUtime=0.85 cores=0,2,4,6
/proc/14141/task/14157/stat : 14157 (java) S 14139 14141 11485 0 -1 4202560 6081 0 0 0 85 0 0 0 15 0 19 0 877108985 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 2 0 0 0
[pid=14141/tid=14158] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14158/stat : 14158 (java) S 14139 14141 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877108985 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624281 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14159] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14159/stat : 14159 (java) S 14139 14141 11485 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 877108985 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624896 0 4 0 16800975 18446604453753767104 0 0 -1 4 0 0 0
[pid=14141/tid=14161] ppid=14139 vsize=10557848 CPUtime=0 cores=0,2,4,6
/proc/14141/task/14161/stat : 14161 (java) S 14139 14141 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877109083 10811236352 1001284 33554432000 1073741824 1073778376 140735727615584 18446744073709551615 274676624896 0 4 0 16800975 18446604453753767104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10557848

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

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

[startup+1792.31 s]
/proc/loadavg: 2.01 2.00 1.85 3/212 14218
/proc/meminfo: memFree=23856816/32951132 swapFree=67054608/67111528
[pid=14141] ppid=14139 vsize=0 CPUtime=1800.16 cores=0,2,4,6
/proc/14141/stat : 14141 (java) Z 14139 14141 11485 0 -1 4203548 1007315 0 1 0 179873 143 0 0 17 0 2 0 877108979 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14141/statm: 0 0 0 0 0 0 0
[pid=14141/tid=14161] ppid=14139 vsize=0 CPUtime=0.09 cores=0,2,4,6
/proc/14141/task/14161/stat : 14161 (java) R 14139 14141 11485 0 -1 4203588 7 0 0 0 0 9 0 0 18 0 2 0 877109083 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.38
CPU time (s): 1800.23
CPU user time (s): 1798.74
CPU system time (s): 1.49777
CPU usage (%): 100.438
Max. virtual memory (cumulated for all children) (KiB): 10557848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.74
system time used= 1.49777
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1007315
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= 45244
involuntary context switches= 26701

runsolver used 3.34949 second user time and 6.44702 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-09 23:31:33
IDJOB=3456623
IDBENCH=2357
IDSOLVER=1951
FILE ID=node131/3456623-1307655093
RUNJOBID= node131-1307655093-14096
PBS_JOBID= 13549400
Free space on /tmp= 74116 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-trento1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456623-1307655093/watcher-3456623-1307655093 -o /tmp/evaluation-result-3456623-1307655093/solver-3456623-1307655093 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456623-1307655093.opb

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

MD5SUM BENCH= 3e144bcef2d8d517e1e9ee592d533dc8
RANDOM SEED=1135009026

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31791296 kB
Buffers:        226064 kB
Cached:         628396 kB
SwapCached:       9832 kB
Active:         383008 kB
Inactive:       530048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31791296 kB
SwapTotal:    67111528 kB
SwapFree:     67054608 kB
Dirty:            5064 kB
Writeback:          16 kB
AnonPages:       56324 kB
Mapped:          18920 kB
Slab:           182976 kB
PageTables:       4216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10534796 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= 74116 MiB
End job on node131 at 2011-06-10 00:01:28