Trace number 3695983

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
pb2sat 2012-05-19? (TO) 1800.09 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/
datasets/10orplus/normalized-dwww.cudf.paranoid.opb
MD5SUM0f354c37e726e1ce5085d996eab88ba5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark176457
Best CPU time to get the best result obtained on this benchmark1376.53
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19783
Total number of constraints96459
Number of constraints which are clauses94894
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 7259
Biggest coefficient in the objective function 4301
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12735259
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4301
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12735259
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.89	c model valid
0.00/0.89	c current solution ok
1.07/1.14	o 2409364
1.07/1.14	c current bound: 1204682
1.07/1.14	c fallback to adder encoding
1800.04/1800.41	./satsolver.sh: line 5:  6950 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.04/1800.41	c error: unexpected solver exit code
1800.04/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3695983-1338096100/watcher-3695983-1338096100 -o /tmp/evaluation-result-3695983-1338096100/solver-3695983-1338096100 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3695983-1338096100.opb 704633665 HOME HOME 

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.93 3/177 6943
/proc/meminfo: memFree=28881960/32873844 swapFree=7104/7104
[pid=6943] ppid=6941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (runPb2sat.sh) S 6941 6943 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275738549 9367552 274 33554432000 4194304 5064252 140735931322992 140735931321904 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6943/statm: 2287 274 233 213 0 72 0

[startup+0.0364331 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 6943
/proc/meminfo: memFree=28881960/32873844 swapFree=7104/7104
[pid=6943] ppid=6941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (runPb2sat.sh) S 6941 6943 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275738549 9367552 274 33554432000 4194304 5064252 140735931322992 140735931321904 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6943/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100265 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 6943
/proc/meminfo: memFree=28881960/32873844 swapFree=7104/7104
[pid=6943] ppid=6941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (runPb2sat.sh) S 6941 6943 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275738549 9367552 274 33554432000 4194304 5064252 140735931322992 140735931321904 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6943/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300246 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 6943
/proc/meminfo: memFree=28881960/32873844 swapFree=7104/7104
[pid=6943] ppid=6941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (runPb2sat.sh) S 6941 6943 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275738549 9367552 274 33554432000 4194304 5064252 140735931322992 140735931321904 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6943/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700255 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 6943
/proc/meminfo: memFree=28881960/32873844 swapFree=7104/7104
[pid=6943] ppid=6941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (runPb2sat.sh) S 6941 6943 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275738549 9367552 274 33554432000 4194304 5064252 140735931322992 140735931321904 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6943/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 6947
/proc/meminfo: memFree=28841396/32873844 swapFree=7104/7104
[pid=6943] ppid=6941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (runPb2sat.sh) S 6941 6943 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275738549 9367552 274 33554432000 4194304 5064252 140735931322992 140735931321904 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6943/statm: 2287 274 233 213 0 72 0
[pid=6944] ppid=6943 vsize=52648 CPUtime=1.48 cores=0,2,4,6
/proc/6944/stat : 6944 (pb2sat) R 6943 6943 5985 0 -1 4202496 7466 4254 0 0 114 22 11 1 20 0 1 0 275738549 53911552 10300 33554432000 4194304 5873084 140733216914224 140733216908680 4394447 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6944/statm: 13162 10300 180 410 0 12744 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 61796

[startup+3.1004 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 6950
/proc/meminfo: memFree=28705932/32873844 swapFree=7104/7104
[pid=6943] ppid=6941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (runPb2sat.sh) S 6941 6943 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275738549 9367552 274 33554432000 4194304 5064252 140735931322992 140735931321904 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6943/statm: 2287 274 233 213 0 72 0
[pid=6944] ppid=6943 vsize=85416 CPUtime=2.04 cores=0,2,4,6
/proc/6944/stat : 6944 (pb2sat) S 6943 6943 5985 0 -1 4202496 8591 4254 0 0 161 31 11 1 20 0 1 0 275738549 87465984 18492 33554432000 4194304 5873084 140733216914224 140733216908040 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6944/statm: 21354 18492 180 410 0 20936 0
[pid=6949] ppid=6944 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6949/stat : 6949 (satsolver.sh) S 6944 6943 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738756 9367552 267 33554432000 4194304 5064252 140734934290016 140734934288928 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6949/statm: 2287 267 226 213 0 72 0
[pid=6950] ppid=6949 vsize=158968 CPUtime=1.02 cores=0,2,4,6
/proc/6950/stat : 6950 (glucose_static) R 6949 6943 5985 0 -1 4202496 29618 0 0 0 95 7 0 0 20 0 1 0 275738756 162783232 36355 33554432000 4194304 4896791 140737254750480 140737253699272 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6950/statm: 39742 36355 76 172 0 39568 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 262680

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 6950
/proc/meminfo: memFree=28562344/32873844 swapFree=7104/7104
[pid=6943] ppid=6941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (runPb2sat.sh) S 6941 6943 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275738549 9367552 274 33554432000 4194304 5064252 140735931322992 140735931321904 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6943/statm: 2287 274 233 213 0 72 0
[pid=6944] ppid=6943 vsize=85416 CPUtime=2.04 cores=0,2,4,6
/proc/6944/stat : 6944 (pb2sat) S 6943 6943 5985 0 -1 4202496 8591 4254 0 0 161 31 11 1 20 0 1 0 275738549 87465984 18492 33554432000 4194304 5873084 140733216914224 140733216908040 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6944/statm: 21354 18492 180 410 0 20936 0
[pid=6949] ppid=6944 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6949/stat : 6949 (satsolver.sh) S 6944 6943 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738756 9367552 267 33554432000 4194304 5064252 140734934290016 140734934288928 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6949/statm: 2287 267 226 213 0 72 0
[pid=6950] ppid=6949 vsize=180064 CPUtime=4.23 cores=0,2,4,6
/proc/6950/stat : 6950 (glucose_static) R 6949 6943 5985 0 -1 4202496 31025 0 0 0 415 8 0 0 20 0 1 0 275738756 184385536 37095 33554432000 4194304 4896791 140737254750480 140737254747992 4224992 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6950/statm: 45016 37095 77 172 0 44842 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 283776

[startup+12.7003 s]
/proc/loadavg: 2.15 2.03 1.94 3/181 6950
/proc/meminfo: memFree=28562500/32873844 swapFree=7104/7104
[pid=6943] ppid=6941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (runPb2sat.sh) S 6941 6943 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275738549 9367552 274 33554432000 4194304 5064252 140735931322992 140735931321904 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6943/statm: 2287 274 233 213 0 72 0
[pid=6944] ppid=6943 vsize=85416 CPUtime=2.04 cores=0,2,4,6
/proc/6944/stat : 6944 (pb2sat) S 6943 6943 5985 0 -1 4202496 8591 4254 0 0 161 31 11 1 20 0 1 0 275738549 87465984 18492 33554432000 4194304 5873084 140733216914224 140733216908040 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6944/statm: 21354 18492 180 410 0 20936 0
[pid=6949] ppid=6944 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6949/stat : 6949 (satsolver.sh) S 6944 6943 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738756 9367552 267 33554432000 4194304 5064252 140734934290016 140734934288928 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6949/statm: 2287 267 226 213 0 72 0
[pid=6950] ppid=6949 vsize=180416 CPUtime=10.63 cores=0,2,4,6
/proc/6950/stat : 6950 (glucose_static) R 6949 6943 5985 0 -1 4202496 31459 0 0 0 1055 8 0 0 20 0 1 0 275738756 184745984 37706 33554432000 4194304 4896791 140737254750480 140737254747688 4223886 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6950/statm: 45104 37706 77 172 0 44930 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 284128

[startup+25.5004 s]
/proc/loadavg: 2.12 2.03 1.94 3/181 6950
/proc/meminfo: memFree=28555152/32873844 swapFree=7104/7104
[pid=6943] ppid=6941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (runPb2sat.sh) S 6941 6943 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275738549 9367552 274 33554432000 4194304 5064252 140735931322992 140735931321904 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6943/statm: 2287 274 233 213 0 72 0
[pid=6944] ppid=6943 vsize=85416 CPUtime=2.04 cores=0,2,4,6
/proc/6944/stat : 6944 (pb2sat) S 6943 6943 5985 0 -1 4202496 8591 4254 0 0 161 31 11 1 20 0 1 0 275738549 87465984 18492 33554432000 4194304 5873084 140733216914224 140733216908040 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6944/statm: 21354 18492 180 410 0 20936 0
[pid=6949] ppid=6944 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6949/stat : 6949 (satsolver.sh) S 6944 6943 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738756 9367552 267 33554432000 4194304 5064252 140734934290016 140734934288928 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6949/statm: 2287 267 226 213 0 72 0
[pid=6950] ppid=6949 vsize=182984 CPUtime=23.43 cores=0,2,4,6
/proc/6950/stat : 6950 (glucose_static) R 6949 6943 5985 0 -1 4202496 32071 0 0 0 2335 8 0 0 20 0 1 0 275738756 187375616 38829 33554432000 4194304 4896791 140737254750480 140737254747688 4203064 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6950/statm: 45746 38829 77 172 0 45572 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 286696

[startup+51.1004 s]
/proc/loadavg: 2.08 2.03 1.94 3/181 6950
/proc/meminfo: memFree=28531376/32873844 swapFree=7104/7104
[pid=6943] ppid=6941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (runPb2sat.sh) S 6941 6943 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275738549 9367552 274 33554432000 4194304 5064252 140735931322992 140735931321904 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6943/statm: 2287 274 233 213 0 72 0
[pid=6944] ppid=6943 vsize=85416 CPUtime=2.04 cores=0,2,4,6
/proc/6944/stat : 6944 (pb2sat) S 6943 6943 5985 0 -1 4202496 8591 4254 0 0 161 31 11 1 20 0 1 0 275738549 87465984 18492 33554432000 4194304 5873084 140733216914224 140733216908040 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6944/statm: 21354 18492 180 410 0 20936 0
[pid=6949] ppid=6944 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6949/stat : 6949 (satsolver.sh) S 6944 6943 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738756 9367552 267 33554432000 4194304 5064252 140734934290016 140734934288928 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6949/statm: 2287 267 226 213 0 72 0
[pid=6950] ppid=6949 vsize=189860 CPUtime=49.01 cores=0,2,4,6
/proc/6950/stat : 6950 (glucose_static) R 6949 6943 5985 0 -1 4202496 35520 0 0 0 4892 9 0 0 20 0 1 0 275738756 194416640 42123 33554432000 4194304 4896791 140737254750480 140737254747688 4224663 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6950/statm: 47465 42123 77 172 0 47291 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 293572

[startup+102.3 s]
/proc/loadavg: 2.03 2.02 1.94 3/181 6950
/proc/meminfo: memFree=28511012/32873844 swapFree=7104/7104
[pid=6943] ppid=6941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (runPb2sat.sh) S 6941 6943 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275738549 9367552 274 33554432000 4194304 5064252 140735931322992 140735931321904 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6943/statm: 2287 274 233 213 0 72 0
[pid=6944] ppid=6943 vsize=85416 CPUtime=2.04 cores=0,2,4,6
/proc/6944/stat : 6944 (pb2sat) S 6943 6943 5985 0 -1 4202496 8591 4254 0 0 161 31 11 1 20 0 1 0 275738549 87465984 18492 33554432000 4194304 5873084 140733216914224 140733216908040 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6944/statm: 21354 18492 180 410 0 20936 0
[pid=6949] ppid=6944 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6949/stat : 6949 (satsolver.sh) S 6944 6943 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738756 9367552 267 33554432000 4194304 5064252 140734934290016 140734934288928 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6949/statm: 2287 267 226 213 0 72 0
[pid=6950] ppid=6949 vsize=198748 CPUtime=100.21 cores=0,2,4,6
/proc/6950/stat : 6950 (glucose_static) R 6949 6943 5985 0 -1 4202496 40762 0 0 0 10009 12 0 0 20 0 1 0 275738756 203517952 45607 33554432000 4194304 4896791 140737254750480 140737254747688 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6950/statm: 49687 45607 77 172 0 49513 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 302460

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/179 6950
/proc/meminfo: memFree=28495760/32873844 swapFree=7104/7104
[pid=6943] ppid=6941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (runPb2sat.sh) S 6941 6943 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275738549 9367552 274 33554432000 4194304 5064252 140735931322992 140735931321904 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6943/statm: 2287 274 233 213 0 72 0
[pid=6944] ppid=6943 vsize=85416 CPUtime=2.04 cores=0,2,4,6
/proc/6944/stat : 6944 (pb2sat) S 6943 6943 5985 0 -1 4202496 8591 4254 0 0 161 31 11 1 20 0 1 0 275738549 87465984 18492 33554432000 4194304 5873084 140733216914224 140733216908040 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6944/statm: 21354 18492 180 410 0 20936 0
[pid=6949] ppid=6944 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6949/stat : 6949 (satsolver.sh) S 6944 6943 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738756 9367552 267 33554432000 4194304 5064252 140734934290016 140734934288928 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6949/statm: 2287 267 226 213 0 72 0
[pid=6950] ppid=6949 vsize=205228 CPUtime=160.17 cores=0,2,4,6
/proc/6950/stat : 6950 (glucose_static) R 6949 6943 5985 0 -1 4202496 42817 0 0 0 16003 14 0 0 20 0 1 0 275738756 210153472 47779 33554432000 4194304 4896791 140737254750480 140737254747688 4202982 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6950/statm: 51307 47779 77 172 0 51133 0
Current children cumulated CPU time (s) 162.21

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


[startup+1422.3 s]
/proc/loadavg: 2.05 2.01 1.96 3/181 6962
/proc/meminfo: memFree=28316852/32873844 swapFree=7104/7104
[pid=6943] ppid=6941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (runPb2sat.sh) S 6941 6943 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275738549 9367552 274 33554432000 4194304 5064252 140735931322992 140735931321904 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6943/statm: 2287 274 233 213 0 72 0
[pid=6944] ppid=6943 vsize=85416 CPUtime=2.04 cores=0,2,4,6
/proc/6944/stat : 6944 (pb2sat) S 6943 6943 5985 0 -1 4202496 8591 4254 0 0 161 31 11 1 20 0 1 0 275738549 87465984 18492 33554432000 4194304 5873084 140733216914224 140733216908040 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6944/statm: 21354 18492 180 410 0 20936 0
[pid=6949] ppid=6944 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6949/stat : 6949 (satsolver.sh) S 6944 6943 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738756 9367552 267 33554432000 4194304 5064252 140734934290016 140734934288928 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6949/statm: 2287 267 226 213 0 72 0
[pid=6950] ppid=6949 vsize=372760 CPUtime=1419.97 cores=0,2,4,6
/proc/6950/stat : 6950 (glucose_static) R 6949 6943 5985 0 -1 4202496 94145 0 0 0 141909 88 0 0 20 0 1 0 275738756 381706240 80168 33554432000 4194304 4896791 140737254750480 140737254745576 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6950/statm: 93190 80168 77 172 0 93016 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 476472

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/181 6962
/proc/meminfo: memFree=28290668/32873844 swapFree=7104/7104
[pid=6943] ppid=6941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (runPb2sat.sh) S 6941 6943 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275738549 9367552 274 33554432000 4194304 5064252 140735931322992 140735931321904 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6943/statm: 2287 274 233 213 0 72 0
[pid=6944] ppid=6943 vsize=85416 CPUtime=2.04 cores=0,2,4,6
/proc/6944/stat : 6944 (pb2sat) S 6943 6943 5985 0 -1 4202496 8591 4254 0 0 161 31 11 1 20 0 1 0 275738549 87465984 18492 33554432000 4194304 5873084 140733216914224 140733216908040 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6944/statm: 21354 18492 180 410 0 20936 0
[pid=6949] ppid=6944 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6949/stat : 6949 (satsolver.sh) S 6944 6943 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738756 9367552 267 33554432000 4194304 5064252 140734934290016 140734934288928 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6949/statm: 2287 267 226 213 0 72 0
[pid=6950] ppid=6949 vsize=376044 CPUtime=1479.96 cores=0,2,4,6
/proc/6950/stat : 6950 (glucose_static) R 6949 6943 5985 0 -1 4202496 96397 0 0 0 147904 92 0 0 20 0 1 0 275738756 385069056 82984 33554432000 4194304 4896791 140737254750480 140737254748008 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6950/statm: 94011 82984 77 172 0 93837 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 479756

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/181 6962
/proc/meminfo: memFree=28262508/32873844 swapFree=7104/7104
[pid=6943] ppid=6941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (runPb2sat.sh) S 6941 6943 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275738549 9367552 274 33554432000 4194304 5064252 140735931322992 140735931321904 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6943/statm: 2287 274 233 213 0 72 0
[pid=6944] ppid=6943 vsize=85416 CPUtime=2.04 cores=0,2,4,6
/proc/6944/stat : 6944 (pb2sat) S 6943 6943 5985 0 -1 4202496 8591 4254 0 0 161 31 11 1 20 0 1 0 275738549 87465984 18492 33554432000 4194304 5873084 140733216914224 140733216908040 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6944/statm: 21354 18492 180 410 0 20936 0
[pid=6949] ppid=6944 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6949/stat : 6949 (satsolver.sh) S 6944 6943 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738756 9367552 267 33554432000 4194304 5064252 140734934290016 140734934288928 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6949/statm: 2287 267 226 213 0 72 0
[pid=6950] ppid=6949 vsize=378888 CPUtime=1539.94 cores=0,2,4,6
/proc/6950/stat : 6950 (glucose_static) R 6949 6943 5985 0 -1 4202496 98332 0 0 0 153899 95 0 0 20 0 1 0 275738756 387981312 86844 33554432000 4194304 4896791 140737254750480 140737254745560 4237591 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6950/statm: 94722 86844 77 172 0 94548 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 482600

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/181 6962
/proc/meminfo: memFree=28310740/32873844 swapFree=7104/7104
[pid=6943] ppid=6941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (runPb2sat.sh) S 6941 6943 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275738549 9367552 274 33554432000 4194304 5064252 140735931322992 140735931321904 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6943/statm: 2287 274 233 213 0 72 0
[pid=6944] ppid=6943 vsize=85416 CPUtime=2.04 cores=0,2,4,6
/proc/6944/stat : 6944 (pb2sat) S 6943 6943 5985 0 -1 4202496 8591 4254 0 0 161 31 11 1 20 0 1 0 275738549 87465984 18492 33554432000 4194304 5873084 140733216914224 140733216908040 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6944/statm: 21354 18492 180 410 0 20936 0
[pid=6949] ppid=6944 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6949/stat : 6949 (satsolver.sh) S 6944 6943 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738756 9367552 267 33554432000 4194304 5064252 140734934290016 140734934288928 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6949/statm: 2287 267 226 213 0 72 0
[pid=6950] ppid=6949 vsize=380732 CPUtime=1599.93 cores=0,2,4,6
/proc/6950/stat : 6950 (glucose_static) R 6949 6943 5985 0 -1 4202496 99828 0 0 0 159894 99 0 0 20 0 1 0 275738756 389869568 80661 33554432000 4194304 4896791 140737254750480 140737254746216 4225008 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6950/statm: 95183 80661 77 172 0 95009 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 484444

[startup+1662.3 s]
/proc/loadavg: 2.12 2.04 1.97 3/181 6962
/proc/meminfo: memFree=28268788/32873844 swapFree=7104/7104
[pid=6943] ppid=6941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (runPb2sat.sh) S 6941 6943 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275738549 9367552 274 33554432000 4194304 5064252 140735931322992 140735931321904 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6943/statm: 2287 274 233 213 0 72 0
[pid=6944] ppid=6943 vsize=85416 CPUtime=2.04 cores=0,2,4,6
/proc/6944/stat : 6944 (pb2sat) S 6943 6943 5985 0 -1 4202496 8591 4254 0 0 161 31 11 1 20 0 1 0 275738549 87465984 18492 33554432000 4194304 5873084 140733216914224 140733216908040 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6944/statm: 21354 18492 180 410 0 20936 0
[pid=6949] ppid=6944 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6949/stat : 6949 (satsolver.sh) S 6944 6943 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738756 9367552 267 33554432000 4194304 5064252 140734934290016 140734934288928 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6949/statm: 2287 267 226 213 0 72 0
[pid=6950] ppid=6949 vsize=384528 CPUtime=1659.93 cores=0,2,4,6
/proc/6950/stat : 6950 (glucose_static) R 6949 6943 5985 0 -1 4202496 101181 0 0 0 165891 102 0 0 20 0 1 0 275738756 393756672 87554 33554432000 4194304 4896791 140737254750480 140737254747688 4225550 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6950/statm: 96132 87554 77 172 0 95958 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 488240

[startup+1722.3 s]
/proc/loadavg: 2.13 2.06 1.98 3/182 6966
/proc/meminfo: memFree=28243960/32873844 swapFree=7104/7104
[pid=6943] ppid=6941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (runPb2sat.sh) S 6941 6943 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275738549 9367552 274 33554432000 4194304 5064252 140735931322992 140735931321904 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6943/statm: 2287 274 233 213 0 72 0
[pid=6944] ppid=6943 vsize=85416 CPUtime=2.04 cores=0,2,4,6
/proc/6944/stat : 6944 (pb2sat) S 6943 6943 5985 0 -1 4202496 8591 4254 0 0 161 31 11 1 20 0 1 0 275738549 87465984 18492 33554432000 4194304 5873084 140733216914224 140733216908040 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6944/statm: 21354 18492 180 410 0 20936 0
[pid=6949] ppid=6944 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6949/stat : 6949 (satsolver.sh) S 6944 6943 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738756 9367552 267 33554432000 4194304 5064252 140734934290016 140734934288928 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6949/statm: 2287 267 226 213 0 72 0
[pid=6950] ppid=6949 vsize=387188 CPUtime=1719.91 cores=0,2,4,6
/proc/6950/stat : 6950 (glucose_static) R 6949 6943 5985 0 -1 4202496 102495 0 0 0 171887 104 0 0 20 0 1 0 275738756 396480512 90495 33554432000 4194304 4896791 140737254750480 140737254747704 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6950/statm: 96797 90495 77 172 0 96623 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 490900

[startup+1782.31 s]
/proc/loadavg: 2.22 2.09 2.00 3/181 6966
/proc/meminfo: memFree=28253588/32873844 swapFree=7104/7104
[pid=6943] ppid=6941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (runPb2sat.sh) S 6941 6943 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275738549 9367552 274 33554432000 4194304 5064252 140735931322992 140735931321904 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6943/statm: 2287 274 233 213 0 72 0
[pid=6944] ppid=6943 vsize=85416 CPUtime=2.04 cores=0,2,4,6
/proc/6944/stat : 6944 (pb2sat) S 6943 6943 5985 0 -1 4202496 8591 4254 0 0 161 31 11 1 20 0 1 0 275738549 87465984 18492 33554432000 4194304 5873084 140733216914224 140733216908040 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6944/statm: 21354 18492 180 410 0 20936 0
[pid=6949] ppid=6944 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6949/stat : 6949 (satsolver.sh) S 6944 6943 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738756 9367552 267 33554432000 4194304 5064252 140734934290016 140734934288928 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6949/statm: 2287 267 226 213 0 72 0
[pid=6950] ppid=6949 vsize=389220 CPUtime=1779.91 cores=0,2,4,6
/proc/6950/stat : 6950 (glucose_static) R 6949 6943 5985 0 -1 4202496 104066 0 0 0 177884 107 0 0 20 0 1 0 275738756 398561280 85433 33554432000 4194304 4896791 140737254750480 140737254746216 4203704 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6950/statm: 97305 85433 78 172 0 97131 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 492932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.17 2.09 2.00 3/179 7006
/proc/meminfo: memFree=28435784/32873844 swapFree=7104/7104
[pid=6943] ppid=6941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (runPb2sat.sh) S 6941 6943 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275738549 9367552 274 33554432000 4194304 5064252 140735931322992 140735931321904 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6943/statm: 2287 274 233 213 0 72 0
[pid=6944] ppid=6943 vsize=85416 CPUtime=2.04 cores=0,2,4,6
/proc/6944/stat : 6944 (pb2sat) S 6943 6943 5985 0 -1 4202496 8591 4254 0 0 161 31 11 1 20 0 1 0 275738549 87465984 18492 33554432000 4194304 5873084 140733216914224 140733216908040 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6944/statm: 21354 18492 180 410 0 20936 0
[pid=6949] ppid=6944 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6949/stat : 6949 (satsolver.sh) S 6944 6943 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738756 9367552 267 33554432000 4194304 5064252 140734934290016 140734934288928 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6949/statm: 2287 267 226 213 0 72 0
[pid=6950] ppid=6949 vsize=389744 CPUtime=1798 cores=0,2,4,6
/proc/6950/stat : 6950 (glucose_static) R 6949 6943 5985 0 -1 4202496 104533 0 0 0 179693 107 0 0 20 0 1 0 275738756 399097856 88176 33554432000 4194304 4896791 140737254750480 140737254746152 4203098 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6950/statm: 97436 88176 78 172 0 97262 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 493456

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.17 2.09 2.00 3/179 7006
/proc/meminfo: memFree=28435784/32873844 swapFree=7104/7104
[pid=6943] ppid=6941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6943/stat : 6943 (runPb2sat.sh) S 6941 6943 5985 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 275738549 9367552 274 33554432000 4194304 5064252 140735931322992 140735931321904 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6943/statm: 2287 274 233 213 0 72 0
[pid=6944] ppid=6943 vsize=85416 CPUtime=2.04 cores=0,2,4,6
/proc/6944/stat : 6944 (pb2sat) S 6943 6943 5985 0 -1 4202496 8591 4254 0 0 161 31 11 1 20 0 1 0 275738549 87465984 18492 33554432000 4194304 5873084 140733216914224 140733216908040 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6944/statm: 21354 18492 180 410 0 20936 0
[pid=6949] ppid=6944 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6949/stat : 6949 (satsolver.sh) S 6944 6943 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275738756 9367552 267 33554432000 4194304 5064252 140734934290016 140734934288928 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6949/statm: 2287 267 226 213 0 72 0
[pid=6950] ppid=6949 vsize=389744 CPUtime=1798 cores=0,2,4,6
/proc/6950/stat : 6950 (glucose_static) R 6949 6943 5985 0 -1 4202496 104533 0 0 0 179693 107 0 0 20 0 1 0 275738756 399097856 88176 33554432000 4194304 4896791 140737254750480 140737254746152 4203098 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6950/statm: 97436 88176 78 172 0 97262 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 493456

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1798.67
CPU system time (s): 1.41279
CPU usage (%): 99.9819
Max. virtual memory (cumulated for all children) (KiB): 623024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.67
system time used= 1.41278
maximum resident set size= 453208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118368
page faults= 0
swaps= 0
block input operations= 0
block output operations= 131488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112
involuntary context switches= 1870

runsolver used 2.81357 second user time and 7.01493 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-27 07:21:40
IDJOB=3695983
IDBENCH=72197
IDSOLVER=2274
FILE ID=node104/3695983-1338096100
RUNJOBID= node104-1338094298-6691
PBS_JOBID= 14624457
Free space on /tmp= 71004 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/10orplus/normalized-dwww.cudf.paranoid.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695983-1338096100/watcher-3695983-1338096100 -o /tmp/evaluation-result-3695983-1338096100/solver-3695983-1338096100 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3695983-1338096100.opb 704633665 HOME HOME

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

MD5SUM BENCH= 0f354c37e726e1ce5085d996eab88ba5
RANDOM SEED=704633665

node104.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28884564 kB
Buffers:          318476 kB
Cached:          2809828 kB
SwapCached:            0 kB
Active:          1214908 kB
Inactive:        1955324 kB
Active(anon):      45000 kB
Inactive(anon):        0 kB
Active(file):    1169908 kB
Inactive(file):  1955324 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             37124 kB
Writeback:             0 kB
AnonPages:         32900 kB
Mapped:            15360 kB
Shmem:               200 kB
Slab:             678640 kB
SReclaimable:     119964 kB
SUnreclaim:       558676 kB
KernelStack:        1448 kB
PageTables:         4480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     150712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70948 MiB
End job on node104 at 2012-05-27 07:51:40