Trace number 3456386

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.18 1796.36

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos3.opb
MD5SUMd20c34d69465e41d60c8740ade812dbe
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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables42220
Total number of constraints1481
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)17
Number of constraints which are nor clauses,nor cardinality constraints1464
Minimum length of a constraint10
Maximum length of a constraint4780
Number of terms in the objective function 155
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 10737418235
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 2454208150643933184000
Number of bits of the biggest number in a constraint 72
Biggest sum of numbers in a constraint 289272765430218968121839
Number of bits of the biggest sum of numbers78
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/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@38540408
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-3456386-1307645847.opb
0.10/0.11	c reading problem ... 
1.42/0.82	c ... done. Wall clock time 0.712s.
1.42/0.82	c #vars     42220
1.42/0.82	c #constraints  27176
1.42/0.82	c constraints type 
1.42/0.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17
1.42/0.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 17
1.42/0.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1503
1800.03/1796.22	c starts		: 1
1800.03/1796.22	c conflicts		: 102
1800.03/1796.22	c decisions		: 2827
1800.03/1796.22	c propagations		: 394503
1800.03/1796.22	c inspects		: 1982514
1800.03/1796.22	c shortcuts		: 0
1800.03/1796.22	c learnt literals	: 0
1800.03/1796.22	c learnt binary clauses	: 0
1800.03/1796.22	c learnt ternary clauses	: 0
1800.03/1796.22	c learnt constraints	: 101
1800.03/1796.22	c ignored constraints	: 0
1800.03/1796.22	c root simplifications	: 0
1800.03/1796.22	c removed literals (reason simplification)	: 0
1800.03/1796.22	c reason swapping (by a shorter reason)	: 0
1800.03/1796.22	c Calls to reduceDB	: 0
1800.03/1796.22	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.22	c number of learned constraints concerned by reduction	: 0
1800.03/1796.22	c number of learning phase by resolution	: 0
1800.03/1796.22	c number of learning phase by cutting planes	: 0
1800.03/1796.22	c speed (assignments/second)	: 219.73035475182078
1800.03/1796.22	c non guided choices	0
1800.03/1796.22	c learnt constraints type 
1800.03/1796.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 101
1800.03/1796.22	c constraints type 
1800.03/1796.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17
1800.03/1796.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 17
1800.03/1796.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1503
1800.03/1796.22	s UNKNOWN
1800.03/1796.22	c Total wall clock time (in seconds): 1796.109

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 2/192 24959
/proc/meminfo: memFree=27934952/32951124 swapFree=67062556/67111528
[pid=24959] ppid=24957 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/24959/stat : 24959 (java) R 24957 24959 23633 0 -1 4202496 949 0 0 0 0 0 0 0 22 0 1 0 954815208 23580672 692 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252453103080 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24959/statm: 5757 692 509 9 0 124 0

[startup+0.0705691 s]
/proc/loadavg: 1.92 1.98 1.99 2/192 24959
/proc/meminfo: memFree=27934952/32951124 swapFree=67062556/67111528
[pid=24959] ppid=24957 vsize=10472952 CPUtime=0.05 cores=1,3,5,7
/proc/24959/stat : 24959 (java) S 24957 24959 23633 0 -1 4202496 11794 0 1 0 4 1 0 0 22 0 18 0 954815208 10724302848 11490 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24959/statm: 2618272 11494 1742 9 0 2609006 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472952

[startup+0.100513 s]
/proc/loadavg: 1.92 1.98 1.99 2/192 24959
/proc/meminfo: memFree=27934952/32951124 swapFree=67062556/67111528
[pid=24959] ppid=24957 vsize=10606352 CPUtime=0.1 cores=1,3,5,7
/proc/24959/stat : 24959 (java) S 24957 24959 23633 0 -1 4202496 13092 0 1 0 9 1 0 0 22 0 18 0 954815208 10860904448 12746 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24959/statm: 2651588 12746 2092 9 0 2642322 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10606352

[startup+0.300481 s]
/proc/loadavg: 1.92 1.98 1.99 2/192 24959
/proc/meminfo: memFree=27934952/32951124 swapFree=67062556/67111528
[pid=24959] ppid=24957 vsize=10626472 CPUtime=0.58 cores=1,3,5,7
/proc/24959/stat : 24959 (java) S 24957 24959 23633 0 -1 4202496 24371 0 1 0 55 3 0 0 22 0 18 0 954815208 10881507328 21636 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24959/statm: 2656618 21639 2202 9 0 2647352 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 10626472

[startup+0.70044 s]
/proc/loadavg: 1.92 1.98 1.99 2/192 24959
/proc/meminfo: memFree=27934952/32951124 swapFree=67062556/67111528
[pid=24959] ppid=24957 vsize=10627844 CPUtime=1.31 cores=1,3,5,7
/proc/24959/stat : 24959 (java) S 24957 24959 23633 0 -1 4202496 48436 0 1 0 125 6 0 0 22 0 18 0 954815208 10882912256 45579 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24959/statm: 2656961 45582 2204 9 0 2647695 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 10627844

[startup+1.5013 s]
/proc/loadavg: 1.92 1.98 1.99 4/210 24977
/proc/meminfo: memFree=27718956/32951124 swapFree=67062556/67111528
[pid=24959] ppid=24957 vsize=10628872 CPUtime=2.64 cores=1,3,5,7
/proc/24959/stat : 24959 (java) S 24957 24959 23633 0 -1 4202496 69236 0 1 0 255 9 0 0 22 0 19 0 954815208 10883964928 64648 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24959/statm: 2657218 64648 2223 9 0 2647952 0
[pid=24959/tid=24961] ppid=24957 vsize=10628872 CPUtime=1.48 cores=1,3,5,7
/proc/24959/task/24961/stat : 24961 (java) R 24957 24959 23633 0 -1 4202560 55548 0 1 0 141 7 0 0 20 0 19 0 954815209 10883964928 64648 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 46912505549049 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24959/tid=24962] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24962/stat : 24962 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 954815211 10883964928 64648 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24963] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24963/stat : 24963 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815211 10883964928 64648 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24964] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24964/stat : 24964 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815211 10883964928 64648 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24965] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24965/stat : 24965 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815211 10883964928 64648 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24966] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24966/stat : 24966 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815211 10883964928 64648 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24967] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24967/stat : 24967 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815211 10883964928 64648 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24968] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24968/stat : 24968 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815211 10883964928 64648 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24969] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24969/stat : 24969 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815211 10883964928 64648 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24970] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24970/stat : 24970 (java) S 24957 24959 23633 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 954815212 10883964928 64648 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469882368 0 0 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24971] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24971/stat : 24971 (java) S 24957 24959 23633 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 954815212 10883964928 64648 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24972] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24972/stat : 24972 (java) S 24957 24959 23633 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 954815212 10883964928 64648 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 7 0 0 0
[pid=24959/tid=24973] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24973/stat : 24973 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815214 10883964928 64648 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469889457 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24974] ppid=24957 vsize=10628872 CPUtime=0.53 cores=1,3,5,7
/proc/24959/task/24974/stat : 24974 (java) S 24957 24959 23633 0 -1 4202560 4997 0 0 0 53 0 0 0 18 0 19 0 954815214 10883964928 64648 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 7 0 0 0
[pid=24959/tid=24975] ppid=24957 vsize=10628872 CPUtime=0.6 cores=1,3,5,7
/proc/24959/task/24975/stat : 24975 (java) S 24957 24959 23633 0 -1 4202560 7531 0 0 0 60 0 0 0 19 0 19 0 954815214 10883964928 64648 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 3 0 0 0
[pid=24959/tid=24976] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24976/stat : 24976 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815214 10883964928 64648 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24977] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24977/stat : 24977 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 954815214 10883964928 64648 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469882368 0 4 0 16800975 18446604471146455360 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 10628872

[startup+3.101 s]
/proc/loadavg: 1.92 1.98 1.99 3/211 24978
/proc/meminfo: memFree=27623220/32951124 swapFree=67062556/67111528
[pid=24959] ppid=24957 vsize=10628872 CPUtime=4.3 cores=1,3,5,7
/proc/24959/stat : 24959 (java) S 24957 24959 23633 0 -1 4202496 105384 0 1 0 417 13 0 0 22 0 19 0 954815208 10883964928 100795 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24959/statm: 2657218 100795 2224 9 0 2647952 0
[pid=24959/tid=24961] ppid=24957 vsize=10628872 CPUtime=3.08 cores=1,3,5,7
/proc/24959/task/24961/stat : 24961 (java) R 24957 24959 23633 0 -1 4202560 91685 0 1 0 297 11 0 0 25 0 19 0 954815209 10883964928 100795 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 46912505548979 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24959/tid=24962] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24962/stat : 24962 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 954815211 10883964928 100795 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24963] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24963/stat : 24963 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815211 10883964928 100795 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24964] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24964/stat : 24964 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815211 10883964928 100795 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24965] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24965/stat : 24965 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815211 10883964928 100795 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24966] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24966/stat : 24966 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815211 10883964928 100795 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24967] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24967/stat : 24967 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815211 10883964928 100796 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24968] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24968/stat : 24968 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815211 10883964928 100796 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24969] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24969/stat : 24969 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815211 10883964928 100796 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24970] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24970/stat : 24970 (java) S 24957 24959 23633 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 954815212 10883964928 100796 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469882368 0 0 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24971] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24971/stat : 24971 (java) S 24957 24959 23633 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 954815212 10883964928 100796 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24972] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24972/stat : 24972 (java) S 24957 24959 23633 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 954815212 10883964928 100796 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 7 0 0 0
[pid=24959/tid=24973] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24973/stat : 24973 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815214 10883964928 100796 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469889457 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24974] ppid=24957 vsize=10628872 CPUtime=0.57 cores=1,3,5,7
/proc/24959/task/24974/stat : 24974 (java) S 24957 24959 23633 0 -1 4202560 5004 0 0 0 57 0 0 0 15 0 19 0 954815214 10883964928 100796 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 7 0 0 0
[pid=24959/tid=24975] ppid=24957 vsize=10628872 CPUtime=0.62 cores=1,3,5,7
/proc/24959/task/24975/stat : 24975 (java) S 24957 24959 23633 0 -1 4202560 7535 0 0 0 62 0 0 0 15 0 19 0 954815214 10883964928 100796 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 3 0 0 0
[pid=24959/tid=24976] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24976/stat : 24976 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815214 10883964928 100796 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24977] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24977/stat : 24977 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 954815214 10883964928 100796 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469882368 0 4 0 16800975 18446604471146455360 0 0 -1 3 0 0 0
[pid=24959/tid=24978] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24978/stat : 24978 (java) S 24957 24959 23633 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 954815319 10883964928 100796 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469882368 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 10628872

[startup+6.3014 s]
/proc/loadavg: 2.01 2.00 2.00 3/211 24978
/proc/meminfo: memFree=27472864/32951124 swapFree=67062556/67111528
[pid=24959] ppid=24957 vsize=10628872 CPUtime=7.52 cores=1,3,5,7
/proc/24959/stat : 24959 (java) S 24957 24959 23633 0 -1 4202496 127449 0 1 0 737 15 0 0 22 0 19 0 954815208 10883964928 122858 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24959/statm: 2657218 122867 2225 9 0 2647952 0
[pid=24959/tid=24961] ppid=24957 vsize=10628872 CPUtime=6.28 cores=1,3,5,7
/proc/24959/task/24961/stat : 24961 (java) R 24957 24959 23633 0 -1 4202560 113759 0 1 0 615 13 0 0 25 0 19 0 954815209 10883964928 122870 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 46912505566641 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24959/tid=24962] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24962/stat : 24962 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 954815211 10883964928 122875 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24963] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24963/stat : 24963 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815211 10883964928 122880 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24964] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24964/stat : 24964 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815211 10883964928 122885 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24965] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24965/stat : 24965 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815211 10883964928 122889 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24966] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24966/stat : 24966 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815211 10883964928 122893 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24967] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24967/stat : 24967 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815211 10883964928 122898 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24968] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24968/stat : 24968 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815211 10883964928 122902 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24969] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24969/stat : 24969 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815211 10883964928 122907 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24970] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24970/stat : 24970 (java) S 24957 24959 23633 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 954815212 10883964928 122911 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469882368 0 0 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24971] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24971/stat : 24971 (java) S 24957 24959 23633 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 954815212 10883964928 122915 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24972] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24972/stat : 24972 (java) S 24957 24959 23633 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 954815212 10883964928 122920 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 7 0 0 0
[pid=24959/tid=24973] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24973/stat : 24973 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815214 10883964928 122924 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469889457 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24974] ppid=24957 vsize=10628872 CPUtime=0.58 cores=1,3,5,7
/proc/24959/task/24974/stat : 24974 (java) S 24957 24959 23633 0 -1 4202560 5005 0 0 0 58 0 0 0 15 0 19 0 954815214 10883964928 122928 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 7 0 0 0
[pid=24959/tid=24975] ppid=24957 vsize=10628872 CPUtime=0.63 cores=1,3,5,7
/proc/24959/task/24975/stat : 24975 (java) S 24957 24959 23633 0 -1 4202560 7536 0 0 0 63 0 0 0 15 0 19 0 954815214 10883964928 122933 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 3 0 0 0
[pid=24959/tid=24976] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24976/stat : 24976 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815214 10883964928 122937 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24977] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24977/stat : 24977 (java) S 24957 24959 23633 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 954815214 10883964928 122942 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469882368 0 4 0 16800975 18446604471146455360 0 0 -1 3 0 0 0
[pid=24959/tid=24978] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24978/stat : 24978 (java) S 24957 24959 23633 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 954815319 10883964928 122946 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469882368 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 10628872

[startup+12.7012 s]
/proc/loadavg: 2.01 2.00 2.00 3/211 24978
/proc/meminfo: memFree=25256448/32951124 swapFree=67062556/67111528

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

/proc/24959/task/24972/stat : 24972 (java) S 24957 24959 23633 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 954815212 10883964928 924263 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 7 0 0 0
[pid=24959/tid=24973] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24973/stat : 24973 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815214 10883964928 924263 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469889457 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24974] ppid=24957 vsize=10628872 CPUtime=0.71 cores=1,3,5,7
/proc/24959/task/24974/stat : 24974 (java) S 24957 24959 23633 0 -1 4202560 5699 0 0 0 71 0 0 0 16 0 19 0 954815214 10883964928 924263 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24975] ppid=24957 vsize=10628872 CPUtime=0.88 cores=1,3,5,7
/proc/24959/task/24975/stat : 24975 (java) S 24957 24959 23633 0 -1 4202560 7596 0 0 0 88 0 0 0 15 0 19 0 954815214 10883964928 924263 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 3 0 0 0
[pid=24959/tid=24976] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24976/stat : 24976 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815214 10883964928 924263 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24977] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24977/stat : 24977 (java) S 24957 24959 23633 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 954815214 10883964928 924263 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469882368 0 4 0 16800975 18446604471146455360 0 0 -1 3 0 0 0
[pid=24959/tid=24978] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24978/stat : 24978 (java) S 24957 24959 23633 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 954815319 10883964928 924263 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469882368 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1665.86
Current children cumulated vsize (KiB) 10628872

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 4/211 25092
/proc/meminfo: memFree=24753308/32951124 swapFree=67062556/67111528
[pid=24959] ppid=24957 vsize=10628872 CPUtime=1725.95 cores=1,3,5,7
/proc/24959/stat : 24959 (java) S 24957 24959 23633 0 -1 4202496 932954 0 1 0 172483 112 0 0 22 0 19 0 954815208 10883964928 924787 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24959/statm: 2657218 924787 2239 9 0 2647952 0
[pid=24959/tid=24961] ppid=24957 vsize=10628872 CPUtime=1721.14 cores=1,3,5,7
/proc/24959/task/24961/stat : 24961 (java) R 24957 24959 23633 0 -1 4202560 833179 0 1 0 172025 89 0 0 25 0 19 0 954815209 10883964928 924787 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 46912505566641 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24959/tid=24962] ppid=24957 vsize=10628872 CPUtime=0.38 cores=1,3,5,7
/proc/24959/task/24962/stat : 24962 (java) S 24957 24959 23633 0 -1 4202560 11833 0 0 0 36 2 0 0 16 0 19 0 954815211 10883964928 924787 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 7 0 0 0
[pid=24959/tid=24963] ppid=24957 vsize=10628872 CPUtime=0.36 cores=1,3,5,7
/proc/24959/task/24963/stat : 24963 (java) S 24957 24959 23633 0 -1 4202560 11174 0 0 0 34 2 0 0 15 0 19 0 954815211 10883964928 924787 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 3 0 0 0
[pid=24959/tid=24964] ppid=24957 vsize=10628872 CPUtime=0.4 cores=1,3,5,7
/proc/24959/task/24964/stat : 24964 (java) S 24957 24959 23633 0 -1 4202560 10039 0 0 0 39 1 0 0 16 0 19 0 954815211 10883964928 924787 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 3 0 0 0
[pid=24959/tid=24965] ppid=24957 vsize=10628872 CPUtime=0.35 cores=1,3,5,7
/proc/24959/task/24965/stat : 24965 (java) S 24957 24959 23633 0 -1 4202560 12298 0 0 0 33 2 0 0 16 0 19 0 954815211 10883964928 924787 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24966] ppid=24957 vsize=10628872 CPUtime=0.3 cores=1,3,5,7
/proc/24959/task/24966/stat : 24966 (java) S 24957 24959 23633 0 -1 4202560 4795 0 0 0 30 0 0 0 16 0 19 0 954815211 10883964928 924787 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24967] ppid=24957 vsize=10628872 CPUtime=0.42 cores=1,3,5,7
/proc/24959/task/24967/stat : 24967 (java) S 24957 24959 23633 0 -1 4202560 14781 0 0 0 40 2 0 0 15 0 19 0 954815211 10883964928 924787 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 7 0 0 0
[pid=24959/tid=24968] ppid=24957 vsize=10628872 CPUtime=0.35 cores=1,3,5,7
/proc/24959/task/24968/stat : 24968 (java) S 24957 24959 23633 0 -1 4202560 7052 0 0 0 35 0 0 0 15 0 19 0 954815211 10883964928 924787 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24969] ppid=24957 vsize=10628872 CPUtime=0.43 cores=1,3,5,7
/proc/24959/task/24969/stat : 24969 (java) S 24957 24959 23633 0 -1 4202560 13150 0 0 0 41 2 0 0 15 0 19 0 954815211 10883964928 924787 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24970] ppid=24957 vsize=10628872 CPUtime=0.1 cores=1,3,5,7
/proc/24959/task/24970/stat : 24970 (java) S 24957 24959 23633 0 -1 4202560 110 0 0 0 5 5 0 0 15 0 19 0 954815212 10883964928 924787 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469882368 0 0 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24971] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24971/stat : 24971 (java) S 24957 24959 23633 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 954815212 10883964928 924787 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24972] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24972/stat : 24972 (java) S 24957 24959 23633 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 954815212 10883964928 924787 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 7 0 0 0
[pid=24959/tid=24973] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24973/stat : 24973 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815214 10883964928 924787 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469889457 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24974] ppid=24957 vsize=10628872 CPUtime=0.71 cores=1,3,5,7
/proc/24959/task/24974/stat : 24974 (java) S 24957 24959 23633 0 -1 4202560 5699 0 0 0 71 0 0 0 16 0 19 0 954815214 10883964928 924787 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24975] ppid=24957 vsize=10628872 CPUtime=0.88 cores=1,3,5,7
/proc/24959/task/24975/stat : 24975 (java) S 24957 24959 23633 0 -1 4202560 7596 0 0 0 88 0 0 0 15 0 19 0 954815214 10883964928 924787 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 3 0 0 0
[pid=24959/tid=24976] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24976/stat : 24976 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815214 10883964928 924787 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24977] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24977/stat : 24977 (java) S 24957 24959 23633 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 954815214 10883964928 924787 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469882368 0 4 0 16800975 18446604471146455360 0 0 -1 3 0 0 0
[pid=24959/tid=24978] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24978/stat : 24978 (java) S 24957 24959 23633 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 954815319 10883964928 924787 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469882368 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1725.95
Current children cumulated vsize (KiB) 10628872

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 25093
/proc/meminfo: memFree=24719248/32951124 swapFree=67062556/67111528
[pid=24959] ppid=24957 vsize=10628872 CPUtime=1786.1 cores=1,3,5,7
/proc/24959/stat : 24959 (java) S 24957 24959 23633 0 -1 4202496 939075 0 1 0 178497 113 0 0 22 0 19 0 954815208 10883964928 930682 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24959/statm: 2657218 930682 2239 9 0 2647952 0
[pid=24959/tid=24961] ppid=24957 vsize=10628872 CPUtime=1781.09 cores=1,3,5,7
/proc/24959/task/24961/stat : 24961 (java) R 24957 24959 23633 0 -1 4202560 833202 0 1 0 178020 89 0 0 25 0 19 0 954815209 10883964928 930682 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 46912505566902 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24959/tid=24962] ppid=24957 vsize=10628872 CPUtime=0.4 cores=1,3,5,7
/proc/24959/task/24962/stat : 24962 (java) S 24957 24959 23633 0 -1 4202560 12343 0 0 0 38 2 0 0 15 0 19 0 954815211 10883964928 930682 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 3 0 0 0
[pid=24959/tid=24963] ppid=24957 vsize=10628872 CPUtime=0.38 cores=1,3,5,7
/proc/24959/task/24963/stat : 24963 (java) S 24957 24959 23633 0 -1 4202560 11813 0 0 0 36 2 0 0 15 0 19 0 954815211 10883964928 930682 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24964] ppid=24957 vsize=10628872 CPUtime=0.43 cores=1,3,5,7
/proc/24959/task/24964/stat : 24964 (java) S 24957 24959 23633 0 -1 4202560 11108 0 0 0 41 2 0 0 16 0 19 0 954815211 10883964928 930682 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 3 0 0 0
[pid=24959/tid=24965] ppid=24957 vsize=10628872 CPUtime=0.36 cores=1,3,5,7
/proc/24959/task/24965/stat : 24965 (java) S 24957 24959 23633 0 -1 4202560 12725 0 0 0 34 2 0 0 15 0 19 0 954815211 10883964928 930682 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 3 0 0 0
[pid=24959/tid=24966] ppid=24957 vsize=10628872 CPUtime=0.32 cores=1,3,5,7
/proc/24959/task/24966/stat : 24966 (java) S 24957 24959 23633 0 -1 4202560 5155 0 0 0 31 1 0 0 15 0 19 0 954815211 10883964928 930682 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24967] ppid=24957 vsize=10628872 CPUtime=0.45 cores=1,3,5,7
/proc/24959/task/24967/stat : 24967 (java) S 24957 24959 23633 0 -1 4202560 16039 0 0 0 43 2 0 0 15 0 19 0 954815211 10883964928 930682 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24968] ppid=24957 vsize=10628872 CPUtime=0.37 cores=1,3,5,7
/proc/24959/task/24968/stat : 24968 (java) S 24957 24959 23633 0 -1 4202560 7991 0 0 0 37 0 0 0 15 0 19 0 954815211 10883964928 930682 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24969] ppid=24957 vsize=10628872 CPUtime=0.44 cores=1,3,5,7
/proc/24959/task/24969/stat : 24969 (java) S 24957 24959 23633 0 -1 4202560 14023 0 0 0 42 2 0 0 15 0 19 0 954815211 10883964928 930682 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 7 0 0 0
[pid=24959/tid=24970] ppid=24957 vsize=10628872 CPUtime=0.1 cores=1,3,5,7
/proc/24959/task/24970/stat : 24970 (java) S 24957 24959 23633 0 -1 4202560 114 0 0 0 5 5 0 0 15 0 19 0 954815212 10883964928 930682 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469882368 0 0 0 16800975 18446604471146455360 0 0 -1 7 0 0 0
[pid=24959/tid=24971] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24971/stat : 24971 (java) S 24957 24959 23633 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 954815212 10883964928 930682 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24972] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24972/stat : 24972 (java) S 24957 24959 23633 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 954815212 10883964928 930682 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 7 0 0 0
[pid=24959/tid=24973] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24973/stat : 24973 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815214 10883964928 930682 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469889457 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24974] ppid=24957 vsize=10628872 CPUtime=0.71 cores=1,3,5,7
/proc/24959/task/24974/stat : 24974 (java) S 24957 24959 23633 0 -1 4202560 5699 0 0 0 71 0 0 0 16 0 19 0 954815214 10883964928 930682 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24975] ppid=24957 vsize=10628872 CPUtime=0.94 cores=1,3,5,7
/proc/24959/task/24975/stat : 24975 (java) S 24957 24959 23633 0 -1 4202560 7611 0 0 0 94 0 0 0 15 0 19 0 954815214 10883964928 930682 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 3 0 0 0
[pid=24959/tid=24976] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24976/stat : 24976 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815214 10883964928 930682 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24977] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24977/stat : 24977 (java) S 24957 24959 23633 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 954815214 10883964928 930682 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469882368 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24978] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24978/stat : 24978 (java) S 24957 24959 23633 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 954815319 10883964928 930682 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469882368 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1786.1
Current children cumulated vsize (KiB) 10628872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 25094
/proc/meminfo: memFree=24710928/32951124 swapFree=67062556/67111528
[pid=24959] ppid=24957 vsize=10628872 CPUtime=1800.03 cores=1,3,5,7
/proc/24959/stat : 24959 (java) S 24957 24959 23633 0 -1 4202496 939097 0 1 0 179890 113 0 0 22 0 19 0 954815208 10883964928 930698 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24959/statm: 2657218 930698 2239 9 0 2647952 0
[pid=24959/tid=24961] ppid=24957 vsize=10628872 CPUtime=1794.99 cores=1,3,5,7
/proc/24959/task/24961/stat : 24961 (java) R 24957 24959 23633 0 -1 4202560 833208 0 1 0 179410 89 0 0 25 0 19 0 954815209 10883964928 930698 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 46912505566832 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24959/tid=24962] ppid=24957 vsize=10628872 CPUtime=0.4 cores=1,3,5,7
/proc/24959/task/24962/stat : 24962 (java) S 24957 24959 23633 0 -1 4202560 12343 0 0 0 38 2 0 0 15 0 19 0 954815211 10883964928 930698 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24963] ppid=24957 vsize=10628872 CPUtime=0.38 cores=1,3,5,7
/proc/24959/task/24963/stat : 24963 (java) S 24957 24959 23633 0 -1 4202560 11813 0 0 0 36 2 0 0 16 0 19 0 954815211 10883964928 930698 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24964] ppid=24957 vsize=10628872 CPUtime=0.43 cores=1,3,5,7
/proc/24959/task/24964/stat : 24964 (java) S 24957 24959 23633 0 -1 4202560 11108 0 0 0 41 2 0 0 15 0 19 0 954815211 10883964928 930698 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 3 0 0 0
[pid=24959/tid=24965] ppid=24957 vsize=10628872 CPUtime=0.36 cores=1,3,5,7
/proc/24959/task/24965/stat : 24965 (java) S 24957 24959 23633 0 -1 4202560 12725 0 0 0 34 2 0 0 16 0 19 0 954815211 10883964928 930698 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 7 0 0 0
[pid=24959/tid=24966] ppid=24957 vsize=10628872 CPUtime=0.32 cores=1,3,5,7
/proc/24959/task/24966/stat : 24966 (java) S 24957 24959 23633 0 -1 4202560 5155 0 0 0 31 1 0 0 15 0 19 0 954815211 10883964928 930698 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24967] ppid=24957 vsize=10628872 CPUtime=0.45 cores=1,3,5,7
/proc/24959/task/24967/stat : 24967 (java) S 24957 24959 23633 0 -1 4202560 16051 0 0 0 43 2 0 0 16 0 19 0 954815211 10883964928 930698 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24968] ppid=24957 vsize=10628872 CPUtime=0.37 cores=1,3,5,7
/proc/24959/task/24968/stat : 24968 (java) S 24957 24959 23633 0 -1 4202560 7993 0 0 0 37 0 0 0 16 0 19 0 954815211 10883964928 930698 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 3 0 0 0
[pid=24959/tid=24969] ppid=24957 vsize=10628872 CPUtime=0.45 cores=1,3,5,7
/proc/24959/task/24969/stat : 24969 (java) S 24957 24959 23633 0 -1 4202560 14025 0 0 0 43 2 0 0 15 0 19 0 954815211 10883964928 930698 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 7 0 0 0
[pid=24959/tid=24970] ppid=24957 vsize=10628872 CPUtime=0.11 cores=1,3,5,7
/proc/24959/task/24970/stat : 24970 (java) S 24957 24959 23633 0 -1 4202560 114 0 0 0 6 5 0 0 15 0 19 0 954815212 10883964928 930698 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469882368 0 0 0 16800975 18446604471146455360 0 0 -1 7 0 0 0
[pid=24959/tid=24971] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24971/stat : 24971 (java) S 24957 24959 23633 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 954815212 10883964928 930698 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24972] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24972/stat : 24972 (java) S 24957 24959 23633 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 954815212 10883964928 930698 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 7 0 0 0
[pid=24959/tid=24973] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24973/stat : 24973 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815214 10883964928 930698 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469889457 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24974] ppid=24957 vsize=10628872 CPUtime=0.71 cores=1,3,5,7
/proc/24959/task/24974/stat : 24974 (java) S 24957 24959 23633 0 -1 4202560 5699 0 0 0 71 0 0 0 16 0 19 0 954815214 10883964928 930698 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24975] ppid=24957 vsize=10628872 CPUtime=0.94 cores=1,3,5,7
/proc/24959/task/24975/stat : 24975 (java) S 24957 24959 23633 0 -1 4202560 7611 0 0 0 94 0 0 0 15 0 19 0 954815214 10883964928 930698 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 3 0 0 0
[pid=24959/tid=24976] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24976/stat : 24976 (java) S 24957 24959 23633 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954815214 10883964928 930698 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469881753 0 4 0 16800975 18446604471146455360 0 0 -1 1 0 0 0
[pid=24959/tid=24977] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24977/stat : 24977 (java) S 24957 24959 23633 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 954815214 10883964928 930698 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469882368 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
[pid=24959/tid=24978] ppid=24957 vsize=10628872 CPUtime=0 cores=1,3,5,7
/proc/24959/task/24978/stat : 24978 (java) S 24957 24959 23633 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 954815319 10883964928 930698 33554432000 1073741824 1073778376 140733803622160 18446744073709551615 252469882368 0 4 0 16800975 18446604471146455360 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 10628872

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

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

[startup+1796.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 25094
/proc/meminfo: memFree=24710928/32951124 swapFree=67062556/67111528
[pid=24959] ppid=24957 vsize=0 CPUtime=1800.14 cores=1,3,5,7
/proc/24959/stat : 24959 (java) Z 24957 24959 23633 0 -1 4203548 939125 0 1 0 179891 123 0 0 17 0 2 0 954815208 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24959/statm: 0 0 0 0 0 0 0
[pid=24959/tid=24978] ppid=24957 vsize=0 CPUtime=0.09 cores=1,3,5,7
/proc/24959/task/24978/stat : 24978 (java) R 24957 24959 23633 0 -1 4203588 7 0 0 0 0 9 0 0 18 0 2 0 954815319 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.36
CPU time (s): 1800.18
CPU user time (s): 1798.91
CPU system time (s): 1.26881
CPU usage (%): 100.213
Max. virtual memory (cumulated for all children) (KiB): 10628872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 1.26881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 939125
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= 52017
involuntary context switches= 23275

runsolver used 3.02754 second user time and 6.78797 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-09 20:57:27
IDJOB=3456386
IDBENCH=2325
IDSOLVER=1951
FILE ID=node111/3456386-1307645847
RUNJOBID= node111-1307633277-23652
PBS_JOBID= 13549380
Free space on /tmp= 74128 MiB

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

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

MD5SUM BENCH= d20c34d69465e41d60c8740ade812dbe
RANDOM SEED=1855440640

node111.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.849
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.849
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	: 5428.12
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.849
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.75
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.849
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.86
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.849
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.75
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.849
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.849
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.67
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.849
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:     32951124 kB
MemFree:      27935520 kB
Buffers:        221800 kB
Cached:         389520 kB
SwapCached:      11232 kB
Active:        4479408 kB
Inactive:       310680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27935520 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:            3224 kB
Writeback:           0 kB
AnonPages:     4176128 kB
Mapped:          18444 kB
Slab:           153620 kB
PageTables:      12532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10535892 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= 74124 MiB
End job on node111 at 2011-06-09 21:27:26