Trace number 3456775

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.22 1795.55

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3703.opb
MD5SUM35c934e0cd42ffa30810ffe35ff61781
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5257865308
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 154999
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29657420026984
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29657420026984
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/195 5749
/proc/meminfo: memFree=28772416/32950940 swapFree=67074964/67111528
[pid=5749] ppid=5747 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/5749/stat : 5749 (java) R 5747 5749 4604 0 -1 4202496 950 0 0 0 0 0 0 0 25 0 1 0 954595085 23580672 694 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 215983629800 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5749/statm: 5757 694 511 9 0 124 0

[startup+0.0511471 s]
/proc/loadavg: 2.00 2.00 2.00 2/195 5749
/proc/meminfo: memFree=28772416/32950940 swapFree=67074964/67111528
[pid=5749] ppid=5747 vsize=10467616 CPUtime=0.03 cores=0,2,4,6
/proc/5749/stat : 5749 (java) S 5747 5749 4604 0 -1 4202496 11394 0 1 0 2 1 0 0 25 0 13 0 954595085 10718838784 11091 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000395237 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0
/proc/5749/statm: 2616904 11093 1682 9 0 2607652 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467616

[startup+0.100139 s]
/proc/loadavg: 2.00 2.00 2.00 2/195 5749
/proc/meminfo: memFree=28772416/32950940 swapFree=67074964/67111528
[pid=5749] ppid=5747 vsize=10540164 CPUtime=0.11 cores=0,2,4,6
/proc/5749/stat : 5749 (java) S 5747 5749 4604 0 -1 4202496 13115 0 1 0 9 2 0 0 25 0 18 0 954595085 10793127936 12761 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5749/statm: 2635041 12761 2093 9 0 2625775 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540164

[startup+0.300106 s]
/proc/loadavg: 2.00 2.00 2.00 2/195 5749
/proc/meminfo: memFree=28772416/32950940 swapFree=67074964/67111528
[pid=5749] ppid=5747 vsize=10543760 CPUtime=0.47 cores=0,2,4,6
/proc/5749/stat : 5749 (java) S 5747 5749 4604 0 -1 4202496 21285 0 1 0 44 3 0 0 25 0 18 0 954595085 10796810240 20671 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5749/statm: 2635940 20674 2200 9 0 2626674 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10543760

[startup+0.701035 s]
/proc/loadavg: 2.00 2.00 2.00 2/195 5749
/proc/meminfo: memFree=28772416/32950940 swapFree=67074964/67111528
[pid=5749] ppid=5747 vsize=10543760 CPUtime=1.03 cores=0,2,4,6
/proc/5749/stat : 5749 (java) S 5747 5749 4604 0 -1 4202496 50429 0 1 0 97 6 0 0 25 0 18 0 954595085 10796810240 49165 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5749/statm: 2635940 49168 2205 9 0 2626674 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10543760

[startup+1.50099 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 5767
/proc/meminfo: memFree=28477176/32950940 swapFree=67074964/67111528
[pid=5749] ppid=5747 vsize=10543760 CPUtime=1.82 cores=0,2,4,6
/proc/5749/stat : 5749 (java) S 5747 5749 4604 0 -1 4202496 115811 0 1 0 170 12 0 0 25 0 18 0 954595085 10796810240 114546 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5749/statm: 2635940 114547 2205 9 0 2626674 0
[pid=5749/tid=5751] ppid=5747 vsize=10543760 CPUtime=1.48 cores=0,2,4,6
/proc/5749/task/5751/stat : 5751 (java) R 5747 5749 4604 0 -1 4202560 111884 0 1 0 136 12 0 0 25 0 18 0 954595086 10796810240 114549 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 46912505642557 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5749/tid=5752] ppid=5747 vsize=10543760 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5752/stat : 5752 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 954595088 10796810240 114551 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5753] ppid=5747 vsize=10543760 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5753/stat : 5753 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 954595088 10796810240 114553 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5754] ppid=5747 vsize=10543760 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5754/stat : 5754 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 954595088 10796810240 114555 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5755] ppid=5747 vsize=10543760 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5755/stat : 5755 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 954595088 10796810240 114557 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5756] ppid=5747 vsize=10543760 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5756/stat : 5756 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 954595088 10796810240 114559 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5757] ppid=5747 vsize=10543760 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5757/stat : 5757 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 954595088 10796810240 114561 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5758] ppid=5747 vsize=10543760 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5758/stat : 5758 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 954595088 10796810240 114563 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5759] ppid=5747 vsize=10543760 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5759/stat : 5759 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 954595088 10796810240 114565 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5760] ppid=5747 vsize=10543760 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5760/stat : 5760 (java) S 5747 5749 4604 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 954595089 10796810240 114567 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000409088 0 0 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5761] ppid=5747 vsize=10543760 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5761/stat : 5761 (java) S 5747 5749 4604 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 954595089 10796810240 114569 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5762] ppid=5747 vsize=10543760 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5762/stat : 5762 (java) S 5747 5749 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 954595089 10796810240 114571 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 6 0 0 0
[pid=5749/tid=5763] ppid=5747 vsize=10543760 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5763/stat : 5763 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 954595091 10796810240 114573 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000416177 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5764] ppid=5747 vsize=10543760 CPUtime=0.18 cores=0,2,4,6
/proc/5749/task/5764/stat : 5764 (java) S 5747 5749 4604 0 -1 4202560 1736 0 0 0 18 0 0 0 15 0 18 0 954595091 10796810240 114575 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5765] ppid=5747 vsize=10543760 CPUtime=0.15 cores=0,2,4,6
/proc/5749/task/5765/stat : 5765 (java) S 5747 5749 4604 0 -1 4202560 1045 0 0 0 15 0 0 0 22 0 18 0 954595091 10796810240 114577 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 0 0 0 0
[pid=5749/tid=5766] ppid=5747 vsize=10543760 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5766/stat : 5766 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 954595091 10796810240 114580 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5767] ppid=5747 vsize=10543760 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5767/stat : 5767 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 954595091 10796810240 114581 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000409088 0 4 0 16800975 18446604444527142976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 10543760

[startup+3.10073 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 5768
/proc/meminfo: memFree=28235492/32950940 swapFree=67074964/67111528
[pid=5749] ppid=5747 vsize=10544788 CPUtime=3.77 cores=0,2,4,6
/proc/5749/stat : 5749 (java) S 5747 5749 4604 0 -1 4202496 255151 0 1 0 351 26 0 0 25 0 19 0 954595085 10797862912 253034 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5749/statm: 2636197 253043 2221 9 0 2626931 0
[pid=5749/tid=5751] ppid=5747 vsize=10544788 CPUtime=3.08 cores=0,2,4,6
/proc/5749/task/5751/stat : 5751 (java) R 5747 5749 4604 0 -1 4202560 250291 0 1 0 283 25 0 0 25 0 19 0 954595086 10797862912 253047 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 46912505854669 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5749/tid=5752] ppid=5747 vsize=10544788 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5752/stat : 5752 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595088 10797862912 253052 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5753] ppid=5747 vsize=10544788 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5753/stat : 5753 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595088 10797862912 253052 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5754] ppid=5747 vsize=10544788 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5754/stat : 5754 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595088 10797862912 253052 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5755] ppid=5747 vsize=10544788 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5755/stat : 5755 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595088 10797862912 253052 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5756] ppid=5747 vsize=10544788 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5756/stat : 5756 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595088 10797862912 253057 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5757] ppid=5747 vsize=10544788 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5757/stat : 5757 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595088 10797862912 253063 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5758] ppid=5747 vsize=10544788 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5758/stat : 5758 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595088 10797862912 253068 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5759] ppid=5747 vsize=10544788 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5759/stat : 5759 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595088 10797862912 253073 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5760] ppid=5747 vsize=10544788 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5760/stat : 5760 (java) S 5747 5749 4604 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 954595089 10797862912 253078 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000409088 0 0 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5761] ppid=5747 vsize=10544788 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5761/stat : 5761 (java) S 5747 5749 4604 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 954595089 10797862912 253080 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5762] ppid=5747 vsize=10544788 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5762/stat : 5762 (java) S 5747 5749 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 954595089 10797862912 253080 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 6 0 0 0
[pid=5749/tid=5763] ppid=5747 vsize=10544788 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5763/stat : 5763 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595091 10797862912 253080 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000416177 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5764] ppid=5747 vsize=10544788 CPUtime=0.33 cores=0,2,4,6
/proc/5749/task/5764/stat : 5764 (java) S 5747 5749 4604 0 -1 4202560 2640 0 0 0 33 0 0 0 15 0 19 0 954595091 10797862912 253082 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5765] ppid=5747 vsize=10544788 CPUtime=0.34 cores=0,2,4,6
/proc/5749/task/5765/stat : 5765 (java) S 5747 5749 4604 0 -1 4202560 1075 0 0 0 34 0 0 0 15 0 19 0 954595091 10797862912 253087 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 0 0 0 0
[pid=5749/tid=5766] ppid=5747 vsize=10544788 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5766/stat : 5766 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595091 10797862912 253093 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5767] ppid=5747 vsize=10544788 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5767/stat : 5767 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 954595091 10797862912 253098 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000409088 0 4 0 16800975 18446604444527142976 0 0 -1 6 0 0 0
[pid=5749/tid=5768] ppid=5747 vsize=10544788 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5768/stat : 5768 (java) S 5747 5749 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 954595273 10797862912 253103 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000409088 0 4 0 16800975 18446604444527142976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 10544788

[startup+6.30113 s]
/proc/loadavg: 2.00 2.00 2.00 4/214 5768
/proc/meminfo: memFree=27025124/32950940 swapFree=67074964/67111528
[pid=5749] ppid=5747 vsize=10545396 CPUtime=7.27 cores=0,2,4,6
/proc/5749/stat : 5749 (java) S 5747 5749 4604 0 -1 4202496 511281 0 1 0 673 54 0 0 25 0 19 0 954595085 10798485504 508114 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5749/statm: 2636349 508115 2228 9 0 2627083 0
[pid=5749/tid=5751] ppid=5747 vsize=10545396 CPUtime=6.29 cores=0,2,4,6
/proc/5749/task/5751/stat : 5751 (java) R 5747 5749 4604 0 -1 4202560 504244 0 1 0 576 53 0 0 19 0 19 0 954595086 10798485504 508115 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 46912505687410 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5749/tid=5752] ppid=5747 vsize=10545396 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5752/stat : 5752 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595088 10798485504 508116 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5753] ppid=5747 vsize=10545396 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5753/stat : 5753 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595088 10798485504 508116 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5754] ppid=5747 vsize=10545396 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5754/stat : 5754 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595088 10798485504 508117 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5755] ppid=5747 vsize=10545396 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5755/stat : 5755 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595088 10798485504 508117 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5756] ppid=5747 vsize=10545396 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5756/stat : 5756 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595088 10798485504 508118 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5757] ppid=5747 vsize=10545396 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5757/stat : 5757 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595088 10798485504 508118 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5758] ppid=5747 vsize=10545396 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5758/stat : 5758 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595088 10798485504 508119 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5759] ppid=5747 vsize=10545396 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5759/stat : 5759 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595088 10798485504 508119 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5760] ppid=5747 vsize=10545396 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5760/stat : 5760 (java) S 5747 5749 4604 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 954595089 10798485504 508119 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000409088 0 0 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5761] ppid=5747 vsize=10545396 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5761/stat : 5761 (java) S 5747 5749 4604 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 954595089 10798485504 508120 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5762] ppid=5747 vsize=10545396 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5762/stat : 5762 (java) S 5747 5749 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 954595089 10798485504 508120 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 6 0 0 0
[pid=5749/tid=5763] ppid=5747 vsize=10545396 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5763/stat : 5763 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595091 10798485504 508121 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000416177 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5764] ppid=5747 vsize=10545396 CPUtime=0.48 cores=0,2,4,6
/proc/5749/task/5764/stat : 5764 (java) S 5747 5749 4604 0 -1 4202560 4535 0 0 0 48 0 0 0 15 0 19 0 954595091 10798485504 508121 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5765] ppid=5747 vsize=10545396 CPUtime=0.49 cores=0,2,4,6
/proc/5749/task/5765/stat : 5765 (java) S 5747 5749 4604 0 -1 4202560 1343 0 0 0 49 0 0 0 16 0 19 0 954595091 10798485504 508122 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 0 0 0 0
[pid=5749/tid=5766] ppid=5747 vsize=10545396 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5766/stat : 5766 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595091 10798485504 508122 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5767] ppid=5747 vsize=10545396 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5767/stat : 5767 (java) R 5747 5749 4604 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 954595091 10798485504 508123 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000409088 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5749/tid=5768] ppid=5747 vsize=10545396 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5768/stat : 5768 (java) S 5747 5749 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 954595273 10798485504 508123 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000409088 0 4 0 16800975 18446604444527142976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 10545396

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 5768
/proc/meminfo: memFree=26054616/32950940 swapFree=67074964/67111528

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

/proc/5749/task/5762/stat : 5762 (java) S 5747 5749 4604 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 954595089 10797699072 934522 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 6 0 0 0
[pid=5749/tid=5763] ppid=5747 vsize=10544628 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5763/stat : 5763 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595091 10797699072 934522 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000416177 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5764] ppid=5747 vsize=10544628 CPUtime=0.75 cores=0,2,4,6
/proc/5749/task/5764/stat : 5764 (java) S 5747 5749 4604 0 -1 4202560 6655 0 0 0 74 1 0 0 15 0 19 0 954595091 10797699072 934522 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5765] ppid=5747 vsize=10544628 CPUtime=0.52 cores=0,2,4,6
/proc/5749/task/5765/stat : 5765 (java) S 5747 5749 4604 0 -1 4202560 1351 0 0 0 52 0 0 0 15 0 19 0 954595091 10797699072 934522 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 0 0 0 0
[pid=5749/tid=5766] ppid=5747 vsize=10544628 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5766/stat : 5766 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595091 10797699072 934522 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5767] ppid=5747 vsize=10544628 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5767/stat : 5767 (java) S 5747 5749 4604 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 954595091 10797699072 934522 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000409088 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5768] ppid=5747 vsize=10544628 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5768/stat : 5768 (java) S 5747 5749 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 954595273 10797699072 934522 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000409088 0 4 0 16800975 18446604444527142976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1666.78
Current children cumulated vsize (KiB) 10544628

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 5876
/proc/meminfo: memFree=25194012/32950940 swapFree=67074964/67111528
[pid=5749] ppid=5747 vsize=10544628 CPUtime=1726.85 cores=0,2,4,6
/proc/5749/stat : 5749 (java) S 5747 5749 4604 0 -1 4202496 943202 0 1 0 172578 107 0 0 25 0 19 0 954595085 10797699072 936518 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5749/statm: 2636157 936518 2241 9 0 2626891 0
[pid=5749/tid=5751] ppid=5747 vsize=10544628 CPUtime=1720.94 cores=0,2,4,6
/proc/5749/task/5751/stat : 5751 (java) R 5747 5749 4604 0 -1 4202560 771787 0 1 0 172013 81 0 0 25 0 19 0 954595086 10797699072 936518 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 46912505862461 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5749/tid=5752] ppid=5747 vsize=10544628 CPUtime=0.67 cores=0,2,4,6
/proc/5749/task/5752/stat : 5752 (java) S 5747 5749 4604 0 -1 4202560 25750 0 0 0 63 4 0 0 16 0 19 0 954595088 10797699072 936518 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5753] ppid=5747 vsize=10544628 CPUtime=0.5 cores=0,2,4,6
/proc/5749/task/5753/stat : 5753 (java) S 5747 5749 4604 0 -1 4202560 14867 0 0 0 48 2 0 0 16 0 19 0 954595088 10797699072 936518 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5754] ppid=5747 vsize=10544628 CPUtime=0.58 cores=0,2,4,6
/proc/5749/task/5754/stat : 5754 (java) S 5747 5749 4604 0 -1 4202560 21581 0 0 0 56 2 0 0 15 0 19 0 954595088 10797699072 936518 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5755] ppid=5747 vsize=10544628 CPUtime=0.44 cores=0,2,4,6
/proc/5749/task/5755/stat : 5755 (java) S 5747 5749 4604 0 -1 4202560 12422 0 0 0 42 2 0 0 16 0 19 0 954595088 10797699072 936518 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 6 0 0 0
[pid=5749/tid=5756] ppid=5747 vsize=10544628 CPUtime=0.49 cores=0,2,4,6
/proc/5749/task/5756/stat : 5756 (java) S 5747 5749 4604 0 -1 4202560 19038 0 0 0 47 2 0 0 16 0 19 0 954595088 10797699072 936518 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5757] ppid=5747 vsize=10544628 CPUtime=0.6 cores=0,2,4,6
/proc/5749/task/5757/stat : 5757 (java) S 5747 5749 4604 0 -1 4202560 20984 0 0 0 57 3 0 0 15 0 19 0 954595088 10797699072 936518 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 0 0 0 0
[pid=5749/tid=5758] ppid=5747 vsize=10544628 CPUtime=0.72 cores=0,2,4,6
/proc/5749/task/5758/stat : 5758 (java) S 5747 5749 4604 0 -1 4202560 29129 0 0 0 69 3 0 0 15 0 19 0 954595088 10797699072 936518 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5759] ppid=5747 vsize=10544628 CPUtime=0.52 cores=0,2,4,6
/proc/5749/task/5759/stat : 5759 (java) S 5747 5749 4604 0 -1 4202560 18303 0 0 0 50 2 0 0 16 0 19 0 954595088 10797699072 936518 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 0 0 0 0
[pid=5749/tid=5760] ppid=5747 vsize=10544628 CPUtime=0.02 cores=0,2,4,6
/proc/5749/task/5760/stat : 5760 (java) S 5747 5749 4604 0 -1 4202560 87 0 0 0 1 1 0 0 15 0 19 0 954595089 10797699072 936518 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000409088 0 0 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5761] ppid=5747 vsize=10544628 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5761/stat : 5761 (java) S 5747 5749 4604 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 954595089 10797699072 936518 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5762] ppid=5747 vsize=10544628 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5762/stat : 5762 (java) S 5747 5749 4604 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 954595089 10797699072 936518 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 6 0 0 0
[pid=5749/tid=5763] ppid=5747 vsize=10544628 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5763/stat : 5763 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595091 10797699072 936518 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000416177 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5764] ppid=5747 vsize=10544628 CPUtime=0.75 cores=0,2,4,6
/proc/5749/task/5764/stat : 5764 (java) S 5747 5749 4604 0 -1 4202560 6655 0 0 0 74 1 0 0 15 0 19 0 954595091 10797699072 936518 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5765] ppid=5747 vsize=10544628 CPUtime=0.52 cores=0,2,4,6
/proc/5749/task/5765/stat : 5765 (java) S 5747 5749 4604 0 -1 4202560 1351 0 0 0 52 0 0 0 15 0 19 0 954595091 10797699072 936518 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 0 0 0 0
[pid=5749/tid=5766] ppid=5747 vsize=10544628 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5766/stat : 5766 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595091 10797699072 936518 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5767] ppid=5747 vsize=10544628 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5767/stat : 5767 (java) S 5747 5749 4604 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 954595091 10797699072 936518 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000409088 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5768] ppid=5747 vsize=10544628 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5768/stat : 5768 (java) S 5747 5749 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 954595273 10797699072 936518 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000409088 0 4 0 16800975 18446604444527142976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1726.85
Current children cumulated vsize (KiB) 10544628

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 5877
/proc/meminfo: memFree=25175856/32950940 swapFree=67074964/67111528
[pid=5749] ppid=5747 vsize=10544628 CPUtime=1786.9 cores=0,2,4,6
/proc/5749/stat : 5749 (java) S 5747 5749 4604 0 -1 4202496 943645 0 1 0 178582 108 0 0 25 0 19 0 954595085 10797699072 936945 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5749/statm: 2636157 936945 2241 9 0 2626891 0
[pid=5749/tid=5751] ppid=5747 vsize=10544628 CPUtime=1780.92 cores=0,2,4,6
/proc/5749/task/5751/stat : 5751 (java) R 5747 5749 4604 0 -1 4202560 771793 0 1 0 178011 81 0 0 25 0 19 0 954595086 10797699072 936945 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 46912505754984 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5749/tid=5752] ppid=5747 vsize=10544628 CPUtime=0.68 cores=0,2,4,6
/proc/5749/task/5752/stat : 5752 (java) S 5747 5749 4604 0 -1 4202560 25801 0 0 0 64 4 0 0 15 0 19 0 954595088 10797699072 936945 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 0 0 0 0
[pid=5749/tid=5753] ppid=5747 vsize=10544628 CPUtime=0.51 cores=0,2,4,6
/proc/5749/task/5753/stat : 5753 (java) S 5747 5749 4604 0 -1 4202560 15009 0 0 0 49 2 0 0 16 0 19 0 954595088 10797699072 936945 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 0 0 0 0
[pid=5749/tid=5754] ppid=5747 vsize=10544628 CPUtime=0.59 cores=0,2,4,6
/proc/5749/task/5754/stat : 5754 (java) S 5747 5749 4604 0 -1 4202560 21608 0 0 0 57 2 0 0 16 0 19 0 954595088 10797699072 936945 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5755] ppid=5747 vsize=10544628 CPUtime=0.44 cores=0,2,4,6
/proc/5749/task/5755/stat : 5755 (java) S 5747 5749 4604 0 -1 4202560 12549 0 0 0 42 2 0 0 15 0 19 0 954595088 10797699072 936945 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 6 0 0 0
[pid=5749/tid=5756] ppid=5747 vsize=10544628 CPUtime=0.49 cores=0,2,4,6
/proc/5749/task/5756/stat : 5756 (java) S 5747 5749 4604 0 -1 4202560 19095 0 0 0 47 2 0 0 15 0 19 0 954595088 10797699072 936945 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5757] ppid=5747 vsize=10544628 CPUtime=0.61 cores=0,2,4,6
/proc/5749/task/5757/stat : 5757 (java) S 5747 5749 4604 0 -1 4202560 21006 0 0 0 58 3 0 0 15 0 19 0 954595088 10797699072 936945 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 6 0 0 0
[pid=5749/tid=5758] ppid=5747 vsize=10544628 CPUtime=0.73 cores=0,2,4,6
/proc/5749/task/5758/stat : 5758 (java) S 5747 5749 4604 0 -1 4202560 29132 0 0 0 70 3 0 0 16 0 19 0 954595088 10797699072 936945 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5759] ppid=5747 vsize=10544628 CPUtime=0.53 cores=0,2,4,6
/proc/5749/task/5759/stat : 5759 (java) S 5747 5749 4604 0 -1 4202560 18305 0 0 0 51 2 0 0 16 0 19 0 954595088 10797699072 936945 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5760] ppid=5747 vsize=10544628 CPUtime=0.02 cores=0,2,4,6
/proc/5749/task/5760/stat : 5760 (java) S 5747 5749 4604 0 -1 4202560 89 0 0 0 1 1 0 0 15 0 19 0 954595089 10797699072 936945 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000409088 0 0 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5761] ppid=5747 vsize=10544628 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5761/stat : 5761 (java) S 5747 5749 4604 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 954595089 10797699072 936945 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5762] ppid=5747 vsize=10544628 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5762/stat : 5762 (java) S 5747 5749 4604 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 954595089 10797699072 936945 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 6 0 0 0
[pid=5749/tid=5763] ppid=5747 vsize=10544628 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5763/stat : 5763 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595091 10797699072 936945 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000416177 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5764] ppid=5747 vsize=10544628 CPUtime=0.75 cores=0,2,4,6
/proc/5749/task/5764/stat : 5764 (java) S 5747 5749 4604 0 -1 4202560 6655 0 0 0 74 1 0 0 15 0 19 0 954595091 10797699072 936945 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5765] ppid=5747 vsize=10544628 CPUtime=0.52 cores=0,2,4,6
/proc/5749/task/5765/stat : 5765 (java) S 5747 5749 4604 0 -1 4202560 1351 0 0 0 52 0 0 0 15 0 19 0 954595091 10797699072 936945 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 0 0 0 0
[pid=5749/tid=5766] ppid=5747 vsize=10544628 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5766/stat : 5766 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595091 10797699072 936945 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5767] ppid=5747 vsize=10544628 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5767/stat : 5767 (java) S 5747 5749 4604 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 954595091 10797699072 936945 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000409088 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5768] ppid=5747 vsize=10544628 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5768/stat : 5768 (java) S 5747 5749 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 954595273 10797699072 936945 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000409088 0 4 0 16800975 18446604444527142976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1786.9
Current children cumulated vsize (KiB) 10544628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 5878
/proc/meminfo: memFree=25171376/32950940 swapFree=67074964/67111528
[pid=5749] ppid=5747 vsize=10544628 CPUtime=1800.07 cores=0,2,4,6
/proc/5749/stat : 5749 (java) S 5747 5749 4604 0 -1 4202496 944866 0 1 0 179899 108 0 0 25 0 19 0 954595085 10797699072 938147 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5749/statm: 2636157 938147 2241 9 0 2626891 0
[pid=5749/tid=5751] ppid=5747 vsize=10544628 CPUtime=1794 cores=0,2,4,6
/proc/5749/task/5751/stat : 5751 (java) R 5747 5749 4604 0 -1 4202560 771796 0 1 0 179319 81 0 0 25 0 19 0 954595086 10797699072 938147 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 46912505627838 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5749/tid=5752] ppid=5747 vsize=10544628 CPUtime=0.68 cores=0,2,4,6
/proc/5749/task/5752/stat : 5752 (java) S 5747 5749 4604 0 -1 4202560 25802 0 0 0 64 4 0 0 15 0 19 0 954595088 10797699072 938147 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 0 0 0 0
[pid=5749/tid=5753] ppid=5747 vsize=10544628 CPUtime=0.52 cores=0,2,4,6
/proc/5749/task/5753/stat : 5753 (java) S 5747 5749 4604 0 -1 4202560 15137 0 0 0 50 2 0 0 15 0 19 0 954595088 10797699072 938147 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 0 0 0 0
[pid=5749/tid=5754] ppid=5747 vsize=10544628 CPUtime=0.6 cores=0,2,4,6
/proc/5749/task/5754/stat : 5754 (java) S 5747 5749 4604 0 -1 4202560 21609 0 0 0 58 2 0 0 15 0 19 0 954595088 10797699072 938147 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5755] ppid=5747 vsize=10544628 CPUtime=0.47 cores=0,2,4,6
/proc/5749/task/5755/stat : 5755 (java) S 5747 5749 4604 0 -1 4202560 12932 0 0 0 45 2 0 0 16 0 19 0 954595088 10797699072 938147 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 6 0 0 0
[pid=5749/tid=5756] ppid=5747 vsize=10544628 CPUtime=0.5 cores=0,2,4,6
/proc/5749/task/5756/stat : 5756 (java) S 5747 5749 4604 0 -1 4202560 19512 0 0 0 48 2 0 0 16 0 19 0 954595088 10797699072 938147 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5757] ppid=5747 vsize=10544628 CPUtime=0.63 cores=0,2,4,6
/proc/5749/task/5757/stat : 5757 (java) S 5747 5749 4604 0 -1 4202560 21007 0 0 0 60 3 0 0 16 0 19 0 954595088 10797699072 938147 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 0 0 0 0
[pid=5749/tid=5758] ppid=5747 vsize=10544628 CPUtime=0.73 cores=0,2,4,6
/proc/5749/task/5758/stat : 5758 (java) S 5747 5749 4604 0 -1 4202560 29132 0 0 0 70 3 0 0 15 0 19 0 954595088 10797699072 938147 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5759] ppid=5747 vsize=10544628 CPUtime=0.55 cores=0,2,4,6
/proc/5749/task/5759/stat : 5759 (java) S 5747 5749 4604 0 -1 4202560 18590 0 0 0 53 2 0 0 16 0 19 0 954595088 10797699072 938147 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5760] ppid=5747 vsize=10544628 CPUtime=0.02 cores=0,2,4,6
/proc/5749/task/5760/stat : 5760 (java) S 5747 5749 4604 0 -1 4202560 91 0 0 0 1 1 0 0 15 0 19 0 954595089 10797699072 938147 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000409088 0 0 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5761] ppid=5747 vsize=10544628 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5761/stat : 5761 (java) S 5747 5749 4604 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 954595089 10797699072 938147 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5762] ppid=5747 vsize=10544628 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5762/stat : 5762 (java) S 5747 5749 4604 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 954595089 10797699072 938147 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 6 0 0 0
[pid=5749/tid=5763] ppid=5747 vsize=10544628 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5763/stat : 5763 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595091 10797699072 938147 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000416177 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5764] ppid=5747 vsize=10544628 CPUtime=0.75 cores=0,2,4,6
/proc/5749/task/5764/stat : 5764 (java) S 5747 5749 4604 0 -1 4202560 6655 0 0 0 74 1 0 0 15 0 19 0 954595091 10797699072 938147 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5765] ppid=5747 vsize=10544628 CPUtime=0.52 cores=0,2,4,6
/proc/5749/task/5765/stat : 5765 (java) S 5747 5749 4604 0 -1 4202560 1351 0 0 0 52 0 0 0 15 0 19 0 954595091 10797699072 938147 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 0 0 0 0
[pid=5749/tid=5766] ppid=5747 vsize=10544628 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5766/stat : 5766 (java) S 5747 5749 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954595091 10797699072 938147 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000408473 0 4 0 16800975 18446604444527142976 0 0 -1 2 0 0 0
[pid=5749/tid=5767] ppid=5747 vsize=10544628 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5767/stat : 5767 (java) S 5747 5749 4604 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 954595091 10797699072 938147 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000409088 0 4 0 16800975 18446604444527142976 0 0 -1 4 0 0 0
[pid=5749/tid=5768] ppid=5747 vsize=10544628 CPUtime=0 cores=0,2,4,6
/proc/5749/task/5768/stat : 5768 (java) S 5747 5749 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 954595273 10797699072 938147 33554432000 1073741824 1073778376 140733970915120 18446744073709551615 216000409088 0 4 0 16800975 18446604444527142976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10544628

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

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

[startup+1795.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 5878
/proc/meminfo: memFree=25171376/32950940 swapFree=67074964/67111528
[pid=5749] ppid=5747 vsize=0 CPUtime=1800.18 cores=0,2,4,6
/proc/5749/stat : 5749 (java) Z 5747 5749 4604 0 -1 4203548 944894 0 1 0 179900 118 0 0 17 0 2 0 954595085 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5749/statm: 0 0 0 0 0 0 0
[pid=5749/tid=5766] ppid=5747 vsize=0 CPUtime=0.09 cores=0,2,4,6
/proc/5749/task/5766/stat : 5766 (java) R 5747 5749 4604 0 -1 4203588 1 0 0 0 0 9 0 0 18 0 2 0 954595091 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.55
CPU time (s): 1800.22
CPU user time (s): 1799
CPU system time (s): 1.21381
CPU usage (%): 100.26
Max. virtual memory (cumulated for all children) (KiB): 10546492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.21381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 944894
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= 40775
involuntary context switches= 16908

runsolver used 3.23551 second user time and 6.574 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-09 20:20:43
IDJOB=3456775
IDBENCH=2307
IDSOLVER=1951
FILE ID=node117/3456775-1307643643
RUNJOBID= node117-1307633277-4622
PBS_JOBID= 13549374
Free space on /tmp= 74128 MiB

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

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

MD5SUM BENCH= 35c934e0cd42ffa30810ffe35ff61781
RANDOM SEED=233421451

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      28772968 kB
Buffers:         30580 kB
Cached:         106080 kB
SwapCached:       5756 kB
Active:        3958064 kB
Inactive:        86472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      28772968 kB
SwapTotal:    67111528 kB
SwapFree:     67074964 kB
Dirty:            9068 kB
Writeback:           0 kB
AnonPages:     3904372 kB
Mapped:          22300 kB
Slab:            61036 kB
PageTables:      12148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 10577524 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= 74128 MiB
End job on node117 at 2011-06-09 20:50:41