Trace number 3696822

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.15 1800.52

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/j120opt/
normalized-j12051_6.std.opb
MD5SUM75e952fe200f2a6f99db60c06cf77c7e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark228
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72842
Total number of constraints256265
Number of constraints which are clauses255065
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint98
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.16/4.24	c model valid
4.16/4.24	c current solution ok
10.06/10.23	o 277
10.06/10.23	c current bound: 138
11.74/11.92	c current bound: 208
1800.10/1800.51	./satsolver.sh: line 5:  9000 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.10/1800.51	c error: unexpected solver exit code
1800.10/1800.51	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-3696822-1338104362/watcher-3696822-1338104362 -o /tmp/evaluation-result-3696822-1338104362/solver-3696822-1338104362 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696822-1338104362.opb 1706164872 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.02 2.02 2.00 3/179 8990
/proc/meminfo: memFree=28825460/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8990/stat : 8990 (runPb2sat.sh) S 8988 8990 6832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276562289 9367552 275 33554432000 4194304 5064252 140735087388896 140735087387808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8990/statm: 2287 275 233 213 0 72 0

[startup+0.079121 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 8990
/proc/meminfo: memFree=28825460/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8990/stat : 8990 (runPb2sat.sh) S 8988 8990 6832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276562289 9367552 275 33554432000 4194304 5064252 140735087388896 140735087387808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8990/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100216 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 8990
/proc/meminfo: memFree=28825460/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8990/stat : 8990 (runPb2sat.sh) S 8988 8990 6832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276562289 9367552 275 33554432000 4194304 5064252 140735087388896 140735087387808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8990/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300219 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 8990
/proc/meminfo: memFree=28825460/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8990/stat : 8990 (runPb2sat.sh) S 8988 8990 6832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276562289 9367552 275 33554432000 4194304 5064252 140735087388896 140735087387808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8990/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700192 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 8990
/proc/meminfo: memFree=28825460/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8990/stat : 8990 (runPb2sat.sh) S 8988 8990 6832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276562289 9367552 275 33554432000 4194304 5064252 140735087388896 140735087387808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8990/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 8992
/proc/meminfo: memFree=28776796/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8990/stat : 8990 (runPb2sat.sh) S 8988 8990 6832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276562289 9367552 275 33554432000 4194304 5064252 140735087388896 140735087387808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8990/statm: 2287 275 233 213 0 72 0
[pid=8991] ppid=8990 vsize=116608 CPUtime=1.49 cores=0,2,4,6
/proc/8991/stat : 8991 (pb2sat) R 8990 8990 6832 0 -1 4202496 15804 0 0 0 146 3 0 0 20 0 1 0 276562289 119406592 25470 33554432000 4194304 5873084 140735871298752 140735871292696 4920028 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8991/statm: 29152 25470 157 410 0 28734 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 125756

[startup+3.10036 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 8994
/proc/meminfo: memFree=28552240/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8990/stat : 8990 (runPb2sat.sh) S 8988 8990 6832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276562289 9367552 275 33554432000 4194304 5064252 140735087388896 140735087387808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8990/statm: 2287 275 233 213 0 72 0
[pid=8991] ppid=8990 vsize=196792 CPUtime=1.89 cores=0,2,4,6
/proc/8991/stat : 8991 (pb2sat) S 8990 8990 6832 0 -1 4202496 20430 0 0 0 174 15 0 0 20 0 1 0 276562289 201515008 33230 33554432000 4194304 5873084 140735871298752 140735871295176 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/8991/statm: 49198 33230 164 410 0 48780 0
[pid=8993] ppid=8991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8993/stat : 8993 (satsolver.sh) S 8991 8990 6832 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276562481 9367552 267 33554432000 4194304 5064252 140736318719408 140736318718320 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8993/statm: 2287 267 226 213 0 72 0
[pid=8994] ppid=8993 vsize=477332 CPUtime=1.16 cores=0,2,4,6
/proc/8994/stat : 8994 (glucose_static) R 8993 8990 6832 0 -1 4202496 67501 0 0 0 101 15 0 0 20 0 1 0 276562481 488787968 97093 33554432000 4194304 4896791 140736858113184 140736857062072 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8994/statm: 119333 97093 76 172 0 119159 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 692420

[startup+6.30026 s]
/proc/loadavg: 2.10 2.04 2.01 3/181 8994
/proc/meminfo: memFree=28550956/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8990/stat : 8990 (runPb2sat.sh) S 8988 8990 6832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276562289 9367552 275 33554432000 4194304 5064252 140735087388896 140735087387808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8990/statm: 2287 275 233 213 0 72 0
[pid=8991] ppid=8990 vsize=239728 CPUtime=6.24 cores=0,2,4,6
/proc/8991/stat : 8991 (pb2sat) R 8990 8990 6832 0 -1 4202496 23597 70356 0 0 256 181 167 20 20 0 1 0 276562289 245481472 43972 33554432000 4194304 5873084 140735871298752 140735871294184 5127520 0 0 4096 0 0 0 0 17 4 0 0 2 0 0
/proc/8991/statm: 59932 43972 172 410 0 59514 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 248876

[startup+12.7004 s]
/proc/loadavg: 2.17 2.06 2.01 3/183 9000
/proc/meminfo: memFree=28492776/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8990/stat : 8990 (runPb2sat.sh) S 8988 8990 6832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276562289 9367552 275 33554432000 4194304 5064252 140735087388896 140735087387808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8990/statm: 2287 275 233 213 0 72 0
[pid=8991] ppid=8990 vsize=239728 CPUtime=11.87 cores=0,2,4,6
/proc/8991/stat : 8991 (pb2sat) S 8990 8990 6832 0 -1 4202496 25085 141722 0 0 326 496 304 61 20 0 1 0 276562289 245481472 43973 33554432000 4194304 5873084 140735871298752 140735871292568 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 4 0 0
/proc/8991/statm: 59932 43973 173 410 0 59514 0
[pid=8999] ppid=8991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8999/stat : 8999 (satsolver.sh) S 8991 8990 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276563484 9367552 266 33554432000 4194304 5064252 140736445796160 140736445795072 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 2287 266 226 213 0 72 0
[pid=9000] ppid=8999 vsize=328616 CPUtime=0.73 cores=0,2,4,6
/proc/9000/stat : 9000 (glucose_static) R 8999 8990 6832 0 -1 4202496 51838 0 0 0 62 11 0 0 20 0 1 0 276563485 336502784 72050 33554432000 4194304 4896791 140733474954448 140733473903336 4401607 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9000/statm: 82154 72051 58 172 0 81980 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 586640

[startup+25.5004 s]
/proc/loadavg: 2.20 2.07 2.01 3/183 9000
/proc/meminfo: memFree=28104580/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8990/stat : 8990 (runPb2sat.sh) S 8988 8990 6832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276562289 9367552 275 33554432000 4194304 5064252 140735087388896 140735087387808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8990/statm: 2287 275 233 213 0 72 0
[pid=8991] ppid=8990 vsize=239728 CPUtime=11.87 cores=0,2,4,6
/proc/8991/stat : 8991 (pb2sat) S 8990 8990 6832 0 -1 4202496 25085 141722 0 0 326 496 304 61 20 0 1 0 276562289 245481472 43973 33554432000 4194304 5873084 140735871298752 140735871292568 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 4 0 0
/proc/8991/statm: 59932 43973 173 410 0 59514 0
[pid=8999] ppid=8991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8999/stat : 8999 (satsolver.sh) S 8991 8990 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276563484 9367552 266 33554432000 4194304 5064252 140736445796160 140736445795072 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 2287 266 226 213 0 72 0
[pid=9000] ppid=8999 vsize=488532 CPUtime=13.53 cores=0,2,4,6
/proc/9000/stat : 9000 (glucose_static) R 8999 8990 6832 0 -1 4202496 72036 0 0 0 1337 16 0 0 20 0 1 0 276563485 500256768 101643 33554432000 4194304 4896791 140733474954448 140733474951752 4224706 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9000/statm: 122133 101643 78 172 0 121959 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 746556

[startup+51.1004 s]
/proc/loadavg: 2.20 2.08 2.02 3/184 9003
/proc/meminfo: memFree=28100664/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8990/stat : 8990 (runPb2sat.sh) S 8988 8990 6832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276562289 9367552 275 33554432000 4194304 5064252 140735087388896 140735087387808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8990/statm: 2287 275 233 213 0 72 0
[pid=8991] ppid=8990 vsize=239728 CPUtime=11.87 cores=0,2,4,6
/proc/8991/stat : 8991 (pb2sat) S 8990 8990 6832 0 -1 4202496 25085 141722 0 0 326 496 304 61 20 0 1 0 276562289 245481472 43973 33554432000 4194304 5873084 140735871298752 140735871292568 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 4 0 0
/proc/8991/statm: 59932 43973 173 410 0 59514 0
[pid=8999] ppid=8991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8999/stat : 8999 (satsolver.sh) S 8991 8990 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276563484 9367552 266 33554432000 4194304 5064252 140736445796160 140736445795072 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 2287 266 226 213 0 72 0
[pid=9000] ppid=8999 vsize=490380 CPUtime=39.13 cores=0,2,4,6
/proc/9000/stat : 9000 (glucose_static) R 8999 8990 6832 0 -1 4202496 72486 0 0 0 3896 17 0 0 20 0 1 0 276563485 502149120 102604 33554432000 4194304 4896791 140733474954448 140733474951656 4223862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9000/statm: 122595 102604 78 172 0 122421 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 748404

[startup+102.307 s]
/proc/loadavg: 2.09 2.06 2.01 3/183 9004
/proc/meminfo: memFree=28090868/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8990/stat : 8990 (runPb2sat.sh) S 8988 8990 6832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276562289 9367552 275 33554432000 4194304 5064252 140735087388896 140735087387808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8990/statm: 2287 275 233 213 0 72 0
[pid=8991] ppid=8990 vsize=239728 CPUtime=11.87 cores=0,2,4,6
/proc/8991/stat : 8991 (pb2sat) S 8990 8990 6832 0 -1 4202496 25085 141722 0 0 326 496 304 61 20 0 1 0 276562289 245481472 43973 33554432000 4194304 5873084 140735871298752 140735871292568 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 4 0 0
/proc/8991/statm: 59932 43973 173 410 0 59514 0
[pid=8999] ppid=8991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8999/stat : 8999 (satsolver.sh) S 8991 8990 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276563484 9367552 266 33554432000 4194304 5064252 140736445796160 140736445795072 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 2287 266 226 213 0 72 0
[pid=9000] ppid=8999 vsize=492012 CPUtime=90.33 cores=0,2,4,6
/proc/9000/stat : 9000 (glucose_static) R 8999 8990 6832 0 -1 4202496 74534 0 0 0 9015 18 0 0 20 0 1 0 276563485 503820288 104553 33554432000 4194304 4896791 140733474954448 140733474951816 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9000/statm: 123003 104553 78 172 0 122829 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 750036

[startup+162.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/183 9004
/proc/meminfo: memFree=28096116/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8990/stat : 8990 (runPb2sat.sh) S 8988 8990 6832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276562289 9367552 275 33554432000 4194304 5064252 140735087388896 140735087387808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8990/statm: 2287 275 233 213 0 72 0
[pid=8991] ppid=8990 vsize=239728 CPUtime=11.87 cores=0,2,4,6
/proc/8991/stat : 8991 (pb2sat) S 8990 8990 6832 0 -1 4202496 25085 141722 0 0 326 496 304 61 20 0 1 0 276562289 245481472 43973 33554432000 4194304 5873084 140735871298752 140735871292568 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 4 0 0
/proc/8991/statm: 59932 43973 173 410 0 59514 0
[pid=8999] ppid=8991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8999/stat : 8999 (satsolver.sh) S 8991 8990 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276563484 9367552 266 33554432000 4194304 5064252 140736445796160 140736445795072 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 2287 266 226 213 0 72 0
[pid=9000] ppid=8999 vsize=493540 CPUtime=150.3 cores=0,2,4,6
/proc/9000/stat : 9000 (glucose_static) R 8999 8990 6832 0 -1 4202496 77329 0 0 0 15011 19 0 0 20 0 1 0 276563485 505384960 103117 33554432000 4194304 4896791 140733474954448 140733474951656 4224821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9000/statm: 123385 103117 78 172 0 123211 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 751564

[startup+222.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 9004
/proc/meminfo: memFree=28085692/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.09 2.03 2.01 3/183 9041
/proc/meminfo: memFree=27719500/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8990/stat : 8990 (runPb2sat.sh) S 8988 8990 6832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276562289 9367552 275 33554432000 4194304 5064252 140735087388896 140735087387808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8990/statm: 2287 275 233 213 0 72 0
[pid=8991] ppid=8990 vsize=239728 CPUtime=11.87 cores=0,2,4,6
/proc/8991/stat : 8991 (pb2sat) S 8990 8990 6832 0 -1 4202496 25085 141722 0 0 326 496 304 61 20 0 1 0 276562289 245481472 43973 33554432000 4194304 5873084 140735871298752 140735871292568 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 4 0 0
/proc/8991/statm: 59932 43973 173 410 0 59514 0
[pid=8999] ppid=8991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8999/stat : 8999 (satsolver.sh) S 8991 8990 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276563484 9367552 266 33554432000 4194304 5064252 140736445796160 140736445795072 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 2287 266 226 213 0 72 0
[pid=9000] ppid=8999 vsize=507884 CPUtime=1410.08 cores=0,2,4,6
/proc/9000/stat : 9000 (glucose_static) R 8999 8990 6832 0 -1 4202496 112818 0 0 0 140964 44 0 0 20 0 1 0 276563485 520073216 108526 33554432000 4194304 4896791 140733474954448 140733474951656 4225379 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9000/statm: 126971 108526 78 172 0 126797 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 765908

[startup+1482.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 9041
/proc/meminfo: memFree=27708144/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8990/stat : 8990 (runPb2sat.sh) S 8988 8990 6832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276562289 9367552 275 33554432000 4194304 5064252 140735087388896 140735087387808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8990/statm: 2287 275 233 213 0 72 0
[pid=8991] ppid=8990 vsize=239728 CPUtime=11.87 cores=0,2,4,6
/proc/8991/stat : 8991 (pb2sat) S 8990 8990 6832 0 -1 4202496 25085 141722 0 0 326 496 304 61 20 0 1 0 276562289 245481472 43973 33554432000 4194304 5873084 140735871298752 140735871292568 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 4 0 0
/proc/8991/statm: 59932 43973 173 410 0 59514 0
[pid=8999] ppid=8991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8999/stat : 8999 (satsolver.sh) S 8991 8990 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276563484 9367552 266 33554432000 4194304 5064252 140736445796160 140736445795072 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 2287 266 226 213 0 72 0
[pid=9000] ppid=8999 vsize=508396 CPUtime=1470.07 cores=0,2,4,6
/proc/9000/stat : 9000 (glucose_static) R 8999 8990 6832 0 -1 4202496 114578 0 0 0 146962 45 0 0 20 0 1 0 276563485 520597504 110696 33554432000 4194304 4896791 140733474954448 140733474951656 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9000/statm: 127099 110696 78 172 0 126925 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 766420

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 9041
/proc/meminfo: memFree=27697076/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8990/stat : 8990 (runPb2sat.sh) S 8988 8990 6832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276562289 9367552 275 33554432000 4194304 5064252 140735087388896 140735087387808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8990/statm: 2287 275 233 213 0 72 0
[pid=8991] ppid=8990 vsize=239728 CPUtime=11.87 cores=0,2,4,6
/proc/8991/stat : 8991 (pb2sat) S 8990 8990 6832 0 -1 4202496 25085 141722 0 0 326 496 304 61 20 0 1 0 276562289 245481472 43973 33554432000 4194304 5873084 140735871298752 140735871292568 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 4 0 0
/proc/8991/statm: 59932 43973 173 410 0 59514 0
[pid=8999] ppid=8991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8999/stat : 8999 (satsolver.sh) S 8991 8990 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276563484 9367552 266 33554432000 4194304 5064252 140736445796160 140736445795072 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 2287 266 226 213 0 72 0
[pid=9000] ppid=8999 vsize=509000 CPUtime=1530.06 cores=0,2,4,6
/proc/9000/stat : 9000 (glucose_static) R 8999 8990 6832 0 -1 4202496 116372 0 0 0 152961 45 0 0 20 0 1 0 276563485 521216000 112881 33554432000 4194304 4896791 140733474954448 140733474951656 4224696 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9000/statm: 127250 112881 78 172 0 127076 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 767024

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 9041
/proc/meminfo: memFree=27710908/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8990/stat : 8990 (runPb2sat.sh) S 8988 8990 6832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276562289 9367552 275 33554432000 4194304 5064252 140735087388896 140735087387808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8990/statm: 2287 275 233 213 0 72 0
[pid=8991] ppid=8990 vsize=239728 CPUtime=11.87 cores=0,2,4,6
/proc/8991/stat : 8991 (pb2sat) S 8990 8990 6832 0 -1 4202496 25085 141722 0 0 326 496 304 61 20 0 1 0 276562289 245481472 43973 33554432000 4194304 5873084 140735871298752 140735871292568 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 4 0 0
/proc/8991/statm: 59932 43973 173 410 0 59514 0
[pid=8999] ppid=8991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8999/stat : 8999 (satsolver.sh) S 8991 8990 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276563484 9367552 266 33554432000 4194304 5064252 140736445796160 140736445795072 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 2287 266 226 213 0 72 0
[pid=9000] ppid=8999 vsize=509272 CPUtime=1590.05 cores=0,2,4,6
/proc/9000/stat : 9000 (glucose_static) R 8999 8990 6832 0 -1 4202496 116724 0 0 0 158959 46 0 0 20 0 1 0 276563485 521494528 109490 33554432000 4194304 4896791 140733474954448 140733474951656 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9000/statm: 127318 109490 78 172 0 127144 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 767296

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 9102
/proc/meminfo: memFree=30367932/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8990/stat : 8990 (runPb2sat.sh) S 8988 8990 6832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276562289 9367552 275 33554432000 4194304 5064252 140735087388896 140735087387808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8990/statm: 2287 275 233 213 0 72 0
[pid=8991] ppid=8990 vsize=239728 CPUtime=11.87 cores=0,2,4,6
/proc/8991/stat : 8991 (pb2sat) S 8990 8990 6832 0 -1 4202496 25085 141722 0 0 326 496 304 61 20 0 1 0 276562289 245481472 43973 33554432000 4194304 5873084 140735871298752 140735871292568 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 4 0 0
/proc/8991/statm: 59932 43973 173 410 0 59514 0
[pid=8999] ppid=8991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8999/stat : 8999 (satsolver.sh) S 8991 8990 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276563484 9367552 266 33554432000 4194304 5064252 140736445796160 140736445795072 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 2287 266 226 213 0 72 0
[pid=9000] ppid=8999 vsize=509848 CPUtime=1650.04 cores=0,2,4,6
/proc/9000/stat : 9000 (glucose_static) R 8999 8990 6832 0 -1 4202496 116878 0 0 0 164957 47 0 0 20 0 1 0 276563485 522084352 111688 33554432000 4194304 4896791 140733474954448 140733474950184 4225445 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9000/statm: 127462 111688 78 172 0 127288 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 767872

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 9172
/proc/meminfo: memFree=30595280/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8990/stat : 8990 (runPb2sat.sh) S 8988 8990 6832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276562289 9367552 275 33554432000 4194304 5064252 140735087388896 140735087387808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8990/statm: 2287 275 233 213 0 72 0
[pid=8991] ppid=8990 vsize=239728 CPUtime=11.87 cores=0,2,4,6
/proc/8991/stat : 8991 (pb2sat) S 8990 8990 6832 0 -1 4202496 25085 141722 0 0 326 496 304 61 20 0 1 0 276562289 245481472 43973 33554432000 4194304 5873084 140735871298752 140735871292568 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 4 0 0
/proc/8991/statm: 59932 43973 173 410 0 59514 0
[pid=8999] ppid=8991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8999/stat : 8999 (satsolver.sh) S 8991 8990 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276563484 9367552 266 33554432000 4194304 5064252 140736445796160 140736445795072 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 2287 266 226 213 0 72 0
[pid=9000] ppid=8999 vsize=510648 CPUtime=1710.03 cores=0,2,4,6
/proc/9000/stat : 9000 (glucose_static) R 8999 8990 6832 0 -1 4202496 117144 0 0 0 170955 48 0 0 20 0 1 0 276563485 522903552 107603 33554432000 4194304 4896791 140733474954448 140733474952024 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9000/statm: 127662 107603 78 172 0 127488 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 768672

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 9218
/proc/meminfo: memFree=30642384/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8990/stat : 8990 (runPb2sat.sh) S 8988 8990 6832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276562289 9367552 275 33554432000 4194304 5064252 140735087388896 140735087387808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8990/statm: 2287 275 233 213 0 72 0
[pid=8991] ppid=8990 vsize=239728 CPUtime=11.87 cores=0,2,4,6
/proc/8991/stat : 8991 (pb2sat) S 8990 8990 6832 0 -1 4202496 25085 141722 0 0 326 496 304 61 20 0 1 0 276562289 245481472 43973 33554432000 4194304 5873084 140735871298752 140735871292568 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 4 0 0
/proc/8991/statm: 59932 43973 173 410 0 59514 0
[pid=8999] ppid=8991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8999/stat : 8999 (satsolver.sh) S 8991 8990 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276563484 9367552 266 33554432000 4194304 5064252 140736445796160 140736445795072 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 2287 266 226 213 0 72 0
[pid=9000] ppid=8999 vsize=510912 CPUtime=1770.02 cores=0,2,4,6
/proc/9000/stat : 9000 (glucose_static) R 8999 8990 6832 0 -1 4202496 117206 0 0 0 176954 48 0 0 20 0 1 0 276563485 523173888 109709 33554432000 4194304 4896791 140733474954448 140733474951656 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9000/statm: 127728 109709 78 172 0 127554 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 768936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 9218
/proc/meminfo: memFree=30638588/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8990/stat : 8990 (runPb2sat.sh) S 8988 8990 6832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276562289 9367552 275 33554432000 4194304 5064252 140735087388896 140735087387808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8990/statm: 2287 275 233 213 0 72 0
[pid=8991] ppid=8990 vsize=239728 CPUtime=11.87 cores=0,2,4,6
/proc/8991/stat : 8991 (pb2sat) S 8990 8990 6832 0 -1 4202496 25085 141722 0 0 326 496 304 61 20 0 1 0 276562289 245481472 43973 33554432000 4194304 5873084 140735871298752 140735871292568 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 4 0 0
/proc/8991/statm: 59932 43973 173 410 0 59514 0
[pid=8999] ppid=8991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8999/stat : 8999 (satsolver.sh) S 8991 8990 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276563484 9367552 266 33554432000 4194304 5064252 140736445796160 140736445795072 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 2287 266 226 213 0 72 0
[pid=9000] ppid=8999 vsize=511060 CPUtime=1788.23 cores=0,2,4,6
/proc/9000/stat : 9000 (glucose_static) R 8999 8990 6832 0 -1 4202496 117231 0 0 0 178775 48 0 0 20 0 1 0 276563485 523325440 110245 33554432000 4194304 4896791 140733474954448 140733474951656 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9000/statm: 127765 110245 78 172 0 127591 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 769084

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 9218
/proc/meminfo: memFree=30638588/32873844 swapFree=7372/7372
[pid=8990] ppid=8988 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8990/stat : 8990 (runPb2sat.sh) S 8988 8990 6832 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276562289 9367552 275 33554432000 4194304 5064252 140735087388896 140735087387808 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8990/statm: 2287 275 233 213 0 72 0
[pid=8991] ppid=8990 vsize=239728 CPUtime=11.87 cores=0,2,4,6
/proc/8991/stat : 8991 (pb2sat) S 8990 8990 6832 0 -1 4202496 25085 141722 0 0 326 496 304 61 20 0 1 0 276562289 245481472 43973 33554432000 4194304 5873084 140735871298752 140735871292568 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 4 0 0
/proc/8991/statm: 59932 43973 173 410 0 59514 0
[pid=8999] ppid=8991 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8999/stat : 8999 (satsolver.sh) S 8991 8990 6832 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276563484 9367552 266 33554432000 4194304 5064252 140736445796160 140736445795072 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8999/statm: 2287 266 226 213 0 72 0
[pid=9000] ppid=8999 vsize=511060 CPUtime=1788.23 cores=0,2,4,6
/proc/9000/stat : 9000 (glucose_static) R 8999 8990 6832 0 -1 4202496 117231 0 0 0 178775 48 0 0 20 0 1 0 276563485 523325440 110245 33554432000 4194304 4896791 140733474954448 140733474951656 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9000/statm: 127765 110245 78 172 0 127591 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 769084

Child status: 0
Real time (s): 1800.52
CPU time (s): 1800.15
CPU user time (s): 1794.07
CPU system time (s): 6.08008
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 848812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.07
system time used= 6.08007
maximum resident set size= 509068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285026
page faults= 0
swaps= 0
block input operations= 8
block output operations= 567576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103
involuntary context switches= 1910

runsolver used 2.68759 second user time and 7.17691 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-27 09:39:22
IDJOB=3696822
IDBENCH=77238
IDSOLVER=2274
FILE ID=node118/3696822-1338104362
RUNJOBID= node118-1338087839-6848
PBS_JOBID= 14624448
Free space on /tmp= 71352 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/oliveras/j120opt/normalized-j12051_6.std.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696822-1338104362/watcher-3696822-1338104362 -o /tmp/evaluation-result-3696822-1338104362/solver-3696822-1338104362 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696822-1338104362.opb 1706164872 HOME HOME

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

MD5SUM BENCH= 75e952fe200f2a6f99db60c06cf77c7e
RANDOM SEED=1706164872

node118.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.212
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.42
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.212
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	: 5438.55
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.212
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.92
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.212
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.91
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.212
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	: 5320.68
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.212
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.212
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.212
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:        28825592 kB
Buffers:          307344 kB
Cached:           616284 kB
SwapCached:            0 kB
Active:          3060500 kB
Inactive:         155548 kB
Active(anon):    2282416 kB
Inactive(anon):    11324 kB
Active(file):     778084 kB
Inactive(file):   144224 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16712 kB
Writeback:             0 kB
AnonPages:       2392816 kB
Mapped:            12560 kB
Shmem:               200 kB
Slab:             687452 kB
SReclaimable:     128684 kB
SUnreclaim:       558768 kB
KernelStack:        1480 kB
PageTables:         8556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2955248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    653312 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= 71516 MiB
End job on node118 at 2012-05-27 10:09:22