Trace number 3456825

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.29 1788.57

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-pk1.opb
MD5SUM064c172c08e0726f78b89fe587697d96
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark48128
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 50176
Optimality of the best value was proved NO
Number of variables985
Total number of constraints45
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 constraints45
Minimum length of a constraint60
Maximum length of a constraint115
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2150078462
Number of bits of the biggest sum of numbers32
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.12	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.12	c See www.sat4j.org for details.
0.05/0.13	c version 2.3.1.v20110525
0.05/0.13	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.13	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.13	c java.vm.version	19.1-b02
0.05/0.13	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.13	c sun.arch.data.model	64
0.05/0.13	c java.version		1.6.0_24
0.05/0.13	c os.name		Linux
0.05/0.13	c os.version		2.6.18-164.el5
0.05/0.13	c os.arch		amd64
0.05/0.13	c Free memory 		9996466904
0.05/0.13	c Max memory 		10048897024
0.05/0.13	c Total memory 		10048897024
0.05/0.13	c Number of processors 	8
0.05/0.15	c Pseudo Boolean Optimization
0.05/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.05/0.15	c --- Begin Solver configuration ---
0.05/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.05/0.15	c Learn all clauses as in MiniSAT
0.05/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.05/0.15	c No reason simplification
0.05/0.15	c Armin Biere (Picosat) restarts strategy
0.05/0.15	c Glucose learned constraints deletion strategy
0.05/0.15	c timeout=2147483s
0.05/0.15	c DB Simplification allowed=false
0.05/0.15	c --- End Solver configuration ---
0.05/0.15	c solving HOME/instance-3456825-1307659913.opb
0.05/0.15	c reading problem ... 
0.20/0.27	c ... done. Wall clock time 0.121s.
0.20/0.27	c #vars     985
0.20/0.27	c #constraints  60
0.20/0.27	c constraints type 
0.20/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 60
67.46/65.63	c cleaning 0 clauses out of 5001 with flag 0/5001
145.61/143.01	c cleaning 0 clauses out of 11000 with flag 0/11000
317.74/314.51	c cleaning 0 clauses out of 18001 with flag 0/18001
541.74/537.65	c cleaning 0 clauses out of 26000 with flag 0/26000
906.30/900.05	c cleaning 0 clauses out of 35002 with flag 0/35002
1451.97/1442.52	c cleaning 0 clauses out of 45000 with flag 0/45000
1800.08/1788.41	c starts		: 71
1800.08/1788.41	c conflicts		: 50209
1800.08/1788.41	c decisions		: 59426
1800.08/1788.41	c propagations		: 332005
1800.08/1788.41	c inspects		: 1321751628
1800.08/1788.41	c shortcuts		: 0
1800.08/1788.41	c learnt literals	: 0
1800.08/1788.41	c learnt binary clauses	: 0
1800.08/1788.41	c learnt ternary clauses	: 0
1800.08/1788.41	c learnt constraints	: 50208
1800.08/1788.41	c ignored constraints	: 0
1800.08/1788.41	c root simplifications	: 0
1800.08/1788.41	c removed literals (reason simplification)	: 0
1800.08/1788.41	c reason swapping (by a shorter reason)	: 0
1800.08/1788.41	c Calls to reduceDB	: 6
1800.08/1788.41	c number of reductions to clauses (during analyze)	: 0
1800.08/1788.41	c number of learned constraints concerned by reduction	: 0
1800.08/1788.41	c number of learning phase by resolution	: 0
1800.08/1788.41	c number of learning phase by cutting planes	: 0
1800.08/1788.41	c speed (assignments/second)	: 185.67037740850557
1800.08/1788.41	c non guided choices	26
1800.08/1788.43	c learnt constraints type 
1800.08/1788.43	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 7320
1800.08/1788.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 42889
1800.08/1788.43	c constraints type 
1800.08/1788.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 60
1800.08/1788.43	s UNKNOWN
1800.08/1788.43	c Total wall clock time (in seconds): 1788.288

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-3456825-1307659913/watcher-3456825-1307659913 -o /tmp/evaluation-result-3456825-1307659913/solver-3456825-1307659913 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456825-1307659913.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: 0.92 0.98 0.99 2/171 4013
/proc/meminfo: memFree=32511916/32951124 swapFree=67060628/67111528
[pid=4013] ppid=4011 vsize=11796 CPUtime=0 cores=1,3,5,7
/proc/4013/stat : 4013 (runsolver) S 4011 4013 787 0 -1 4202560 42 0 0 0 0 0 0 0 21 0 1 0 877591739 12079104 50 33554432000 4194304 5432328 140733729602608 18446744073709551615 4881591 0 2147483391 4096 24578 18446744071699960631 0 0 17 3 0 0 0
/proc/4013/statm: 2949 50 31 303 0 2643 0

[startup+0.086879 s]
/proc/loadavg: 0.92 0.98 0.99 2/171 4013
/proc/meminfo: memFree=32511916/32951124 swapFree=67060628/67111528
[pid=4013] ppid=4011 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/4013/stat : 4013 (java) S 4011 4013 787 0 -1 4202496 11456 0 1 0 3 1 0 0 18 0 13 0 877591739 10718838784 11153 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652662245 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0
/proc/4013/statm: 2616904 11153 1685 9 0 2607652 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.100831 s]
/proc/loadavg: 0.92 0.98 0.99 2/171 4013
/proc/meminfo: memFree=32511916/32951124 swapFree=67060628/67111528
[pid=4013] ppid=4011 vsize=10472756 CPUtime=0.05 cores=1,3,5,7
/proc/4013/stat : 4013 (java) S 4011 4013 787 0 -1 4202496 11603 0 1 0 4 1 0 0 18 0 18 0 877591739 10724102144 11300 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4013/statm: 2618189 11300 1721 9 0 2608937 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472756

[startup+0.300799 s]
/proc/loadavg: 0.92 0.98 0.99 2/171 4013
/proc/meminfo: memFree=32511916/32951124 swapFree=67060628/67111528
[pid=4013] ppid=4011 vsize=10548772 CPUtime=0.5 cores=1,3,5,7
/proc/4013/stat : 4013 (java) S 4011 4013 787 0 -1 4202496 22087 0 1 0 48 2 0 0 18 0 19 0 877591739 10801942528 19484 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4013/statm: 2637193 19484 2208 9 0 2627927 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10548772

[startup+0.700727 s]
/proc/loadavg: 0.92 0.98 0.99 2/171 4013
/proc/meminfo: memFree=32511916/32951124 swapFree=67060628/67111528
[pid=4013] ppid=4011 vsize=10558212 CPUtime=1.62 cores=1,3,5,7
/proc/4013/stat : 4013 (java) S 4011 4013 787 0 -1 4202496 38863 0 1 0 158 4 0 0 18 0 19 0 877591739 10811609088 35654 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4013/statm: 2639553 35654 2221 9 0 2630287 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 10558212

[startup+1.50058 s]
/proc/loadavg: 0.92 0.98 0.99 3/190 4032
/proc/meminfo: memFree=32217224/32951124 swapFree=67060628/67111528
[pid=4013] ppid=4011 vsize=10558212 CPUtime=2.58 cores=1,3,5,7
/proc/4013/stat : 4013 (java) S 4011 4013 787 0 -1 4202496 110170 0 1 0 246 12 0 0 18 0 19 0 877591739 10811609088 106960 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4013/statm: 2639553 106960 2225 9 0 2630287 0
[pid=4013/tid=4015] ppid=4011 vsize=10558212 CPUtime=1.44 cores=1,3,5,7
/proc/4013/task/4015/stat : 4015 (java) R 4011 4013 787 0 -1 4202560 96916 0 1 0 134 10 0 0 18 0 19 0 877591742 10811609088 106960 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 46912505795378 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4013/tid=4016] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4016/stat : 4016 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 877591744 10811609088 106960 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4017] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4017/stat : 4017 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 877591744 10811609088 106960 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4018] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4018/stat : 4018 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 877591744 10811609088 106960 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4019] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4019/stat : 4019 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 877591744 10811609088 106960 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4020] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4020/stat : 4020 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 877591744 10811609088 106960 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4021] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4021/stat : 4021 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 877591744 10811609088 106960 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4022] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4022/stat : 4022 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 877591744 10811609088 106960 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4023] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4023/stat : 4023 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 877591744 10811609088 106960 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4024] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4024/stat : 4024 (java) S 4011 4013 787 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 877591745 10811609088 106960 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652676096 0 0 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
[pid=4013/tid=4025] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4025/stat : 4025 (java) S 4011 4013 787 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 19 0 877591745 10811609088 106960 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4026] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4026/stat : 4026 (java) S 4011 4013 787 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877591745 10811609088 106960 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4027] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4027/stat : 4027 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877591749 10811609088 106960 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652683185 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4028] ppid=4011 vsize=10558212 CPUtime=0.52 cores=1,3,5,7
/proc/4013/task/4028/stat : 4028 (java) S 4011 4013 787 0 -1 4202560 4537 0 0 0 52 0 0 0 22 0 19 0 877591749 10811609088 106960 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 3 0 0 0
[pid=4013/tid=4029] ppid=4011 vsize=10558212 CPUtime=0.59 cores=1,3,5,7
/proc/4013/task/4029/stat : 4029 (java) S 4011 4013 787 0 -1 4202560 7557 0 0 0 59 0 0 0 15 0 19 0 877591749 10811609088 106960 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 1 0 0 0
[pid=4013/tid=4030] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4030/stat : 4030 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877591749 10811609088 106960 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4031] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4031/stat : 4031 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 877591749 10811609088 106960 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652676096 0 4 0 16800975 18446604471125305472 0 0 -1 3 0 0 0
[pid=4013/tid=4032] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4032/stat : 4032 (java) S 4011 4013 787 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877591767 10811609088 106960 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652676096 0 4 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 10558212

[startup+3.10134 s]
/proc/loadavg: 0.92 0.98 0.99 3/190 4032
/proc/meminfo: memFree=31771312/32951124 swapFree=67060628/67111528
[pid=4013] ppid=4011 vsize=10558212 CPUtime=4.22 cores=1,3,5,7
/proc/4013/stat : 4013 (java) S 4011 4013 787 0 -1 4202496 244832 0 1 0 396 26 0 0 18 0 19 0 877591739 10811609088 241622 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4013/statm: 2639553 241628 2227 9 0 2630287 0
[pid=4013/tid=4015] ppid=4011 vsize=10558212 CPUtime=3.04 cores=1,3,5,7
/proc/4013/task/4015/stat : 4015 (java) R 4011 4013 787 0 -1 4202560 231579 0 1 0 280 24 0 0 21 0 19 0 877591742 10811609088 241629 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 46912505628184 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4013/tid=4016] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4016/stat : 4016 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 877591744 10811609088 241631 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4017] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4017/stat : 4017 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 877591744 10811609088 241637 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4018] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4018/stat : 4018 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 877591744 10811609088 241641 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4019] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4019/stat : 4019 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 877591744 10811609088 241641 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4020] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4020/stat : 4020 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 877591744 10811609088 241643 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4021] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4021/stat : 4021 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 877591744 10811609088 241649 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4022] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4022/stat : 4022 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 877591744 10811609088 241654 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4023] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4023/stat : 4023 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 877591744 10811609088 241654 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4024] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4024/stat : 4024 (java) S 4011 4013 787 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 877591745 10811609088 241655 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652676096 0 0 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
[pid=4013/tid=4025] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4025/stat : 4025 (java) S 4011 4013 787 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 19 0 877591745 10811609088 241661 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4026] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4026/stat : 4026 (java) S 4011 4013 787 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877591745 10811609088 241667 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4027] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4027/stat : 4027 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877591749 10811609088 241667 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652683185 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4028] ppid=4011 vsize=10558212 CPUtime=0.55 cores=1,3,5,7
/proc/4013/task/4028/stat : 4028 (java) S 4011 4013 787 0 -1 4202560 4541 0 0 0 55 0 0 0 15 0 19 0 877591749 10811609088 241668 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 3 0 0 0
[pid=4013/tid=4029] ppid=4011 vsize=10558212 CPUtime=0.61 cores=1,3,5,7
/proc/4013/task/4029/stat : 4029 (java) S 4011 4013 787 0 -1 4202560 7559 0 0 0 61 0 0 0 15 0 19 0 877591749 10811609088 241674 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 1 0 0 0
[pid=4013/tid=4030] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4030/stat : 4030 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877591749 10811609088 241679 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4031] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4031/stat : 4031 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 877591749 10811609088 241680 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652676096 0 4 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
[pid=4013/tid=4032] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4032/stat : 4032 (java) S 4011 4013 787 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877591767 10811609088 241680 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652676096 0 4 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 10558212

[startup+6.30075 s]
/proc/loadavg: 1.09 1.02 1.01 3/210 4059
/proc/meminfo: memFree=30139856/32951124 swapFree=67060628/67111528
[pid=4013] ppid=4011 vsize=10558212 CPUtime=7.43 cores=1,3,5,7
/proc/4013/stat : 4013 (java) S 4011 4013 787 0 -1 4202496 409442 0 1 0 702 41 0 0 18 0 19 0 877591739 10811609088 406231 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4013/statm: 2639553 406231 2228 9 0 2630287 0
[pid=4013/tid=4015] ppid=4011 vsize=10558212 CPUtime=6.24 cores=1,3,5,7
/proc/4013/task/4015/stat : 4015 (java) R 4011 4013 787 0 -1 4202560 396181 0 1 0 584 40 0 0 25 0 19 0 877591742 10811609088 406232 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 46912505872395 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4013/tid=4016] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4016/stat : 4016 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 877591744 10811609088 406232 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4017] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4017/stat : 4017 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 877591744 10811609088 406237 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4018] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4018/stat : 4018 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 877591744 10811609088 406238 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4019] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4019/stat : 4019 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 877591744 10811609088 406238 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4020] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4020/stat : 4020 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 877591744 10811609088 406238 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4021] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4021/stat : 4021 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 877591744 10811609088 406238 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4022] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4022/stat : 4022 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 877591744 10811609088 406238 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4023] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4023/stat : 4023 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 877591744 10811609088 406239 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4024] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4024/stat : 4024 (java) S 4011 4013 787 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 877591745 10811609088 406239 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652676096 0 0 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
[pid=4013/tid=4025] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4025/stat : 4025 (java) S 4011 4013 787 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 19 0 877591745 10811609088 406243 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4026] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4026/stat : 4026 (java) S 4011 4013 787 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877591745 10811609088 406245 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4027] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4027/stat : 4027 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877591749 10811609088 406245 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652683185 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4028] ppid=4011 vsize=10558212 CPUtime=0.56 cores=1,3,5,7
/proc/4013/task/4028/stat : 4028 (java) S 4011 4013 787 0 -1 4202560 4542 0 0 0 56 0 0 0 15 0 19 0 877591749 10811609088 406245 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 3 0 0 0
[pid=4013/tid=4029] ppid=4011 vsize=10558212 CPUtime=0.61 cores=1,3,5,7
/proc/4013/task/4029/stat : 4029 (java) S 4011 4013 787 0 -1 4202560 7559 0 0 0 61 0 0 0 15 0 19 0 877591749 10811609088 406245 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 1 0 0 0
[pid=4013/tid=4030] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4030/stat : 4030 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877591749 10811609088 406245 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4031] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4031/stat : 4031 (java) S 4011 4013 787 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 877591749 10811609088 406246 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652676096 0 4 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
[pid=4013/tid=4032] ppid=4011 vsize=10558212 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4032/stat : 4032 (java) S 4011 4013 787 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877591767 10811609088 406246 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652676096 0 4 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 10558212

[startup+12.7006 s]

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

/proc/4013/task/4026/stat : 4026 (java) S 4011 4013 787 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 877591745 10808811520 959230 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4027] ppid=4011 vsize=10555480 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4027/stat : 4027 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877591749 10808811520 959230 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652683185 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4028] ppid=4011 vsize=10555480 CPUtime=1.23 cores=1,3,5,7
/proc/4013/task/4028/stat : 4028 (java) S 4011 4013 787 0 -1 4202560 5708 0 0 0 123 0 0 0 16 0 19 0 877591749 10808811520 959230 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 3 0 0 0
[pid=4013/tid=4029] ppid=4011 vsize=10555480 CPUtime=0.94 cores=1,3,5,7
/proc/4013/task/4029/stat : 4029 (java) S 4011 4013 787 0 -1 4202560 7608 0 0 0 94 0 0 0 15 0 19 0 877591749 10808811520 959230 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 1 0 0 0
[pid=4013/tid=4030] ppid=4011 vsize=10555480 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4030/stat : 4030 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877591749 10808811520 959230 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4031] ppid=4011 vsize=10555480 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4031/stat : 4031 (java) S 4011 4013 787 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 877591749 10808811520 959230 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652676096 0 4 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
[pid=4013/tid=4032] ppid=4011 vsize=10555480 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4032/stat : 4032 (java) S 4011 4013 787 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877591767 10808811520 959230 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652676096 0 4 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1673.15
Current children cumulated vsize (KiB) 10555480

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.82 3/211 4118
/proc/meminfo: memFree=23817004/32951124 swapFree=67060628/67111528
[pid=4013] ppid=4011 vsize=10555480 CPUtime=1733.56 cores=1,3,5,7
/proc/4013/stat : 4013 (java) S 4011 4013 787 0 -1 4202496 968666 0 1 0 173248 108 0 0 18 0 19 0 877591739 10808811520 960182 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4013/statm: 2638870 960182 2258 9 0 2629604 0
[pid=4013/tid=4015] ppid=4011 vsize=10555480 CPUtime=1717.41 cores=1,3,5,7
/proc/4013/task/4015/stat : 4015 (java) R 4011 4013 787 0 -1 4202560 793284 0 1 0 171661 80 0 0 25 0 19 0 877591742 10808811520 960182 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 46912505604920 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4013/tid=4016] ppid=4011 vsize=10555480 CPUtime=1.47 cores=1,3,5,7
/proc/4013/task/4016/stat : 4016 (java) S 4011 4013 787 0 -1 4202560 18132 0 0 0 144 3 0 0 16 0 19 0 877591744 10808811520 960182 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4017] ppid=4011 vsize=10555480 CPUtime=1.52 cores=1,3,5,7
/proc/4013/task/4017/stat : 4017 (java) S 4011 4013 787 0 -1 4202560 28275 0 0 0 148 4 0 0 15 0 19 0 877591744 10808811520 960182 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 1 0 0 0
[pid=4013/tid=4018] ppid=4011 vsize=10555480 CPUtime=1.68 cores=1,3,5,7
/proc/4013/task/4018/stat : 4018 (java) S 4011 4013 787 0 -1 4202560 19213 0 0 0 167 1 0 0 16 0 19 0 877591744 10808811520 960182 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
[pid=4013/tid=4019] ppid=4011 vsize=10555480 CPUtime=1.67 cores=1,3,5,7
/proc/4013/task/4019/stat : 4019 (java) S 4011 4013 787 0 -1 4202560 11876 0 0 0 166 1 0 0 16 0 19 0 877591744 10808811520 960182 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 1 0 0 0
[pid=4013/tid=4020] ppid=4011 vsize=10555480 CPUtime=1.38 cores=1,3,5,7
/proc/4013/task/4020/stat : 4020 (java) S 4011 4013 787 0 -1 4202560 12506 0 0 0 137 1 0 0 16 0 19 0 877591744 10808811520 960182 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 3 0 0 0
[pid=4013/tid=4021] ppid=4011 vsize=10555480 CPUtime=1.48 cores=1,3,5,7
/proc/4013/task/4021/stat : 4021 (java) S 4011 4013 787 0 -1 4202560 21210 0 0 0 145 3 0 0 15 0 19 0 877591744 10808811520 960182 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 3 0 0 0
[pid=4013/tid=4022] ppid=4011 vsize=10555480 CPUtime=1.54 cores=1,3,5,7
/proc/4013/task/4022/stat : 4022 (java) S 4011 4013 787 0 -1 4202560 17496 0 0 0 152 2 0 0 15 0 19 0 877591744 10808811520 960182 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 1 0 0 0
[pid=4013/tid=4023] ppid=4011 vsize=10555480 CPUtime=1.6 cores=1,3,5,7
/proc/4013/task/4023/stat : 4023 (java) S 4011 4013 787 0 -1 4202560 22331 0 0 0 157 3 0 0 16 0 19 0 877591744 10808811520 960182 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4024] ppid=4011 vsize=10555480 CPUtime=1.51 cores=1,3,5,7
/proc/4013/task/4024/stat : 4024 (java) S 4011 4013 787 0 -1 4202560 9776 0 0 0 148 3 0 0 15 0 19 0 877591745 10808811520 960182 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652676096 0 0 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
[pid=4013/tid=4025] ppid=4011 vsize=10555480 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4025/stat : 4025 (java) S 4011 4013 787 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877591745 10808811520 960182 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4026] ppid=4011 vsize=10555480 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4026/stat : 4026 (java) S 4011 4013 787 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 877591745 10808811520 960182 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4027] ppid=4011 vsize=10555480 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4027/stat : 4027 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877591749 10808811520 960182 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652683185 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4028] ppid=4011 vsize=10555480 CPUtime=1.23 cores=1,3,5,7
/proc/4013/task/4028/stat : 4028 (java) S 4011 4013 787 0 -1 4202560 5708 0 0 0 123 0 0 0 16 0 19 0 877591749 10808811520 960182 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 3 0 0 0
[pid=4013/tid=4029] ppid=4011 vsize=10555480 CPUtime=0.94 cores=1,3,5,7
/proc/4013/task/4029/stat : 4029 (java) S 4011 4013 787 0 -1 4202560 7608 0 0 0 94 0 0 0 15 0 19 0 877591749 10808811520 960182 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 1 0 0 0
[pid=4013/tid=4030] ppid=4011 vsize=10555480 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4030/stat : 4030 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877591749 10808811520 960182 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4031] ppid=4011 vsize=10555480 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4031/stat : 4031 (java) S 4011 4013 787 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 877591749 10808811520 960182 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652676096 0 4 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
[pid=4013/tid=4032] ppid=4011 vsize=10555480 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4032/stat : 4032 (java) S 4011 4013 787 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877591767 10808811520 960182 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652676096 0 4 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1733.56
Current children cumulated vsize (KiB) 10555480

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/211 4119
/proc/meminfo: memFree=23777144/32951124 swapFree=67060628/67111528
[pid=4013] ppid=4011 vsize=10555480 CPUtime=1793.97 cores=1,3,5,7
/proc/4013/stat : 4013 (java) S 4011 4013 787 0 -1 4202496 970301 0 1 0 179289 108 0 0 18 0 19 0 877591739 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4013/statm: 2638870 961767 2258 9 0 2629604 0
[pid=4013/tid=4015] ppid=4011 vsize=10555480 CPUtime=1777.27 cores=1,3,5,7
/proc/4013/task/4015/stat : 4015 (java) R 4011 4013 787 0 -1 4202560 793292 0 1 0 177647 80 0 0 25 0 19 0 877591742 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 46912505989885 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4013/tid=4016] ppid=4011 vsize=10555480 CPUtime=1.55 cores=1,3,5,7
/proc/4013/task/4016/stat : 4016 (java) S 4011 4013 787 0 -1 4202560 18411 0 0 0 151 4 0 0 16 0 19 0 877591744 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4017] ppid=4011 vsize=10555480 CPUtime=1.57 cores=1,3,5,7
/proc/4013/task/4017/stat : 4017 (java) S 4011 4013 787 0 -1 4202560 28488 0 0 0 153 4 0 0 16 0 19 0 877591744 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 3 0 0 0
[pid=4013/tid=4018] ppid=4011 vsize=10555480 CPUtime=1.76 cores=1,3,5,7
/proc/4013/task/4018/stat : 4018 (java) S 4011 4013 787 0 -1 4202560 19391 0 0 0 175 1 0 0 16 0 19 0 877591744 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 1 0 0 0
[pid=4013/tid=4019] ppid=4011 vsize=10555480 CPUtime=1.72 cores=1,3,5,7
/proc/4013/task/4019/stat : 4019 (java) S 4011 4013 787 0 -1 4202560 12076 0 0 0 171 1 0 0 15 0 19 0 877591744 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4020] ppid=4011 vsize=10555480 CPUtime=1.46 cores=1,3,5,7
/proc/4013/task/4020/stat : 4020 (java) S 4011 4013 787 0 -1 4202560 12721 0 0 0 145 1 0 0 15 0 19 0 877591744 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 3 0 0 0
[pid=4013/tid=4021] ppid=4011 vsize=10555480 CPUtime=1.57 cores=1,3,5,7
/proc/4013/task/4021/stat : 4021 (java) S 4011 4013 787 0 -1 4202560 21387 0 0 0 154 3 0 0 15 0 19 0 877591744 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 1 0 0 0
[pid=4013/tid=4022] ppid=4011 vsize=10555480 CPUtime=1.61 cores=1,3,5,7
/proc/4013/task/4022/stat : 4022 (java) S 4011 4013 787 0 -1 4202560 17683 0 0 0 159 2 0 0 16 0 19 0 877591744 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
[pid=4013/tid=4023] ppid=4011 vsize=10555480 CPUtime=1.66 cores=1,3,5,7
/proc/4013/task/4023/stat : 4023 (java) S 4011 4013 787 0 -1 4202560 22503 0 0 0 163 3 0 0 15 0 19 0 877591744 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
[pid=4013/tid=4024] ppid=4011 vsize=10555480 CPUtime=1.51 cores=1,3,5,7
/proc/4013/task/4024/stat : 4024 (java) S 4011 4013 787 0 -1 4202560 9778 0 0 0 148 3 0 0 15 0 19 0 877591745 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652676096 0 0 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
[pid=4013/tid=4025] ppid=4011 vsize=10555480 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4025/stat : 4025 (java) S 4011 4013 787 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877591745 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4026] ppid=4011 vsize=10555480 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4026/stat : 4026 (java) S 4011 4013 787 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 877591745 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4027] ppid=4011 vsize=10555480 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4027/stat : 4027 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877591749 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652683185 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4028] ppid=4011 vsize=10555480 CPUtime=1.23 cores=1,3,5,7
/proc/4013/task/4028/stat : 4028 (java) S 4011 4013 787 0 -1 4202560 5708 0 0 0 123 0 0 0 16 0 19 0 877591749 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 3 0 0 0
[pid=4013/tid=4029] ppid=4011 vsize=10555480 CPUtime=0.94 cores=1,3,5,7
/proc/4013/task/4029/stat : 4029 (java) S 4011 4013 787 0 -1 4202560 7608 0 0 0 94 0 0 0 15 0 19 0 877591749 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 1 0 0 0
[pid=4013/tid=4030] ppid=4011 vsize=10555480 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4030/stat : 4030 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877591749 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4031] ppid=4011 vsize=10555480 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4031/stat : 4031 (java) S 4011 4013 787 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 877591749 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652676096 0 4 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
[pid=4013/tid=4032] ppid=4011 vsize=10555480 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4032/stat : 4032 (java) S 4011 4013 787 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877591767 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652676096 0 4 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1793.97
Current children cumulated vsize (KiB) 10555480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.4 s]
/proc/loadavg: 2.08 2.02 1.84 3/211 4119
/proc/meminfo: memFree=23776760/32951124 swapFree=67060628/67111528
[pid=4013] ppid=4011 vsize=10555480 CPUtime=1800.08 cores=1,3,5,7
/proc/4013/stat : 4013 (java) S 4011 4013 787 0 -1 4202496 970301 0 1 0 179900 108 0 0 18 0 19 0 877591739 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4013/statm: 2638870 961767 2258 9 0 2629604 0
[pid=4013/tid=4015] ppid=4011 vsize=10555480 CPUtime=1783.37 cores=1,3,5,7
/proc/4013/task/4015/stat : 4015 (java) R 4011 4013 787 0 -1 4202560 793292 0 1 0 178257 80 0 0 25 0 19 0 877591742 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 46912505632234 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4013/tid=4016] ppid=4011 vsize=10555480 CPUtime=1.55 cores=1,3,5,7
/proc/4013/task/4016/stat : 4016 (java) S 4011 4013 787 0 -1 4202560 18411 0 0 0 151 4 0 0 16 0 19 0 877591744 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4017] ppid=4011 vsize=10555480 CPUtime=1.57 cores=1,3,5,7
/proc/4013/task/4017/stat : 4017 (java) S 4011 4013 787 0 -1 4202560 28488 0 0 0 153 4 0 0 16 0 19 0 877591744 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 3 0 0 0
[pid=4013/tid=4018] ppid=4011 vsize=10555480 CPUtime=1.76 cores=1,3,5,7
/proc/4013/task/4018/stat : 4018 (java) S 4011 4013 787 0 -1 4202560 19391 0 0 0 175 1 0 0 16 0 19 0 877591744 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 1 0 0 0
[pid=4013/tid=4019] ppid=4011 vsize=10555480 CPUtime=1.72 cores=1,3,5,7
/proc/4013/task/4019/stat : 4019 (java) S 4011 4013 787 0 -1 4202560 12076 0 0 0 171 1 0 0 15 0 19 0 877591744 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4020] ppid=4011 vsize=10555480 CPUtime=1.46 cores=1,3,5,7
/proc/4013/task/4020/stat : 4020 (java) S 4011 4013 787 0 -1 4202560 12721 0 0 0 145 1 0 0 15 0 19 0 877591744 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 3 0 0 0
[pid=4013/tid=4021] ppid=4011 vsize=10555480 CPUtime=1.57 cores=1,3,5,7
/proc/4013/task/4021/stat : 4021 (java) S 4011 4013 787 0 -1 4202560 21387 0 0 0 154 3 0 0 15 0 19 0 877591744 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 1 0 0 0
[pid=4013/tid=4022] ppid=4011 vsize=10555480 CPUtime=1.61 cores=1,3,5,7
/proc/4013/task/4022/stat : 4022 (java) S 4011 4013 787 0 -1 4202560 17683 0 0 0 159 2 0 0 16 0 19 0 877591744 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
[pid=4013/tid=4023] ppid=4011 vsize=10555480 CPUtime=1.66 cores=1,3,5,7
/proc/4013/task/4023/stat : 4023 (java) S 4011 4013 787 0 -1 4202560 22503 0 0 0 163 3 0 0 15 0 19 0 877591744 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
[pid=4013/tid=4024] ppid=4011 vsize=10555480 CPUtime=1.51 cores=1,3,5,7
/proc/4013/task/4024/stat : 4024 (java) S 4011 4013 787 0 -1 4202560 9778 0 0 0 148 3 0 0 15 0 19 0 877591745 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652676096 0 0 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
[pid=4013/tid=4025] ppid=4011 vsize=10555480 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4025/stat : 4025 (java) S 4011 4013 787 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877591745 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4026] ppid=4011 vsize=10555480 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4026/stat : 4026 (java) S 4011 4013 787 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 877591745 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4027] ppid=4011 vsize=10555480 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4027/stat : 4027 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877591749 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652683185 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4028] ppid=4011 vsize=10555480 CPUtime=1.23 cores=1,3,5,7
/proc/4013/task/4028/stat : 4028 (java) S 4011 4013 787 0 -1 4202560 5708 0 0 0 123 0 0 0 16 0 19 0 877591749 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 3 0 0 0
[pid=4013/tid=4029] ppid=4011 vsize=10555480 CPUtime=0.94 cores=1,3,5,7
/proc/4013/task/4029/stat : 4029 (java) S 4011 4013 787 0 -1 4202560 7608 0 0 0 94 0 0 0 15 0 19 0 877591749 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 1 0 0 0
[pid=4013/tid=4030] ppid=4011 vsize=10555480 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4030/stat : 4030 (java) S 4011 4013 787 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877591749 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652675481 0 4 0 16800975 18446604471125305472 0 0 -1 7 0 0 0
[pid=4013/tid=4031] ppid=4011 vsize=10555480 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4031/stat : 4031 (java) S 4011 4013 787 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 877591749 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652676096 0 4 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
[pid=4013/tid=4032] ppid=4011 vsize=10555480 CPUtime=0 cores=1,3,5,7
/proc/4013/task/4032/stat : 4032 (java) S 4011 4013 787 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877591767 10808811520 961767 33554432000 1073741824 1073778376 140736375492560 18446744073709551615 253652676096 0 4 0 16800975 18446604471125305472 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 10555480

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

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

[startup+1788.51 s]
/proc/loadavg: 2.08 2.02 1.84 3/195 4122
/proc/meminfo: memFree=26000064/32951124 swapFree=67060628/67111528
[pid=4013] ppid=4011 vsize=0 CPUtime=1800.23 cores=1,3,5,7
/proc/4013/stat : 4013 (java) Z 4011 4013 787 0 -1 4203548 970346 0 1 0 179907 116 0 0 17 0 2 0 877591739 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4013/statm: 0 0 0 0 0 0 0
[pid=4013/tid=4025] ppid=4011 vsize=0 CPUtime=0.07 cores=1,3,5,7
/proc/4013/task/4025/stat : 4025 (java) R 4011 4013 787 0 -1 4203588 17 0 0 0 0 7 0 0 18 0 2 0 877591745 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1788.57
CPU time (s): 1800.29
CPU user time (s): 1799.08
CPU system time (s): 1.21081
CPU usage (%): 100.655
Max. virtual memory (cumulated for all children) (KiB): 10565056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.21081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 970346
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= 42727
involuntary context switches= 14920

runsolver used 3.01654 second user time and 6.77397 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-10 00:51:53
IDJOB=3456825
IDBENCH=2502
IDSOLVER=1951
FILE ID=node106/3456825-1307659913
RUNJOBID= node106-1307659913-3996
PBS_JOBID= 13549385
Free space on /tmp= 74124 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-pk1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456825-1307659913/watcher-3456825-1307659913 -o /tmp/evaluation-result-3456825-1307659913/solver-3456825-1307659913 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456825-1307659913.opb

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

MD5SUM BENCH= 064c172c08e0726f78b89fe587697d96
RANDOM SEED=1975921901

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32516636 kB
Buffers:         63600 kB
Cached:         199140 kB
SwapCached:      12404 kB
Active:          82044 kB
Inactive:       199772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32516636 kB
SwapTotal:    67111528 kB
SwapFree:     67060628 kB
Dirty:             408 kB
Writeback:           0 kB
AnonPages:       17164 kB
Mapped:           9828 kB
Slab:            89212 kB
PageTables:       3956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   162288 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= 74048 MiB
End job on node106 at 2011-06-10 01:21:44