Trace number 3695991

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.06 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/
9orless/normalized-kjumpingcube.cudf.paranoid.opb
MD5SUM9f6a8a9b5bcbd3acc81b6cca59c722e9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark141778
Best CPU time to get the best result obtained on this benchmark386.836
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19768
Total number of constraints96403
Number of constraints which are clauses94838
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 7253
Biggest coefficient in the objective function 4295
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12717493
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4295
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12717493
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.88	c model valid
0.00/0.88	c current solution ok
1.08/1.12	o 2448906
1.08/1.12	c current bound: 1224453
1.08/1.12	c fallback to adder encoding
1800.03/1800.41	./satsolver.sh: line 5:  7182 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.03/1800.41	c error: unexpected solver exit code
1800.03/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-3695991-1338099701/watcher-3695991-1338099701 -o /tmp/evaluation-result-3695991-1338099701/solver-3695991-1338099701 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3695991-1338099701.opb 704633665 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.06 2.01 3/177 7132
/proc/meminfo: memFree=28729156/32873844 swapFree=7104/7104
[pid=7132] ppid=7130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (runPb2sat.sh) S 7130 7132 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276098630 9367552 275 33554432000 4194304 5064252 140733977247824 140733977246736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2287 275 233 213 0 72 0

[startup+0.0460001 s]
/proc/loadavg: 2.08 2.06 2.01 3/177 7132
/proc/meminfo: memFree=28729156/32873844 swapFree=7104/7104
[pid=7132] ppid=7130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (runPb2sat.sh) S 7130 7132 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276098630 9367552 275 33554432000 4194304 5064252 140733977247824 140733977246736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100234 s]
/proc/loadavg: 2.08 2.06 2.01 3/177 7132
/proc/meminfo: memFree=28729156/32873844 swapFree=7104/7104
[pid=7132] ppid=7130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (runPb2sat.sh) S 7130 7132 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276098630 9367552 275 33554432000 4194304 5064252 140733977247824 140733977246736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300312 s]
/proc/loadavg: 2.08 2.06 2.01 3/177 7132
/proc/meminfo: memFree=28729156/32873844 swapFree=7104/7104
[pid=7132] ppid=7130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (runPb2sat.sh) S 7130 7132 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276098630 9367552 275 33554432000 4194304 5064252 140733977247824 140733977246736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700206 s]
/proc/loadavg: 2.08 2.06 2.01 3/177 7132
/proc/meminfo: memFree=28729156/32873844 swapFree=7104/7104
[pid=7132] ppid=7130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (runPb2sat.sh) S 7130 7132 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276098630 9367552 275 33554432000 4194304 5064252 140733977247824 140733977246736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.08 2.06 2.01 3/177 7176
/proc/meminfo: memFree=28911912/32873844 swapFree=7104/7104
[pid=7132] ppid=7130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (runPb2sat.sh) S 7130 7132 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276098630 9367552 275 33554432000 4194304 5064252 140733977247824 140733977246736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2287 275 233 213 0 72 0
[pid=7133] ppid=7132 vsize=52628 CPUtime=1.48 cores=1,3,5,7
/proc/7133/stat : 7133 (pb2sat) R 7132 7132 5985 0 -1 4202496 7466 4432 0 0 116 20 11 1 20 0 1 0 276098630 53891072 10294 33554432000 4194304 5873084 140735523577136 140735523571544 4664150 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7133/statm: 13157 10294 180 410 0 12739 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 61776

[startup+3.10044 s]
/proc/loadavg: 2.08 2.06 2.01 3/179 7182
/proc/meminfo: memFree=28732264/32873844 swapFree=7104/7104
[pid=7132] ppid=7130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (runPb2sat.sh) S 7130 7132 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276098630 9367552 275 33554432000 4194304 5064252 140733977247824 140733977246736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2287 275 233 213 0 72 0
[pid=7133] ppid=7132 vsize=85396 CPUtime=2.06 cores=1,3,5,7
/proc/7133/stat : 7133 (pb2sat) S 7132 7132 5985 0 -1 4202496 8579 4432 0 0 164 30 11 1 20 0 1 0 276098630 87445504 18486 33554432000 4194304 5873084 140735523577136 140735523570952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7133/statm: 21349 18486 180 410 0 20931 0
[pid=7181] ppid=7133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7181/stat : 7181 (satsolver.sh) S 7133 7132 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098838 9367552 267 33554432000 4194304 5064252 140734374707072 140734374705984 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7181/statm: 2287 267 226 213 0 72 0
[pid=7182] ppid=7181 vsize=159148 CPUtime=1 cores=1,3,5,7
/proc/7182/stat : 7182 (glucose_static) R 7181 7132 5985 0 -1 4202496 30086 0 0 0 91 9 0 0 20 0 1 0 276098838 162967552 35806 33554432000 4194304 4896791 140737311286592 140737310235672 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7182/statm: 39787 35806 76 172 0 39613 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 262840

[startup+6.30045 s]
/proc/loadavg: 2.08 2.06 2.01 3/181 7184
/proc/meminfo: memFree=28356260/32873844 swapFree=7104/7104
[pid=7132] ppid=7130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (runPb2sat.sh) S 7130 7132 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276098630 9367552 275 33554432000 4194304 5064252 140733977247824 140733977246736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2287 275 233 213 0 72 0
[pid=7133] ppid=7132 vsize=85396 CPUtime=2.06 cores=1,3,5,7
/proc/7133/stat : 7133 (pb2sat) S 7132 7132 5985 0 -1 4202496 8579 4432 0 0 164 30 11 1 20 0 1 0 276098630 87445504 18486 33554432000 4194304 5873084 140735523577136 140735523570952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7133/statm: 21349 18486 180 410 0 20931 0
[pid=7181] ppid=7133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7181/stat : 7181 (satsolver.sh) S 7133 7132 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098838 9367552 267 33554432000 4194304 5064252 140734374707072 140734374705984 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7181/statm: 2287 267 226 213 0 72 0
[pid=7182] ppid=7181 vsize=160972 CPUtime=4.21 cores=1,3,5,7
/proc/7182/stat : 7182 (glucose_static) R 7181 7132 5985 0 -1 4202496 30729 0 0 0 411 10 0 0 20 0 1 0 276098838 164835328 36441 33554432000 4194304 4896791 140737311286592 140737311283800 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7182/statm: 40243 36441 77 172 0 40069 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 264664

[startup+12.7005 s]
/proc/loadavg: 2.14 2.08 2.01 3/181 7184
/proc/meminfo: memFree=28358492/32873844 swapFree=7104/7104
[pid=7132] ppid=7130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (runPb2sat.sh) S 7130 7132 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276098630 9367552 275 33554432000 4194304 5064252 140733977247824 140733977246736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2287 275 233 213 0 72 0
[pid=7133] ppid=7132 vsize=85396 CPUtime=2.06 cores=1,3,5,7
/proc/7133/stat : 7133 (pb2sat) S 7132 7132 5985 0 -1 4202496 8579 4432 0 0 164 30 11 1 20 0 1 0 276098630 87445504 18486 33554432000 4194304 5873084 140735523577136 140735523570952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7133/statm: 21349 18486 180 410 0 20931 0
[pid=7181] ppid=7133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7181/stat : 7181 (satsolver.sh) S 7133 7132 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098838 9367552 267 33554432000 4194304 5064252 140734374707072 140734374705984 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7181/statm: 2287 267 226 213 0 72 0
[pid=7182] ppid=7181 vsize=180096 CPUtime=10.61 cores=1,3,5,7
/proc/7182/stat : 7182 (glucose_static) R 7181 7132 5985 0 -1 4202496 30768 0 0 0 1051 10 0 0 20 0 1 0 276098838 184418304 36480 33554432000 4194304 4896791 140737311286592 140737311283912 4223862 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7182/statm: 45024 36480 77 172 0 44850 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 283788

[startup+25.5003 s]
/proc/loadavg: 2.12 2.07 2.01 3/181 7184
/proc/meminfo: memFree=28358748/32873844 swapFree=7104/7104
[pid=7132] ppid=7130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (runPb2sat.sh) S 7130 7132 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276098630 9367552 275 33554432000 4194304 5064252 140733977247824 140733977246736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2287 275 233 213 0 72 0
[pid=7133] ppid=7132 vsize=85396 CPUtime=2.06 cores=1,3,5,7
/proc/7133/stat : 7133 (pb2sat) S 7132 7132 5985 0 -1 4202496 8579 4432 0 0 164 30 11 1 20 0 1 0 276098630 87445504 18486 33554432000 4194304 5873084 140735523577136 140735523570952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7133/statm: 21349 18486 180 410 0 20931 0
[pid=7181] ppid=7133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7181/stat : 7181 (satsolver.sh) S 7133 7132 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098838 9367552 267 33554432000 4194304 5064252 140734374707072 140734374705984 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7181/statm: 2287 267 226 213 0 72 0
[pid=7182] ppid=7181 vsize=180096 CPUtime=23.41 cores=1,3,5,7
/proc/7182/stat : 7182 (glucose_static) R 7181 7132 5985 0 -1 4202496 30810 0 0 0 2331 10 0 0 20 0 1 0 276098838 184418304 36516 33554432000 4194304 4896791 140737311286592 140737311283912 4203078 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7182/statm: 45024 36516 77 172 0 44850 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 283788

[startup+51.1067 s]
/proc/loadavg: 2.07 2.06 2.01 3/181 7184
/proc/meminfo: memFree=28348948/32873844 swapFree=7104/7104
[pid=7132] ppid=7130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (runPb2sat.sh) S 7130 7132 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276098630 9367552 275 33554432000 4194304 5064252 140733977247824 140733977246736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2287 275 233 213 0 72 0
[pid=7133] ppid=7132 vsize=85396 CPUtime=2.06 cores=1,3,5,7
/proc/7133/stat : 7133 (pb2sat) S 7132 7132 5985 0 -1 4202496 8579 4432 0 0 164 30 11 1 20 0 1 0 276098630 87445504 18486 33554432000 4194304 5873084 140735523577136 140735523570952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7133/statm: 21349 18486 180 410 0 20931 0
[pid=7181] ppid=7133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7181/stat : 7181 (satsolver.sh) S 7133 7132 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098838 9367552 267 33554432000 4194304 5064252 140734374707072 140734374705984 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7181/statm: 2287 267 226 213 0 72 0
[pid=7182] ppid=7181 vsize=184132 CPUtime=49.01 cores=1,3,5,7
/proc/7182/stat : 7182 (glucose_static) R 7181 7132 5985 0 -1 4202496 33636 0 0 0 4890 11 0 0 20 0 1 0 276098838 188551168 38694 33554432000 4194304 4896791 140737311286592 140737311283800 4203098 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7182/statm: 46033 38694 77 172 0 45859 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 287824

[startup+102.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/181 7184
/proc/meminfo: memFree=28316316/32873844 swapFree=7104/7104
[pid=7132] ppid=7130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (runPb2sat.sh) S 7130 7132 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276098630 9367552 275 33554432000 4194304 5064252 140733977247824 140733977246736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2287 275 233 213 0 72 0
[pid=7133] ppid=7132 vsize=85396 CPUtime=2.06 cores=1,3,5,7
/proc/7133/stat : 7133 (pb2sat) S 7132 7132 5985 0 -1 4202496 8579 4432 0 0 164 30 11 1 20 0 1 0 276098630 87445504 18486 33554432000 4194304 5873084 140735523577136 140735523570952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7133/statm: 21349 18486 180 410 0 20931 0
[pid=7181] ppid=7133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7181/stat : 7181 (satsolver.sh) S 7133 7132 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098838 9367552 267 33554432000 4194304 5064252 140734374707072 140734374705984 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7181/statm: 2287 267 226 213 0 72 0
[pid=7182] ppid=7181 vsize=190732 CPUtime=100.19 cores=1,3,5,7
/proc/7182/stat : 7182 (glucose_static) R 7181 7132 5985 0 -1 4202496 37112 0 0 0 10006 13 0 0 20 0 1 0 276098838 195309568 41399 33554432000 4194304 4896791 140737311286592 140737311283800 4225445 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7182/statm: 47683 41399 77 172 0 47509 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 294424

[startup+162.301 s]
/proc/loadavg: 2.03 2.05 2.00 3/181 7184
/proc/meminfo: memFree=28288284/32873844 swapFree=7104/7104
[pid=7132] ppid=7130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (runPb2sat.sh) S 7130 7132 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276098630 9367552 275 33554432000 4194304 5064252 140733977247824 140733977246736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2287 275 233 213 0 72 0
[pid=7133] ppid=7132 vsize=85396 CPUtime=2.06 cores=1,3,5,7
/proc/7133/stat : 7133 (pb2sat) S 7132 7132 5985 0 -1 4202496 8579 4432 0 0 164 30 11 1 20 0 1 0 276098630 87445504 18486 33554432000 4194304 5873084 140735523577136 140735523570952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7133/statm: 21349 18486 180 410 0 20931 0
[pid=7181] ppid=7133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7181/stat : 7181 (satsolver.sh) S 7133 7132 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098838 9367552 267 33554432000 4194304 5064252 140734374707072 140734374705984 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7181/statm: 2287 267 226 213 0 72 0
[pid=7182] ppid=7181 vsize=196224 CPUtime=160.17 cores=1,3,5,7
/proc/7182/stat : 7182 (glucose_static) R 7181 7132 5985 0 -1 4202496 39373 0 0 0 16002 15 0 0 20 0 1 0 276098838 200933376 43853 33554432000 4194304 4896791 140737311286592 140737311283800 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7182/statm: 49056 43853 77 172 0 48882 0
Current children cumulated CPU time (s) 162.23

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


[startup+1422.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/181 7194
/proc/meminfo: memFree=28005872/32873844 swapFree=7104/7104
[pid=7132] ppid=7130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (runPb2sat.sh) S 7130 7132 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276098630 9367552 275 33554432000 4194304 5064252 140733977247824 140733977246736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2287 275 233 213 0 72 0
[pid=7133] ppid=7132 vsize=85396 CPUtime=2.06 cores=1,3,5,7
/proc/7133/stat : 7133 (pb2sat) S 7132 7132 5985 0 -1 4202496 8579 4432 0 0 164 30 11 1 20 0 1 0 276098630 87445504 18486 33554432000 4194304 5873084 140735523577136 140735523570952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7133/statm: 21349 18486 180 410 0 20931 0
[pid=7181] ppid=7133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7181/stat : 7181 (satsolver.sh) S 7133 7132 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098838 9367552 267 33554432000 4194304 5064252 140734374707072 140734374705984 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7181/statm: 2287 267 226 213 0 72 0
[pid=7182] ppid=7181 vsize=348164 CPUtime=1419.93 cores=1,3,5,7
/proc/7182/stat : 7182 (glucose_static) R 7181 7132 5985 0 -1 4202496 79508 0 0 0 141919 74 0 0 20 0 1 0 276098838 356519936 73367 33554432000 4194304 4896791 140737311286592 140737311283800 4224706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7182/statm: 87041 73367 77 172 0 86867 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 451856

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 7195
/proc/meminfo: memFree=28025320/32873844 swapFree=7104/7104
[pid=7132] ppid=7130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (runPb2sat.sh) S 7130 7132 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276098630 9367552 275 33554432000 4194304 5064252 140733977247824 140733977246736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2287 275 233 213 0 72 0
[pid=7133] ppid=7132 vsize=85396 CPUtime=2.06 cores=1,3,5,7
/proc/7133/stat : 7133 (pb2sat) S 7132 7132 5985 0 -1 4202496 8579 4432 0 0 164 30 11 1 20 0 1 0 276098630 87445504 18486 33554432000 4194304 5873084 140735523577136 140735523570952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7133/statm: 21349 18486 180 410 0 20931 0
[pid=7181] ppid=7133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7181/stat : 7181 (satsolver.sh) S 7133 7132 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098838 9367552 267 33554432000 4194304 5064252 140734374707072 140734374705984 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7181/statm: 2287 267 226 213 0 72 0
[pid=7182] ppid=7181 vsize=301292 CPUtime=1479.92 cores=1,3,5,7
/proc/7182/stat : 7182 (glucose_static) R 7181 7132 5985 0 -1 4202496 82521 0 0 0 147912 80 0 0 20 0 1 0 276098838 308523008 70274 33554432000 4194304 4896791 140737311286592 140737311283800 4205343 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7182/statm: 75323 70274 77 172 0 75149 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 404984

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 7195
/proc/meminfo: memFree=28014964/32873844 swapFree=7104/7104
[pid=7132] ppid=7130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (runPb2sat.sh) S 7130 7132 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276098630 9367552 275 33554432000 4194304 5064252 140733977247824 140733977246736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2287 275 233 213 0 72 0
[pid=7133] ppid=7132 vsize=85396 CPUtime=2.06 cores=1,3,5,7
/proc/7133/stat : 7133 (pb2sat) S 7132 7132 5985 0 -1 4202496 8579 4432 0 0 164 30 11 1 20 0 1 0 276098630 87445504 18486 33554432000 4194304 5873084 140735523577136 140735523570952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7133/statm: 21349 18486 180 410 0 20931 0
[pid=7181] ppid=7133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7181/stat : 7181 (satsolver.sh) S 7133 7132 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098838 9367552 267 33554432000 4194304 5064252 140734374707072 140734374705984 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7181/statm: 2287 267 226 213 0 72 0
[pid=7182] ppid=7181 vsize=356644 CPUtime=1539.91 cores=1,3,5,7
/proc/7182/stat : 7182 (glucose_static) R 7181 7132 5985 0 -1 4202496 85196 0 0 0 153906 85 0 0 20 0 1 0 276098838 365203456 73759 33554432000 4194304 4896791 140737311286592 140737311283800 4203775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7182/statm: 89161 73759 77 172 0 88987 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 460336

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 7195
/proc/meminfo: memFree=28008996/32873844 swapFree=7104/7104
[pid=7132] ppid=7130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (runPb2sat.sh) S 7130 7132 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276098630 9367552 275 33554432000 4194304 5064252 140733977247824 140733977246736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2287 275 233 213 0 72 0
[pid=7133] ppid=7132 vsize=85396 CPUtime=2.06 cores=1,3,5,7
/proc/7133/stat : 7133 (pb2sat) S 7132 7132 5985 0 -1 4202496 8579 4432 0 0 164 30 11 1 20 0 1 0 276098630 87445504 18486 33554432000 4194304 5873084 140735523577136 140735523570952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7133/statm: 21349 18486 180 410 0 20931 0
[pid=7181] ppid=7133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7181/stat : 7181 (satsolver.sh) S 7133 7132 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098838 9367552 267 33554432000 4194304 5064252 140734374707072 140734374705984 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7181/statm: 2287 267 226 213 0 72 0
[pid=7182] ppid=7181 vsize=358240 CPUtime=1599.9 cores=1,3,5,7
/proc/7182/stat : 7182 (glucose_static) R 7181 7132 5985 0 -1 4202496 86843 0 0 0 159901 89 0 0 20 0 1 0 276098838 366837760 74198 33554432000 4194304 4896791 140737311286592 140737311282328 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7182/statm: 89560 74198 77 172 0 89386 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 461932

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7195
/proc/meminfo: memFree=27996760/32873844 swapFree=7104/7104
[pid=7132] ppid=7130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (runPb2sat.sh) S 7130 7132 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276098630 9367552 275 33554432000 4194304 5064252 140733977247824 140733977246736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2287 275 233 213 0 72 0
[pid=7133] ppid=7132 vsize=85396 CPUtime=2.06 cores=1,3,5,7
/proc/7133/stat : 7133 (pb2sat) S 7132 7132 5985 0 -1 4202496 8579 4432 0 0 164 30 11 1 20 0 1 0 276098630 87445504 18486 33554432000 4194304 5873084 140735523577136 140735523570952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7133/statm: 21349 18486 180 410 0 20931 0
[pid=7181] ppid=7133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7181/stat : 7181 (satsolver.sh) S 7133 7132 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098838 9367552 267 33554432000 4194304 5064252 140734374707072 140734374705984 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7181/statm: 2287 267 226 213 0 72 0
[pid=7182] ppid=7181 vsize=360624 CPUtime=1659.89 cores=1,3,5,7
/proc/7182/stat : 7182 (glucose_static) R 7181 7132 5985 0 -1 4202496 88658 0 0 0 165897 92 0 0 20 0 1 0 276098838 369278976 75322 33554432000 4194304 4896791 140737311286592 140737311284120 4203806 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7182/statm: 90156 75322 77 172 0 89982 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 464316

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 7198
/proc/meminfo: memFree=27981228/32873844 swapFree=7104/7104
[pid=7132] ppid=7130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (runPb2sat.sh) S 7130 7132 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276098630 9367552 275 33554432000 4194304 5064252 140733977247824 140733977246736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2287 275 233 213 0 72 0
[pid=7133] ppid=7132 vsize=85396 CPUtime=2.06 cores=1,3,5,7
/proc/7133/stat : 7133 (pb2sat) S 7132 7132 5985 0 -1 4202496 8579 4432 0 0 164 30 11 1 20 0 1 0 276098630 87445504 18486 33554432000 4194304 5873084 140735523577136 140735523570952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7133/statm: 21349 18486 180 410 0 20931 0
[pid=7181] ppid=7133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7181/stat : 7181 (satsolver.sh) S 7133 7132 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098838 9367552 267 33554432000 4194304 5064252 140734374707072 140734374705984 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7181/statm: 2287 267 226 213 0 72 0
[pid=7182] ppid=7181 vsize=362640 CPUtime=1719.88 cores=1,3,5,7
/proc/7182/stat : 7182 (glucose_static) R 7181 7132 5985 0 -1 4202496 90383 0 0 0 171893 95 0 0 20 0 1 0 276098838 371343360 76882 33554432000 4194304 4896791 140737311286592 140737311282264 4225219 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7182/statm: 90660 76882 77 172 0 90486 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 466332

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7199
/proc/meminfo: memFree=27964760/32873844 swapFree=7104/7104
[pid=7132] ppid=7130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (runPb2sat.sh) S 7130 7132 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276098630 9367552 275 33554432000 4194304 5064252 140733977247824 140733977246736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2287 275 233 213 0 72 0
[pid=7133] ppid=7132 vsize=85396 CPUtime=2.06 cores=1,3,5,7
/proc/7133/stat : 7133 (pb2sat) S 7132 7132 5985 0 -1 4202496 8579 4432 0 0 164 30 11 1 20 0 1 0 276098630 87445504 18486 33554432000 4194304 5873084 140735523577136 140735523570952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7133/statm: 21349 18486 180 410 0 20931 0
[pid=7181] ppid=7133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7181/stat : 7181 (satsolver.sh) S 7133 7132 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098838 9367552 267 33554432000 4194304 5064252 140734374707072 140734374705984 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7181/statm: 2287 267 226 213 0 72 0
[pid=7182] ppid=7181 vsize=364628 CPUtime=1779.86 cores=1,3,5,7
/proc/7182/stat : 7182 (glucose_static) R 7181 7132 5985 0 -1 4202496 92120 0 0 0 177887 99 0 0 20 0 1 0 276098838 373379072 77945 33554432000 4194304 4896791 140737311286592 140737311282328 4203792 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7182/statm: 91157 77945 77 172 0 90983 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 468320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7199
/proc/meminfo: memFree=27998440/32873844 swapFree=7104/7104
[pid=7132] ppid=7130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (runPb2sat.sh) S 7130 7132 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276098630 9367552 275 33554432000 4194304 5064252 140733977247824 140733977246736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2287 275 233 213 0 72 0
[pid=7133] ppid=7132 vsize=85396 CPUtime=2.06 cores=1,3,5,7
/proc/7133/stat : 7133 (pb2sat) S 7132 7132 5985 0 -1 4202496 8579 4432 0 0 164 30 11 1 20 0 1 0 276098630 87445504 18486 33554432000 4194304 5873084 140735523577136 140735523570952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7133/statm: 21349 18486 180 410 0 20931 0
[pid=7181] ppid=7133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7181/stat : 7181 (satsolver.sh) S 7133 7132 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098838 9367552 267 33554432000 4194304 5064252 140734374707072 140734374705984 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7181/statm: 2287 267 226 213 0 72 0
[pid=7182] ppid=7181 vsize=315608 CPUtime=1797.97 cores=1,3,5,7
/proc/7182/stat : 7182 (glucose_static) R 7181 7132 5985 0 -1 4202496 92767 0 0 0 179696 101 0 0 20 0 1 0 276098838 323182592 74482 33554432000 4194304 4896791 140737311286592 140737311284168 4225384 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7182/statm: 78902 74482 77 172 0 78728 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 419300

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.00 2.00 2.00 3/181 7199
/proc/meminfo: memFree=27998440/32873844 swapFree=7104/7104
[pid=7132] ppid=7130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7132/stat : 7132 (runPb2sat.sh) S 7130 7132 5985 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276098630 9367552 275 33554432000 4194304 5064252 140733977247824 140733977246736 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7132/statm: 2287 275 233 213 0 72 0
[pid=7133] ppid=7132 vsize=85396 CPUtime=2.06 cores=1,3,5,7
/proc/7133/stat : 7133 (pb2sat) S 7132 7132 5985 0 -1 4202496 8579 4432 0 0 164 30 11 1 20 0 1 0 276098630 87445504 18486 33554432000 4194304 5873084 140735523577136 140735523570952 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/7133/statm: 21349 18486 180 410 0 20931 0
[pid=7181] ppid=7133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7181/stat : 7181 (satsolver.sh) S 7133 7132 5985 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276098838 9367552 267 33554432000 4194304 5064252 140734374707072 140734374705984 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7181/statm: 2287 267 226 213 0 72 0
[pid=7182] ppid=7181 vsize=315608 CPUtime=1797.97 cores=1,3,5,7
/proc/7182/stat : 7182 (glucose_static) R 7181 7132 5985 0 -1 4202496 92767 0 0 0 179696 101 0 0 20 0 1 0 276098838 323182592 74482 33554432000 4194304 4896791 140737311286592 140737311284168 4225384 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7182/statm: 78902 74482 77 172 0 78728 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 419300

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.06
CPU user time (s): 1798.72
CPU system time (s): 1.3448
CPU usage (%): 99.9806
Max. virtual memory (cumulated for all children) (KiB): 549528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.72
system time used= 1.34479
maximum resident set size= 402600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106767
page faults= 0
swaps= 0
block input operations= 0
block output operations= 131096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 102
involuntary context switches= 1859

runsolver used 3.09753 second user time and 7.81581 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-27 08:21:41
IDJOB=3695991
IDBENCH=72278
IDSOLVER=2274
FILE ID=node104/3695991-1338099701
RUNJOBID= node104-1338094298-6692
PBS_JOBID= 14624457
Free space on /tmp= 71000 MiB

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

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

MD5SUM BENCH= 9f6a8a9b5bcbd3acc81b6cca59c722e9
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:        28729792 kB
Buffers:          321124 kB
Cached:          2815908 kB
SwapCached:            0 kB
Active:          1379056 kB
Inactive:        1945776 kB
Active(anon):     190400 kB
Inactive(anon):        0 kB
Active(file):    1188656 kB
Inactive(file):  1945776 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12096 kB
Writeback:             0 kB
AnonPages:        264580 kB
Mapped:            15164 kB
Shmem:               200 kB
Slab:             677124 kB
SReclaimable:     119660 kB
SUnreclaim:       557464 kB
KernelStack:        1504 kB
PageTables:         4260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     338680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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= 70884 MiB
End job on node104 at 2012-05-27 08:51:41