Trace number 3456395

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.19 1793.65

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ir98.opb
MD5SUM1de7e61bcf99a935d7a04a775cb5b14f
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1079037184
Best CPU time to get the best result obtained on this benchmark1800.28
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7287
Total number of constraints529
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)420
Number of constraints which are nor clauses,nor cardinality constraints109
Minimum length of a constraint3
Maximum length of a constraint6062
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 400587756783443
Number of bits of the biggest sum of numbers49
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.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-3456395-1307647720.opb
0.10/0.11	c reading problem ... 
1.05/0.59	c ... done. Wall clock time 0.481s.
1.05/0.59	c #vars     7287
1.05/0.59	c #constraints  727
1.05/0.59	c constraints type 
1.05/0.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 420
1.05/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 175
1800.04/1793.51	c starts		: 5
1800.04/1793.51	c conflicts		: 835
1800.04/1793.51	c decisions		: 163383
1800.04/1793.51	c propagations		: 469314
1800.04/1793.51	c inspects		: 34781819
1800.04/1793.51	c shortcuts		: 0
1800.04/1793.51	c learnt literals	: 0
1800.04/1793.51	c learnt binary clauses	: 0
1800.04/1793.51	c learnt ternary clauses	: 0
1800.04/1793.51	c learnt constraints	: 834
1800.04/1793.51	c ignored constraints	: 0
1800.04/1793.51	c root simplifications	: 0
1800.04/1793.51	c removed literals (reason simplification)	: 0
1800.04/1793.51	c reason swapping (by a shorter reason)	: 0
1800.04/1793.51	c Calls to reduceDB	: 0
1800.04/1793.51	c number of reductions to clauses (during analyze)	: 0
1800.04/1793.51	c number of learned constraints concerned by reduction	: 0
1800.04/1793.51	c number of learning phase by resolution	: 0
1800.04/1793.51	c number of learning phase by cutting planes	: 0
1800.04/1793.51	c speed (assignments/second)	: 261.75929571950144
1800.04/1793.51	c non guided choices	0
1800.04/1793.51	c learnt constraints type 
1800.04/1793.51	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 81
1800.04/1793.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 753
1800.04/1793.51	c constraints type 
1800.04/1793.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 420
1800.04/1793.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 175
1800.04/1793.51	s UNKNOWN
1800.04/1793.51	c Total wall clock time (in seconds): 1793.404

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 2/195 6164
/proc/meminfo: memFree=32080752/32950940 swapFree=67074964/67111528
[pid=6164] ppid=6162 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/6164/stat : 6164 (java) R 6162 6164 4604 0 -1 4202496 575 0 0 0 0 0 0 0 25 0 1 0 955002765 23580672 319 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 215983630080 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6164/statm: 5757 331 254 9 0 124 0

[startup+0.0430801 s]
/proc/loadavg: 1.92 1.98 1.99 2/195 6164
/proc/meminfo: memFree=32080752/32950940 swapFree=67074964/67111528
[pid=6164] ppid=6162 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/6164/stat : 6164 (java) S 6162 6164 4604 0 -1 4202496 11202 0 1 0 2 1 0 0 25 0 13 0 955002765 10718699520 10899 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/6164/statm: 2616870 10899 1660 9 0 2607618 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.101044 s]
/proc/loadavg: 1.92 1.98 1.99 2/195 6164
/proc/meminfo: memFree=32080752/32950940 swapFree=67074964/67111528
[pid=6164] ppid=6162 vsize=10540320 CPUtime=0.1 cores=1,3,5,7
/proc/6164/stat : 6164 (java) S 6162 6164 4604 0 -1 4202496 13092 0 1 0 8 2 0 0 25 0 18 0 955002765 10793287680 12754 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6164/statm: 2635080 12756 2092 9 0 2625814 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540320

[startup+0.301014 s]
/proc/loadavg: 1.92 1.98 1.99 2/195 6164
/proc/meminfo: memFree=32080752/32950940 swapFree=67074964/67111528
[pid=6164] ppid=6162 vsize=10562620 CPUtime=0.59 cores=1,3,5,7
/proc/6164/stat : 6164 (java) S 6162 6164 4604 0 -1 4202496 23384 0 1 0 56 3 0 0 25 0 18 0 955002765 10816122880 20715 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6164/statm: 2640655 20716 2200 9 0 2631389 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 10562620

[startup+0.700942 s]
/proc/loadavg: 1.92 1.98 1.99 2/195 6164
/proc/meminfo: memFree=32080752/32950940 swapFree=67074964/67111528
[pid=6164] ppid=6162 vsize=10563648 CPUtime=1.38 cores=1,3,5,7
/proc/6164/stat : 6164 (java) S 6162 6164 4604 0 -1 4202496 42312 0 1 0 131 7 0 0 25 0 19 0 955002765 10817175552 38042 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6164/statm: 2640912 38043 2217 9 0 2631646 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 10563648

[startup+1.5008 s]
/proc/loadavg: 1.92 1.98 1.99 5/214 6183
/proc/meminfo: memFree=31916696/32950940 swapFree=67074964/67111528
[pid=6164] ppid=6162 vsize=10563648 CPUtime=2.54 cores=1,3,5,7
/proc/6164/stat : 6164 (java) S 6162 6164 4604 0 -1 4202496 54979 0 1 0 245 9 0 0 25 0 19 0 955002765 10817175552 50632 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6164/statm: 2640912 50633 2222 9 0 2631646 0
[pid=6164/tid=6166] ppid=6162 vsize=10563648 CPUtime=1.47 cores=1,3,5,7
/proc/6164/task/6166/stat : 6166 (java) R 6162 6164 4604 0 -1 4202560 41813 0 1 0 141 6 0 0 25 0 19 0 955002765 10817175552 50634 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 46912505660708 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6164/tid=6167] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6167/stat : 6167 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 50635 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6168] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6168/stat : 6168 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 50635 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6169] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6169/stat : 6169 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 50636 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6170] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6170/stat : 6170 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 50637 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6171] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6171/stat : 6171 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 50638 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6172] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6172/stat : 6172 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 50638 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6173] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6173/stat : 6173 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 50639 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6174] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6174/stat : 6174 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 50640 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6175] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6175/stat : 6175 (java) S 6162 6164 4604 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 955002768 10817175552 50641 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000409088 0 0 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6176] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6176/stat : 6176 (java) S 6162 6164 4604 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 955002769 10817175552 50641 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6177] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6177/stat : 6177 (java) S 6162 6164 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 955002769 10817175552 50642 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6178] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6178/stat : 6178 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002771 10817175552 50643 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000416177 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6179] ppid=6162 vsize=10563648 CPUtime=0.62 cores=1,3,5,7
/proc/6164/task/6179/stat : 6179 (java) S 6162 6164 4604 0 -1 4202560 9935 0 0 0 61 1 0 0 20 0 19 0 955002771 10817175552 50643 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 1 0 0 0
[pid=6164/tid=6180] ppid=6162 vsize=10563648 CPUtime=0.41 cores=1,3,5,7
/proc/6164/task/6180/stat : 6180 (java) S 6162 6164 4604 0 -1 4202560 2069 0 0 0 41 0 0 0 17 0 19 0 955002771 10817175552 50644 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
[pid=6164/tid=6181] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6181/stat : 6181 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002771 10817175552 50645 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6182] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6182/stat : 6182 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 955002771 10817175552 50645 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000409088 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
[pid=6164/tid=6183] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6183/stat : 6183 (java) S 6162 6164 4604 0 -1 4202560 12 0 0 0 0 0 0 0 25 0 19 0 955002825 10817175552 50646 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000409088 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 10563648

[startup+3.10052 s]
/proc/loadavg: 1.92 1.98 1.99 3/214 6184
/proc/meminfo: memFree=31861864/32950940 swapFree=67074964/67111528
[pid=6164] ppid=6162 vsize=10563648 CPUtime=4.38 cores=1,3,5,7
/proc/6164/stat : 6164 (java) S 6162 6164 4604 0 -1 4202496 62970 0 1 0 428 10 0 0 25 0 19 0 955002765 10817175552 57934 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6164/statm: 2640912 57934 2222 9 0 2631646 0
[pid=6164/tid=6166] ppid=6162 vsize=10563648 CPUtime=3.08 cores=1,3,5,7
/proc/6164/task/6166/stat : 6166 (java) R 6162 6164 4604 0 -1 4202560 48917 0 1 0 301 7 0 0 25 0 19 0 955002765 10817175552 57934 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 46912505906059 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6164/tid=6167] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6167/stat : 6167 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 57934 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6168] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6168/stat : 6168 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 57934 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6169] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6169/stat : 6169 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 57934 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6170] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6170/stat : 6170 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 57934 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6171] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6171/stat : 6171 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 57934 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6172] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6172/stat : 6172 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 57934 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6173] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6173/stat : 6173 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 57934 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6174] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6174/stat : 6174 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 57934 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6175] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6175/stat : 6175 (java) S 6162 6164 4604 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 955002768 10817175552 57934 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000409088 0 0 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6176] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6176/stat : 6176 (java) S 6162 6164 4604 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 955002769 10817175552 57934 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6177] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6177/stat : 6177 (java) S 6162 6164 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 955002769 10817175552 57934 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6178] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6178/stat : 6178 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002771 10817175552 57934 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000416177 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6179] ppid=6162 vsize=10563648 CPUtime=0.79 cores=1,3,5,7
/proc/6164/task/6179/stat : 6179 (java) S 6162 6164 4604 0 -1 4202560 10807 0 0 0 77 2 0 0 15 0 19 0 955002771 10817175552 57934 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 1 0 0 0
[pid=6164/tid=6180] ppid=6162 vsize=10563648 CPUtime=0.5 cores=1,3,5,7
/proc/6164/task/6180/stat : 6180 (java) S 6162 6164 4604 0 -1 4202560 2081 0 0 0 50 0 0 0 15 0 19 0 955002771 10817175552 57934 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
[pid=6164/tid=6181] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6181/stat : 6181 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002771 10817175552 57934 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6182] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6182/stat : 6182 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 955002771 10817175552 57934 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000409088 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
[pid=6164/tid=6183] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6183/stat : 6183 (java) S 6162 6164 4604 0 -1 4202560 12 0 0 0 0 0 0 0 25 0 19 0 955002825 10817175552 57934 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000409088 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 10563648

[startup+6.30096 s]
/proc/loadavg: 1.93 1.98 1.99 3/214 6184
/proc/meminfo: memFree=31542684/32950940 swapFree=67074964/67111528
[pid=6164] ppid=6162 vsize=10563648 CPUtime=7.7 cores=1,3,5,7
/proc/6164/stat : 6164 (java) S 6162 6164 4604 0 -1 4202496 290318 0 1 0 735 35 0 0 25 0 19 0 955002765 10817175552 285280 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6164/statm: 2640912 285290 2226 9 0 2631646 0
[pid=6164/tid=6166] ppid=6162 vsize=10563648 CPUtime=6.28 cores=1,3,5,7
/proc/6164/task/6166/stat : 6166 (java) R 6162 6164 4604 0 -1 4202560 276266 0 1 0 596 32 0 0 25 0 19 0 955002765 10817175552 285295 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 46912505851532 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6164/tid=6167] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6167/stat : 6167 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 285301 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6168] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6168/stat : 6168 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 285308 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6169] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6169/stat : 6169 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 285314 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6170] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6170/stat : 6170 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 285321 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6171] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6171/stat : 6171 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 285327 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6172] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6172/stat : 6172 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 285333 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6173] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6173/stat : 6173 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 285333 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6174] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6174/stat : 6174 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002767 10817175552 285333 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6175] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6175/stat : 6175 (java) S 6162 6164 4604 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 955002768 10817175552 285333 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000409088 0 0 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6176] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6176/stat : 6176 (java) S 6162 6164 4604 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 955002769 10817175552 285333 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6177] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6177/stat : 6177 (java) S 6162 6164 4604 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 955002769 10817175552 285333 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6178] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6178/stat : 6178 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002771 10817175552 285333 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000416177 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6179] ppid=6162 vsize=10563648 CPUtime=0.82 cores=1,3,5,7
/proc/6164/task/6179/stat : 6179 (java) S 6162 6164 4604 0 -1 4202560 10809 0 0 0 80 2 0 0 16 0 19 0 955002771 10817175552 285338 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 1 0 0 0
[pid=6164/tid=6180] ppid=6162 vsize=10563648 CPUtime=0.57 cores=1,3,5,7
/proc/6164/task/6180/stat : 6180 (java) S 6162 6164 4604 0 -1 4202560 2092 0 0 0 57 0 0 0 15 0 19 0 955002771 10817175552 285344 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
[pid=6164/tid=6181] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6181/stat : 6181 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002771 10817175552 285351 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6182] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6182/stat : 6182 (java) S 6162 6164 4604 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 955002771 10817175552 285357 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000409088 0 4 0 16800975 18446604460570790080 0 0 -1 1 0 0 0
[pid=6164/tid=6183] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6183/stat : 6183 (java) S 6162 6164 4604 0 -1 4202560 12 0 0 0 0 0 0 0 25 0 19 0 955002825 10817175552 285363 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000409088 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 10563648

[startup+12.7008 s]

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

/proc/6164/task/6177/stat : 6177 (java) S 6162 6164 4604 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 955002769 10817175552 973325 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6178] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6178/stat : 6178 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002771 10817175552 973325 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000416177 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6179] ppid=6162 vsize=10563648 CPUtime=1.16 cores=1,3,5,7
/proc/6164/task/6179/stat : 6179 (java) S 6162 6164 4604 0 -1 4202560 11173 0 0 0 114 2 0 0 15 0 19 0 955002771 10817175552 973325 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 1 0 0 0
[pid=6164/tid=6180] ppid=6162 vsize=10563648 CPUtime=0.76 cores=1,3,5,7
/proc/6164/task/6180/stat : 6180 (java) S 6162 6164 4604 0 -1 4202560 2115 0 0 0 76 0 0 0 16 0 19 0 955002771 10817175552 973325 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
[pid=6164/tid=6181] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6181/stat : 6181 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002771 10817175552 973325 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6182] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6182/stat : 6182 (java) S 6162 6164 4604 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 955002771 10817175552 973325 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000409088 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
[pid=6164/tid=6183] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6183/stat : 6183 (java) S 6162 6164 4604 0 -1 4202560 12 0 0 0 0 0 0 0 25 0 19 0 955002825 10817175552 973325 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000409088 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1668.31
Current children cumulated vsize (KiB) 10563648

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 6291
/proc/meminfo: memFree=25106388/32950940 swapFree=67074964/67111528
[pid=6164] ppid=6162 vsize=10563648 CPUtime=1728.55 cores=1,3,5,7
/proc/6164/stat : 6164 (java) S 6162 6164 4604 0 -1 4202496 984500 0 1 0 172738 117 0 0 25 0 19 0 955002765 10817175552 976340 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6164/statm: 2640912 976340 2241 9 0 2631646 0
[pid=6164/tid=6166] ppid=6162 vsize=10563648 CPUtime=1720.53 cores=1,3,5,7
/proc/6164/task/6166/stat : 6166 (java) R 6162 6164 4604 0 -1 4202560 846012 0 1 0 171959 94 0 0 25 0 19 0 955002765 10817175552 976340 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 46912505851767 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6164/tid=6167] ppid=6162 vsize=10563648 CPUtime=0.68 cores=1,3,5,7
/proc/6164/task/6167/stat : 6167 (java) S 6162 6164 4604 0 -1 4202560 13797 0 0 0 66 2 0 0 15 0 19 0 955002767 10817175552 976340 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 1 0 0 0
[pid=6164/tid=6168] ppid=6162 vsize=10563648 CPUtime=0.74 cores=1,3,5,7
/proc/6164/task/6168/stat : 6168 (java) S 6162 6164 4604 0 -1 4202560 13231 0 0 0 72 2 0 0 16 0 19 0 955002767 10817175552 976340 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
[pid=6164/tid=6169] ppid=6162 vsize=10563648 CPUtime=0.75 cores=1,3,5,7
/proc/6164/task/6169/stat : 6169 (java) S 6162 6164 4604 0 -1 4202560 15427 0 0 0 73 2 0 0 16 0 19 0 955002767 10817175552 976340 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
[pid=6164/tid=6170] ppid=6162 vsize=10563648 CPUtime=0.76 cores=1,3,5,7
/proc/6164/task/6170/stat : 6170 (java) S 6162 6164 4604 0 -1 4202560 18307 0 0 0 75 1 0 0 15 0 19 0 955002767 10817175552 976340 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
[pid=6164/tid=6171] ppid=6162 vsize=10563648 CPUtime=0.68 cores=1,3,5,7
/proc/6164/task/6171/stat : 6171 (java) S 6162 6164 4604 0 -1 4202560 13488 0 0 0 66 2 0 0 16 0 19 0 955002767 10817175552 976340 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 7 0 0 0
[pid=6164/tid=6172] ppid=6162 vsize=10563648 CPUtime=0.69 cores=1,3,5,7
/proc/6164/task/6172/stat : 6172 (java) S 6162 6164 4604 0 -1 4202560 15176 0 0 0 68 1 0 0 15 0 19 0 955002767 10817175552 976340 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
[pid=6164/tid=6173] ppid=6162 vsize=10563648 CPUtime=0.77 cores=1,3,5,7
/proc/6164/task/6173/stat : 6173 (java) S 6162 6164 4604 0 -1 4202560 13254 0 0 0 75 2 0 0 16 0 19 0 955002767 10817175552 976340 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6174] ppid=6162 vsize=10563648 CPUtime=0.88 cores=1,3,5,7
/proc/6164/task/6174/stat : 6174 (java) S 6162 6164 4604 0 -1 4202560 21161 0 0 0 85 3 0 0 15 0 19 0 955002767 10817175552 976340 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6175] ppid=6162 vsize=10563648 CPUtime=0.02 cores=1,3,5,7
/proc/6164/task/6175/stat : 6175 (java) S 6162 6164 4604 0 -1 4202560 105 0 0 0 2 0 0 0 15 0 19 0 955002768 10817175552 976340 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000409088 0 0 0 16800975 18446604460570790080 0 0 -1 1 0 0 0
[pid=6164/tid=6176] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6176/stat : 6176 (java) S 6162 6164 4604 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 955002769 10817175552 976340 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6177] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6177/stat : 6177 (java) S 6162 6164 4604 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 955002769 10817175552 976340 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6178] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6178/stat : 6178 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002771 10817175552 976340 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000416177 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6179] ppid=6162 vsize=10563648 CPUtime=1.16 cores=1,3,5,7
/proc/6164/task/6179/stat : 6179 (java) S 6162 6164 4604 0 -1 4202560 11173 0 0 0 114 2 0 0 15 0 19 0 955002771 10817175552 976340 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 1 0 0 0
[pid=6164/tid=6180] ppid=6162 vsize=10563648 CPUtime=0.76 cores=1,3,5,7
/proc/6164/task/6180/stat : 6180 (java) S 6162 6164 4604 0 -1 4202560 2115 0 0 0 76 0 0 0 16 0 19 0 955002771 10817175552 976340 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
[pid=6164/tid=6181] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6181/stat : 6181 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002771 10817175552 976340 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6182] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6182/stat : 6182 (java) S 6162 6164 4604 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 955002771 10817175552 976340 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000409088 0 4 0 16800975 18446604460570790080 0 0 -1 1 0 0 0
[pid=6164/tid=6183] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6183/stat : 6183 (java) S 6162 6164 4604 0 -1 4202560 12 0 0 0 0 0 0 0 25 0 19 0 955002825 10817175552 976340 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000409088 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1728.55
Current children cumulated vsize (KiB) 10563648

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 6293
/proc/meminfo: memFree=25057360/32950940 swapFree=67074964/67111528
[pid=6164] ppid=6162 vsize=10563648 CPUtime=1788.8 cores=1,3,5,7
/proc/6164/stat : 6164 (java) S 6162 6164 4604 0 -1 4202496 988126 0 1 0 178763 117 0 0 25 0 19 0 955002765 10817175552 979849 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6164/statm: 2640912 979849 2241 9 0 2631646 0
[pid=6164/tid=6166] ppid=6162 vsize=10563648 CPUtime=1780.43 cores=1,3,5,7
/proc/6164/task/6166/stat : 6166 (java) R 6162 6164 4604 0 -1 4202560 846023 0 1 0 177949 94 0 0 25 0 19 0 955002765 10817175552 979849 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 46912506156587 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6164/tid=6167] ppid=6162 vsize=10563648 CPUtime=0.72 cores=1,3,5,7
/proc/6164/task/6167/stat : 6167 (java) S 6162 6164 4604 0 -1 4202560 13958 0 0 0 70 2 0 0 15 0 19 0 955002767 10817175552 979849 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6168] ppid=6162 vsize=10563648 CPUtime=0.79 cores=1,3,5,7
/proc/6164/task/6168/stat : 6168 (java) S 6162 6164 4604 0 -1 4202560 14053 0 0 0 77 2 0 0 15 0 19 0 955002767 10817175552 979849 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
[pid=6164/tid=6169] ppid=6162 vsize=10563648 CPUtime=0.8 cores=1,3,5,7
/proc/6164/task/6169/stat : 6169 (java) S 6162 6164 4604 0 -1 4202560 16051 0 0 0 78 2 0 0 16 0 19 0 955002767 10817175552 979849 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6170] ppid=6162 vsize=10563648 CPUtime=0.81 cores=1,3,5,7
/proc/6164/task/6170/stat : 6170 (java) S 6162 6164 4604 0 -1 4202560 18729 0 0 0 80 1 0 0 15 0 19 0 955002767 10817175552 979849 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6171] ppid=6162 vsize=10563648 CPUtime=0.73 cores=1,3,5,7
/proc/6164/task/6171/stat : 6171 (java) S 6162 6164 4604 0 -1 4202560 13919 0 0 0 71 2 0 0 16 0 19 0 955002767 10817175552 979849 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
[pid=6164/tid=6172] ppid=6162 vsize=10563648 CPUtime=0.76 cores=1,3,5,7
/proc/6164/task/6172/stat : 6172 (java) S 6162 6164 4604 0 -1 4202560 15684 0 0 0 75 1 0 0 16 0 19 0 955002767 10817175552 979849 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 7 0 0 0
[pid=6164/tid=6173] ppid=6162 vsize=10563648 CPUtime=0.79 cores=1,3,5,7
/proc/6164/task/6173/stat : 6173 (java) S 6162 6164 4604 0 -1 4202560 13472 0 0 0 77 2 0 0 16 0 19 0 955002767 10817175552 979849 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 1 0 0 0
[pid=6164/tid=6174] ppid=6162 vsize=10563648 CPUtime=0.91 cores=1,3,5,7
/proc/6164/task/6174/stat : 6174 (java) S 6162 6164 4604 0 -1 4202560 21582 0 0 0 88 3 0 0 15 0 19 0 955002767 10817175552 979849 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 7 0 0 0
[pid=6164/tid=6175] ppid=6162 vsize=10563648 CPUtime=0.02 cores=1,3,5,7
/proc/6164/task/6175/stat : 6175 (java) S 6162 6164 4604 0 -1 4202560 109 0 0 0 2 0 0 0 15 0 19 0 955002768 10817175552 979849 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000409088 0 0 0 16800975 18446604460570790080 0 0 -1 1 0 0 0
[pid=6164/tid=6176] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6176/stat : 6176 (java) S 6162 6164 4604 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 955002769 10817175552 979849 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6177] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6177/stat : 6177 (java) S 6162 6164 4604 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 955002769 10817175552 979849 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6178] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6178/stat : 6178 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002771 10817175552 979849 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000416177 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6179] ppid=6162 vsize=10563648 CPUtime=1.16 cores=1,3,5,7
/proc/6164/task/6179/stat : 6179 (java) S 6162 6164 4604 0 -1 4202560 11173 0 0 0 114 2 0 0 15 0 19 0 955002771 10817175552 979849 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 1 0 0 0
[pid=6164/tid=6180] ppid=6162 vsize=10563648 CPUtime=0.76 cores=1,3,5,7
/proc/6164/task/6180/stat : 6180 (java) S 6162 6164 4604 0 -1 4202560 2115 0 0 0 76 0 0 0 16 0 19 0 955002771 10817175552 979849 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
[pid=6164/tid=6181] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6181/stat : 6181 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002771 10817175552 979849 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6182] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6182/stat : 6182 (java) S 6162 6164 4604 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 955002771 10817175552 979849 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000409088 0 4 0 16800975 18446604460570790080 0 0 -1 1 0 0 0
[pid=6164/tid=6183] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6183/stat : 6183 (java) S 6162 6164 4604 0 -1 4202560 12 0 0 0 0 0 0 0 25 0 19 0 955002825 10817175552 979849 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000409088 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1788.8
Current children cumulated vsize (KiB) 10563648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 6293
/proc/meminfo: memFree=25055492/32950940 swapFree=67074964/67111528
[pid=6164] ppid=6162 vsize=10563648 CPUtime=1800.04 cores=1,3,5,7
/proc/6164/stat : 6164 (java) S 6162 6164 4604 0 -1 4202496 988658 0 1 0 179887 117 0 0 25 0 19 0 955002765 10817175552 980359 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6164/statm: 2640912 980359 2241 9 0 2631646 0
[pid=6164/tid=6166] ppid=6162 vsize=10563648 CPUtime=1791.62 cores=1,3,5,7
/proc/6164/task/6166/stat : 6166 (java) R 6162 6164 4604 0 -1 4202560 846025 0 1 0 179068 94 0 0 25 0 19 0 955002765 10817175552 980359 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 46912506156607 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6164/tid=6167] ppid=6162 vsize=10563648 CPUtime=0.73 cores=1,3,5,7
/proc/6164/task/6167/stat : 6167 (java) S 6162 6164 4604 0 -1 4202560 13993 0 0 0 71 2 0 0 16 0 19 0 955002767 10817175552 980359 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 1 0 0 0
[pid=6164/tid=6168] ppid=6162 vsize=10563648 CPUtime=0.8 cores=1,3,5,7
/proc/6164/task/6168/stat : 6168 (java) S 6162 6164 4604 0 -1 4202560 14054 0 0 0 78 2 0 0 16 0 19 0 955002767 10817175552 980359 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
[pid=6164/tid=6169] ppid=6162 vsize=10563648 CPUtime=0.8 cores=1,3,5,7
/proc/6164/task/6169/stat : 6169 (java) S 6162 6164 4604 0 -1 4202560 16052 0 0 0 78 2 0 0 15 0 19 0 955002767 10817175552 980359 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6170] ppid=6162 vsize=10563648 CPUtime=0.82 cores=1,3,5,7
/proc/6164/task/6170/stat : 6170 (java) S 6162 6164 4604 0 -1 4202560 18887 0 0 0 81 1 0 0 16 0 19 0 955002767 10817175552 980359 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6171] ppid=6162 vsize=10563648 CPUtime=0.73 cores=1,3,5,7
/proc/6164/task/6171/stat : 6171 (java) S 6162 6164 4604 0 -1 4202560 13919 0 0 0 71 2 0 0 16 0 19 0 955002767 10817175552 980359 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
[pid=6164/tid=6172] ppid=6162 vsize=10563648 CPUtime=0.76 cores=1,3,5,7
/proc/6164/task/6172/stat : 6172 (java) S 6162 6164 4604 0 -1 4202560 15794 0 0 0 75 1 0 0 15 0 19 0 955002767 10817175552 980359 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 7 0 0 0
[pid=6164/tid=6173] ppid=6162 vsize=10563648 CPUtime=0.8 cores=1,3,5,7
/proc/6164/task/6173/stat : 6173 (java) S 6162 6164 4604 0 -1 4202560 13483 0 0 0 78 2 0 0 15 0 19 0 955002767 10817175552 980359 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
[pid=6164/tid=6174] ppid=6162 vsize=10563648 CPUtime=0.92 cores=1,3,5,7
/proc/6164/task/6174/stat : 6174 (java) S 6162 6164 4604 0 -1 4202560 21796 0 0 0 89 3 0 0 16 0 19 0 955002767 10817175552 980359 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 7 0 0 0
[pid=6164/tid=6175] ppid=6162 vsize=10563648 CPUtime=0.03 cores=1,3,5,7
/proc/6164/task/6175/stat : 6175 (java) S 6162 6164 4604 0 -1 4202560 109 0 0 0 3 0 0 0 15 0 19 0 955002768 10817175552 980359 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000409088 0 0 0 16800975 18446604460570790080 0 0 -1 1 0 0 0
[pid=6164/tid=6176] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6176/stat : 6176 (java) S 6162 6164 4604 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 955002769 10817175552 980359 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6177] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6177/stat : 6177 (java) S 6162 6164 4604 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 955002769 10817175552 980359 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6178] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6178/stat : 6178 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002771 10817175552 980359 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000416177 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6179] ppid=6162 vsize=10563648 CPUtime=1.16 cores=1,3,5,7
/proc/6164/task/6179/stat : 6179 (java) S 6162 6164 4604 0 -1 4202560 11173 0 0 0 114 2 0 0 15 0 19 0 955002771 10817175552 980359 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 1 0 0 0
[pid=6164/tid=6180] ppid=6162 vsize=10563648 CPUtime=0.76 cores=1,3,5,7
/proc/6164/task/6180/stat : 6180 (java) S 6162 6164 4604 0 -1 4202560 2115 0 0 0 76 0 0 0 16 0 19 0 955002771 10817175552 980359 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
[pid=6164/tid=6181] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6181/stat : 6181 (java) S 6162 6164 4604 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 955002771 10817175552 980359 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000408473 0 4 0 16800975 18446604460570790080 0 0 -1 5 0 0 0
[pid=6164/tid=6182] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6182/stat : 6182 (java) S 6162 6164 4604 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 955002771 10817175552 980359 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000409088 0 4 0 16800975 18446604460570790080 0 0 -1 1 0 0 0
[pid=6164/tid=6183] ppid=6162 vsize=10563648 CPUtime=0 cores=1,3,5,7
/proc/6164/task/6183/stat : 6183 (java) S 6162 6164 4604 0 -1 4202560 12 0 0 0 0 0 0 0 25 0 19 0 955002825 10817175552 980359 33554432000 1073741824 1073778376 140734790019760 18446744073709551615 216000409088 0 4 0 16800975 18446604460570790080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10563648

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

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

[startup+1793.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 6293
/proc/meminfo: memFree=25055492/32950940 swapFree=67074964/67111528
[pid=6164] ppid=6162 vsize=0 CPUtime=1800.15 cores=1,3,5,7
/proc/6164/stat : 6164 (java) Z 6162 6164 4604 0 -1 4203548 988686 0 1 0 179888 127 0 0 17 0 2 0 955002765 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6164/statm: 0 0 0 0 0 0 0
[pid=6164/tid=6166] ppid=6162 vsize=0 CPUtime=1791.73 cores=1,3,5,7
/proc/6164/task/6166/stat : 6166 (java) R 6162 6164 4604 0 -1 4203588 846025 0 1 0 179069 104 0 0 25 0 2 0 955002765 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.65
CPU time (s): 1800.19
CPU user time (s): 1798.89
CPU system time (s): 1.3068
CPU usage (%): 100.365
Max. virtual memory (cumulated for all children) (KiB): 10563648

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

runsolver used 2.83657 second user time and 6.95994 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-09 21:28:40
IDJOB=3456395
IDBENCH=2350
IDSOLVER=1951
FILE ID=node117/3456395-1307647720
RUNJOBID= node117-1307633277-4623
PBS_JOBID= 13549374
Free space on /tmp= 74132 MiB

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

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

MD5SUM BENCH= 1de7e61bcf99a935d7a04a775cb5b14f
RANDOM SEED=312770865

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:      32081420 kB
Buffers:         34940 kB
Cached:         105828 kB
SwapCached:       5760 kB
Active:         650276 kB
Inactive:        92332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      32081420 kB
SwapTotal:    67111528 kB
SwapFree:     67074964 kB
Dirty:            1228 kB
Writeback:           0 kB
AnonPages:      598748 kB
Mapped:          22188 kB
Slab:            60880 kB
PageTables:       5848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 10566588 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= 74132 MiB
End job on node117 at 2011-06-09 21:58:35