Trace number 3696587

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_4.opb
MD5SUM1757d8d914b8f8f6b2c05049538ae81a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark22.1726
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3118
Number of bits of the biggest sum of numbers12
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.26	c model valid
0.00/0.26	c current solution ok
0.00/0.62	o 1060
0.00/0.62	c current bound: 530
872.80/873.06	c model valid
872.80/873.06	c current solution ok
872.80/873.07	o 128
872.80/873.07	c current bound: 64
1800.04/1800.41	./satsolver.sh: line 5:  3175 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-3696587-1338072531/watcher-3696587-1338072531 -o /tmp/evaluation-result-3696587-1338072531/solver-3696587-1338072531 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696587-1338072531.opb 499529944 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.01 2.01 2.00 3/177 3033
/proc/meminfo: memFree=28850624/32873844 swapFree=7104/7104
[pid=3033] ppid=3031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3033/stat : 3033 (runPb2sat.sh) S 3031 3033 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273381640 9367552 274 33554432000 4194304 5064252 140733349949600 140733349948512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3033/statm: 2287 274 233 213 0 72 0

[startup+0.043941 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3033
/proc/meminfo: memFree=28850624/32873844 swapFree=7104/7104
[pid=3033] ppid=3031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3033/stat : 3033 (runPb2sat.sh) S 3031 3033 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273381640 9367552 274 33554432000 4194304 5064252 140733349949600 140733349948512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3033/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100289 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3033
/proc/meminfo: memFree=28850624/32873844 swapFree=7104/7104
[pid=3033] ppid=3031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3033/stat : 3033 (runPb2sat.sh) S 3031 3033 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273381640 9367552 274 33554432000 4194304 5064252 140733349949600 140733349948512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3033/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300271 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3033
/proc/meminfo: memFree=28850624/32873844 swapFree=7104/7104
[pid=3033] ppid=3031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3033/stat : 3033 (runPb2sat.sh) S 3031 3033 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273381640 9367552 274 33554432000 4194304 5064252 140733349949600 140733349948512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3033/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700129 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3033
/proc/meminfo: memFree=28850624/32873844 swapFree=7104/7104
[pid=3033] ppid=3031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3033/stat : 3033 (runPb2sat.sh) S 3031 3033 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273381640 9367552 274 33554432000 4194304 5064252 140733349949600 140733349948512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3033/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 3040
/proc/meminfo: memFree=28801400/32873844 swapFree=7104/7104
[pid=3033] ppid=3031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3033/stat : 3033 (runPb2sat.sh) S 3031 3033 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273381640 9367552 274 33554432000 4194304 5064252 140733349949600 140733349948512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3033/statm: 2287 274 233 213 0 72 0
[pid=3034] ppid=3033 vsize=17800 CPUtime=0.61 cores=0,2,4,6
/proc/3034/stat : 3034 (pb2sat) S 3033 3033 1205 0 -1 4202496 6330 6915 0 0 18 31 10 2 20 0 1 0 273381640 18227200 3232 33554432000 4194304 5873084 140735851314304 140735851308120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3034/statm: 4450 3232 171 410 0 4032 0
[pid=3039] ppid=3034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3039/stat : 3039 (satsolver.sh) S 3034 3033 1205 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273381703 9367552 267 33554432000 4194304 5064252 140734693107584 140734693106496 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3039/statm: 2287 267 226 213 0 72 0
[pid=3040] ppid=3039 vsize=34660 CPUtime=0.85 cores=0,2,4,6
/proc/3040/stat : 3040 (glucose_static) R 3039 3033 1205 0 -1 4202496 6211 0 0 0 85 0 0 0 20 0 1 0 273381703 35491840 7006 33554432000 4194304 4896791 140735031323664 140735031320712 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3040/statm: 8665 7006 76 172 0 8491 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 70756

[startup+3.10039 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 3040
/proc/meminfo: memFree=28800152/32873844 swapFree=7104/7104
[pid=3033] ppid=3031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3033/stat : 3033 (runPb2sat.sh) S 3031 3033 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273381640 9367552 274 33554432000 4194304 5064252 140733349949600 140733349948512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3033/statm: 2287 274 233 213 0 72 0
[pid=3034] ppid=3033 vsize=17800 CPUtime=0.61 cores=0,2,4,6
/proc/3034/stat : 3034 (pb2sat) S 3033 3033 1205 0 -1 4202496 6330 6915 0 0 18 31 10 2 20 0 1 0 273381640 18227200 3232 33554432000 4194304 5873084 140735851314304 140735851308120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3034/statm: 4450 3232 171 410 0 4032 0
[pid=3039] ppid=3034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3039/stat : 3039 (satsolver.sh) S 3034 3033 1205 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273381703 9367552 267 33554432000 4194304 5064252 140734693107584 140734693106496 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3039/statm: 2287 267 226 213 0 72 0
[pid=3040] ppid=3039 vsize=34792 CPUtime=2.46 cores=0,2,4,6
/proc/3040/stat : 3040 (glucose_static) R 3039 3033 1205 0 -1 4202496 6412 0 0 0 245 1 0 0 20 0 1 0 273381703 35627008 7206 33554432000 4194304 4896791 140735031323664 140735031320712 4225008 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3040/statm: 8698 7206 76 172 0 8524 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 70888

[startup+6.3004 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 3040
/proc/meminfo: memFree=28797176/32873844 swapFree=7104/7104
[pid=3033] ppid=3031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3033/stat : 3033 (runPb2sat.sh) S 3031 3033 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273381640 9367552 274 33554432000 4194304 5064252 140733349949600 140733349948512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3033/statm: 2287 274 233 213 0 72 0
[pid=3034] ppid=3033 vsize=17800 CPUtime=0.61 cores=0,2,4,6
/proc/3034/stat : 3034 (pb2sat) S 3033 3033 1205 0 -1 4202496 6330 6915 0 0 18 31 10 2 20 0 1 0 273381640 18227200 3232 33554432000 4194304 5873084 140735851314304 140735851308120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3034/statm: 4450 3232 171 410 0 4032 0
[pid=3039] ppid=3034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3039/stat : 3039 (satsolver.sh) S 3034 3033 1205 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273381703 9367552 267 33554432000 4194304 5064252 140734693107584 140734693106496 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3039/statm: 2287 267 226 213 0 72 0
[pid=3040] ppid=3039 vsize=39344 CPUtime=5.65 cores=0,2,4,6
/proc/3040/stat : 3040 (glucose_static) R 3039 3033 1205 0 -1 4202496 6797 0 0 0 564 1 0 0 20 0 1 0 273381703 40288256 7588 33554432000 4194304 4896791 140735031323664 140735031321192 4225445 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3040/statm: 9836 7588 76 172 0 9662 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 75440

[startup+12.7004 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 3040
/proc/meminfo: memFree=28806604/32873844 swapFree=7104/7104
[pid=3033] ppid=3031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3033/stat : 3033 (runPb2sat.sh) S 3031 3033 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273381640 9367552 274 33554432000 4194304 5064252 140733349949600 140733349948512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3033/statm: 2287 274 233 213 0 72 0
[pid=3034] ppid=3033 vsize=17800 CPUtime=0.61 cores=0,2,4,6
/proc/3034/stat : 3034 (pb2sat) S 3033 3033 1205 0 -1 4202496 6330 6915 0 0 18 31 10 2 20 0 1 0 273381640 18227200 3232 33554432000 4194304 5873084 140735851314304 140735851308120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3034/statm: 4450 3232 171 410 0 4032 0
[pid=3039] ppid=3034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3039/stat : 3039 (satsolver.sh) S 3034 3033 1205 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273381703 9367552 267 33554432000 4194304 5064252 140734693107584 140734693106496 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3039/statm: 2287 267 226 213 0 72 0
[pid=3040] ppid=3039 vsize=39616 CPUtime=12.05 cores=0,2,4,6
/proc/3040/stat : 3040 (glucose_static) R 3039 3033 1205 0 -1 4202496 7833 0 0 0 1204 1 0 0 20 0 1 0 273381703 40566784 7658 33554432000 4194304 4896791 140735031323664 140735031321192 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3040/statm: 9904 7658 76 172 0 9730 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 75712

[startup+25.5004 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 3040
/proc/meminfo: memFree=28806728/32873844 swapFree=7104/7104
[pid=3033] ppid=3031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3033/stat : 3033 (runPb2sat.sh) S 3031 3033 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273381640 9367552 274 33554432000 4194304 5064252 140733349949600 140733349948512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3033/statm: 2287 274 233 213 0 72 0
[pid=3034] ppid=3033 vsize=17800 CPUtime=0.61 cores=0,2,4,6
/proc/3034/stat : 3034 (pb2sat) S 3033 3033 1205 0 -1 4202496 6330 6915 0 0 18 31 10 2 20 0 1 0 273381640 18227200 3232 33554432000 4194304 5873084 140735851314304 140735851308120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3034/statm: 4450 3232 171 410 0 4032 0
[pid=3039] ppid=3034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3039/stat : 3039 (satsolver.sh) S 3034 3033 1205 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273381703 9367552 267 33554432000 4194304 5064252 140734693107584 140734693106496 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3039/statm: 2287 267 226 213 0 72 0
[pid=3040] ppid=3039 vsize=40188 CPUtime=24.85 cores=0,2,4,6
/proc/3040/stat : 3040 (glucose_static) R 3039 3033 1205 0 -1 4202496 9962 0 0 0 2482 3 0 0 20 0 1 0 273381703 41152512 7758 33554432000 4194304 4896791 140735031323664 140735031321192 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3040/statm: 10047 7758 76 172 0 9873 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 76284

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3040
/proc/meminfo: memFree=28799132/32873844 swapFree=7104/7104
[pid=3033] ppid=3031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3033/stat : 3033 (runPb2sat.sh) S 3031 3033 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273381640 9367552 274 33554432000 4194304 5064252 140733349949600 140733349948512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3033/statm: 2287 274 233 213 0 72 0
[pid=3034] ppid=3033 vsize=17800 CPUtime=0.61 cores=0,2,4,6
/proc/3034/stat : 3034 (pb2sat) S 3033 3033 1205 0 -1 4202496 6330 6915 0 0 18 31 10 2 20 0 1 0 273381640 18227200 3232 33554432000 4194304 5873084 140735851314304 140735851308120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3034/statm: 4450 3232 171 410 0 4032 0
[pid=3039] ppid=3034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3039/stat : 3039 (satsolver.sh) S 3034 3033 1205 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273381703 9367552 267 33554432000 4194304 5064252 140734693107584 140734693106496 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3039/statm: 2287 267 226 213 0 72 0
[pid=3040] ppid=3039 vsize=40912 CPUtime=50.44 cores=0,2,4,6
/proc/3040/stat : 3040 (glucose_static) R 3039 3033 1205 0 -1 4202496 13726 0 0 0 5040 4 0 0 20 0 1 0 273381703 41893888 8760 33554432000 4194304 4896791 140735031323664 140735031321192 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3040/statm: 10228 8760 76 172 0 10054 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 77008

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 3043
/proc/meminfo: memFree=28786552/32873844 swapFree=7104/7104
[pid=3033] ppid=3031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3033/stat : 3033 (runPb2sat.sh) S 3031 3033 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273381640 9367552 274 33554432000 4194304 5064252 140733349949600 140733349948512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3033/statm: 2287 274 233 213 0 72 0
[pid=3034] ppid=3033 vsize=17800 CPUtime=0.61 cores=0,2,4,6
/proc/3034/stat : 3034 (pb2sat) S 3033 3033 1205 0 -1 4202496 6330 6915 0 0 18 31 10 2 20 0 1 0 273381640 18227200 3232 33554432000 4194304 5873084 140735851314304 140735851308120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3034/statm: 4450 3232 171 410 0 4032 0
[pid=3039] ppid=3034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3039/stat : 3039 (satsolver.sh) S 3034 3033 1205 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273381703 9367552 267 33554432000 4194304 5064252 140734693107584 140734693106496 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3039/statm: 2287 267 226 213 0 72 0
[pid=3040] ppid=3039 vsize=49168 CPUtime=101.63 cores=0,2,4,6
/proc/3040/stat : 3040 (glucose_static) R 3039 3033 1205 0 -1 4202496 17604 0 0 0 10157 6 0 0 20 0 1 0 273381703 50348032 10709 33554432000 4194304 4896791 140735031323664 140735031321192 4224684 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3040/statm: 12292 10709 76 172 0 12118 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 85264

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3043
/proc/meminfo: memFree=28778212/32873844 swapFree=7104/7104
[pid=3033] ppid=3031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3033/stat : 3033 (runPb2sat.sh) S 3031 3033 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273381640 9367552 274 33554432000 4194304 5064252 140733349949600 140733349948512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3033/statm: 2287 274 233 213 0 72 0
[pid=3034] ppid=3033 vsize=17800 CPUtime=0.61 cores=0,2,4,6
/proc/3034/stat : 3034 (pb2sat) S 3033 3033 1205 0 -1 4202496 6330 6915 0 0 18 31 10 2 20 0 1 0 273381640 18227200 3232 33554432000 4194304 5873084 140735851314304 140735851308120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3034/statm: 4450 3232 171 410 0 4032 0
[pid=3039] ppid=3034 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 3179
/proc/meminfo: memFree=28235844/32873844 swapFree=7104/7104
[pid=3033] ppid=3031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3033/stat : 3033 (runPb2sat.sh) S 3031 3033 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273381640 9367552 274 33554432000 4194304 5064252 140733349949600 140733349948512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3033/statm: 2287 274 233 213 0 72 0
[pid=3034] ppid=3033 vsize=19276 CPUtime=872.88 cores=0,2,4,6
/proc/3034/stat : 3034 (pb2sat) S 3033 3033 1205 0 -1 4202496 7101 58909 0 0 19 31 87198 40 20 0 1 0 273381640 19738624 3621 33554432000 4194304 5873084 140735851314304 140735851308120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3034/statm: 4819 3621 171 410 0 4401 0
[pid=3174] ppid=3034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3174/stat : 3174 (satsolver.sh) S 3034 3033 1205 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273468948 9367552 266 33554432000 4194304 5064252 140734617308144 140734617307056 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3174/statm: 2287 266 226 213 0 72 0
[pid=3175] ppid=3174 vsize=50916 CPUtime=489.13 cores=0,2,4,6
/proc/3175/stat : 3175 (glucose_static) R 3174 3033 1205 0 -1 4202496 29815 0 0 0 48891 22 0 0 20 0 1 0 273468948 52137984 11793 33554432000 4194304 4896791 140735795583904 140735795581432 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3175/statm: 12729 11793 76 172 0 12555 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 88488

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 3179
/proc/meminfo: memFree=28228524/32873844 swapFree=7104/7104
[pid=3033] ppid=3031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3033/stat : 3033 (runPb2sat.sh) S 3031 3033 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273381640 9367552 274 33554432000 4194304 5064252 140733349949600 140733349948512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3033/statm: 2287 274 233 213 0 72 0
[pid=3034] ppid=3033 vsize=19276 CPUtime=872.88 cores=0,2,4,6
/proc/3034/stat : 3034 (pb2sat) S 3033 3033 1205 0 -1 4202496 7101 58909 0 0 19 31 87198 40 20 0 1 0 273381640 19738624 3621 33554432000 4194304 5873084 140735851314304 140735851308120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3034/statm: 4819 3621 171 410 0 4401 0
[pid=3174] ppid=3034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3174/stat : 3174 (satsolver.sh) S 3034 3033 1205 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273468948 9367552 266 33554432000 4194304 5064252 140734617308144 140734617307056 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3174/statm: 2287 266 226 213 0 72 0
[pid=3175] ppid=3174 vsize=62880 CPUtime=549.13 cores=0,2,4,6
/proc/3175/stat : 3175 (glucose_static) R 3174 3033 1205 0 -1 4202496 32227 0 0 0 54889 24 0 0 20 0 1 0 273468948 64389120 13611 33554432000 4194304 4896791 140735795583904 140735795581432 4225215 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3175/statm: 15720 13611 76 172 0 15546 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 100452

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3180
/proc/meminfo: memFree=28219884/32873844 swapFree=7104/7104
[pid=3033] ppid=3031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3033/stat : 3033 (runPb2sat.sh) S 3031 3033 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273381640 9367552 274 33554432000 4194304 5064252 140733349949600 140733349948512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3033/statm: 2287 274 233 213 0 72 0
[pid=3034] ppid=3033 vsize=19276 CPUtime=872.88 cores=0,2,4,6
/proc/3034/stat : 3034 (pb2sat) S 3033 3033 1205 0 -1 4202496 7101 58909 0 0 19 31 87198 40 20 0 1 0 273381640 19738624 3621 33554432000 4194304 5873084 140735851314304 140735851308120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3034/statm: 4819 3621 171 410 0 4401 0
[pid=3174] ppid=3034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3174/stat : 3174 (satsolver.sh) S 3034 3033 1205 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273468948 9367552 266 33554432000 4194304 5064252 140734617308144 140734617307056 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3174/statm: 2287 266 226 213 0 72 0
[pid=3175] ppid=3174 vsize=82320 CPUtime=609.11 cores=0,2,4,6
/proc/3175/stat : 3175 (glucose_static) R 3174 3033 1205 0 -1 4202496 34158 0 0 0 60885 26 0 0 20 0 1 0 273468948 84295680 15820 33554432000 4194304 4896791 140735795583904 140735795581432 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3175/statm: 20580 15820 76 172 0 20406 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 119892

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3180
/proc/meminfo: memFree=28235184/32873844 swapFree=7104/7104
[pid=3033] ppid=3031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3033/stat : 3033 (runPb2sat.sh) S 3031 3033 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273381640 9367552 274 33554432000 4194304 5064252 140733349949600 140733349948512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3033/statm: 2287 274 233 213 0 72 0
[pid=3034] ppid=3033 vsize=19276 CPUtime=872.88 cores=0,2,4,6
/proc/3034/stat : 3034 (pb2sat) S 3033 3033 1205 0 -1 4202496 7101 58909 0 0 19 31 87198 40 20 0 1 0 273381640 19738624 3621 33554432000 4194304 5873084 140735851314304 140735851308120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3034/statm: 4819 3621 171 410 0 4401 0
[pid=3174] ppid=3034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3174/stat : 3174 (satsolver.sh) S 3034 3033 1205 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273468948 9367552 266 33554432000 4194304 5064252 140734617308144 140734617307056 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3174/statm: 2287 266 226 213 0 72 0
[pid=3175] ppid=3174 vsize=53324 CPUtime=669.1 cores=0,2,4,6
/proc/3175/stat : 3175 (glucose_static) R 3174 3033 1205 0 -1 4202496 35557 0 0 0 66883 27 0 0 20 0 1 0 273468948 54603776 11324 33554432000 4194304 4896791 140735795583904 140735795581480 4223862 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3175/statm: 13331 11324 76 172 0 13157 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 90896

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3180
/proc/meminfo: memFree=28231616/32873844 swapFree=7104/7104
[pid=3033] ppid=3031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3033/stat : 3033 (runPb2sat.sh) S 3031 3033 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273381640 9367552 274 33554432000 4194304 5064252 140733349949600 140733349948512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3033/statm: 2287 274 233 213 0 72 0
[pid=3034] ppid=3033 vsize=19276 CPUtime=872.88 cores=0,2,4,6
/proc/3034/stat : 3034 (pb2sat) S 3033 3033 1205 0 -1 4202496 7101 58909 0 0 19 31 87198 40 20 0 1 0 273381640 19738624 3621 33554432000 4194304 5873084 140735851314304 140735851308120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3034/statm: 4819 3621 171 410 0 4401 0
[pid=3174] ppid=3034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3174/stat : 3174 (satsolver.sh) S 3034 3033 1205 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273468948 9367552 266 33554432000 4194304 5064252 140734617308144 140734617307056 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3174/statm: 2287 266 226 213 0 72 0
[pid=3175] ppid=3174 vsize=53516 CPUtime=729.09 cores=0,2,4,6
/proc/3175/stat : 3175 (glucose_static) R 3174 3033 1205 0 -1 4202496 36661 0 0 0 72880 29 0 0 20 0 1 0 273468948 54800384 11910 33554432000 4194304 4896791 140735795583904 140735795581480 4224663 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3175/statm: 13379 11910 76 172 0 13205 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 91088

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3180
/proc/meminfo: memFree=28229420/32873844 swapFree=7104/7104
[pid=3033] ppid=3031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3033/stat : 3033 (runPb2sat.sh) S 3031 3033 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273381640 9367552 274 33554432000 4194304 5064252 140733349949600 140733349948512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3033/statm: 2287 274 233 213 0 72 0
[pid=3034] ppid=3033 vsize=19276 CPUtime=872.88 cores=0,2,4,6
/proc/3034/stat : 3034 (pb2sat) S 3033 3033 1205 0 -1 4202496 7101 58909 0 0 19 31 87198 40 20 0 1 0 273381640 19738624 3621 33554432000 4194304 5873084 140735851314304 140735851308120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3034/statm: 4819 3621 171 410 0 4401 0
[pid=3174] ppid=3034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3174/stat : 3174 (satsolver.sh) S 3034 3033 1205 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273468948 9367552 266 33554432000 4194304 5064252 140734617308144 140734617307056 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3174/statm: 2287 266 226 213 0 72 0
[pid=3175] ppid=3174 vsize=54040 CPUtime=789.08 cores=0,2,4,6
/proc/3175/stat : 3175 (glucose_static) R 3174 3033 1205 0 -1 4202496 38129 0 0 0 78876 32 0 0 20 0 1 0 273468948 55336960 12294 33554432000 4194304 4896791 140735795583904 140735795581480 4225008 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3175/statm: 13510 12294 76 172 0 13336 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 91612

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3180
/proc/meminfo: memFree=28225672/32873844 swapFree=7104/7104
[pid=3033] ppid=3031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3033/stat : 3033 (runPb2sat.sh) S 3031 3033 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273381640 9367552 274 33554432000 4194304 5064252 140733349949600 140733349948512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3033/statm: 2287 274 233 213 0 72 0
[pid=3034] ppid=3033 vsize=19276 CPUtime=872.88 cores=0,2,4,6
/proc/3034/stat : 3034 (pb2sat) S 3033 3033 1205 0 -1 4202496 7101 58909 0 0 19 31 87198 40 20 0 1 0 273381640 19738624 3621 33554432000 4194304 5873084 140735851314304 140735851308120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3034/statm: 4819 3621 171 410 0 4401 0
[pid=3174] ppid=3034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3174/stat : 3174 (satsolver.sh) S 3034 3033 1205 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273468948 9367552 266 33554432000 4194304 5064252 140734617308144 140734617307056 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3174/statm: 2287 266 226 213 0 72 0
[pid=3175] ppid=3174 vsize=54372 CPUtime=849.06 cores=0,2,4,6
/proc/3175/stat : 3175 (glucose_static) R 3174 3033 1205 0 -1 4202496 39409 0 0 0 84873 33 0 0 20 0 1 0 273468948 55676928 12342 33554432000 4194304 4896791 140735795583904 140735795581480 4224983 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3175/statm: 13593 12342 76 172 0 13419 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 91944

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3181
/proc/meminfo: memFree=28224964/32873844 swapFree=7104/7104
[pid=3033] ppid=3031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3033/stat : 3033 (runPb2sat.sh) S 3031 3033 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273381640 9367552 274 33554432000 4194304 5064252 140733349949600 140733349948512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3033/statm: 2287 274 233 213 0 72 0
[pid=3034] ppid=3033 vsize=19276 CPUtime=872.88 cores=0,2,4,6
/proc/3034/stat : 3034 (pb2sat) S 3033 3033 1205 0 -1 4202496 7101 58909 0 0 19 31 87198 40 20 0 1 0 273381640 19738624 3621 33554432000 4194304 5873084 140735851314304 140735851308120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3034/statm: 4819 3621 171 410 0 4401 0
[pid=3174] ppid=3034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3174/stat : 3174 (satsolver.sh) S 3034 3033 1205 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273468948 9367552 266 33554432000 4194304 5064252 140734617308144 140734617307056 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3174/statm: 2287 266 226 213 0 72 0
[pid=3175] ppid=3174 vsize=54852 CPUtime=909.06 cores=0,2,4,6
/proc/3175/stat : 3175 (glucose_static) R 3174 3033 1205 0 -1 4202496 40945 0 0 0 90871 35 0 0 20 0 1 0 273468948 56168448 12527 33554432000 4194304 4896791 140735795583904 140735795581480 4225420 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3175/statm: 13713 12527 76 172 0 13539 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 92424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3181
/proc/meminfo: memFree=28215284/32873844 swapFree=7104/7104
[pid=3033] ppid=3031 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3033/stat : 3033 (runPb2sat.sh) S 3031 3033 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273381640 9367552 274 33554432000 4194304 5064252 140733349949600 140733349948512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3033/statm: 2287 274 233 213 0 72 0
[pid=3034] ppid=3033 vsize=19276 CPUtime=872.88 cores=0,2,4,6
/proc/3034/stat : 3034 (pb2sat) S 3033 3033 1205 0 -1 4202496 7101 58909 0 0 19 31 87198 40 20 0 1 0 273381640 19738624 3621 33554432000 4194304 5873084 140735851314304 140735851308120 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3034/statm: 4819 3621 171 410 0 4401 0
[pid=3174] ppid=3034 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3174/stat : 3174 (satsolver.sh) S 3034 3033 1205 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273468948 9367552 266 33554432000 4194304 5064252 140734617308144 140734617307056 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3174/statm: 2287 266 226 213 0 72 0
[pid=3175] ppid=3174 vsize=66528 CPUtime=927.16 cores=0,2,4,6
/proc/3175/stat : 3175 (glucose_static) R 3174 3033 1205 0 -1 4202496 41375 0 0 0 92681 35 0 0 20 0 1 0 273468948 68124672 14995 33554432000 4194304 4896791 140735795583904 140735795581432 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3175/statm: 16632 14995 76 172 0 16458 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 104100

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1799
CPU system time (s): 1.08183
CPU usage (%): 99.9817
Max. virtual memory (cumulated for all children) (KiB): 145572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.08183
maximum resident set size= 92484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108372
page faults= 0
swaps= 0
block input operations= 0
block output operations= 38704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77
involuntary context switches= 2493

runsolver used 8.5347 second user time and 19.1031 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-27 00:48:51
IDJOB=3696587
IDBENCH=2928
IDSOLVER=2274
FILE ID=node104/3696587-1338072531
RUNJOBID= node104-1338052957-1221
PBS_JOBID= 14624411
Free space on /tmp= 70988 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_4.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696587-1338072531/watcher-3696587-1338072531 -o /tmp/evaluation-result-3696587-1338072531/solver-3696587-1338072531 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696587-1338072531.opb 499529944 HOME HOME

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

MD5SUM BENCH= 1757d8d914b8f8f6b2c05049538ae81a
RANDOM SEED=499529944

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:        28850964 kB
Buffers:          297496 kB
Cached:          2789076 kB
SwapCached:            0 kB
Active:          1298672 kB
Inactive:        1914172 kB
Active(anon):     128776 kB
Inactive(anon):        0 kB
Active(file):    1169896 kB
Inactive(file):  1914172 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8548 kB
Writeback:             0 kB
AnonPages:        225472 kB
Mapped:            15432 kB
Shmem:               200 kB
Slab:             670556 kB
SReclaimable:     113164 kB
SUnreclaim:       557392 kB
KernelStack:        1504 kB
PageTables:         4056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     241704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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= 70896 MiB
End job on node104 at 2012-05-27 01:18:51