Trace number 3696395

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.1 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-data10_3.opb
MD5SUMdccfffd22c38fcd3c497d688dab4b7a4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark76666
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 79290
Optimality of the best value was proved NO
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 559660
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 559660
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

5.77/5.88	c model valid
5.77/5.88	c current solution ok
8.36/8.45	o 92667
8.36/8.45	c current bound: 46333
8.36/8.45	c fallback to adder encoding
785.80/786.06	c current bound: 69500
785.80/786.06	c fallback to adder encoding
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-3696395-1338056549/watcher-3696395-1338056549 -o /tmp/evaluation-result-3696395-1338056549/solver-3696395-1338056549 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696395-1338056549.opb 43235272 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.02 2.01 2.00 3/178 15888
/proc/meminfo: memFree=27593524/32873648 swapFree=6336/6336
[pid=15888] ppid=15886 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15888/stat : 15888 (runPb2sat.sh) S 15886 15888 15605 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271782138 9367552 275 33554432000 4194304 5064252 140734379492880 140734379491792 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15888/statm: 2287 275 233 213 0 72 0

[startup+0.0802329 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 15888
/proc/meminfo: memFree=27593524/32873648 swapFree=6336/6336
[pid=15888] ppid=15886 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15888/stat : 15888 (runPb2sat.sh) S 15886 15888 15605 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271782138 9367552 275 33554432000 4194304 5064252 140734379492880 140734379491792 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15888/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100239 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 15888
/proc/meminfo: memFree=27593524/32873648 swapFree=6336/6336
[pid=15888] ppid=15886 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15888/stat : 15888 (runPb2sat.sh) S 15886 15888 15605 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271782138 9367552 275 33554432000 4194304 5064252 140734379492880 140734379491792 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15888/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300255 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 15888
/proc/meminfo: memFree=27593524/32873648 swapFree=6336/6336
[pid=15888] ppid=15886 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15888/stat : 15888 (runPb2sat.sh) S 15886 15888 15605 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271782138 9367552 275 33554432000 4194304 5064252 140734379492880 140734379491792 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15888/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700259 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 15888
/proc/meminfo: memFree=27593524/32873648 swapFree=6336/6336
[pid=15888] ppid=15886 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15888/stat : 15888 (runPb2sat.sh) S 15886 15888 15605 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271782138 9367552 275 33554432000 4194304 5064252 140734379492880 140734379491792 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15888/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15942
/proc/meminfo: memFree=27558756/32873648 swapFree=6336/6336
[pid=15888] ppid=15886 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15888/stat : 15888 (runPb2sat.sh) S 15886 15888 15605 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271782138 9367552 275 33554432000 4194304 5064252 140734379492880 140734379491792 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15888/statm: 2287 275 233 213 0 72 0
[pid=15890] ppid=15888 vsize=40044 CPUtime=1.49 cores=1,3,5,7
/proc/15890/stat : 15890 (pb2sat) R 15888 15888 15605 0 -1 4202496 4419 0 0 0 148 1 0 0 20 0 1 0 271782138 41005056 6946 33554432000 4194304 5873084 140736472520544 140736472517496 4392852 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15890/statm: 10011 6946 146 410 0 9593 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49192

[startup+3.10041 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 15944
/proc/meminfo: memFree=27406844/32873648 swapFree=6336/6336
[pid=15888] ppid=15886 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15888/stat : 15888 (runPb2sat.sh) S 15886 15888 15605 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271782138 9367552 275 33554432000 4194304 5064252 140734379492880 140734379491792 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15888/statm: 2287 275 233 213 0 72 0
[pid=15890] ppid=15888 vsize=91688 CPUtime=1.85 cores=1,3,5,7
/proc/15890/stat : 15890 (pb2sat) S 15888 15888 15605 0 -1 4202496 10053 0 0 0 178 7 0 0 20 0 1 0 271782138 93888512 14836 33554432000 4194304 5873084 140736472520544 140736472516968 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15890/statm: 22922 14836 165 410 0 22504 0
[pid=15943] ppid=15890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15943/stat : 15943 (satsolver.sh) S 15890 15888 15605 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271782325 9367552 267 33554432000 4194304 5064252 140737185424480 140737185423392 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15943/statm: 2287 267 226 213 0 72 0
[pid=15944] ppid=15943 vsize=106168 CPUtime=1.21 cores=1,3,5,7
/proc/15944/stat : 15944 (glucose_static) R 15943 15888 15605 0 -1 4202496 18701 0 0 0 117 4 0 0 20 0 1 0 271782326 108716032 23769 33554432000 4194304 4896791 140734199478448 140734199475768 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15944/statm: 26542 23769 78 172 0 26368 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 216152

[startup+6.30016 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 15946
/proc/meminfo: memFree=27205540/32873648 swapFree=6336/6336
[pid=15888] ppid=15886 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15888/stat : 15888 (runPb2sat.sh) S 15886 15888 15605 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271782138 9367552 275 33554432000 4194304 5064252 140734379492880 140734379491792 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15888/statm: 2287 275 233 213 0 72 0
[pid=15890] ppid=15888 vsize=97952 CPUtime=6.28 cores=1,3,5,7
/proc/15890/stat : 15890 (pb2sat) R 15888 15888 15605 0 -1 4202496 11400 19972 0 0 198 43 381 6 20 0 1 0 271782138 100302848 16166 33554432000 4194304 5873084 140736472520544 140736472515976 5127520 0 0 4096 0 0 0 0 17 7 0 0 0 0 0
/proc/15890/statm: 24488 16166 174 410 0 24070 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 107100

[startup+12.7004 s]
/proc/loadavg: 2.10 2.03 2.01 3/183 15952
/proc/meminfo: memFree=27028476/32873648 swapFree=6336/6336
[pid=15888] ppid=15886 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15888/stat : 15888 (runPb2sat.sh) S 15886 15888 15605 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271782138 9367552 275 33554432000 4194304 5064252 140734379492880 140734379491792 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15888/statm: 2287 275 233 213 0 72 0
[pid=15890] ppid=15888 vsize=111388 CPUtime=8.51 cores=1,3,5,7
/proc/15890/stat : 15890 (pb2sat) S 15888 15888 15605 0 -1 4202496 13533 20484 0 0 236 222 381 12 20 0 1 0 271782138 114061312 19140 33554432000 4194304 5873084 140736472520544 140736472514360 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15890/statm: 27847 19140 182 410 0 27429 0
[pid=15948] ppid=15890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15948/stat : 15948 (satsolver.sh) S 15890 15888 15605 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271782992 9367552 267 33554432000 4194304 5064252 140733320996400 140733320995312 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15948/statm: 2287 267 226 213 0 72 0
[pid=15949] ppid=15948 vsize=132144 CPUtime=4.14 cores=1,3,5,7
/proc/15949/stat : 15949 (glucose_static) R 15948 15888 15605 0 -1 4202496 22536 0 0 0 410 4 0 0 20 0 1 0 271782993 135315456 29322 33554432000 4194304 4896791 140734383057776 140734383054984 4204125 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15949/statm: 33036 29322 78 172 0 32862 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 261828

[startup+25.5003 s]
/proc/loadavg: 2.08 2.02 2.00 3/183 15952
/proc/meminfo: memFree=27020568/32873648 swapFree=6336/6336
[pid=15888] ppid=15886 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15888/stat : 15888 (runPb2sat.sh) S 15886 15888 15605 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271782138 9367552 275 33554432000 4194304 5064252 140734379492880 140734379491792 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15888/statm: 2287 275 233 213 0 72 0
[pid=15890] ppid=15888 vsize=111388 CPUtime=8.51 cores=1,3,5,7
/proc/15890/stat : 15890 (pb2sat) S 15888 15888 15605 0 -1 4202496 13533 20484 0 0 236 222 381 12 20 0 1 0 271782138 114061312 19140 33554432000 4194304 5873084 140736472520544 140736472514360 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15890/statm: 27847 19140 182 410 0 27429 0
[pid=15948] ppid=15890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15948/stat : 15948 (satsolver.sh) S 15890 15888 15605 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271782992 9367552 267 33554432000 4194304 5064252 140733320996400 140733320995312 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15948/statm: 2287 267 226 213 0 72 0
[pid=15949] ppid=15948 vsize=135404 CPUtime=16.94 cores=1,3,5,7
/proc/15949/stat : 15949 (glucose_static) R 15948 15888 15605 0 -1 4202496 23825 0 0 0 1688 6 0 0 20 0 1 0 271782993 138653696 29613 33554432000 4194304 4896791 140734383057776 140734383054984 4225002 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15949/statm: 33851 29613 78 172 0 33677 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 265088

[startup+51.1004 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 15952
/proc/meminfo: memFree=27007708/32873648 swapFree=6336/6336
[pid=15888] ppid=15886 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15888/stat : 15888 (runPb2sat.sh) S 15886 15888 15605 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271782138 9367552 275 33554432000 4194304 5064252 140734379492880 140734379491792 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15888/statm: 2287 275 233 213 0 72 0
[pid=15890] ppid=15888 vsize=111388 CPUtime=8.51 cores=1,3,5,7
/proc/15890/stat : 15890 (pb2sat) S 15888 15888 15605 0 -1 4202496 13533 20484 0 0 236 222 381 12 20 0 1 0 271782138 114061312 19140 33554432000 4194304 5873084 140736472520544 140736472514360 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15890/statm: 27847 19140 182 410 0 27429 0
[pid=15948] ppid=15890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15948/stat : 15948 (satsolver.sh) S 15890 15888 15605 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271782992 9367552 267 33554432000 4194304 5064252 140733320996400 140733320995312 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15948/statm: 2287 267 226 213 0 72 0
[pid=15949] ppid=15948 vsize=170384 CPUtime=42.54 cores=1,3,5,7
/proc/15949/stat : 15949 (glucose_static) R 15948 15888 15605 0 -1 4202496 26677 0 0 0 4245 9 0 0 20 0 1 0 271782993 174473216 33800 33554432000 4194304 4896791 140734383057776 140734383055304 4203709 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15949/statm: 42596 33800 78 172 0 42422 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 300068

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 15952
/proc/meminfo: memFree=27000844/32873648 swapFree=6336/6336
[pid=15888] ppid=15886 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15888/stat : 15888 (runPb2sat.sh) S 15886 15888 15605 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271782138 9367552 275 33554432000 4194304 5064252 140734379492880 140734379491792 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15888/statm: 2287 275 233 213 0 72 0
[pid=15890] ppid=15888 vsize=111388 CPUtime=8.51 cores=1,3,5,7
/proc/15890/stat : 15890 (pb2sat) S 15888 15888 15605 0 -1 4202496 13533 20484 0 0 236 222 381 12 20 0 1 0 271782138 114061312 19140 33554432000 4194304 5873084 140736472520544 140736472514360 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15890/statm: 27847 19140 182 410 0 27429 0
[pid=15948] ppid=15890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15948/stat : 15948 (satsolver.sh) S 15890 15888 15605 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271782992 9367552 267 33554432000 4194304 5064252 140733320996400 140733320995312 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15948/statm: 2287 267 226 213 0 72 0
[pid=15949] ppid=15948 vsize=146016 CPUtime=93.72 cores=1,3,5,7
/proc/15949/stat : 15949 (glucose_static) R 15948 15888 15605 0 -1 4202496 31647 0 0 0 9357 15 0 0 20 0 1 0 271782993 149520384 33436 33554432000 4194304 4896791 140734383057776 140734383054984 4225191 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15949/statm: 36504 33436 78 172 0 36330 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 275700

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 15953
/proc/meminfo: memFree=26978840/32873648 swapFree=6336/6336
[pid=15888] ppid=15886 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15888/stat : 15888 (runPb2sat.sh) S 15886 15888 15605 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271782138 9367552 275 33554432000 4194304 5064252 140734379492880 140734379491792 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15888/statm: 2287 275 233 213 0 72 0
[pid=15890] ppid=15888 vsize=111388 CPUtime=8.51 cores=1,3,5,7
/proc/15890/stat : 15890 (pb2sat) S 15888 15888 15605 0 -1 4202496 13533 20484 0 0 236 222 381 12 20 0 1 0 271782138 114061312 19140 33554432000 4194304 5873084 140736472520544 140736472514360 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15890/statm: 27847 19140 182 410 0 27429 0
[pid=15948] ppid=15890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15948/stat : 15948 (satsolver.sh) S 15890 15888 15605 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271782992 9367552 267 33554432000 4194304 5064252 140733320996400 140733320995312 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15948/statm: 2287 267 226 213 0 72 0
[pid=15949] ppid=15948 vsize=183584 CPUtime=153.69 cores=1,3,5,7
/proc/15949/stat : 15949 (glucose_static) R 15948 15888 15605 0 -1 4202496 37926 0 0 0 15347 22 0 0 20 0 1 0 271782993 187990016 38107 33554432000 4194304 4896791 140734383057776 140734383053512 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15949/statm: 45896 38107 78 172 0 45722 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 313268

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 15953
/proc/meminfo: memFree=26968888/32873648 swapFree=6336/6336
[pid=15888] ppid=15886 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/15962/stat : 15962 (glucose_static) R 15961 15888 15605 0 -1 4202496 47291 0 0 0 63553 49 0 0 20 0 1 0 271860753 208838656 42752 33554432000 4194304 4896791 140734643705296 140734643702504 4205685 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15962/statm: 50986 42752 78 172 0 50812 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 333628

[startup+1482.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 15967
/proc/meminfo: memFree=26897112/32873648 swapFree=6336/6336
[pid=15888] ppid=15886 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15888/stat : 15888 (runPb2sat.sh) S 15886 15888 15605 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271782138 9367552 275 33554432000 4194304 5064252 140734379492880 140734379491792 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15888/statm: 2287 275 233 213 0 72 0
[pid=15890] ppid=15888 vsize=111388 CPUtime=785.94 cores=1,3,5,7
/proc/15890/stat : 15890 (pb2sat) S 15888 15888 15605 0 -1 4202496 15710 88551 0 0 245 222 78046 81 20 0 1 0 271782138 114061312 19140 33554432000 4194304 5873084 140736472520544 140736472514360 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15890/statm: 27847 19140 182 410 0 27429 0
[pid=15961] ppid=15890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15961/stat : 15961 (satsolver.sh) S 15890 15888 15605 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271860753 9367552 267 33554432000 4194304 5064252 140734719489904 140734719488816 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15961/statm: 2287 267 226 213 0 72 0
[pid=15962] ppid=15961 vsize=206380 CPUtime=696 cores=1,3,5,7
/proc/15962/stat : 15962 (glucose_static) R 15961 15888 15605 0 -1 4202496 49685 0 0 0 69547 53 0 0 20 0 1 0 271860753 211333120 42835 33554432000 4194304 4896791 140734643705296 140734643702872 4205124 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15962/statm: 51595 42835 78 172 0 51421 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 336064

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 15967
/proc/meminfo: memFree=26872492/32873648 swapFree=6336/6336
[pid=15888] ppid=15886 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15888/stat : 15888 (runPb2sat.sh) S 15886 15888 15605 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271782138 9367552 275 33554432000 4194304 5064252 140734379492880 140734379491792 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15888/statm: 2287 275 233 213 0 72 0
[pid=15890] ppid=15888 vsize=111388 CPUtime=785.94 cores=1,3,5,7
/proc/15890/stat : 15890 (pb2sat) S 15888 15888 15605 0 -1 4202496 15710 88551 0 0 245 222 78046 81 20 0 1 0 271782138 114061312 19140 33554432000 4194304 5873084 140736472520544 140736472514360 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15890/statm: 27847 19140 182 410 0 27429 0
[pid=15961] ppid=15890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15961/stat : 15961 (satsolver.sh) S 15890 15888 15605 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271860753 9367552 267 33554432000 4194304 5064252 140734719489904 140734719488816 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15961/statm: 2287 267 226 213 0 72 0
[pid=15962] ppid=15961 vsize=209140 CPUtime=755.99 cores=1,3,5,7
/proc/15962/stat : 15962 (glucose_static) R 15961 15888 15605 0 -1 4202496 51182 0 0 0 75544 55 0 0 20 0 1 0 271860753 214159360 49627 33554432000 4194304 4896791 140734643705296 140734643702504 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15962/statm: 52285 49627 78 172 0 52111 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 338824

[startup+1602.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/183 15967
/proc/meminfo: memFree=26900976/32873648 swapFree=6336/6336
[pid=15888] ppid=15886 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15888/stat : 15888 (runPb2sat.sh) S 15886 15888 15605 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271782138 9367552 275 33554432000 4194304 5064252 140734379492880 140734379491792 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15888/statm: 2287 275 233 213 0 72 0
[pid=15890] ppid=15888 vsize=111388 CPUtime=785.94 cores=1,3,5,7
/proc/15890/stat : 15890 (pb2sat) S 15888 15888 15605 0 -1 4202496 15710 88551 0 0 245 222 78046 81 20 0 1 0 271782138 114061312 19140 33554432000 4194304 5873084 140736472520544 140736472514360 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15890/statm: 27847 19140 182 410 0 27429 0
[pid=15961] ppid=15890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15961/stat : 15961 (satsolver.sh) S 15890 15888 15605 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271860753 9367552 267 33554432000 4194304 5064252 140734719489904 140734719488816 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15961/statm: 2287 267 226 213 0 72 0
[pid=15962] ppid=15961 vsize=211316 CPUtime=815.98 cores=1,3,5,7
/proc/15962/stat : 15962 (glucose_static) R 15961 15888 15605 0 -1 4202496 54622 0 0 0 81538 60 0 0 20 0 1 0 271860753 216387584 45578 33554432000 4194304 4896791 140734643705296 140734643700312 4223809 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15962/statm: 52829 45578 78 172 0 52655 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 341000

[startup+1662.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/183 15970
/proc/meminfo: memFree=26878332/32873648 swapFree=6336/6336
[pid=15888] ppid=15886 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15888/stat : 15888 (runPb2sat.sh) S 15886 15888 15605 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271782138 9367552 275 33554432000 4194304 5064252 140734379492880 140734379491792 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15888/statm: 2287 275 233 213 0 72 0
[pid=15890] ppid=15888 vsize=111388 CPUtime=785.94 cores=1,3,5,7
/proc/15890/stat : 15890 (pb2sat) S 15888 15888 15605 0 -1 4202496 15710 88551 0 0 245 222 78046 81 20 0 1 0 271782138 114061312 19140 33554432000 4194304 5873084 140736472520544 140736472514360 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15890/statm: 27847 19140 182 410 0 27429 0
[pid=15961] ppid=15890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15961/stat : 15961 (satsolver.sh) S 15890 15888 15605 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271860753 9367552 267 33554432000 4194304 5064252 140734719489904 140734719488816 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15961/statm: 2287 267 226 213 0 72 0
[pid=15962] ppid=15961 vsize=262952 CPUtime=875.97 cores=1,3,5,7
/proc/15962/stat : 15962 (glucose_static) R 15961 15888 15605 0 -1 4202496 57344 0 0 0 87533 64 0 0 20 0 1 0 271860753 269262848 52396 33554432000 4194304 4896791 140734643705296 140734643702504 4225124 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15962/statm: 65738 52396 78 172 0 65564 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 392636

[startup+1722.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/183 15971
/proc/meminfo: memFree=26876984/32873648 swapFree=6336/6336
[pid=15888] ppid=15886 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15888/stat : 15888 (runPb2sat.sh) S 15886 15888 15605 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271782138 9367552 275 33554432000 4194304 5064252 140734379492880 140734379491792 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15888/statm: 2287 275 233 213 0 72 0
[pid=15890] ppid=15888 vsize=111388 CPUtime=785.94 cores=1,3,5,7
/proc/15890/stat : 15890 (pb2sat) S 15888 15888 15605 0 -1 4202496 15710 88551 0 0 245 222 78046 81 20 0 1 0 271782138 114061312 19140 33554432000 4194304 5873084 140736472520544 140736472514360 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15890/statm: 27847 19140 182 410 0 27429 0
[pid=15961] ppid=15890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15961/stat : 15961 (satsolver.sh) S 15890 15888 15605 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271860753 9367552 267 33554432000 4194304 5064252 140734719489904 140734719488816 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15961/statm: 2287 267 226 213 0 72 0
[pid=15962] ppid=15961 vsize=266980 CPUtime=935.96 cores=1,3,5,7
/proc/15962/stat : 15962 (glucose_static) R 15961 15888 15605 0 -1 4202496 59508 0 0 0 93529 67 0 0 20 0 1 0 271860753 273387520 55173 33554432000 4194304 4896791 140734643705296 140734643702504 4224960 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15962/statm: 66745 55173 78 172 0 66571 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 396664

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 15971
/proc/meminfo: memFree=26863248/32873648 swapFree=6336/6336
[pid=15888] ppid=15886 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15888/stat : 15888 (runPb2sat.sh) S 15886 15888 15605 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271782138 9367552 275 33554432000 4194304 5064252 140734379492880 140734379491792 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15888/statm: 2287 275 233 213 0 72 0
[pid=15890] ppid=15888 vsize=111388 CPUtime=785.94 cores=1,3,5,7
/proc/15890/stat : 15890 (pb2sat) S 15888 15888 15605 0 -1 4202496 15710 88551 0 0 245 222 78046 81 20 0 1 0 271782138 114061312 19140 33554432000 4194304 5873084 140736472520544 140736472514360 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15890/statm: 27847 19140 182 410 0 27429 0
[pid=15961] ppid=15890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15961/stat : 15961 (satsolver.sh) S 15890 15888 15605 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271860753 9367552 267 33554432000 4194304 5064252 140734719489904 140734719488816 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15961/statm: 2287 267 226 213 0 72 0
[pid=15962] ppid=15961 vsize=218160 CPUtime=995.95 cores=1,3,5,7
/proc/15962/stat : 15962 (glucose_static) R 15961 15888 15605 0 -1 4202496 61685 0 0 0 99524 71 0 0 20 0 1 0 271860753 223395840 48554 33554432000 4194304 4896791 140734643705296 140734643701032 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15962/statm: 54540 48554 78 172 0 54366 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 347844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 15971
/proc/meminfo: memFree=26883028/32873648 swapFree=6336/6336
[pid=15888] ppid=15886 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15888/stat : 15888 (runPb2sat.sh) S 15886 15888 15605 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271782138 9367552 275 33554432000 4194304 5064252 140734379492880 140734379491792 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15888/statm: 2287 275 233 213 0 72 0
[pid=15890] ppid=15888 vsize=111388 CPUtime=785.94 cores=1,3,5,7
/proc/15890/stat : 15890 (pb2sat) S 15888 15888 15605 0 -1 4202496 15710 88551 0 0 245 222 78046 81 20 0 1 0 271782138 114061312 19140 33554432000 4194304 5873084 140736472520544 140736472514360 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15890/statm: 27847 19140 182 410 0 27429 0
[pid=15961] ppid=15890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15961/stat : 15961 (satsolver.sh) S 15890 15888 15605 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271860753 9367552 267 33554432000 4194304 5064252 140734719489904 140734719488816 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15961/statm: 2287 267 226 213 0 72 0
[pid=15962] ppid=15961 vsize=218752 CPUtime=1014.16 cores=1,3,5,7
/proc/15962/stat : 15962 (glucose_static) R 15961 15888 15605 0 -1 4202496 62050 0 0 0 101344 72 0 0 20 0 1 0 271860753 224002048 52582 33554432000 4194304 4896791 140734643705296 140734643702504 4225420 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15962/statm: 54688 52582 78 172 0 54514 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 348436

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.01 2.04 2.00 3/183 15971
/proc/meminfo: memFree=26883028/32873648 swapFree=6336/6336
[pid=15888] ppid=15886 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15888/stat : 15888 (runPb2sat.sh) S 15886 15888 15605 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271782138 9367552 275 33554432000 4194304 5064252 140734379492880 140734379491792 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15888/statm: 2287 275 233 213 0 72 0
[pid=15890] ppid=15888 vsize=111388 CPUtime=785.94 cores=1,3,5,7
/proc/15890/stat : 15890 (pb2sat) S 15888 15888 15605 0 -1 4202496 15710 88551 0 0 245 222 78046 81 20 0 1 0 271782138 114061312 19140 33554432000 4194304 5873084 140736472520544 140736472514360 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15890/statm: 27847 19140 182 410 0 27429 0
[pid=15961] ppid=15890 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15961/stat : 15961 (satsolver.sh) S 15890 15888 15605 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271860753 9367552 267 33554432000 4194304 5064252 140734719489904 140734719488816 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15961/statm: 2287 267 226 213 0 72 0
[pid=15962] ppid=15961 vsize=218752 CPUtime=1014.16 cores=1,3,5,7
/proc/15962/stat : 15962 (glucose_static) R 15961 15888 15605 0 -1 4202496 62050 0 0 0 101344 72 0 0 20 0 1 0 271860753 224002048 52582 33554432000 4194304 4896791 140734643705296 140734643702504 4225420 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15962/statm: 54688 52582 78 172 0 54514 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 348436

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15888 and gives
#  childrusage.ru_utime.tv_sec=782
#  childrusage.ru_utime.tv_usec=918978
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=52535
# CPU time returned by wait4() is 785.971
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.1
CPU user time (s): 1796.35
CPU system time (s): 3.75
CPU usage (%): 99.977
Max. virtual memory (cumulated for all children) (KiB): 494124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 782.919
system time used= 3.05253
maximum resident set size= 290872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105239
page faults= 0
swaps= 0
block input operations= 0
block output operations= 296728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114
involuntary context switches= 835

runsolver used 3.10053 second user time and 9.2346 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-26 20:22:29
IDJOB=3696395
IDBENCH=2011
IDSOLVER=2274
FILE ID=node112/3696395-1338056549
RUNJOBID= node112-1338052947-15622
PBS_JOBID= 14624404
Free space on /tmp= 71536 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-data10_3.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696395-1338056549/watcher-3696395-1338056549 -o /tmp/evaluation-result-3696395-1338056549/solver-3696395-1338056549 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696395-1338056549.opb 43235272 HOME HOME

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

MD5SUM BENCH= dccfffd22c38fcd3c497d688dab4b7a4
RANDOM SEED=43235272

node112.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.763
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	: 5333.52
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.763
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.763
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.763
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.763
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.92
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.763
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.92
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.763
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.763
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27595020 kB
Buffers:          305820 kB
Cached:          4150156 kB
SwapCached:            0 kB
Active:           765784 kB
Inactive:        3702960 kB
Active(anon):      14800 kB
Inactive(anon):        0 kB
Active(file):     750984 kB
Inactive(file):  3702960 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             20244 kB
Writeback:             0 kB
AnonPages:        196832 kB
Mapped:            14604 kB
Shmem:               200 kB
Slab:             673700 kB
SReclaimable:     117716 kB
SUnreclaim:       555984 kB
KernelStack:        1520 kB
PageTables:         3512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     126016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71380 MiB
End job on node112 at 2012-05-26 20:52:29