Trace number 3456006

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.0OPT3 109.575 107.794

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
roussel/factor-mod-B/factor-mod-size=7-P0=23-P1=29-P2=43-B.opb
MD5SUM6b89f4f008f41d9515b4e0d45a9d302b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.05599
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables42
Total number of constraints5
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 constraints5
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)98
Sum of products size (including duplicates)196
Number of different products98
Sum of products size196

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.08/0.09	c version 2.3.1.v20110525
0.08/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.09	c java.vm.version	19.1-b02
0.08/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.09	c sun.arch.data.model	64
0.08/0.09	c java.version		1.6.0_24
0.08/0.09	c os.name		Linux
0.08/0.09	c os.version		2.6.18-164.el5
0.08/0.09	c os.arch		amd64
0.08/0.09	c Free memory 		9996466904
0.08/0.09	c Max memory 		10048897024
0.08/0.09	c Total memory 		10048897024
0.08/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-3456006-1307661246.opb
0.10/0.11	c reading problem ... 
0.10/0.13	c ... done. Wall clock time 0.025s.
0.10/0.13	c #vars     140
0.10/0.13	c #constraints  203
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 98
0.10/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 105
1.17/0.54	c SATISFIABLE
1.17/0.54	c OPTIMIZING...
1.17/0.54	c Got one! Elapsed wall clock time (in seconds):0.435
1.17/0.54	o 117
1.77/0.71	c Got one! Elapsed wall clock time (in seconds):0.607
1.77/0.71	o 105
3.85/2.65	c Got one! Elapsed wall clock time (in seconds):2.547
3.85/2.65	o 87
8.78/7.51	c Got one! Elapsed wall clock time (in seconds):7.402
8.78/7.51	o 79
10.99/9.80	c Got one! Elapsed wall clock time (in seconds):9.689
10.99/9.80	o 41
11.69/10.41	c Got one! Elapsed wall clock time (in seconds):10.302
11.69/10.41	o 3
32.92/31.57	c cleaning 0 clauses out of 6501 with flag 0/6501
109.37/107.66	c starts		: 40
109.37/107.66	c conflicts		: 11323
109.37/107.66	c decisions		: 12267
109.37/107.66	c propagations		: 157967
109.37/107.66	c inspects		: 184784624
109.37/107.66	c shortcuts		: 0
109.37/107.66	c learnt literals	: 0
109.37/107.66	c learnt binary clauses	: 0
109.37/107.66	c learnt ternary clauses	: 0
109.37/107.66	c learnt constraints	: 11322
109.37/107.66	c ignored constraints	: 0
109.37/107.66	c root simplifications	: 0
109.37/107.66	c removed literals (reason simplification)	: 0
109.37/107.66	c reason swapping (by a shorter reason)	: 0
109.37/107.66	c Calls to reduceDB	: 1
109.37/107.66	c number of reductions to clauses (during analyze)	: 0
109.37/107.66	c number of learned constraints concerned by reduction	: 0
109.37/107.66	c number of learning phase by resolution	: 0
109.37/107.66	c number of learning phase by cutting planes	: 0
109.37/107.66	c speed (assignments/second)	: 1624.3727377426785
109.37/107.66	c non guided choices	230
109.37/107.66	c learnt constraints type 
109.37/107.66	c constraints type 
109.37/107.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 98
109.37/107.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 105
109.37/107.66	s OPTIMUM FOUND
109.37/107.66	v x1 x2 -x3 -x4 -x5 -x6 -x7 x8 x9 x10 x11 x12 -x13 x14 x15 -x16 x17 x18 x19 -x20 x21 x22 -x23 x24 x25 x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 x38 -x39 x40 -x41 -x42 
109.37/107.66	c objective function=3
109.37/107.66	c Total wall clock time (in seconds): 107.55

Verifier Data

OK	3

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-3456006-1307661246/watcher-3456006-1307661246 -o /tmp/evaluation-result-3456006-1307661246/solver-3456006-1307661246 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456006-1307661246.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 1.84 2/195 968
/proc/meminfo: memFree=28360836/32951124 swapFree=67088052/67111528
[pid=968] ppid=966 vsize=4 CPUtime=0 cores=0,2,4,6
/proc/968/stat : 968 (java) R 966 968 32198 0 -1 0 237 0 0 0 0 0 0 0 25 0 1 0 858540772 4096 1 33554432000 0 0 0 18446744073709551615 255106589687 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/968/statm: 62 4 0 0 0 21 0

[startup+0.0907119 s]
/proc/loadavg: 2.00 2.00 1.84 2/195 968
/proc/meminfo: memFree=28360836/32951124 swapFree=67088052/67111528
[pid=968] ppid=966 vsize=10539864 CPUtime=0.08 cores=0,2,4,6
/proc/968/stat : 968 (java) S 966 968 32198 0 -1 4202496 12818 0 1 0 7 1 0 0 25 0 18 0 858540772 10792820736 12498 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/968/statm: 2634966 12499 2054 9 0 2625700 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10539864

[startup+0.10074 s]
/proc/loadavg: 2.00 2.00 1.84 2/195 968
/proc/meminfo: memFree=28360836/32951124 swapFree=67088052/67111528
[pid=968] ppid=966 vsize=10539864 CPUtime=0.1 cores=0,2,4,6
/proc/968/stat : 968 (java) S 966 968 32198 0 -1 4202496 13035 0 1 0 9 1 0 0 25 0 18 0 858540772 10792820736 12715 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/968/statm: 2634966 12715 2093 9 0 2625700 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539864

[startup+0.300701 s]
/proc/loadavg: 2.00 2.00 1.84 2/195 968
/proc/meminfo: memFree=28360836/32951124 swapFree=67088052/67111528
[pid=968] ppid=966 vsize=10543244 CPUtime=0.57 cores=0,2,4,6
/proc/968/stat : 968 (java) S 966 968 32198 0 -1 4202496 19627 0 1 0 55 2 0 0 25 0 19 0 858540772 10796281856 17038 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/968/statm: 2635811 17038 2193 9 0 2626545 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 10543244

[startup+0.700635 s]
/proc/loadavg: 2.00 2.00 1.84 2/195 968
/proc/meminfo: memFree=28360836/32951124 swapFree=67088052/67111528
[pid=968] ppid=966 vsize=10554848 CPUtime=1.77 cores=0,2,4,6
/proc/968/stat : 968 (java) S 966 968 32198 0 -1 4202496 47970 0 1 0 171 6 0 0 25 0 19 0 858540772 10808164352 41388 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/968/statm: 2638712 41392 2217 9 0 2629446 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 10554848

[startup+1.50149 s]
/proc/loadavg: 2.00 2.00 1.84 3/214 988
/proc/meminfo: memFree=28086608/32951124 swapFree=67088052/67111528
[pid=968] ppid=966 vsize=10554848 CPUtime=2.75 cores=0,2,4,6
/proc/968/stat : 968 (java) S 966 968 32198 0 -1 4202496 127484 0 1 0 260 15 0 0 25 0 19 0 858540772 10808164352 120329 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/968/statm: 2638712 120333 2220 9 0 2629446 0
[pid=968/tid=970] ppid=966 vsize=10554848 CPUtime=1.48 cores=0,2,4,6
/proc/968/task/970/stat : 970 (java) R 966 968 32198 0 -1 4202560 112812 0 1 0 135 13 0 0 18 0 19 0 858540773 10808164352 120335 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 46912505911699 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=968/tid=971] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/971/stat : 971 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540775 10808164352 120338 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=972] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/972/stat : 972 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540775 10808164352 120342 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 6 0 0 0
[pid=968/tid=973] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/973/stat : 973 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540775 10808164352 120344 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=974] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/974/stat : 974 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 858540775 10808164352 120347 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=975] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/975/stat : 975 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540775 10808164352 120350 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 6 0 0 0
[pid=968/tid=977] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/977/stat : 977 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540775 10808164352 120353 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 6 0 0 0
[pid=968/tid=978] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/978/stat : 978 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540775 10808164352 120355 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=979] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/979/stat : 979 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540775 10808164352 120358 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=980] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/980/stat : 980 (java) S 966 968 32198 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 858540776 10808164352 120360 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118585344 0 0 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=981] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/981/stat : 981 (java) S 966 968 32198 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 858540776 10808164352 120362 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=982] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/982/stat : 982 (java) S 966 968 32198 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858540776 10808164352 120365 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=983] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/983/stat : 983 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540778 10808164352 120368 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118592433 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=984] ppid=966 vsize=10554848 CPUtime=0.6 cores=0,2,4,6
/proc/968/task/984/stat : 984 (java) S 966 968 32198 0 -1 4202560 6281 0 0 0 60 0 0 0 17 0 19 0 858540778 10808164352 120373 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
[pid=968/tid=985] ppid=966 vsize=10554848 CPUtime=0.64 cores=0,2,4,6
/proc/968/task/985/stat : 985 (java) S 966 968 32198 0 -1 4202560 7236 0 0 0 64 0 0 0 21 0 19 0 858540779 10808164352 120376 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=986] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/986/stat : 986 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540779 10808164352 120380 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=987] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/987/stat : 987 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 858540779 10808164352 120383 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118585344 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=988] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/988/stat : 988 (java) S 966 968 32198 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858540786 10808164352 120386 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118585344 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 10554848

[startup+3.1012 s]
/proc/loadavg: 2.00 2.00 1.84 3/214 988
/proc/meminfo: memFree=27650252/32951124 swapFree=67088052/67111528
[pid=968] ppid=966 vsize=10554848 CPUtime=4.35 cores=0,2,4,6
/proc/968/stat : 968 (java) S 966 968 32198 0 -1 4202496 282395 0 1 0 403 32 0 0 25 0 19 0 858540772 10808164352 275239 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/968/statm: 2638712 275242 2220 9 0 2629446 0
[pid=968/tid=970] ppid=966 vsize=10554848 CPUtime=3.08 cores=0,2,4,6
/proc/968/task/970/stat : 970 (java) R 966 968 32198 0 -1 4202560 267722 0 1 0 278 30 0 0 19 0 19 0 858540773 10808164352 275244 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 46912505588849 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=968/tid=971] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/971/stat : 971 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540775 10808164352 275246 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=972] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/972/stat : 972 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540775 10808164352 275248 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 6 0 0 0
[pid=968/tid=973] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/973/stat : 973 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540775 10808164352 275251 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=974] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/974/stat : 974 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 858540775 10808164352 275253 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=975] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/975/stat : 975 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540775 10808164352 275254 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 6 0 0 0
[pid=968/tid=977] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/977/stat : 977 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540775 10808164352 275256 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 6 0 0 0
[pid=968/tid=978] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/978/stat : 978 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540775 10808164352 275258 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=979] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/979/stat : 979 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540775 10808164352 275260 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=980] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/980/stat : 980 (java) S 966 968 32198 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 858540776 10808164352 275262 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118585344 0 0 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=981] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/981/stat : 981 (java) S 966 968 32198 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 858540776 10808164352 275264 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=982] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/982/stat : 982 (java) S 966 968 32198 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858540776 10808164352 275267 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=983] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/983/stat : 983 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540778 10808164352 275269 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118592433 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=984] ppid=966 vsize=10554848 CPUtime=0.6 cores=0,2,4,6
/proc/968/task/984/stat : 984 (java) S 966 968 32198 0 -1 4202560 6281 0 0 0 60 0 0 0 17 0 19 0 858540778 10808164352 275271 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
[pid=968/tid=985] ppid=966 vsize=10554848 CPUtime=0.64 cores=0,2,4,6
/proc/968/task/985/stat : 985 (java) S 966 968 32198 0 -1 4202560 7236 0 0 0 64 0 0 0 15 0 19 0 858540779 10808164352 275272 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=986] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/986/stat : 986 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540779 10808164352 275274 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=987] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/987/stat : 987 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 858540779 10808164352 275276 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118585344 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=988] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/988/stat : 988 (java) S 966 968 32198 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858540786 10808164352 275277 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118585344 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 10554848

[startup+6.30164 s]
/proc/loadavg: 2.00 2.00 1.84 3/214 989
/proc/meminfo: memFree=26405884/32951124 swapFree=67088052/67111528
[pid=968] ppid=966 vsize=10554848 CPUtime=7.55 cores=0,2,4,6
/proc/968/stat : 968 (java) S 966 968 32198 0 -1 4202496 578259 0 1 0 692 63 0 0 25 0 19 0 858540772 10808164352 570605 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/968/statm: 2638712 570609 2221 9 0 2629446 0
[pid=968/tid=970] ppid=966 vsize=10554848 CPUtime=6.28 cores=0,2,4,6
/proc/968/task/970/stat : 970 (java) R 966 968 32198 0 -1 4202560 563586 0 1 0 567 61 0 0 25 0 19 0 858540773 10808164352 570611 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 46912505589782 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=968/tid=971] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/971/stat : 971 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540775 10808164352 570613 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=972] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/972/stat : 972 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540775 10808164352 570615 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 6 0 0 0
[pid=968/tid=973] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/973/stat : 973 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540775 10808164352 570617 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=974] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/974/stat : 974 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 858540775 10808164352 570620 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=975] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/975/stat : 975 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540775 10808164352 570622 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 6 0 0 0
[pid=968/tid=977] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/977/stat : 977 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540775 10808164352 570625 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 6 0 0 0
[pid=968/tid=978] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/978/stat : 978 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540775 10808164352 570627 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=979] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/979/stat : 979 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540775 10808164352 570629 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=980] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/980/stat : 980 (java) S 966 968 32198 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 858540776 10808164352 570631 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118585344 0 0 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=981] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/981/stat : 981 (java) S 966 968 32198 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 858540776 10808164352 570634 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=982] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/982/stat : 982 (java) S 966 968 32198 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858540776 10808164352 570636 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=983] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/983/stat : 983 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540778 10808164352 570638 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118592433 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=984] ppid=966 vsize=10554848 CPUtime=0.6 cores=0,2,4,6
/proc/968/task/984/stat : 984 (java) S 966 968 32198 0 -1 4202560 6281 0 0 0 60 0 0 0 17 0 19 0 858540778 10808164352 570641 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
[pid=968/tid=985] ppid=966 vsize=10554848 CPUtime=0.65 cores=0,2,4,6
/proc/968/task/985/stat : 985 (java) S 966 968 32198 0 -1 4202560 7236 0 0 0 65 0 0 0 15 0 19 0 858540779 10808164352 570643 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=986] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/986/stat : 986 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540779 10808164352 570645 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=987] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/987/stat : 987 (java) S 966 968 32198 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 858540779 10808164352 570648 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118585344 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=988] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/988/stat : 988 (java) S 966 968 32198 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858540786 10808164352 570650 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118585344 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 10554848

[startup+12.7015 s]

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

[pid=968/tid=979] ppid=966 vsize=10554848 CPUtime=0.06 cores=0,2,4,6
/proc/968/task/979/stat : 979 (java) S 966 968 32198 0 -1 4202560 3158 0 0 0 6 0 0 0 16 0 19 0 858540775 10808164352 871128 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=980] ppid=966 vsize=10554848 CPUtime=0.08 cores=0,2,4,6
/proc/968/task/980/stat : 980 (java) S 966 968 32198 0 -1 4202560 5809 0 0 0 8 0 0 0 15 0 19 0 858540776 10808164352 871128 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118585344 0 0 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=981] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/981/stat : 981 (java) S 966 968 32198 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858540776 10808164352 871128 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=982] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/982/stat : 982 (java) S 966 968 32198 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858540776 10808164352 871128 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=983] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/983/stat : 983 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540778 10808164352 871128 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118592433 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=984] ppid=966 vsize=10554848 CPUtime=0.7 cores=0,2,4,6
/proc/968/task/984/stat : 984 (java) S 966 968 32198 0 -1 4202560 6302 0 0 0 70 0 0 0 16 0 19 0 858540778 10808164352 871128 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
[pid=968/tid=985] ppid=966 vsize=10554848 CPUtime=0.73 cores=0,2,4,6
/proc/968/task/985/stat : 985 (java) S 966 968 32198 0 -1 4202560 7255 0 0 0 73 0 0 0 16 0 19 0 858540779 10808164352 871128 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=986] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/986/stat : 986 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540779 10808164352 871128 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=987] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/987/stat : 987 (java) S 966 968 32198 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 858540779 10808164352 871128 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118585344 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
[pid=968/tid=988] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/988/stat : 988 (java) S 966 968 32198 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858540786 10808164352 871128 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118585344 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 104.05
Current children cumulated vsize (KiB) 10554848

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

[startup+105.501 s]
/proc/loadavg: 2.00 2.00 1.85 3/214 991
/proc/meminfo: memFree=24804204/32951124 swapFree=67088052/67111528
[pid=968] ppid=966 vsize=10554848 CPUtime=107.26 cores=0,2,4,6
/proc/968/stat : 968 (java) S 966 968 32198 0 -1 4202496 879536 0 1 0 10627 99 0 0 25 0 19 0 858540772 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/968/statm: 2638712 871724 2251 9 0 2629446 0
[pid=968/tid=970] ppid=966 vsize=10554848 CPUtime=105.26 cores=0,2,4,6
/proc/968/task/970/stat : 970 (java) R 966 968 32198 0 -1 4202560 837148 0 1 0 10434 92 0 0 25 0 19 0 858540773 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 46912505587901 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=968/tid=971] ppid=966 vsize=10554848 CPUtime=0.04 cores=0,2,4,6
/proc/968/task/971/stat : 971 (java) S 966 968 32198 0 -1 4202560 2290 0 0 0 4 0 0 0 15 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 6 0 0 0
[pid=968/tid=972] ppid=966 vsize=10554848 CPUtime=0.04 cores=0,2,4,6
/proc/968/task/972/stat : 972 (java) S 966 968 32198 0 -1 4202560 3102 0 0 0 4 0 0 0 16 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 6 0 0 0
[pid=968/tid=973] ppid=966 vsize=10554848 CPUtime=0.05 cores=0,2,4,6
/proc/968/task/973/stat : 973 (java) S 966 968 32198 0 -1 4202560 3257 0 0 0 5 0 0 0 16 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=974] ppid=966 vsize=10554848 CPUtime=0.05 cores=0,2,4,6
/proc/968/task/974/stat : 974 (java) S 966 968 32198 0 -1 4202560 3511 0 0 0 5 0 0 0 16 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
[pid=968/tid=975] ppid=966 vsize=10554848 CPUtime=0.05 cores=0,2,4,6
/proc/968/task/975/stat : 975 (java) S 966 968 32198 0 -1 4202560 2763 0 0 0 5 0 0 0 15 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
[pid=968/tid=977] ppid=966 vsize=10554848 CPUtime=0.03 cores=0,2,4,6
/proc/968/task/977/stat : 977 (java) S 966 968 32198 0 -1 4202560 2068 0 0 0 3 0 0 0 15 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=978] ppid=966 vsize=10554848 CPUtime=0.03 cores=0,2,4,6
/proc/968/task/978/stat : 978 (java) S 966 968 32198 0 -1 4202560 1715 0 0 0 3 0 0 0 16 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=979] ppid=966 vsize=10554848 CPUtime=0.06 cores=0,2,4,6
/proc/968/task/979/stat : 979 (java) S 966 968 32198 0 -1 4202560 3158 0 0 0 6 0 0 0 15 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=980] ppid=966 vsize=10554848 CPUtime=0.08 cores=0,2,4,6
/proc/968/task/980/stat : 980 (java) S 966 968 32198 0 -1 4202560 5809 0 0 0 8 0 0 0 15 0 19 0 858540776 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118585344 0 0 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=981] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/981/stat : 981 (java) S 966 968 32198 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858540776 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=982] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/982/stat : 982 (java) S 966 968 32198 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858540776 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=983] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/983/stat : 983 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540778 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118592433 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=984] ppid=966 vsize=10554848 CPUtime=0.7 cores=0,2,4,6
/proc/968/task/984/stat : 984 (java) S 966 968 32198 0 -1 4202560 6302 0 0 0 70 0 0 0 16 0 19 0 858540778 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
[pid=968/tid=985] ppid=966 vsize=10554848 CPUtime=0.73 cores=0,2,4,6
/proc/968/task/985/stat : 985 (java) S 966 968 32198 0 -1 4202560 7255 0 0 0 73 0 0 0 16 0 19 0 858540779 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=986] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/986/stat : 986 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540779 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=987] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/987/stat : 987 (java) S 966 968 32198 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 858540779 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118585344 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
[pid=968/tid=988] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/988/stat : 988 (java) S 966 968 32198 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858540786 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118585344 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 107.26
Current children cumulated vsize (KiB) 10554848

[startup+107.101 s]
/proc/loadavg: 2.00 2.00 1.85 3/214 991
/proc/meminfo: memFree=24803460/32951124 swapFree=67088052/67111528
[pid=968] ppid=966 vsize=10554848 CPUtime=108.86 cores=0,2,4,6
/proc/968/stat : 968 (java) S 966 968 32198 0 -1 4202496 879536 0 1 0 10787 99 0 0 25 0 19 0 858540772 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/968/statm: 2638712 871724 2251 9 0 2629446 0
[pid=968/tid=970] ppid=966 vsize=10554848 CPUtime=106.85 cores=0,2,4,6
/proc/968/task/970/stat : 970 (java) R 966 968 32198 0 -1 4202560 837148 0 1 0 10593 92 0 0 25 0 19 0 858540773 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 46912505590324 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=968/tid=971] ppid=966 vsize=10554848 CPUtime=0.04 cores=0,2,4,6
/proc/968/task/971/stat : 971 (java) S 966 968 32198 0 -1 4202560 2290 0 0 0 4 0 0 0 15 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 6 0 0 0
[pid=968/tid=972] ppid=966 vsize=10554848 CPUtime=0.04 cores=0,2,4,6
/proc/968/task/972/stat : 972 (java) S 966 968 32198 0 -1 4202560 3102 0 0 0 4 0 0 0 16 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 6 0 0 0
[pid=968/tid=973] ppid=966 vsize=10554848 CPUtime=0.05 cores=0,2,4,6
/proc/968/task/973/stat : 973 (java) S 966 968 32198 0 -1 4202560 3257 0 0 0 5 0 0 0 16 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=974] ppid=966 vsize=10554848 CPUtime=0.05 cores=0,2,4,6
/proc/968/task/974/stat : 974 (java) S 966 968 32198 0 -1 4202560 3511 0 0 0 5 0 0 0 16 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
[pid=968/tid=975] ppid=966 vsize=10554848 CPUtime=0.05 cores=0,2,4,6
/proc/968/task/975/stat : 975 (java) S 966 968 32198 0 -1 4202560 2763 0 0 0 5 0 0 0 15 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
[pid=968/tid=977] ppid=966 vsize=10554848 CPUtime=0.03 cores=0,2,4,6
/proc/968/task/977/stat : 977 (java) S 966 968 32198 0 -1 4202560 2068 0 0 0 3 0 0 0 15 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=978] ppid=966 vsize=10554848 CPUtime=0.03 cores=0,2,4,6
/proc/968/task/978/stat : 978 (java) S 966 968 32198 0 -1 4202560 1715 0 0 0 3 0 0 0 16 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=979] ppid=966 vsize=10554848 CPUtime=0.06 cores=0,2,4,6
/proc/968/task/979/stat : 979 (java) S 966 968 32198 0 -1 4202560 3158 0 0 0 6 0 0 0 15 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=980] ppid=966 vsize=10554848 CPUtime=0.08 cores=0,2,4,6
/proc/968/task/980/stat : 980 (java) S 966 968 32198 0 -1 4202560 5809 0 0 0 8 0 0 0 15 0 19 0 858540776 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118585344 0 0 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=981] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/981/stat : 981 (java) S 966 968 32198 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858540776 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=982] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/982/stat : 982 (java) S 966 968 32198 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858540776 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=983] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/983/stat : 983 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540778 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118592433 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=984] ppid=966 vsize=10554848 CPUtime=0.7 cores=0,2,4,6
/proc/968/task/984/stat : 984 (java) S 966 968 32198 0 -1 4202560 6302 0 0 0 70 0 0 0 16 0 19 0 858540778 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
[pid=968/tid=985] ppid=966 vsize=10554848 CPUtime=0.73 cores=0,2,4,6
/proc/968/task/985/stat : 985 (java) S 966 968 32198 0 -1 4202560 7255 0 0 0 73 0 0 0 16 0 19 0 858540779 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=986] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/986/stat : 986 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540779 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=987] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/987/stat : 987 (java) S 966 968 32198 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 858540779 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118585344 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
[pid=968/tid=988] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/988/stat : 988 (java) S 966 968 32198 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858540786 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118585344 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 108.86
Current children cumulated vsize (KiB) 10554848

[startup+107.501 s]
/proc/loadavg: 2.00 2.00 1.85 3/214 991
/proc/meminfo: memFree=24803460/32951124 swapFree=67088052/67111528
[pid=968] ppid=966 vsize=10554848 CPUtime=109.27 cores=0,2,4,6
/proc/968/stat : 968 (java) S 966 968 32198 0 -1 4202496 879536 0 1 0 10828 99 0 0 25 0 19 0 858540772 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/968/statm: 2638712 871724 2251 9 0 2629446 0
[pid=968/tid=970] ppid=966 vsize=10554848 CPUtime=107.25 cores=0,2,4,6
/proc/968/task/970/stat : 970 (java) R 966 968 32198 0 -1 4202560 837148 0 1 0 10633 92 0 0 25 0 19 0 858540773 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 46912506113872 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=968/tid=971] ppid=966 vsize=10554848 CPUtime=0.04 cores=0,2,4,6
/proc/968/task/971/stat : 971 (java) S 966 968 32198 0 -1 4202560 2290 0 0 0 4 0 0 0 15 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 6 0 0 0
[pid=968/tid=972] ppid=966 vsize=10554848 CPUtime=0.04 cores=0,2,4,6
/proc/968/task/972/stat : 972 (java) S 966 968 32198 0 -1 4202560 3102 0 0 0 4 0 0 0 16 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 6 0 0 0
[pid=968/tid=973] ppid=966 vsize=10554848 CPUtime=0.05 cores=0,2,4,6
/proc/968/task/973/stat : 973 (java) S 966 968 32198 0 -1 4202560 3257 0 0 0 5 0 0 0 16 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=974] ppid=966 vsize=10554848 CPUtime=0.05 cores=0,2,4,6
/proc/968/task/974/stat : 974 (java) S 966 968 32198 0 -1 4202560 3511 0 0 0 5 0 0 0 16 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
[pid=968/tid=975] ppid=966 vsize=10554848 CPUtime=0.05 cores=0,2,4,6
/proc/968/task/975/stat : 975 (java) S 966 968 32198 0 -1 4202560 2763 0 0 0 5 0 0 0 15 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
[pid=968/tid=977] ppid=966 vsize=10554848 CPUtime=0.03 cores=0,2,4,6
/proc/968/task/977/stat : 977 (java) S 966 968 32198 0 -1 4202560 2068 0 0 0 3 0 0 0 15 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=978] ppid=966 vsize=10554848 CPUtime=0.03 cores=0,2,4,6
/proc/968/task/978/stat : 978 (java) S 966 968 32198 0 -1 4202560 1715 0 0 0 3 0 0 0 16 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=979] ppid=966 vsize=10554848 CPUtime=0.06 cores=0,2,4,6
/proc/968/task/979/stat : 979 (java) S 966 968 32198 0 -1 4202560 3158 0 0 0 6 0 0 0 15 0 19 0 858540775 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=980] ppid=966 vsize=10554848 CPUtime=0.08 cores=0,2,4,6
/proc/968/task/980/stat : 980 (java) S 966 968 32198 0 -1 4202560 5809 0 0 0 8 0 0 0 15 0 19 0 858540776 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118585344 0 0 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=981] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/981/stat : 981 (java) S 966 968 32198 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858540776 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=982] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/982/stat : 982 (java) S 966 968 32198 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858540776 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=983] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/983/stat : 983 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540778 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118592433 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=984] ppid=966 vsize=10554848 CPUtime=0.71 cores=0,2,4,6
/proc/968/task/984/stat : 984 (java) S 966 968 32198 0 -1 4202560 6302 0 0 0 71 0 0 0 15 0 19 0 858540778 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
[pid=968/tid=985] ppid=966 vsize=10554848 CPUtime=0.73 cores=0,2,4,6
/proc/968/task/985/stat : 985 (java) S 966 968 32198 0 -1 4202560 7255 0 0 0 73 0 0 0 16 0 19 0 858540779 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 0 0 0 0
[pid=968/tid=986] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/986/stat : 986 (java) S 966 968 32198 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858540779 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118584729 0 4 0 16800975 18446604453924205504 0 0 -1 2 0 0 0
[pid=968/tid=987] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/987/stat : 987 (java) S 966 968 32198 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 858540779 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118585344 0 4 0 16800975 18446604453924205504 0 0 -1 6 0 0 0
[pid=968/tid=988] ppid=966 vsize=10554848 CPUtime=0 cores=0,2,4,6
/proc/968/task/988/stat : 988 (java) S 966 968 32198 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858540786 10808164352 871724 33554432000 1073741824 1073778376 140734620032032 18446744073709551615 255118585344 0 4 0 16800975 18446604453924205504 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 109.27
Current children cumulated vsize (KiB) 10554848

[startup+107.701 s]
/proc/loadavg: 2.00 2.00 1.85 3/197 992
/proc/meminfo: memFree=25730096/32951124 swapFree=67088052/67111528
[pid=968] ppid=966 vsize=0 CPUtime=109.47 cores=0,2,4,6
/proc/968/stat : 968 (java) Z 966 968 32198 0 -1 4203548 879557 0 1 0 10844 103 0 0 18 0 2 0 858540772 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/968/statm: 0 0 0 0 0 0 0
[pid=968/tid=970] ppid=966 vsize=0 CPUtime=107.45 cores=0,2,4,6
/proc/968/task/970/stat : 970 (java) R 966 968 32198 0 -1 4203588 837152 0 1 0 10649 96 0 0 18 0 2 0 858540773 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) 109.47
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 107.794
CPU time (s): 109.575
CPU user time (s): 108.449
CPU system time (s): 1.12683
CPU usage (%): 101.653
Max. virtual memory (cumulated for all children) (KiB): 10556172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 108.449
system time used= 1.12683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 879557
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= 2802
involuntary context switches= 349

runsolver used 0.19497 second user time and 0.399939 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-10 01:14:06
IDJOB=3456006
IDBENCH=48018
IDSOLVER=1951
FILE ID=node144/3456006-1307661246
RUNJOBID= node144-1307659451-730
PBS_JOBID= 13549401
Free space on /tmp= 74116 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=23-P1=29-P2=43-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456006-1307661246/watcher-3456006-1307661246 -o /tmp/evaluation-result-3456006-1307661246/solver-3456006-1307661246 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456006-1307661246.opb

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

MD5SUM BENCH= 6b89f4f008f41d9515b4e0d45a9d302b
RANDOM SEED=1410584907

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28360992 kB
Buffers:        110220 kB
Cached:         307416 kB
SwapCached:       1556 kB
Active:        4136056 kB
Inactive:       276544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28360992 kB
SwapTotal:    67111528 kB
SwapFree:     67088052 kB
Dirty:             452 kB
Writeback:           0 kB
AnonPages:     3993976 kB
Mapped:          22268 kB
Slab:           105728 kB
PageTables:      12224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10561400 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= 74116 MiB
End job on node144 at 2011-06-10 01:15:54