Trace number 3456626

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 1791.48

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-dc1c.opb
MD5SUMaae7296985adde1f17776b4f5ad45572
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark785315550060732416
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17863355069035520
Optimality of the best value was proved NO
Number of variables58150
Total number of constraints1648
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 constraints1648
Minimum length of a constraint31
Maximum length of a constraint58150
Number of terms in the objective function 58150
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 6807821537690881562733
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 6808845537690881562733
Number of bits of the biggest sum of numbers73
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3456626-1307656888.opb
0.10/0.11	c reading problem ... 
1.69/1.09	c ... done. Wall clock time 0.981s.
1.69/1.09	c #vars     58150
1.69/1.09	c #constraints  26556
1.69/1.09	c constraints type 
1.69/1.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3284
1800.05/1791.31	c starts		: 1
1800.05/1791.31	c conflicts		: 204
1800.05/1791.31	c decisions		: 663597
1800.05/1791.31	c propagations		: 2228022
1800.05/1791.31	c inspects		: 14290212
1800.05/1791.31	c shortcuts		: 0
1800.05/1791.31	c learnt literals	: 0
1800.05/1791.31	c learnt binary clauses	: 0
1800.05/1791.31	c learnt ternary clauses	: 0
1800.05/1791.31	c learnt constraints	: 203
1800.05/1791.31	c ignored constraints	: 0
1800.05/1791.31	c root simplifications	: 0
1800.05/1791.31	c removed literals (reason simplification)	: 0
1800.05/1791.31	c reason swapping (by a shorter reason)	: 0
1800.05/1791.31	c Calls to reduceDB	: 0
1800.05/1791.31	c number of reductions to clauses (during analyze)	: 0
1800.05/1791.31	c number of learned constraints concerned by reduction	: 0
1800.05/1791.31	c number of learning phase by resolution	: 0
1800.05/1791.31	c number of learning phase by cutting planes	: 0
1800.05/1791.31	c speed (assignments/second)	: 1244.5548470128745
1800.05/1791.31	c non guided choices	0
1800.05/1791.31	c learnt constraints type 
1800.05/1791.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 203
1800.05/1791.31	c constraints type 
1800.05/1791.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3284
1800.05/1791.31	s UNKNOWN
1800.05/1791.31	c Total wall clock time (in seconds): 1791.199

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-3456626-1307656888/watcher-3456626-1307656888 -o /tmp/evaluation-result-3456626-1307656888/solver-3456626-1307656888 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456626-1307656888.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.93 1.98 1.85 2/173 14261
/proc/meminfo: memFree=31824968/32951132 swapFree=67054608/67111528
[pid=14261] ppid=14259 vsize=248 CPUtime=0 cores=0,2,4,6
/proc/14261/stat : 14261 (java) R 14259 14261 11485 0 -1 4194304 238 0 0 0 0 0 0 0 25 0 1 0 877288444 253952 2 33554432000 0 0 140733486081605 18446744073709551615 274664629239 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14261/statm: 62 14 8 9 0 21 0

[startup+0.0991871 s]
/proc/loadavg: 1.93 1.98 1.85 2/173 14261
/proc/meminfo: memFree=31824968/32951132 swapFree=67054608/67111528
[pid=14261] ppid=14259 vsize=10604776 CPUtime=0.1 cores=0,2,4,6
/proc/14261/stat : 14261 (java) S 14259 14261 11485 0 -1 4202496 12995 0 1 0 9 1 0 0 25 0 18 0 877288444 10859290624 12664 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14261/statm: 2651194 12664 2092 9 0 2641928 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10604776

[startup+0.101132 s]
/proc/loadavg: 1.93 1.98 1.85 2/173 14261
/proc/meminfo: memFree=31824968/32951132 swapFree=67054608/67111528
[pid=14261] ppid=14259 vsize=10604776 CPUtime=0.1 cores=0,2,4,6
/proc/14261/stat : 14261 (java) S 14259 14261 11485 0 -1 4202496 13028 0 1 0 9 1 0 0 25 0 18 0 877288444 10859290624 12697 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14261/statm: 2651194 12697 2092 9 0 2641928 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10604776

[startup+0.301164 s]
/proc/loadavg: 1.93 1.98 1.85 2/173 14261
/proc/meminfo: memFree=31824968/32951132 swapFree=67054608/67111528
[pid=14261] ppid=14259 vsize=10607320 CPUtime=0.47 cores=0,2,4,6
/proc/14261/stat : 14261 (java) S 14259 14261 11485 0 -1 4202496 20252 0 1 0 45 2 0 0 25 0 18 0 877288444 10861895680 19356 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14261/statm: 2651830 19359 2199 9 0 2642564 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10607320

[startup+0.701088 s]
/proc/loadavg: 1.93 1.98 1.85 2/173 14261
/proc/meminfo: memFree=31824968/32951132 swapFree=67054608/67111528
[pid=14261] ppid=14259 vsize=10622168 CPUtime=1.38 cores=0,2,4,6
/proc/14261/stat : 14261 (java) S 14259 14261 11485 0 -1 4202496 49557 0 1 0 132 6 0 0 25 0 18 0 877288444 10877100032 45964 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14261/statm: 2655542 45968 2211 9 0 2646276 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 10622168

[startup+1.50093 s]
/proc/loadavg: 1.93 1.98 1.85 3/190 14307
/proc/meminfo: memFree=31554672/32951132 swapFree=67054608/67111528
[pid=14261] ppid=14259 vsize=10623196 CPUtime=2.46 cores=0,2,4,6
/proc/14261/stat : 14261 (java) S 14259 14261 11485 0 -1 4202496 84536 0 1 0 235 11 0 0 25 0 19 0 877288444 10878152704 80935 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14261/statm: 2655799 80935 2228 9 0 2646533 0
[pid=14261/tid=14263] ppid=14259 vsize=10623196 CPUtime=1.47 cores=0,2,4,6
/proc/14261/task/14263/stat : 14263 (java) R 14259 14261 11485 0 -1 4202560 72819 0 1 0 138 9 0 0 19 0 19 0 877288445 10878152704 80936 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 46912505626014 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14261/tid=14264] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14264/stat : 14264 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10878152704 80936 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14265] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14265/stat : 14265 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10878152704 80936 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14266] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14266/stat : 14266 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10878152704 80936 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14267] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14267/stat : 14267 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10878152704 80937 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14268] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14268/stat : 14268 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10878152704 80937 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14269] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14269/stat : 14269 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10878152704 80937 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14270] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14270/stat : 14270 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10878152704 80938 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14271] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14271/stat : 14271 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10878152704 80938 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14272] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14272/stat : 14272 (java) S 14259 14261 11485 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 877288448 10878152704 80938 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624896 0 0 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14273] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14273/stat : 14273 (java) S 14259 14261 11485 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 877288448 10878152704 80938 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14274] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14274/stat : 14274 (java) S 14259 14261 11485 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 877288448 10878152704 80939 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14275] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14275/stat : 14275 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877288450 10878152704 80939 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676631985 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14276] ppid=14259 vsize=10623196 CPUtime=0.41 cores=0,2,4,6
/proc/14261/task/14276/stat : 14276 (java) R 14259 14261 11485 0 -1 4202560 3515 0 0 0 41 0 0 0 15 0 19 0 877288450 10878152704 80939 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 47333410973198 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14261/tid=14277] ppid=14259 vsize=10623196 CPUtime=0.54 cores=0,2,4,6
/proc/14261/task/14277/stat : 14277 (java) R 14259 14261 11485 0 -1 4202560 7043 0 0 0 54 0 0 0 15 0 19 0 877288450 10878152704 80940 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 47333414611817 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14261/tid=14278] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14278/stat : 14278 (java) S 14259 14261 11485 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 877288450 10878152704 80940 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14279] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14279/stat : 14279 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 877288450 10878152704 80940 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624896 0 4 0 16800975 18446604453720904832 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 10623196

[startup+3.10166 s]
/proc/loadavg: 1.93 1.98 1.85 3/212 14336
/proc/meminfo: memFree=31233020/32951132 swapFree=67054608/67111528
[pid=14261] ppid=14259 vsize=10623196 CPUtime=4.1 cores=0,2,4,6
/proc/14261/stat : 14261 (java) S 14259 14261 11485 0 -1 4202496 138574 0 1 0 391 19 0 0 25 0 19 0 877288444 10878152704 134966 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14261/statm: 2655799 134970 2232 9 0 2646533 0
[pid=14261/tid=14263] ppid=14259 vsize=10623196 CPUtime=2.85 cores=0,2,4,6
/proc/14261/task/14263/stat : 14263 (java) R 14259 14261 11485 0 -1 4202560 126777 0 1 0 268 17 0 0 19 0 19 0 877288445 10878152704 134972 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 46912505615594 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14261/tid=14264] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14264/stat : 14264 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10878152704 134974 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14265] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14265/stat : 14265 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10878152704 134977 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14266] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14266/stat : 14266 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10878152704 134979 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14267] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14267/stat : 14267 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10878152704 134981 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14268] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14268/stat : 14268 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10878152704 134984 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14269] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14269/stat : 14269 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10878152704 134986 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14270] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14270/stat : 14270 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10878152704 134988 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14271] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14271/stat : 14271 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10878152704 134991 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14272] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14272/stat : 14272 (java) S 14259 14261 11485 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 877288448 10878152704 134993 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624896 0 0 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14273] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14273/stat : 14273 (java) S 14259 14261 11485 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 877288448 10878152704 134995 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14274] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14274/stat : 14274 (java) S 14259 14261 11485 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 877288448 10878152704 134997 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14275] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14275/stat : 14275 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877288450 10878152704 135000 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676631985 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14276] ppid=14259 vsize=10623196 CPUtime=0.53 cores=0,2,4,6
/proc/14261/task/14276/stat : 14276 (java) S 14259 14261 11485 0 -1 4202560 3570 0 0 0 53 0 0 0 15 0 19 0 877288450 10878152704 135002 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14277] ppid=14259 vsize=10623196 CPUtime=0.69 cores=0,2,4,6
/proc/14261/task/14277/stat : 14277 (java) S 14259 14261 11485 0 -1 4202560 7070 0 0 0 69 0 0 0 15 0 19 0 877288450 10878152704 135004 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14278] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14278/stat : 14278 (java) S 14259 14261 11485 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 877288450 10878152704 135006 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14279] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14279/stat : 14279 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 877288450 10878152704 135009 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624896 0 4 0 16800975 18446604453720904832 0 0 -1 6 0 0 0
[pid=14261/tid=14335] ppid=14259 vsize=10623196 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14335/stat : 14335 (java) S 14259 14261 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877288566 10878152704 135011 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624896 0 4 0 16800975 18446604453720904832 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 10623196

[startup+6.30112 s]
/proc/loadavg: 2.09 2.02 1.86 3/212 14336
/proc/meminfo: memFree=30776204/32951132 swapFree=67054608/67111528
[pid=14261] ppid=14259 vsize=10619080 CPUtime=7.29 cores=0,2,4,6
/proc/14261/stat : 14261 (java) S 14259 14261 11485 0 -1 4202496 248479 0 1 0 696 33 0 0 25 0 19 0 877288444 10873937920 243911 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14261/statm: 2654770 243912 2233 9 0 2645504 0
[pid=14261/tid=14263] ppid=14259 vsize=10619080 CPUtime=6.05 cores=0,2,4,6
/proc/14261/task/14263/stat : 14263 (java) R 14259 14261 11485 0 -1 4202560 236676 0 1 0 574 31 0 0 18 0 19 0 877288445 10873937920 243912 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 46912505615537 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14261/tid=14264] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14264/stat : 14264 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10873937920 243913 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14265] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14265/stat : 14265 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10873937920 243913 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14266] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14266/stat : 14266 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10873937920 243914 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14267] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14267/stat : 14267 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10873937920 243914 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14268] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14268/stat : 14268 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10873937920 243915 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14269] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14269/stat : 14269 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10873937920 243915 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14270] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14270/stat : 14270 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10873937920 243916 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14271] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14271/stat : 14271 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877288447 10873937920 243916 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14272] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14272/stat : 14272 (java) S 14259 14261 11485 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 877288448 10873937920 243917 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624896 0 0 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14273] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14273/stat : 14273 (java) S 14259 14261 11485 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 877288448 10873937920 243917 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14274] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14274/stat : 14274 (java) S 14259 14261 11485 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 877288448 10873937920 243917 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14275] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14275/stat : 14275 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877288450 10873937920 243918 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676631985 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14276] ppid=14259 vsize=10619080 CPUtime=0.53 cores=0,2,4,6
/proc/14261/task/14276/stat : 14276 (java) S 14259 14261 11485 0 -1 4202560 3570 0 0 0 53 0 0 0 15 0 19 0 877288450 10873937920 243918 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14277] ppid=14259 vsize=10619080 CPUtime=0.69 cores=0,2,4,6
/proc/14261/task/14277/stat : 14277 (java) S 14259 14261 11485 0 -1 4202560 7070 0 0 0 69 0 0 0 15 0 19 0 877288450 10873937920 243919 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14278] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14278/stat : 14278 (java) S 14259 14261 11485 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 877288450 10873937920 243919 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14279] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14279/stat : 14279 (java) S 14259 14261 11485 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 877288450 10873937920 243919 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624896 0 4 0 16800975 18446604453720904832 0 0 -1 6 0 0 0
[pid=14261/tid=14335] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14335/stat : 14335 (java) S 14259 14261 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877288566 10873937920 243920 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624896 0 4 0 16800975 18446604453720904832 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 10619080

[startup+12.701 s]
/proc/loadavg: 2.08 2.02 1.86 3/212 14336
/proc/meminfo: memFree=30003612/32951132 swapFree=67054608/67111528

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

/proc/14261/task/14274/stat : 14274 (java) S 14259 14261 11485 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 877288448 10873937920 1007711 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14275] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14275/stat : 14275 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877288450 10873937920 1007711 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676631985 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14276] ppid=14259 vsize=10619080 CPUtime=0.58 cores=0,2,4,6
/proc/14261/task/14276/stat : 14276 (java) S 14259 14261 11485 0 -1 4202560 3576 0 0 0 58 0 0 0 16 0 19 0 877288450 10873937920 1007711 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14277] ppid=14259 vsize=10619080 CPUtime=0.77 cores=0,2,4,6
/proc/14261/task/14277/stat : 14277 (java) S 14259 14261 11485 0 -1 4202560 7084 0 0 0 77 0 0 0 15 0 19 0 877288450 10873937920 1007711 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14278] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14278/stat : 14278 (java) S 14259 14261 11485 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 877288450 10873937920 1007711 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14279] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14279/stat : 14279 (java) S 14259 14261 11485 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 877288450 10873937920 1007711 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624896 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14335] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14335/stat : 14335 (java) S 14259 14261 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877288566 10873937920 1007711 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624896 0 4 0 16800975 18446604453720904832 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1670.87
Current children cumulated vsize (KiB) 10619080

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/212 14385
/proc/meminfo: memFree=24759628/32951132 swapFree=67054608/67111528
[pid=14261] ppid=14259 vsize=10619080 CPUtime=1730.95 cores=0,2,4,6
/proc/14261/stat : 14261 (java) S 14259 14261 11485 0 -1 4202496 1015489 0 1 0 172942 153 0 0 25 0 19 0 877288444 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14261/statm: 2654770 1007769 2246 9 0 2645504 0
[pid=14261/tid=14263] ppid=14259 vsize=10619080 CPUtime=1718.81 cores=0,2,4,6
/proc/14261/task/14263/stat : 14263 (java) R 14259 14261 11485 0 -1 4202560 651462 0 1 0 171798 83 0 0 25 0 19 0 877288445 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 46912505985193 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14261/tid=14264] ppid=14259 vsize=10619080 CPUtime=1.55 cores=0,2,4,6
/proc/14261/task/14264/stat : 14264 (java) S 14259 14261 11485 0 -1 4202560 44763 0 0 0 146 9 0 0 16 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14265] ppid=14259 vsize=10619080 CPUtime=1.12 cores=0,2,4,6
/proc/14261/task/14265/stat : 14265 (java) S 14259 14261 11485 0 -1 4202560 43702 0 0 0 106 6 0 0 16 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 6 0 0 0
[pid=14261/tid=14266] ppid=14259 vsize=10619080 CPUtime=1.26 cores=0,2,4,6
/proc/14261/task/14266/stat : 14266 (java) S 14259 14261 11485 0 -1 4202560 46691 0 0 0 117 9 0 0 15 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 2 0 0 0
[pid=14261/tid=14267] ppid=14259 vsize=10619080 CPUtime=1.04 cores=0,2,4,6
/proc/14261/task/14267/stat : 14267 (java) S 14259 14261 11485 0 -1 4202560 36780 0 0 0 97 7 0 0 15 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14268] ppid=14259 vsize=10619080 CPUtime=1.41 cores=0,2,4,6
/proc/14261/task/14268/stat : 14268 (java) S 14259 14261 11485 0 -1 4202560 47306 0 0 0 134 7 0 0 15 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14269] ppid=14259 vsize=10619080 CPUtime=1.43 cores=0,2,4,6
/proc/14261/task/14269/stat : 14269 (java) S 14259 14261 11485 0 -1 4202560 38203 0 0 0 137 6 0 0 15 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14270] ppid=14259 vsize=10619080 CPUtime=1.71 cores=0,2,4,6
/proc/14261/task/14270/stat : 14270 (java) S 14259 14261 11485 0 -1 4202560 53720 0 0 0 163 8 0 0 16 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14271] ppid=14259 vsize=10619080 CPUtime=1.05 cores=0,2,4,6
/proc/14261/task/14271/stat : 14271 (java) S 14259 14261 11485 0 -1 4202560 40840 0 0 0 99 6 0 0 16 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 2 0 0 0
[pid=14261/tid=14272] ppid=14259 vsize=10619080 CPUtime=0.09 cores=0,2,4,6
/proc/14261/task/14272/stat : 14272 (java) S 14259 14261 11485 0 -1 4202560 107 0 0 0 5 4 0 0 15 0 19 0 877288448 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624896 0 0 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14273] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14273/stat : 14273 (java) S 14259 14261 11485 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877288448 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14274] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14274/stat : 14274 (java) S 14259 14261 11485 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 877288448 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14275] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14275/stat : 14275 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877288450 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676631985 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14276] ppid=14259 vsize=10619080 CPUtime=0.58 cores=0,2,4,6
/proc/14261/task/14276/stat : 14276 (java) S 14259 14261 11485 0 -1 4202560 3576 0 0 0 58 0 0 0 16 0 19 0 877288450 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14277] ppid=14259 vsize=10619080 CPUtime=0.77 cores=0,2,4,6
/proc/14261/task/14277/stat : 14277 (java) S 14259 14261 11485 0 -1 4202560 7084 0 0 0 77 0 0 0 15 0 19 0 877288450 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14278] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14278/stat : 14278 (java) S 14259 14261 11485 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 877288450 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14279] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14279/stat : 14279 (java) S 14259 14261 11485 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 877288450 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624896 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14335] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14335/stat : 14335 (java) S 14259 14261 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877288566 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624896 0 4 0 16800975 18446604453720904832 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1730.95
Current children cumulated vsize (KiB) 10619080

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/212 14387
/proc/meminfo: memFree=24759340/32951132 swapFree=67054608/67111528
[pid=14261] ppid=14259 vsize=10619080 CPUtime=1791.04 cores=0,2,4,6
/proc/14261/stat : 14261 (java) S 14259 14261 11485 0 -1 4202496 1015513 0 1 0 178950 154 0 0 25 0 19 0 877288444 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14261/statm: 2654770 1007769 2246 9 0 2645504 0
[pid=14261/tid=14263] ppid=14259 vsize=10619080 CPUtime=1778.74 cores=0,2,4,6
/proc/14261/task/14263/stat : 14263 (java) R 14259 14261 11485 0 -1 4202560 651478 0 1 0 177791 83 0 0 25 0 19 0 877288445 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 46912506137920 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14261/tid=14264] ppid=14259 vsize=10619080 CPUtime=1.57 cores=0,2,4,6
/proc/14261/task/14264/stat : 14264 (java) S 14259 14261 11485 0 -1 4202560 44763 0 0 0 148 9 0 0 15 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14265] ppid=14259 vsize=10619080 CPUtime=1.13 cores=0,2,4,6
/proc/14261/task/14265/stat : 14265 (java) S 14259 14261 11485 0 -1 4202560 43702 0 0 0 107 6 0 0 16 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14266] ppid=14259 vsize=10619080 CPUtime=1.28 cores=0,2,4,6
/proc/14261/task/14266/stat : 14266 (java) S 14259 14261 11485 0 -1 4202560 46691 0 0 0 119 9 0 0 16 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 2 0 0 0
[pid=14261/tid=14267] ppid=14259 vsize=10619080 CPUtime=1.06 cores=0,2,4,6
/proc/14261/task/14267/stat : 14267 (java) S 14259 14261 11485 0 -1 4202560 36780 0 0 0 99 7 0 0 15 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14268] ppid=14259 vsize=10619080 CPUtime=1.43 cores=0,2,4,6
/proc/14261/task/14268/stat : 14268 (java) S 14259 14261 11485 0 -1 4202560 47306 0 0 0 136 7 0 0 16 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14269] ppid=14259 vsize=10619080 CPUtime=1.45 cores=0,2,4,6
/proc/14261/task/14269/stat : 14269 (java) S 14259 14261 11485 0 -1 4202560 38203 0 0 0 139 6 0 0 15 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 6 0 0 0
[pid=14261/tid=14270] ppid=14259 vsize=10619080 CPUtime=1.72 cores=0,2,4,6
/proc/14261/task/14270/stat : 14270 (java) S 14259 14261 11485 0 -1 4202560 53720 0 0 0 164 8 0 0 15 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 6 0 0 0
[pid=14261/tid=14271] ppid=14259 vsize=10619080 CPUtime=1.07 cores=0,2,4,6
/proc/14261/task/14271/stat : 14271 (java) S 14259 14261 11485 0 -1 4202560 40840 0 0 0 101 6 0 0 15 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 6 0 0 0
[pid=14261/tid=14272] ppid=14259 vsize=10619080 CPUtime=0.1 cores=0,2,4,6
/proc/14261/task/14272/stat : 14272 (java) S 14259 14261 11485 0 -1 4202560 112 0 0 0 5 5 0 0 15 0 19 0 877288448 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624896 0 0 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14273] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14273/stat : 14273 (java) S 14259 14261 11485 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877288448 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14274] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14274/stat : 14274 (java) S 14259 14261 11485 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 877288448 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14275] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14275/stat : 14275 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877288450 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676631985 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14276] ppid=14259 vsize=10619080 CPUtime=0.58 cores=0,2,4,6
/proc/14261/task/14276/stat : 14276 (java) S 14259 14261 11485 0 -1 4202560 3576 0 0 0 58 0 0 0 16 0 19 0 877288450 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14277] ppid=14259 vsize=10619080 CPUtime=0.77 cores=0,2,4,6
/proc/14261/task/14277/stat : 14277 (java) S 14259 14261 11485 0 -1 4202560 7084 0 0 0 77 0 0 0 15 0 19 0 877288450 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14278] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14278/stat : 14278 (java) S 14259 14261 11485 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 877288450 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14279] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14279/stat : 14279 (java) S 14259 14261 11485 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 877288450 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624896 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14335] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14335/stat : 14335 (java) S 14259 14261 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877288566 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624896 0 4 0 16800975 18446604453720904832 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1791.04
Current children cumulated vsize (KiB) 10619080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/212 14387
/proc/meminfo: memFree=24759212/32951132 swapFree=67054608/67111528
[pid=14261] ppid=14259 vsize=10619080 CPUtime=1800.05 cores=0,2,4,6
/proc/14261/stat : 14261 (java) S 14259 14261 11485 0 -1 4202496 1015515 0 1 0 179851 154 0 0 25 0 19 0 877288444 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14261/statm: 2654770 1007769 2246 9 0 2645504 0
[pid=14261/tid=14263] ppid=14259 vsize=10619080 CPUtime=1787.74 cores=0,2,4,6
/proc/14261/task/14263/stat : 14263 (java) R 14259 14261 11485 0 -1 4202560 651480 0 1 0 178691 83 0 0 25 0 19 0 877288445 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 46912506137958 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14261/tid=14264] ppid=14259 vsize=10619080 CPUtime=1.57 cores=0,2,4,6
/proc/14261/task/14264/stat : 14264 (java) S 14259 14261 11485 0 -1 4202560 44763 0 0 0 148 9 0 0 15 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 6 0 0 0
[pid=14261/tid=14265] ppid=14259 vsize=10619080 CPUtime=1.13 cores=0,2,4,6
/proc/14261/task/14265/stat : 14265 (java) S 14259 14261 11485 0 -1 4202560 43702 0 0 0 107 6 0 0 15 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14266] ppid=14259 vsize=10619080 CPUtime=1.28 cores=0,2,4,6
/proc/14261/task/14266/stat : 14266 (java) S 14259 14261 11485 0 -1 4202560 46691 0 0 0 119 9 0 0 15 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 2 0 0 0
[pid=14261/tid=14267] ppid=14259 vsize=10619080 CPUtime=1.06 cores=0,2,4,6
/proc/14261/task/14267/stat : 14267 (java) S 14259 14261 11485 0 -1 4202560 36780 0 0 0 99 7 0 0 15 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14268] ppid=14259 vsize=10619080 CPUtime=1.43 cores=0,2,4,6
/proc/14261/task/14268/stat : 14268 (java) S 14259 14261 11485 0 -1 4202560 47306 0 0 0 136 7 0 0 15 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14269] ppid=14259 vsize=10619080 CPUtime=1.46 cores=0,2,4,6
/proc/14261/task/14269/stat : 14269 (java) S 14259 14261 11485 0 -1 4202560 38203 0 0 0 140 6 0 0 16 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 6 0 0 0
[pid=14261/tid=14270] ppid=14259 vsize=10619080 CPUtime=1.72 cores=0,2,4,6
/proc/14261/task/14270/stat : 14270 (java) S 14259 14261 11485 0 -1 4202560 53720 0 0 0 164 8 0 0 15 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 6 0 0 0
[pid=14261/tid=14271] ppid=14259 vsize=10619080 CPUtime=1.07 cores=0,2,4,6
/proc/14261/task/14271/stat : 14271 (java) S 14259 14261 11485 0 -1 4202560 40840 0 0 0 101 6 0 0 16 0 19 0 877288447 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14272] ppid=14259 vsize=10619080 CPUtime=0.1 cores=0,2,4,6
/proc/14261/task/14272/stat : 14272 (java) S 14259 14261 11485 0 -1 4202560 112 0 0 0 5 5 0 0 15 0 19 0 877288448 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624896 0 0 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14273] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14273/stat : 14273 (java) S 14259 14261 11485 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877288448 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14274] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14274/stat : 14274 (java) S 14259 14261 11485 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 877288448 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14275] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14275/stat : 14275 (java) S 14259 14261 11485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 877288450 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676631985 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14276] ppid=14259 vsize=10619080 CPUtime=0.58 cores=0,2,4,6
/proc/14261/task/14276/stat : 14276 (java) S 14259 14261 11485 0 -1 4202560 3576 0 0 0 58 0 0 0 16 0 19 0 877288450 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14277] ppid=14259 vsize=10619080 CPUtime=0.77 cores=0,2,4,6
/proc/14261/task/14277/stat : 14277 (java) S 14259 14261 11485 0 -1 4202560 7084 0 0 0 77 0 0 0 15 0 19 0 877288450 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14278] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14278/stat : 14278 (java) S 14259 14261 11485 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 877288450 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624281 0 4 0 16800975 18446604453720904832 0 0 -1 4 0 0 0
[pid=14261/tid=14279] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14279/stat : 14279 (java) S 14259 14261 11485 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 877288450 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624896 0 4 0 16800975 18446604453720904832 0 0 -1 0 0 0 0
[pid=14261/tid=14335] ppid=14259 vsize=10619080 CPUtime=0 cores=0,2,4,6
/proc/14261/task/14335/stat : 14335 (java) S 14259 14261 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877288566 10873937920 1007769 33554432000 1073741824 1073778376 140733486076848 18446744073709551615 274676624896 0 4 0 16800975 18446604453720904832 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10619080

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

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

[startup+1791.41 s]
/proc/loadavg: 2.00 2.00 1.99 3/212 14387
/proc/meminfo: memFree=24759212/32951132 swapFree=67054608/67111528
[pid=14261] ppid=14259 vsize=0 CPUtime=1800.16 cores=0,2,4,6
/proc/14261/stat : 14261 (java) Z 14259 14261 11485 0 -1 4203548 1015543 0 1 0 179852 164 0 0 17 0 2 0 877288444 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/14261/statm: 0 0 0 0 0 0 0
[pid=14261/tid=14278] ppid=14259 vsize=0 CPUtime=0.09 cores=0,2,4,6
/proc/14261/task/14278/stat : 14278 (java) R 14259 14261 11485 0 -1 4203588 2 0 0 0 0 9 0 0 18 0 2 0 877288450 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1791.48
CPU time (s): 1800.23
CPU user time (s): 1798.52
CPU system time (s): 1.70474
CPU usage (%): 100.488
Max. virtual memory (cumulated for all children) (KiB): 10623196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.52
system time used= 1.70474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1015543
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= 47074
involuntary context switches= 21168

runsolver used 3.3215 second user time and 6.47701 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-10 00:01:28
IDJOB=3456626
IDBENCH=2363
IDSOLVER=1951
FILE ID=node131/3456626-1307656888
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-dc1c.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456626-1307656888/watcher-3456626-1307656888 -o /tmp/evaluation-result-3456626-1307656888/solver-3456626-1307656888 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456626-1307656888.opb

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

MD5SUM BENCH= aae7296985adde1f17776b4f5ad45572
RANDOM SEED=2072720391

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:      31825016 kB
Buffers:        227008 kB
Cached:         630256 kB
SwapCached:       9832 kB
Active:         348624 kB
Inactive:       530908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31825016 kB
SwapTotal:    67111528 kB
SwapFree:     67054608 kB
Dirty:            4760 kB
Writeback:          24 kB
AnonPages:       20164 kB
Mapped:          13208 kB
Slab:           183168 kB
PageTables:       4688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   222496 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= 74112 MiB
End job on node131 at 2011-06-10 00:31:21