Trace number 3456422

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.26 1794.44

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scrs8.opb
MD5SUMb043e07da3f326ab58c20906a4694dad
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables35070
Total number of constraints488
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 constraints488
Minimum length of a constraint30
Maximum length of a constraint1110
Number of terms in the objective function 24750
Biggest coefficient in the objective function 284830543390965760000
Number of bits for the biggest coefficient in the objective function 68
Sum of the numbers in the objective function 7193462013935082558288
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 284830543390965760000
Number of bits of the biggest number in a constraint 68
Biggest sum of numbers in a constraint 7193462013935082558288
Number of bits of the biggest sum of numbers73
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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-3456422-1307658846.opb
0.10/0.11	c reading problem ... 
1.40/0.74	c ... done. Wall clock time 0.63s.
1.40/0.74	c #vars     35070
1.40/0.74	c #constraints  12768
1.40/0.74	c constraints type 
1.40/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 867
321.53/319.16	c cleaning 0 clauses out of 5000 with flag 0/5000
809.31/806.10	c cleaning 0 clauses out of 11000 with flag 0/11000
1800.10/1794.31	c starts		: 21
1800.10/1794.31	c conflicts		: 15386
1800.10/1794.31	c decisions		: 381173
1800.10/1794.31	c propagations		: 2646889
1800.10/1794.31	c inspects		: 1262281624
1800.10/1794.31	c shortcuts		: 0
1800.10/1794.31	c learnt literals	: 0
1800.10/1794.31	c learnt binary clauses	: 0
1800.10/1794.31	c learnt ternary clauses	: 0
1800.10/1794.31	c learnt constraints	: 15386
1800.10/1794.31	c ignored constraints	: 0
1800.10/1794.31	c root simplifications	: 0
1800.10/1794.31	c removed literals (reason simplification)	: 0
1800.10/1794.31	c reason swapping (by a shorter reason)	: 0
1800.10/1794.31	c Calls to reduceDB	: 2
1800.10/1794.31	c number of reductions to clauses (during analyze)	: 0
1800.10/1794.31	c number of learned constraints concerned by reduction	: 0
1800.10/1794.31	c number of learning phase by resolution	: 0
1800.10/1794.31	c number of learning phase by cutting planes	: 0
1800.10/1794.31	c speed (assignments/second)	: 1475.7672973648057
1800.10/1794.31	c non guided choices	19
1800.10/1794.32	c learnt constraints type 
1800.10/1794.32	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 113
1800.10/1794.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15273
1800.10/1794.32	c constraints type 
1800.10/1794.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 867
1800.10/1794.32	s UNKNOWN
1800.10/1794.32	c Total wall clock time (in seconds): 1794.209

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-3456422-1307658846/watcher-3456422-1307658846 -o /tmp/evaluation-result-3456422-1307658846/solver-3456422-1307658846 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456422-1307658846.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 1.16 2/174 7115
/proc/meminfo: memFree=32543064/32950928 swapFree=67048820/67111528
[pid=7115] ppid=7113 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/7115/stat : 7115 (java) R 7113 7115 6256 0 -1 4202496 948 0 0 0 0 0 0 0 23 0 1 0 877483376 23580672 692 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268267767216 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7115/statm: 5757 692 508 9 0 124 0

[startup+0.0618641 s]
/proc/loadavg: 0.92 0.98 1.16 2/174 7115
/proc/meminfo: memFree=32543064/32950928 swapFree=67048820/67111528
[pid=7115] ppid=7113 vsize=10472756 CPUtime=0.05 cores=1,3,5,7
/proc/7115/stat : 7115 (java) S 7113 7115 6256 0 -1 4202496 11605 0 1 0 4 1 0 0 23 0 18 0 877483376 10724102144 11302 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7115/statm: 2618189 11303 1721 9 0 2608937 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472756

[startup+0.100857 s]
/proc/loadavg: 0.92 0.98 1.16 2/174 7115
/proc/meminfo: memFree=32543064/32950928 swapFree=67048820/67111528
[pid=7115] ppid=7113 vsize=10540048 CPUtime=0.1 cores=1,3,5,7
/proc/7115/stat : 7115 (java) S 7113 7115 6256 0 -1 4202496 12973 0 1 0 9 1 0 0 23 0 18 0 877483376 10793009152 12670 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7115/statm: 2635012 12672 2093 9 0 2625746 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540048

[startup+0.300822 s]
/proc/loadavg: 0.92 0.98 1.16 2/174 7115
/proc/meminfo: memFree=32543064/32950928 swapFree=67048820/67111528
[pid=7115] ppid=7113 vsize=10542632 CPUtime=0.48 cores=1,3,5,7
/proc/7115/stat : 7115 (java) S 7113 7115 6256 0 -1 4202496 18997 0 1 0 46 2 0 0 23 0 18 0 877483376 10795655168 18238 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7115/statm: 2635658 18238 2200 9 0 2626392 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10542632

[startup+0.700815 s]
/proc/loadavg: 0.92 0.98 1.16 2/174 7115
/proc/meminfo: memFree=32543064/32950928 swapFree=67048820/67111528
[pid=7115] ppid=7113 vsize=10548648 CPUtime=1.4 cores=1,3,5,7
/proc/7115/stat : 7115 (java) S 7113 7115 6256 0 -1 4202496 47420 0 1 0 134 6 0 0 23 0 18 0 877483376 10801815552 43398 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7115/statm: 2637162 43401 2212 9 0 2627896 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 10548648

[startup+1.50061 s]
/proc/loadavg: 1.17 1.03 1.18 3/191 7186
/proc/meminfo: memFree=32356568/32950928 swapFree=67048820/67111528
[pid=7115] ppid=7113 vsize=10553600 CPUtime=2.82 cores=1,3,5,7
/proc/7115/stat : 7115 (java) S 7113 7115 6256 0 -1 4202496 108524 0 1 0 269 13 0 0 23 0 19 0 877483376 10806886400 104502 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7115/statm: 2638400 104507 2234 9 0 2629134 0
[pid=7115/tid=7117] ppid=7113 vsize=10553600 CPUtime=1.43 cores=1,3,5,7
/proc/7115/task/7117/stat : 7117 (java) R 7113 7115 6256 0 -1 4202560 95722 0 1 0 132 11 0 0 19 0 19 0 877483377 10806886400 104509 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 46912505951824 0 4 0 16800975 0 0 0 -1 1 0 0 4
[pid=7115/tid=7118] ppid=7113 vsize=10553600 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7118/stat : 7118 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483379 10806886400 104513 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7119] ppid=7113 vsize=10553600 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7119/stat : 7119 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483379 10806886400 104516 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7120] ppid=7113 vsize=10553600 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7120/stat : 7120 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483379 10806886400 104519 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7121] ppid=7113 vsize=10553600 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7121/stat : 7121 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483379 10806886400 104523 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7122] ppid=7113 vsize=10553600 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7122/stat : 7122 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483379 10806886400 104526 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7123] ppid=7113 vsize=10553600 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7123/stat : 7123 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483379 10806886400 104529 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7124] ppid=7113 vsize=10553600 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7124/stat : 7124 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483379 10806886400 104532 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7125] ppid=7113 vsize=10553600 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7125/stat : 7125 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483379 10806886400 104535 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7126] ppid=7113 vsize=10553600 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7126/stat : 7126 (java) S 7113 7115 6256 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 877483380 10806886400 104537 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284505600 0 0 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7128] ppid=7113 vsize=10553600 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7128/stat : 7128 (java) S 7113 7115 6256 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 877483380 10806886400 104540 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7129] ppid=7113 vsize=10553600 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7129/stat : 7129 (java) S 7113 7115 6256 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877483380 10806886400 104542 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7140] ppid=7113 vsize=10553600 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7140/stat : 7140 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483382 10806886400 104544 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284512689 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7141] ppid=7113 vsize=10553600 CPUtime=0.76 cores=1,3,5,7
/proc/7115/task/7141/stat : 7141 (java) S 7113 7115 6256 0 -1 4202560 7841 0 0 0 76 0 0 0 15 0 19 0 877483382 10806886400 104547 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7142] ppid=7113 vsize=10553600 CPUtime=0.6 cores=1,3,5,7
/proc/7115/task/7142/stat : 7142 (java) S 7113 7115 6256 0 -1 4202560 3809 0 0 0 60 0 0 0 20 0 19 0 877483383 10806886400 104549 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 7 0 0 0
[pid=7115/tid=7143] ppid=7113 vsize=10553600 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7143/stat : 7143 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483383 10806886400 104550 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7144] ppid=7113 vsize=10553600 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7144/stat : 7144 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 877483383 10806886400 104552 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284505600 0 4 0 16800975 18446604457242110080 0 0 -1 5 0 0 0
[pid=7115/tid=7163] ppid=7113 vsize=10553600 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7163/stat : 7163 (java) S 7113 7115 6256 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877483462 10806886400 104553 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284505600 0 4 0 16800975 18446604457242110080 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 10553600

[startup+3.10132 s]
/proc/loadavg: 1.17 1.03 1.18 4/213 7273
/proc/meminfo: memFree=31716848/32950928 swapFree=67048820/67111528
[pid=7115] ppid=7113 vsize=10554448 CPUtime=4.54 cores=1,3,5,7
/proc/7115/stat : 7115 (java) S 7113 7115 6256 0 -1 4202496 353590 0 1 0 413 41 0 0 23 0 19 0 877483376 10807754752 349567 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7115/statm: 2638612 349574 2234 9 0 2629346 0
[pid=7115/tid=7117] ppid=7113 vsize=10554448 CPUtime=3.03 cores=1,3,5,7
/proc/7115/task/7117/stat : 7117 (java) R 7113 7115 6256 0 -1 4202560 340567 0 1 0 264 39 0 0 25 0 19 0 877483377 10807754752 349578 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 46912505951805 0 4 0 16800975 0 0 0 -1 1 0 0 4
[pid=7115/tid=7118] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7118/stat : 7118 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483379 10807754752 349582 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7119] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7119/stat : 7119 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483379 10807754752 349585 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7120] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7120/stat : 7120 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483379 10807754752 349589 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7121] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7121/stat : 7121 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483379 10807754752 349594 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7122] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7122/stat : 7122 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483379 10807754752 349597 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7123] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7123/stat : 7123 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483379 10807754752 349602 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7124] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7124/stat : 7124 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483379 10807754752 349606 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7125] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7125/stat : 7125 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483379 10807754752 349610 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7126] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7126/stat : 7126 (java) S 7113 7115 6256 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 877483380 10807754752 349615 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284505600 0 0 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7128] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7128/stat : 7128 (java) S 7113 7115 6256 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 877483380 10807754752 349618 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7129] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7129/stat : 7129 (java) S 7113 7115 6256 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877483380 10807754752 349622 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7140] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7140/stat : 7140 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483382 10807754752 349626 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284512689 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7141] ppid=7113 vsize=10554448 CPUtime=0.78 cores=1,3,5,7
/proc/7115/task/7141/stat : 7141 (java) S 7113 7115 6256 0 -1 4202560 7842 0 0 0 78 0 0 0 15 0 19 0 877483382 10807754752 349630 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7142] ppid=7113 vsize=10554448 CPUtime=0.7 cores=1,3,5,7
/proc/7115/task/7142/stat : 7142 (java) S 7113 7115 6256 0 -1 4202560 4031 0 0 0 70 0 0 0 16 0 19 0 877483383 10807754752 349635 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 7 0 0 0
[pid=7115/tid=7143] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7143/stat : 7143 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483383 10807754752 349638 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7144] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7144/stat : 7144 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 877483383 10807754752 349643 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284505600 0 4 0 16800975 18446604457242110080 0 0 -1 5 0 0 0
[pid=7115/tid=7163] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7163/stat : 7163 (java) S 7113 7115 6256 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877483462 10807754752 349646 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284505600 0 4 0 16800975 18446604457242110080 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 10554448

[startup+6.30076 s]
/proc/loadavg: 1.17 1.03 1.18 3/214 7274
/proc/meminfo: memFree=28786496/32950928 swapFree=67048820/67111528
[pid=7115] ppid=7113 vsize=10554448 CPUtime=7.9 cores=1,3,5,7
/proc/7115/stat : 7115 (java) S 7113 7115 6256 0 -1 4202496 670907 0 1 0 715 75 0 0 23 0 19 0 877483376 10807754752 666433 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7115/statm: 2638612 666433 2249 9 0 2629346 0
[pid=7115/tid=7117] ppid=7113 vsize=10554448 CPUtime=6.21 cores=1,3,5,7
/proc/7115/task/7117/stat : 7117 (java) R 7113 7115 6256 0 -1 4202560 651009 0 1 0 549 72 0 0 25 0 19 0 877483377 10807754752 666433 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 46912505594004 0 4 0 16800975 0 0 0 -1 1 0 0 4
[pid=7115/tid=7118] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7118/stat : 7118 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 877483379 10807754752 666433 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7119] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7119/stat : 7119 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 877483379 10807754752 666433 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7120] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7120/stat : 7120 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 877483379 10807754752 666433 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7121] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7121/stat : 7121 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 877483379 10807754752 666433 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7122] ppid=7113 vsize=10554448 CPUtime=0.01 cores=1,3,5,7
/proc/7115/task/7122/stat : 7122 (java) S 7113 7115 6256 0 -1 4202560 1695 0 0 0 1 0 0 0 18 0 19 0 877483379 10807754752 666433 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 7 0 0 0
[pid=7115/tid=7123] ppid=7113 vsize=10554448 CPUtime=0.01 cores=1,3,5,7
/proc/7115/task/7123/stat : 7123 (java) S 7113 7115 6256 0 -1 4202560 1595 0 0 0 1 0 0 0 18 0 19 0 877483379 10807754752 666433 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 5 0 0 0
[pid=7115/tid=7124] ppid=7113 vsize=10554448 CPUtime=0.01 cores=1,3,5,7
/proc/7115/task/7124/stat : 7124 (java) S 7113 7115 6256 0 -1 4202560 2008 0 0 0 1 0 0 0 18 0 19 0 877483379 10807754752 666433 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7125] ppid=7113 vsize=10554448 CPUtime=0.02 cores=1,3,5,7
/proc/7115/task/7125/stat : 7125 (java) S 7113 7115 6256 0 -1 4202560 1546 0 0 0 2 0 0 0 18 0 19 0 877483379 10807754752 666433 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7126] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7126/stat : 7126 (java) S 7113 7115 6256 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 877483380 10807754752 666433 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284505600 0 0 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7128] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7128/stat : 7128 (java) S 7113 7115 6256 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877483380 10807754752 666433 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7129] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7129/stat : 7129 (java) S 7113 7115 6256 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 877483380 10807754752 666433 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7140] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7140/stat : 7140 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483382 10807754752 666433 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284512689 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7141] ppid=7113 vsize=10554448 CPUtime=0.79 cores=1,3,5,7
/proc/7115/task/7141/stat : 7141 (java) S 7113 7115 6256 0 -1 4202560 7842 0 0 0 79 0 0 0 15 0 19 0 877483382 10807754752 666433 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7142] ppid=7113 vsize=10554448 CPUtime=0.79 cores=1,3,5,7
/proc/7115/task/7142/stat : 7142 (java) S 7113 7115 6256 0 -1 4202560 4047 0 0 0 79 0 0 0 15 0 19 0 877483383 10807754752 666433 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 5 0 0 0
[pid=7115/tid=7143] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7143/stat : 7143 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483383 10807754752 666433 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7144] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7144/stat : 7144 (java) S 7113 7115 6256 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 877483383 10807754752 666433 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284505600 0 4 0 16800975 18446604457242110080 0 0 -1 7 0 0 0
[pid=7115/tid=7163] ppid=7113 vsize=10554448 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7163/stat : 7163 (java) S 7113 7115 6256 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877483462 10807754752 666433 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284505600 0 4 0 16800975 18446604457242110080 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 10554448

[startup+12.7006 s]

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

/proc/7115/task/7128/stat : 7128 (java) S 7113 7115 6256 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877483380 10803179520 924760 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7129] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7129/stat : 7129 (java) S 7113 7115 6256 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 877483380 10803179520 924760 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7140] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7140/stat : 7140 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483382 10803179520 924760 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284512689 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7141] ppid=7113 vsize=10549980 CPUtime=1.3 cores=1,3,5,7
/proc/7115/task/7141/stat : 7141 (java) S 7113 7115 6256 0 -1 4202560 11793 0 0 0 129 1 0 0 16 0 19 0 877483382 10803179520 924760 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7142] ppid=7113 vsize=10549980 CPUtime=1.09 cores=1,3,5,7
/proc/7115/task/7142/stat : 7142 (java) S 7113 7115 6256 0 -1 4202560 4091 0 0 0 109 0 0 0 16 0 19 0 877483383 10803179520 924760 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 5 0 0 0
[pid=7115/tid=7143] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7143/stat : 7143 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483383 10803179520 924760 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7144] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7144/stat : 7144 (java) S 7113 7115 6256 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 877483383 10803179520 924760 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284505600 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7163] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7163/stat : 7163 (java) S 7113 7115 6256 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877483462 10803179520 924760 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284505600 0 4 0 16800975 18446604457242110080 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1667.77
Current children cumulated vsize (KiB) 10549980

[startup+1722.3 s]
/proc/loadavg: 2.03 2.00 1.84 3/214 7329
/proc/meminfo: memFree=25092560/32950928 swapFree=67048820/67111528
[pid=7115] ppid=7113 vsize=10549980 CPUtime=1727.91 cores=1,3,5,7
/proc/7115/stat : 7115 (java) S 7113 7115 6256 0 -1 4202496 936092 0 1 0 172684 107 0 0 23 0 19 0 877483376 10803179520 925531 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7115/statm: 2637495 925531 2263 9 0 2628229 0
[pid=7115/tid=7117] ppid=7113 vsize=10549980 CPUtime=1720.58 cores=1,3,5,7
/proc/7115/task/7117/stat : 7117 (java) R 7113 7115 6256 0 -1 4202560 826831 0 1 0 171967 91 0 0 25 0 19 0 877483377 10803179520 925531 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 46912505653655 0 4 0 16800975 0 0 0 -1 5 0 0 4
[pid=7115/tid=7118] ppid=7113 vsize=10549980 CPUtime=0.58 cores=1,3,5,7
/proc/7115/task/7118/stat : 7118 (java) S 7113 7115 6256 0 -1 4202560 13766 0 0 0 56 2 0 0 15 0 19 0 877483379 10803179520 925531 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7119] ppid=7113 vsize=10549980 CPUtime=0.6 cores=1,3,5,7
/proc/7115/task/7119/stat : 7119 (java) S 7113 7115 6256 0 -1 4202560 10601 0 0 0 59 1 0 0 15 0 19 0 877483379 10803179520 925531 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 7 0 0 0
[pid=7115/tid=7120] ppid=7113 vsize=10549980 CPUtime=0.5 cores=1,3,5,7
/proc/7115/task/7120/stat : 7120 (java) S 7113 7115 6256 0 -1 4202560 7142 0 0 0 49 1 0 0 16 0 19 0 877483379 10803179520 925531 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 7 0 0 0
[pid=7115/tid=7121] ppid=7113 vsize=10549980 CPUtime=0.55 cores=1,3,5,7
/proc/7115/task/7121/stat : 7121 (java) S 7113 7115 6256 0 -1 4202560 10735 0 0 0 54 1 0 0 15 0 19 0 877483379 10803179520 925531 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7122] ppid=7113 vsize=10549980 CPUtime=0.48 cores=1,3,5,7
/proc/7115/task/7122/stat : 7122 (java) S 7113 7115 6256 0 -1 4202560 9380 0 0 0 48 0 0 0 16 0 19 0 877483379 10803179520 925531 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7123] ppid=7113 vsize=10549980 CPUtime=0.63 cores=1,3,5,7
/proc/7115/task/7123/stat : 7123 (java) S 7113 7115 6256 0 -1 4202560 13903 0 0 0 61 2 0 0 15 0 19 0 877483379 10803179520 925531 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7124] ppid=7113 vsize=10549980 CPUtime=0.56 cores=1,3,5,7
/proc/7115/task/7124/stat : 7124 (java) S 7113 7115 6256 0 -1 4202560 11941 0 0 0 55 1 0 0 16 0 19 0 877483379 10803179520 925531 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 5 0 0 0
[pid=7115/tid=7125] ppid=7113 vsize=10549980 CPUtime=0.57 cores=1,3,5,7
/proc/7115/task/7125/stat : 7125 (java) S 7113 7115 6256 0 -1 4202560 13642 0 0 0 56 1 0 0 15 0 19 0 877483379 10803179520 925531 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7126] ppid=7113 vsize=10549980 CPUtime=0.36 cores=1,3,5,7
/proc/7115/task/7126/stat : 7126 (java) S 7113 7115 6256 0 -1 4202560 1014 0 0 0 36 0 0 0 15 0 19 0 877483380 10803179520 925531 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284505600 0 0 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7128] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7128/stat : 7128 (java) S 7113 7115 6256 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877483380 10803179520 925531 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7129] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7129/stat : 7129 (java) S 7113 7115 6256 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 877483380 10803179520 925531 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7140] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7140/stat : 7140 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483382 10803179520 925531 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284512689 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7141] ppid=7113 vsize=10549980 CPUtime=1.3 cores=1,3,5,7
/proc/7115/task/7141/stat : 7141 (java) S 7113 7115 6256 0 -1 4202560 11793 0 0 0 129 1 0 0 16 0 19 0 877483382 10803179520 925531 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7142] ppid=7113 vsize=10549980 CPUtime=1.09 cores=1,3,5,7
/proc/7115/task/7142/stat : 7142 (java) S 7113 7115 6256 0 -1 4202560 4091 0 0 0 109 0 0 0 16 0 19 0 877483383 10803179520 925531 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 5 0 0 0
[pid=7115/tid=7143] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7143/stat : 7143 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483383 10803179520 925531 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7144] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7144/stat : 7144 (java) S 7113 7115 6256 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 877483383 10803179520 925531 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284505600 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7163] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7163/stat : 7163 (java) S 7113 7115 6256 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877483462 10803179520 925531 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284505600 0 4 0 16800975 18446604457242110080 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1727.91
Current children cumulated vsize (KiB) 10549980

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.85 3/214 7330
/proc/meminfo: memFree=25088296/32950928 swapFree=67048820/67111528
[pid=7115] ppid=7113 vsize=10549980 CPUtime=1788.05 cores=1,3,5,7
/proc/7115/stat : 7115 (java) S 7113 7115 6256 0 -1 4202496 936368 0 1 0 178698 107 0 0 23 0 19 0 877483376 10803179520 925787 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7115/statm: 2637495 925787 2263 9 0 2628229 0
[pid=7115/tid=7117] ppid=7113 vsize=10549980 CPUtime=1780.52 cores=1,3,5,7
/proc/7115/task/7117/stat : 7117 (java) R 7113 7115 6256 0 -1 4202560 826838 0 1 0 177961 91 0 0 25 0 19 0 877483377 10803179520 925787 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 46912505653258 0 4 0 16800975 0 0 0 -1 5 0 0 4
[pid=7115/tid=7118] ppid=7113 vsize=10549980 CPUtime=0.6 cores=1,3,5,7
/proc/7115/task/7118/stat : 7118 (java) S 7113 7115 6256 0 -1 4202560 13802 0 0 0 58 2 0 0 15 0 19 0 877483379 10803179520 925787 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 7 0 0 0
[pid=7115/tid=7119] ppid=7113 vsize=10549980 CPUtime=0.61 cores=1,3,5,7
/proc/7115/task/7119/stat : 7119 (java) S 7113 7115 6256 0 -1 4202560 10614 0 0 0 60 1 0 0 16 0 19 0 877483379 10803179520 925787 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 7 0 0 0
[pid=7115/tid=7120] ppid=7113 vsize=10549980 CPUtime=0.52 cores=1,3,5,7
/proc/7115/task/7120/stat : 7120 (java) S 7113 7115 6256 0 -1 4202560 7168 0 0 0 51 1 0 0 15 0 19 0 877483379 10803179520 925787 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7121] ppid=7113 vsize=10549980 CPUtime=0.57 cores=1,3,5,7
/proc/7115/task/7121/stat : 7121 (java) S 7113 7115 6256 0 -1 4202560 10766 0 0 0 56 1 0 0 16 0 19 0 877483379 10803179520 925787 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7122] ppid=7113 vsize=10549980 CPUtime=0.5 cores=1,3,5,7
/proc/7115/task/7122/stat : 7122 (java) S 7113 7115 6256 0 -1 4202560 9405 0 0 0 50 0 0 0 15 0 19 0 877483379 10803179520 925787 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 5 0 0 0
[pid=7115/tid=7123] ppid=7113 vsize=10549980 CPUtime=0.65 cores=1,3,5,7
/proc/7115/task/7123/stat : 7123 (java) S 7113 7115 6256 0 -1 4202560 13916 0 0 0 63 2 0 0 15 0 19 0 877483379 10803179520 925787 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7124] ppid=7113 vsize=10549980 CPUtime=0.58 cores=1,3,5,7
/proc/7115/task/7124/stat : 7124 (java) S 7113 7115 6256 0 -1 4202560 11973 0 0 0 57 1 0 0 16 0 19 0 877483379 10803179520 925787 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7125] ppid=7113 vsize=10549980 CPUtime=0.61 cores=1,3,5,7
/proc/7115/task/7125/stat : 7125 (java) S 7113 7115 6256 0 -1 4202560 13729 0 0 0 60 1 0 0 16 0 19 0 877483379 10803179520 925787 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 5 0 0 0
[pid=7115/tid=7126] ppid=7113 vsize=10549980 CPUtime=0.36 cores=1,3,5,7
/proc/7115/task/7126/stat : 7126 (java) S 7113 7115 6256 0 -1 4202560 1018 0 0 0 36 0 0 0 15 0 19 0 877483380 10803179520 925787 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284505600 0 0 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7128] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7128/stat : 7128 (java) S 7113 7115 6256 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877483380 10803179520 925787 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7129] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7129/stat : 7129 (java) S 7113 7115 6256 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 877483380 10803179520 925787 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7140] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7140/stat : 7140 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483382 10803179520 925787 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284512689 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7141] ppid=7113 vsize=10549980 CPUtime=1.3 cores=1,3,5,7
/proc/7115/task/7141/stat : 7141 (java) S 7113 7115 6256 0 -1 4202560 11793 0 0 0 129 1 0 0 16 0 19 0 877483382 10803179520 925787 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7142] ppid=7113 vsize=10549980 CPUtime=1.09 cores=1,3,5,7
/proc/7115/task/7142/stat : 7142 (java) S 7113 7115 6256 0 -1 4202560 4091 0 0 0 109 0 0 0 16 0 19 0 877483383 10803179520 925787 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 5 0 0 0
[pid=7115/tid=7143] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7143/stat : 7143 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483383 10803179520 925787 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7144] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7144/stat : 7144 (java) S 7113 7115 6256 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 877483383 10803179520 925787 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284505600 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7163] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7163/stat : 7163 (java) S 7113 7115 6256 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877483462 10803179520 925787 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284505600 0 4 0 16800975 18446604457242110080 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1788.05
Current children cumulated vsize (KiB) 10549980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.3 s]
/proc/loadavg: 2.01 2.00 1.85 3/214 7331
/proc/meminfo: memFree=25087920/32950928 swapFree=67048820/67111528
[pid=7115] ppid=7113 vsize=10549980 CPUtime=1800.1 cores=1,3,5,7
/proc/7115/stat : 7115 (java) S 7113 7115 6256 0 -1 4202496 936461 0 1 0 179903 107 0 0 23 0 19 0 877483376 10803179520 925872 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7115/statm: 2637495 925872 2263 9 0 2628229 0
[pid=7115/tid=7117] ppid=7113 vsize=10549980 CPUtime=1792.51 cores=1,3,5,7
/proc/7115/task/7117/stat : 7117 (java) R 7113 7115 6256 0 -1 4202560 826840 0 1 0 179160 91 0 0 25 0 19 0 877483377 10803179520 925872 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 46912505653938 0 4 0 16800975 0 0 0 -1 5 0 0 4
[pid=7115/tid=7118] ppid=7113 vsize=10549980 CPUtime=0.61 cores=1,3,5,7
/proc/7115/task/7118/stat : 7118 (java) S 7113 7115 6256 0 -1 4202560 13802 0 0 0 59 2 0 0 15 0 19 0 877483379 10803179520 925872 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7119] ppid=7113 vsize=10549980 CPUtime=0.62 cores=1,3,5,7
/proc/7115/task/7119/stat : 7119 (java) S 7113 7115 6256 0 -1 4202560 10636 0 0 0 61 1 0 0 16 0 19 0 877483379 10803179520 925872 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 7 0 0 0
[pid=7115/tid=7120] ppid=7113 vsize=10549980 CPUtime=0.52 cores=1,3,5,7
/proc/7115/task/7120/stat : 7120 (java) S 7113 7115 6256 0 -1 4202560 7168 0 0 0 51 1 0 0 15 0 19 0 877483379 10803179520 925872 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7121] ppid=7113 vsize=10549980 CPUtime=0.57 cores=1,3,5,7
/proc/7115/task/7121/stat : 7121 (java) S 7113 7115 6256 0 -1 4202560 10766 0 0 0 56 1 0 0 15 0 19 0 877483379 10803179520 925872 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7122] ppid=7113 vsize=10549980 CPUtime=0.51 cores=1,3,5,7
/proc/7115/task/7122/stat : 7122 (java) S 7113 7115 6256 0 -1 4202560 9417 0 0 0 51 0 0 0 16 0 19 0 877483379 10803179520 925872 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 5 0 0 0
[pid=7115/tid=7123] ppid=7113 vsize=10549980 CPUtime=0.66 cores=1,3,5,7
/proc/7115/task/7123/stat : 7123 (java) S 7113 7115 6256 0 -1 4202560 13927 0 0 0 64 2 0 0 15 0 19 0 877483379 10803179520 925872 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7124] ppid=7113 vsize=10549980 CPUtime=0.59 cores=1,3,5,7
/proc/7115/task/7124/stat : 7124 (java) S 7113 7115 6256 0 -1 4202560 11983 0 0 0 58 1 0 0 16 0 19 0 877483379 10803179520 925872 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7125] ppid=7113 vsize=10549980 CPUtime=0.63 cores=1,3,5,7
/proc/7115/task/7125/stat : 7125 (java) S 7113 7115 6256 0 -1 4202560 13760 0 0 0 62 1 0 0 16 0 19 0 877483379 10803179520 925872 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7126] ppid=7113 vsize=10549980 CPUtime=0.36 cores=1,3,5,7
/proc/7115/task/7126/stat : 7126 (java) S 7113 7115 6256 0 -1 4202560 1021 0 0 0 36 0 0 0 15 0 19 0 877483380 10803179520 925872 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284505600 0 0 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7128] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7128/stat : 7128 (java) S 7113 7115 6256 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877483380 10803179520 925872 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7129] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7129/stat : 7129 (java) S 7113 7115 6256 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 877483380 10803179520 925872 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7140] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7140/stat : 7140 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483382 10803179520 925872 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284512689 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7141] ppid=7113 vsize=10549980 CPUtime=1.3 cores=1,3,5,7
/proc/7115/task/7141/stat : 7141 (java) S 7113 7115 6256 0 -1 4202560 11793 0 0 0 129 1 0 0 16 0 19 0 877483382 10803179520 925872 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 3 0 0 0
[pid=7115/tid=7142] ppid=7113 vsize=10549980 CPUtime=1.09 cores=1,3,5,7
/proc/7115/task/7142/stat : 7142 (java) S 7113 7115 6256 0 -1 4202560 4091 0 0 0 109 0 0 0 16 0 19 0 877483383 10803179520 925872 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 5 0 0 0
[pid=7115/tid=7143] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7143/stat : 7143 (java) S 7113 7115 6256 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877483383 10803179520 925872 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284504985 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7144] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7144/stat : 7144 (java) S 7113 7115 6256 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 877483383 10803179520 925872 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284505600 0 4 0 16800975 18446604457242110080 0 0 -1 1 0 0 0
[pid=7115/tid=7163] ppid=7113 vsize=10549980 CPUtime=0 cores=1,3,5,7
/proc/7115/task/7163/stat : 7163 (java) S 7113 7115 6256 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 877483462 10803179520 925872 33554432000 1073741824 1073778376 140737471837456 18446744073709551615 268284505600 0 4 0 16800975 18446604457242110080 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10549980

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

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

[startup+1794.41 s]
/proc/loadavg: 2.01 2.00 1.85 3/214 7331
/proc/meminfo: memFree=25087920/32950928 swapFree=67048820/67111528
[pid=7115] ppid=7113 vsize=0 CPUtime=1800.22 cores=1,3,5,7
/proc/7115/stat : 7115 (java) Z 7113 7115 6256 0 -1 4203548 936494 0 1 0 179906 116 0 0 17 0 2 0 877483376 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7115/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.44
CPU time (s): 1800.26
CPU user time (s): 1799.06
CPU system time (s): 1.19682
CPU usage (%): 100.324
Max. virtual memory (cumulated for all children) (KiB): 10554448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.19682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 936494
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= 41999
involuntary context switches= 19643

runsolver used 3.05154 second user time and 6.75197 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-10 00:34:06
IDJOB=3456422
IDBENCH=2425
IDSOLVER=1951
FILE ID=node122/3456422-1307658846
RUNJOBID= node122-1307658846-7098
PBS_JOBID= 13549408
Free space on /tmp= 74084 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-scrs8.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456422-1307658846/watcher-3456422-1307658846 -o /tmp/evaluation-result-3456422-1307658846/solver-3456422-1307658846 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456422-1307658846.opb

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

MD5SUM BENCH= b043e07da3f326ab58c20906a4694dad
RANDOM SEED=66411458

node122.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.820
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.64
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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.83
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.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32543996 kB
Buffers:         39444 kB
Cached:         219500 kB
SwapCached:      14212 kB
Active:         113296 kB
Inactive:       167116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32543996 kB
SwapTotal:    67111528 kB
SwapFree:     67048820 kB
Dirty:            3292 kB
Writeback:           0 kB
AnonPages:       18820 kB
Mapped:           8648 kB
Slab:            61504 kB
PageTables:       4816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   195580 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= 74080 MiB
End job on node122 at 2011-06-10 01:04:02