Trace number 3456752

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.24 1794.76

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3702.opb
MD5SUMd696f4100af4494c851a4f1a4044ecb8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4827154397
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29701186548799
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29701186548799
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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-3456752-1307640477/watcher-3456752-1307640477 -o /tmp/evaluation-result-3456752-1307640477/solver-3456752-1307640477 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456752-1307640477.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.84 1.97 1.95 4/195 10409
/proc/meminfo: memFree=32058144/32950928 swapFree=67054696/67111528
[pid=10409] ppid=10407 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/10409/stat : 10409 (java) S 10407 10409 9650 0 -1 4202496 1178 0 0 0 0 0 0 0 22 0 2 0 331657124 27824128 906 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892367845 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/10409/statm: 6793 906 688 9 0 381 0
[pid=10409/tid=10410] ppid=10407 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10410/stat : 10410 (java) S 10407 10409 9650 0 -1 4202560 64 0 0 0 0 0 0 0 23 0 2 0 331657124 27824128 906 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218875641479 0 2147483391 4096 0 18446744071699199166 0 0 -1 2 0 0 0

[startup+0.0775539 s]
/proc/loadavg: 1.84 1.97 1.95 4/195 10409
/proc/meminfo: memFree=32058144/32950928 swapFree=67054696/67111528
[pid=10409] ppid=10407 vsize=10473088 CPUtime=0.07 cores=0,2,4,6
/proc/10409/stat : 10409 (java) S 10407 10409 9650 0 -1 4202496 11976 0 1 0 5 2 0 0 22 0 18 0 331657124 10724442112 11673 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10409/statm: 2618272 11673 1755 9 0 2609006 0
[pid=10409/tid=10410] ppid=10407 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/10409/task/10410/stat : 10410 (java) R 10407 10409 9650 0 -1 4202560 10803 0 1 0 5 1 0 0 25 0 18 0 331657124 10724442112 11674 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10473088

[startup+0.100575 s]
/proc/loadavg: 1.84 1.97 1.95 4/195 10409
/proc/meminfo: memFree=32058144/32950928 swapFree=67054696/67111528
[pid=10409] ppid=10407 vsize=10540320 CPUtime=0.1 cores=0,2,4,6
/proc/10409/stat : 10409 (java) S 10407 10409 9650 0 -1 4202496 13122 0 1 0 8 2 0 0 22 0 18 0 331657124 10793287680 12803 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10409/statm: 2635080 12803 2092 9 0 2625814 0
[pid=10409/tid=10410] ppid=10407 vsize=10540320 CPUtime=0.08 cores=0,2,4,6
/proc/10409/task/10410/stat : 10410 (java) R 10407 10409 9650 0 -1 4202560 11183 0 1 0 7 1 0 0 18 0 18 0 331657124 10793287680 12803 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892391883 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540320

[startup+0.300513 s]
/proc/loadavg: 1.84 1.97 1.95 4/195 10409
/proc/meminfo: memFree=32058144/32950928 swapFree=67054696/67111528
[pid=10409] ppid=10407 vsize=10543084 CPUtime=0.48 cores=0,2,4,6
/proc/10409/stat : 10409 (java) S 10407 10409 9650 0 -1 4202496 21546 0 1 0 45 3 0 0 22 0 18 0 331657124 10796118016 20645 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10409/statm: 2635771 20648 2199 9 0 2626505 0
[pid=10409/tid=10410] ppid=10407 vsize=10543084 CPUtime=0.28 cores=0,2,4,6
/proc/10409/task/10410/stat : 10410 (java) R 10407 10409 9650 0 -1 4202560 18062 0 1 0 26 2 0 0 18 0 18 0 331657124 10796118016 20650 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 46912505600728 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10543084

[startup+0.700439 s]
/proc/loadavg: 1.84 1.97 1.95 4/195 10409
/proc/meminfo: memFree=32058144/32950928 swapFree=67054696/67111528
[pid=10409] ppid=10407 vsize=10543424 CPUtime=1.04 cores=0,2,4,6
/proc/10409/stat : 10409 (java) S 10407 10409 9650 0 -1 4202496 49764 0 1 0 98 6 0 0 22 0 18 0 331657124 10796466176 48657 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10409/statm: 2635856 48661 2204 9 0 2626590 0
[pid=10409/tid=10410] ppid=10407 vsize=10543424 CPUtime=0.69 cores=0,2,4,6
/proc/10409/task/10410/stat : 10410 (java) R 10407 10409 9650 0 -1 4202560 45966 0 1 0 64 5 0 0 18 0 18 0 331657124 10796466176 48662 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 46912505573882 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 10543424

[startup+1.5013 s]
/proc/loadavg: 1.84 1.97 1.95 3/213 10427
/proc/meminfo: memFree=31538156/32950928 swapFree=67054696/67111528
[pid=10409] ppid=10407 vsize=10543424 CPUtime=1.84 cores=0,2,4,6
/proc/10409/stat : 10409 (java) S 10407 10409 9650 0 -1 4202496 115139 0 1 0 171 13 0 0 22 0 18 0 331657124 10796466176 114033 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10409/statm: 2635856 114036 2204 9 0 2626590 0
[pid=10409/tid=10410] ppid=10407 vsize=10543424 CPUtime=1.49 cores=0,2,4,6
/proc/10409/task/10410/stat : 10410 (java) R 10407 10409 9650 0 -1 4202560 111342 0 1 0 137 12 0 0 19 0 18 0 331657124 10796466176 114038 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 46912505559326 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10409/tid=10412] ppid=10407 vsize=10543424 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10412/stat : 10412 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 331657126 10796466176 114040 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10413] ppid=10407 vsize=10543424 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10413/stat : 10413 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 331657126 10796466176 114042 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10414] ppid=10407 vsize=10543424 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10414/stat : 10414 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 331657126 10796466176 114044 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10415] ppid=10407 vsize=10543424 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10415/stat : 10415 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 331657126 10796466176 114046 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10416] ppid=10407 vsize=10543424 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10416/stat : 10416 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 331657126 10796466176 114049 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10417] ppid=10407 vsize=10543424 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10417/stat : 10417 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 331657126 10796466176 114051 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10418] ppid=10407 vsize=10543424 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10418/stat : 10418 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 331657126 10796466176 114053 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10419] ppid=10407 vsize=10543424 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10419/stat : 10419 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 331657126 10796466176 114055 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10420] ppid=10407 vsize=10543424 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10420/stat : 10420 (java) S 10407 10409 9650 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 331657127 10796466176 114057 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381696 0 0 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10421] ppid=10407 vsize=10543424 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10421/stat : 10421 (java) S 10407 10409 9650 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 331657127 10796466176 114059 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10422] ppid=10407 vsize=10543424 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10422/stat : 10422 (java) S 10407 10409 9650 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 331657127 10796466176 114061 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10423] ppid=10407 vsize=10543424 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10423/stat : 10423 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 331657130 10796466176 114063 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892388785 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10424] ppid=10407 vsize=10543424 CPUtime=0.17 cores=0,2,4,6
/proc/10409/task/10424/stat : 10424 (java) S 10407 10409 9650 0 -1 4202560 1532 0 0 0 17 0 0 0 15 0 18 0 331657130 10796466176 114063 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
[pid=10409/tid=10425] ppid=10407 vsize=10543424 CPUtime=0.17 cores=0,2,4,6
/proc/10409/task/10425/stat : 10425 (java) S 10407 10409 9650 0 -1 4202560 1121 0 0 0 17 0 0 0 15 0 18 0 331657130 10796466176 114065 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 0 0 0 0
[pid=10409/tid=10426] ppid=10407 vsize=10543424 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10426/stat : 10426 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 331657130 10796466176 114067 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10427] ppid=10407 vsize=10543424 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10427/stat : 10427 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 331657130 10796466176 114069 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381696 0 4 0 16800975 18446604453866825792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 10543424

[startup+3.10102 s]
/proc/loadavg: 1.84 1.97 1.95 3/214 10428
/proc/meminfo: memFree=30995476/32950928 swapFree=67054696/67111528
[pid=10409] ppid=10407 vsize=10548124 CPUtime=3.85 cores=0,2,4,6
/proc/10409/stat : 10409 (java) S 10407 10409 9650 0 -1 4202496 186332 0 1 0 365 20 0 0 22 0 19 0 331657124 10801278976 184043 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10409/statm: 2637031 184044 2225 9 0 2627765 0
[pid=10409/tid=10410] ppid=10407 vsize=10548124 CPUtime=3.09 cores=0,2,4,6
/proc/10409/task/10410/stat : 10410 (java) R 10407 10409 9650 0 -1 4202560 179928 0 1 0 290 19 0 0 18 0 19 0 331657124 10801278976 184044 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 46912505683683 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10409/tid=10412] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10412/stat : 10412 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 331657126 10801278976 184044 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10413] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10413/stat : 10413 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657126 10801278976 184045 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10414] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10414/stat : 10414 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657126 10801278976 184045 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10415] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10415/stat : 10415 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657126 10801278976 184046 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10416] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10416/stat : 10416 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657126 10801278976 184046 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10417] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10417/stat : 10417 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657126 10801278976 184047 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10418] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10418/stat : 10418 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657126 10801278976 184047 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10419] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10419/stat : 10419 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657126 10801278976 184047 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10420] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10420/stat : 10420 (java) S 10407 10409 9650 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 331657127 10801278976 184047 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381696 0 0 0 16800975 18446604453866825792 0 0 -1 0 0 0 0
[pid=10409/tid=10421] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10421/stat : 10421 (java) S 10407 10409 9650 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 331657127 10801278976 184047 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10422] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10422/stat : 10422 (java) S 10407 10409 9650 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 331657127 10801278976 184048 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10423] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10423/stat : 10423 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657130 10801278976 184048 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892388785 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10424] ppid=10407 vsize=10548124 CPUtime=0.37 cores=0,2,4,6
/proc/10409/task/10424/stat : 10424 (java) S 10407 10409 9650 0 -1 4202560 3027 0 0 0 37 0 0 0 16 0 19 0 331657130 10801278976 184048 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
[pid=10409/tid=10425] ppid=10407 vsize=10548124 CPUtime=0.37 cores=0,2,4,6
/proc/10409/task/10425/stat : 10425 (java) S 10407 10409 9650 0 -1 4202560 2218 0 0 0 37 0 0 0 16 0 19 0 331657130 10801278976 184048 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 0 0 0 0
[pid=10409/tid=10426] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10426/stat : 10426 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657130 10801278976 184048 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10427] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10427/stat : 10427 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 331657130 10801278976 184048 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381696 0 4 0 16800975 18446604453866825792 0 0 -1 6 0 0 0
[pid=10409/tid=10428] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10428/stat : 10428 (java) S 10407 10409 9650 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 331657313 10801278976 184048 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381696 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 10548124

[startup+6.30145 s]
/proc/loadavg: 2.01 2.00 1.96 3/214 10429
/proc/meminfo: memFree=28964296/32950928 swapFree=67054696/67111528
[pid=10409] ppid=10407 vsize=10548124 CPUtime=7.23 cores=0,2,4,6
/proc/10409/stat : 10409 (java) S 10407 10409 9650 0 -1 4202496 303982 0 1 0 689 34 0 0 22 0 19 0 331657124 10801278976 301667 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10409/statm: 2637031 301668 2227 9 0 2627765 0
[pid=10409/tid=10410] ppid=10407 vsize=10548124 CPUtime=6.28 cores=0,2,4,6
/proc/10409/task/10410/stat : 10410 (java) R 10407 10409 9650 0 -1 4202560 297436 0 1 0 596 32 0 0 21 0 19 0 331657124 10801278976 301668 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 46912505683680 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10409/tid=10412] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10412/stat : 10412 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 331657126 10801278976 301669 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10413] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10413/stat : 10413 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657126 10801278976 301669 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10414] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10414/stat : 10414 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657126 10801278976 301670 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10415] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10415/stat : 10415 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657126 10801278976 301670 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10416] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10416/stat : 10416 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657126 10801278976 301671 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10417] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10417/stat : 10417 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657126 10801278976 301671 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10418] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10418/stat : 10418 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657126 10801278976 301672 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10419] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10419/stat : 10419 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657126 10801278976 301672 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10420] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10420/stat : 10420 (java) S 10407 10409 9650 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 331657127 10801278976 301673 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381696 0 0 0 16800975 18446604453866825792 0 0 -1 0 0 0 0
[pid=10409/tid=10421] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10421/stat : 10421 (java) S 10407 10409 9650 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 331657127 10801278976 301673 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10422] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10422/stat : 10422 (java) S 10407 10409 9650 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 331657127 10801278976 301674 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10423] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10423/stat : 10423 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657130 10801278976 301674 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892388785 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10424] ppid=10407 vsize=10548124 CPUtime=0.49 cores=0,2,4,6
/proc/10409/task/10424/stat : 10424 (java) S 10407 10409 9650 0 -1 4202560 3114 0 0 0 49 0 0 0 15 0 19 0 331657130 10801278976 301675 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
[pid=10409/tid=10425] ppid=10407 vsize=10548124 CPUtime=0.43 cores=0,2,4,6
/proc/10409/task/10425/stat : 10425 (java) S 10407 10409 9650 0 -1 4202560 2272 0 0 0 43 0 0 0 16 0 19 0 331657130 10801278976 301675 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 0 0 0 0
[pid=10409/tid=10426] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10426/stat : 10426 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657130 10801278976 301676 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0

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

/proc/10409/task/10422/stat : 10422 (java) S 10407 10409 9650 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 331657127 10801278976 949548 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10423] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10423/stat : 10423 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657130 10801278976 949548 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892388785 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10424] ppid=10407 vsize=10548124 CPUtime=0.56 cores=0,2,4,6
/proc/10409/task/10424/stat : 10424 (java) S 10407 10409 9650 0 -1 4202560 3144 0 0 0 56 0 0 0 15 0 19 0 331657130 10801278976 949548 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
[pid=10409/tid=10425] ppid=10407 vsize=10548124 CPUtime=0.68 cores=0,2,4,6
/proc/10409/task/10425/stat : 10425 (java) S 10407 10409 9650 0 -1 4202560 4715 0 0 0 68 0 0 0 15 0 19 0 331657130 10801278976 949548 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 0 0 0 0
[pid=10409/tid=10426] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10426/stat : 10426 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657130 10801278976 949548 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10427] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10427/stat : 10427 (java) S 10407 10409 9650 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 331657130 10801278976 949548 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381696 0 4 0 16800975 18446604453866825792 0 0 -1 0 0 0 0
[pid=10409/tid=10428] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10428/stat : 10428 (java) S 10407 10409 9650 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 331657313 10801278976 949548 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381696 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1667.68
Current children cumulated vsize (KiB) 10548124

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/214 10474
/proc/meminfo: memFree=24584700/32950928 swapFree=67054696/67111528
[pid=10409] ppid=10407 vsize=10548124 CPUtime=1727.77 cores=0,2,4,6
/proc/10409/stat : 10409 (java) S 10407 10409 9650 0 -1 4202496 956931 0 1 0 172661 116 0 0 22 0 19 0 331657124 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10409/statm: 2637031 950996 2240 9 0 2627765 0
[pid=10409/tid=10410] ppid=10407 vsize=10548124 CPUtime=1720.56 cores=0,2,4,6
/proc/10409/task/10410/stat : 10410 (java) R 10407 10409 9650 0 -1 4202560 775624 0 1 0 171972 84 0 0 25 0 19 0 331657124 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 46912505754331 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10409/tid=10412] ppid=10407 vsize=10548124 CPUtime=0.84 cores=0,2,4,6
/proc/10409/task/10412/stat : 10412 (java) S 10407 10409 9650 0 -1 4202560 27879 0 0 0 80 4 0 0 16 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 0 0 0 0
[pid=10409/tid=10413] ppid=10407 vsize=10548124 CPUtime=0.72 cores=0,2,4,6
/proc/10409/task/10413/stat : 10413 (java) S 10407 10409 9650 0 -1 4202560 18081 0 0 0 70 2 0 0 15 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 6 0 0 0
[pid=10409/tid=10414] ppid=10407 vsize=10548124 CPUtime=0.7 cores=0,2,4,6
/proc/10409/task/10414/stat : 10414 (java) S 10407 10409 9650 0 -1 4202560 15408 0 0 0 67 3 0 0 16 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 6 0 0 0
[pid=10409/tid=10415] ppid=10407 vsize=10548124 CPUtime=0.76 cores=0,2,4,6
/proc/10409/task/10415/stat : 10415 (java) S 10407 10409 9650 0 -1 4202560 24045 0 0 0 73 3 0 0 16 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
[pid=10409/tid=10416] ppid=10407 vsize=10548124 CPUtime=0.68 cores=0,2,4,6
/proc/10409/task/10416/stat : 10416 (java) S 10407 10409 9650 0 -1 4202560 19852 0 0 0 65 3 0 0 15 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
[pid=10409/tid=10417] ppid=10407 vsize=10548124 CPUtime=0.69 cores=0,2,4,6
/proc/10409/task/10417/stat : 10417 (java) S 10407 10409 9650 0 -1 4202560 26059 0 0 0 66 3 0 0 15 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 6 0 0 0
[pid=10409/tid=10418] ppid=10407 vsize=10548124 CPUtime=0.78 cores=0,2,4,6
/proc/10409/task/10418/stat : 10418 (java) S 10407 10409 9650 0 -1 4202560 21669 0 0 0 75 3 0 0 16 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10419] ppid=10407 vsize=10548124 CPUtime=0.64 cores=0,2,4,6
/proc/10409/task/10419/stat : 10419 (java) S 10407 10409 9650 0 -1 4202560 19098 0 0 0 61 3 0 0 15 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
[pid=10409/tid=10420] ppid=10407 vsize=10548124 CPUtime=0.04 cores=0,2,4,6
/proc/10409/task/10420/stat : 10420 (java) S 10407 10409 9650 0 -1 4202560 107 0 0 0 2 2 0 0 15 0 19 0 331657127 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381696 0 0 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10421] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10421/stat : 10421 (java) S 10407 10409 9650 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 331657127 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10422] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10422/stat : 10422 (java) S 10407 10409 9650 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 331657127 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10423] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10423/stat : 10423 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657130 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892388785 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10424] ppid=10407 vsize=10548124 CPUtime=0.56 cores=0,2,4,6
/proc/10409/task/10424/stat : 10424 (java) S 10407 10409 9650 0 -1 4202560 3144 0 0 0 56 0 0 0 15 0 19 0 331657130 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
[pid=10409/tid=10425] ppid=10407 vsize=10548124 CPUtime=0.68 cores=0,2,4,6
/proc/10409/task/10425/stat : 10425 (java) S 10407 10409 9650 0 -1 4202560 4715 0 0 0 68 0 0 0 15 0 19 0 331657130 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 0 0 0 0
[pid=10409/tid=10426] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10426/stat : 10426 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657130 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10427] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10427/stat : 10427 (java) S 10407 10409 9650 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 331657130 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381696 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
[pid=10409/tid=10428] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10428/stat : 10428 (java) S 10407 10409 9650 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 331657313 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381696 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1727.77
Current children cumulated vsize (KiB) 10548124

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/214 10476
/proc/meminfo: memFree=24574128/32950928 swapFree=67054696/67111528
[pid=10409] ppid=10407 vsize=10548124 CPUtime=1787.77 cores=0,2,4,6
/proc/10409/stat : 10409 (java) S 10407 10409 9650 0 -1 4202496 956933 0 1 0 178661 116 0 0 22 0 19 0 331657124 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10409/statm: 2637031 950996 2240 9 0 2627765 0
[pid=10409/tid=10410] ppid=10407 vsize=10548124 CPUtime=1780.56 cores=0,2,4,6
/proc/10409/task/10410/stat : 10410 (java) R 10407 10409 9650 0 -1 4202560 775624 0 1 0 177972 84 0 0 25 0 19 0 331657124 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 46912505754008 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10409/tid=10412] ppid=10407 vsize=10548124 CPUtime=0.84 cores=0,2,4,6
/proc/10409/task/10412/stat : 10412 (java) S 10407 10409 9650 0 -1 4202560 27879 0 0 0 80 4 0 0 16 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 0 0 0 0
[pid=10409/tid=10413] ppid=10407 vsize=10548124 CPUtime=0.72 cores=0,2,4,6
/proc/10409/task/10413/stat : 10413 (java) S 10407 10409 9650 0 -1 4202560 18081 0 0 0 70 2 0 0 15 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 6 0 0 0
[pid=10409/tid=10414] ppid=10407 vsize=10548124 CPUtime=0.7 cores=0,2,4,6
/proc/10409/task/10414/stat : 10414 (java) S 10407 10409 9650 0 -1 4202560 15408 0 0 0 67 3 0 0 16 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 6 0 0 0
[pid=10409/tid=10415] ppid=10407 vsize=10548124 CPUtime=0.76 cores=0,2,4,6
/proc/10409/task/10415/stat : 10415 (java) S 10407 10409 9650 0 -1 4202560 24045 0 0 0 73 3 0 0 16 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
[pid=10409/tid=10416] ppid=10407 vsize=10548124 CPUtime=0.68 cores=0,2,4,6
/proc/10409/task/10416/stat : 10416 (java) S 10407 10409 9650 0 -1 4202560 19852 0 0 0 65 3 0 0 15 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
[pid=10409/tid=10417] ppid=10407 vsize=10548124 CPUtime=0.69 cores=0,2,4,6
/proc/10409/task/10417/stat : 10417 (java) S 10407 10409 9650 0 -1 4202560 26059 0 0 0 66 3 0 0 15 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 6 0 0 0
[pid=10409/tid=10418] ppid=10407 vsize=10548124 CPUtime=0.78 cores=0,2,4,6
/proc/10409/task/10418/stat : 10418 (java) S 10407 10409 9650 0 -1 4202560 21669 0 0 0 75 3 0 0 16 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10419] ppid=10407 vsize=10548124 CPUtime=0.64 cores=0,2,4,6
/proc/10409/task/10419/stat : 10419 (java) S 10407 10409 9650 0 -1 4202560 19098 0 0 0 61 3 0 0 15 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
[pid=10409/tid=10420] ppid=10407 vsize=10548124 CPUtime=0.04 cores=0,2,4,6
/proc/10409/task/10420/stat : 10420 (java) S 10407 10409 9650 0 -1 4202560 107 0 0 0 2 2 0 0 15 0 19 0 331657127 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381696 0 0 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10421] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10421/stat : 10421 (java) S 10407 10409 9650 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 331657127 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10422] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10422/stat : 10422 (java) S 10407 10409 9650 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 331657127 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10423] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10423/stat : 10423 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657130 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892388785 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10424] ppid=10407 vsize=10548124 CPUtime=0.56 cores=0,2,4,6
/proc/10409/task/10424/stat : 10424 (java) S 10407 10409 9650 0 -1 4202560 3144 0 0 0 56 0 0 0 15 0 19 0 331657130 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
[pid=10409/tid=10425] ppid=10407 vsize=10548124 CPUtime=0.68 cores=0,2,4,6
/proc/10409/task/10425/stat : 10425 (java) S 10407 10409 9650 0 -1 4202560 4715 0 0 0 68 0 0 0 15 0 19 0 331657130 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 0 0 0 0
[pid=10409/tid=10426] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10426/stat : 10426 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657130 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10427] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10427/stat : 10427 (java) S 10407 10409 9650 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 331657130 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381696 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
[pid=10409/tid=10428] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10428/stat : 10428 (java) S 10407 10409 9650 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 331657313 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381696 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1787.77
Current children cumulated vsize (KiB) 10548124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.6 s]
/proc/loadavg: 2.07 2.02 1.99 3/214 10476
/proc/meminfo: memFree=24571508/32950928 swapFree=67054696/67111528
[pid=10409] ppid=10407 vsize=10548124 CPUtime=1800.08 cores=0,2,4,6
/proc/10409/stat : 10409 (java) S 10407 10409 9650 0 -1 4202496 956935 0 1 0 179892 116 0 0 22 0 19 0 331657124 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10409/statm: 2637031 950996 2240 9 0 2627765 0
[pid=10409/tid=10410] ppid=10407 vsize=10548124 CPUtime=1792.87 cores=0,2,4,6
/proc/10409/task/10410/stat : 10410 (java) R 10407 10409 9650 0 -1 4202560 775624 0 1 0 179203 84 0 0 25 0 19 0 331657124 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 46912505609016 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10409/tid=10412] ppid=10407 vsize=10548124 CPUtime=0.84 cores=0,2,4,6
/proc/10409/task/10412/stat : 10412 (java) S 10407 10409 9650 0 -1 4202560 27879 0 0 0 80 4 0 0 16 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 0 0 0 0
[pid=10409/tid=10413] ppid=10407 vsize=10548124 CPUtime=0.72 cores=0,2,4,6
/proc/10409/task/10413/stat : 10413 (java) S 10407 10409 9650 0 -1 4202560 18081 0 0 0 70 2 0 0 15 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 6 0 0 0
[pid=10409/tid=10414] ppid=10407 vsize=10548124 CPUtime=0.7 cores=0,2,4,6
/proc/10409/task/10414/stat : 10414 (java) S 10407 10409 9650 0 -1 4202560 15408 0 0 0 67 3 0 0 16 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 6 0 0 0
[pid=10409/tid=10415] ppid=10407 vsize=10548124 CPUtime=0.76 cores=0,2,4,6
/proc/10409/task/10415/stat : 10415 (java) S 10407 10409 9650 0 -1 4202560 24045 0 0 0 73 3 0 0 16 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
[pid=10409/tid=10416] ppid=10407 vsize=10548124 CPUtime=0.68 cores=0,2,4,6
/proc/10409/task/10416/stat : 10416 (java) S 10407 10409 9650 0 -1 4202560 19852 0 0 0 65 3 0 0 15 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
[pid=10409/tid=10417] ppid=10407 vsize=10548124 CPUtime=0.69 cores=0,2,4,6
/proc/10409/task/10417/stat : 10417 (java) S 10407 10409 9650 0 -1 4202560 26059 0 0 0 66 3 0 0 15 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 6 0 0 0
[pid=10409/tid=10418] ppid=10407 vsize=10548124 CPUtime=0.78 cores=0,2,4,6
/proc/10409/task/10418/stat : 10418 (java) S 10407 10409 9650 0 -1 4202560 21669 0 0 0 75 3 0 0 16 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10419] ppid=10407 vsize=10548124 CPUtime=0.64 cores=0,2,4,6
/proc/10409/task/10419/stat : 10419 (java) S 10407 10409 9650 0 -1 4202560 19098 0 0 0 61 3 0 0 15 0 19 0 331657126 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
[pid=10409/tid=10420] ppid=10407 vsize=10548124 CPUtime=0.04 cores=0,2,4,6
/proc/10409/task/10420/stat : 10420 (java) S 10407 10409 9650 0 -1 4202560 107 0 0 0 2 2 0 0 15 0 19 0 331657127 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381696 0 0 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10421] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10421/stat : 10421 (java) S 10407 10409 9650 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 331657127 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10422] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10422/stat : 10422 (java) S 10407 10409 9650 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 331657127 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10423] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10423/stat : 10423 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657130 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892388785 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10424] ppid=10407 vsize=10548124 CPUtime=0.56 cores=0,2,4,6
/proc/10409/task/10424/stat : 10424 (java) S 10407 10409 9650 0 -1 4202560 3144 0 0 0 56 0 0 0 15 0 19 0 331657130 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
[pid=10409/tid=10425] ppid=10407 vsize=10548124 CPUtime=0.68 cores=0,2,4,6
/proc/10409/task/10425/stat : 10425 (java) S 10407 10409 9650 0 -1 4202560 4715 0 0 0 68 0 0 0 15 0 19 0 331657130 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 0 0 0 0
[pid=10409/tid=10426] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10426/stat : 10426 (java) S 10407 10409 9650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 331657130 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381081 0 4 0 16800975 18446604453866825792 0 0 -1 2 0 0 0
[pid=10409/tid=10427] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10427/stat : 10427 (java) S 10407 10409 9650 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 331657130 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381696 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
[pid=10409/tid=10428] ppid=10407 vsize=10548124 CPUtime=0 cores=0,2,4,6
/proc/10409/task/10428/stat : 10428 (java) S 10407 10409 9650 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 331657313 10801278976 950996 33554432000 1073741824 1073778376 140735508790176 18446744073709551615 218892381696 0 4 0 16800975 18446604453866825792 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 10548124

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

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

[startup+1794.71 s]
/proc/loadavg: 2.07 2.02 1.99 3/214 10476
/proc/meminfo: memFree=24571508/32950928 swapFree=67054696/67111528
[pid=10409] ppid=10407 vsize=0 CPUtime=1800.19 cores=0,2,4,6
/proc/10409/stat : 10409 (java) Z 10407 10409 9650 0 -1 4203548 956964 0 1 0 179893 126 0 0 17 0 2 0 331657124 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10409/statm: 0 0 0 0 0 0 0
[pid=10409/tid=10426] ppid=10407 vsize=0 CPUtime=0.09 cores=0,2,4,6
/proc/10409/task/10426/stat : 10426 (java) R 10407 10409 9650 0 -1 4203588 1 0 0 0 0 9 0 0 18 0 2 0 331657130 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.76
CPU time (s): 1800.24
CPU user time (s): 1798.93
CPU system time (s): 1.3068
CPU usage (%): 100.305
Max. virtual memory (cumulated for all children) (KiB): 10548124

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

runsolver used 3.3125 second user time and 6.49001 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-09 19:27:57
IDJOB=3456752
IDBENCH=2281
IDSOLVER=1951
FILE ID=node112/3456752-1307640477
RUNJOBID= node112-1307633277-9668
PBS_JOBID= 13549379
Free space on /tmp= 74192 MiB

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

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

MD5SUM BENCH= d696f4100af4494c851a4f1a4044ecb8
RANDOM SEED=2144970702

node112.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.847
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.69
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.83
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.847
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.74
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.847
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32059308 kB
Buffers:        186704 kB
Cached:         319852 kB
SwapCached:      10740 kB
Active:         436824 kB
Inactive:       231288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32059308 kB
SwapTotal:    67111528 kB
SwapFree:     67054696 kB
Dirty:            9468 kB
Writeback:           0 kB
AnonPages:      158760 kB
Mapped:          17524 kB
Slab:           159096 kB
PageTables:       5012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10567668 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74192 MiB
End job on node112 at 2011-06-09 19:57:54