Trace number 3731591

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
PB07: PB-clasp 2007-04-10? (TO) 1801.94 1802.82

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
MD5SUMca3282cf347faf21ba3550ec87dd7af4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark483
Best CPU time to get the best result obtained on this benchmark1792.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 466
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494728
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494728
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

486.05/486.36	sh: line 1: 19487 Done                    cat HOME/temp/instance-3731591-1338697703.opb.op
486.05/486.36	     19488 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3731591-1338697703.opb.clasp
1800.01/1800.81	c Somebody sent me a SIGTERM
1800.01/1800.81	s UNKNOWN
1800.01/1800.81	pb2clasp1: no process killed

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-3731591-1338697703/watcher-3731591-1338697703 -o /tmp/evaluation-result-3731591-1338697703/solver-3731591-1338697703 -C 1800 -W 1900 -M 15500 pbclasp instance-3731591-1338697703.opb HOME/temp 

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.00 2.00 1.91 3/178 19478
/proc/meminfo: memFree=27519416/32873648 swapFree=6852/6852
[pid=19478] ppid=19476 vsize=25592 CPUtime=0 cores=1,3,5,7
/proc/19478/stat : 19478 (pbclasp) R 19476 19478 26887 0 -1 4202496 552 0 0 0 0 0 0 0 20 0 1 0 335897149 26206208 482 33554432000 4194304 4198148 140734577929360 140734577926808 271787200404 0 0 4224 16384 0 0 0 17 1 0 0 0 0 0
/proc/19478/statm: 6398 482 355 1 0 193 0

[startup+0.0270189 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 19478
/proc/meminfo: memFree=27519416/32873648 swapFree=6852/6852
[pid=19478] ppid=19476 vsize=26616 CPUtime=0.02 cores=1,3,5,7
/proc/19478/stat : 19478 (pbclasp) R 19476 19478 26887 0 -1 4202496 798 0 0 0 2 0 0 0 20 0 1 0 335897149 27254784 728 33554432000 4194304 4198148 140734577929360 140734577926808 271787246367 0 0 4224 16384 0 0 0 17 1 0 0 0 0 0
/proc/19478/statm: 6654 728 362 1 0 449 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 26616

[startup+0.100213 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 19478
/proc/meminfo: memFree=27519416/32873648 swapFree=6852/6852
[pid=19478] ppid=19476 vsize=26616 CPUtime=0.09 cores=1,3,5,7
/proc/19478/stat : 19478 (pbclasp) R 19476 19478 26887 0 -1 4202496 824 0 0 0 9 0 0 0 20 0 1 0 335897149 27254784 754 33554432000 4194304 4198148 140734577929360 140734577927992 271787245872 0 0 4224 16384 0 0 0 17 1 0 0 0 0 0
/proc/19478/statm: 6654 754 362 1 0 449 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26616

[startup+0.300182 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 19478
/proc/meminfo: memFree=27519416/32873648 swapFree=6852/6852
[pid=19478] ppid=19476 vsize=27012 CPUtime=0.29 cores=1,3,5,7
/proc/19478/stat : 19478 (pbclasp) R 19476 19478 26887 0 -1 4202496 922 0 0 0 29 0 0 0 20 0 1 0 335897149 27660288 852 33554432000 4194304 4198148 140734577929360 140734577928136 271787200404 0 0 4224 16384 0 0 0 17 1 0 0 0 0 0
/proc/19478/statm: 6753 852 362 1 0 548 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27012

[startup+0.700183 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 19478
/proc/meminfo: memFree=27519416/32873648 swapFree=6852/6852
[pid=19478] ppid=19476 vsize=28344 CPUtime=0.57 cores=1,3,5,7
/proc/19478/stat : 19478 (pbclasp) S 19476 19478 26887 0 -1 4202496 1266 0 0 0 57 0 0 0 20 0 1 0 335897149 29024256 1180 33554432000 4194304 4198148 140734577929360 140734577928248 271790957808 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19478/statm: 7086 1180 369 1 0 881 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 28344

[startup+1.50025 s]
/proc/loadavg: 2.08 2.02 1.92 3/181 19481
/proc/meminfo: memFree=27515432/32873648 swapFree=6852/6852
[pid=19478] ppid=19476 vsize=28344 CPUtime=0.57 cores=1,3,5,7
/proc/19478/stat : 19478 (pbclasp) S 19476 19478 26887 0 -1 4202496 1266 0 0 0 57 0 0 0 20 0 1 0 335897149 29024256 1180 33554432000 4194304 4198148 140734577929360 140734577928248 271790957808 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19478/statm: 7086 1180 369 1 0 881 0
[pid=19480] ppid=19478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19480/stat : 19480 (sh) S 19478 19478 26887 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 335897207 9367552 267 33554432000 4194304 5064252 140736591271840 140736591270720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19480/statm: 2287 267 226 213 0 72 0
[pid=19481] ppid=19480 vsize=25724 CPUtime=0.91 cores=1,3,5,7
/proc/19481/stat : 19481 (pb2clasp1) R 19480 19478 26887 0 -1 4202496 621 0 0 0 91 0 0 0 20 0 1 0 335897208 26341376 531 33554432000 4194304 4198148 140734736904640 140734736895176 271812548957 0 0 4224 0 0 0 0 17 1 0 0 0 0 0
/proc/19481/statm: 6431 531 378 1 0 226 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 63216

[startup+3.10025 s]
/proc/loadavg: 2.08 2.02 1.92 3/181 19481
/proc/meminfo: memFree=27513664/32873648 swapFree=6852/6852
[pid=19478] ppid=19476 vsize=28344 CPUtime=0.57 cores=1,3,5,7
/proc/19478/stat : 19478 (pbclasp) S 19476 19478 26887 0 -1 4202496 1266 0 0 0 57 0 0 0 20 0 1 0 335897149 29024256 1180 33554432000 4194304 4198148 140734577929360 140734577928248 271790957808 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19478/statm: 7086 1180 369 1 0 881 0
[pid=19480] ppid=19478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19480/stat : 19480 (sh) S 19478 19478 26887 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 335897207 9367552 267 33554432000 4194304 5064252 140736591271840 140736591270720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19480/statm: 2287 267 226 213 0 72 0
[pid=19481] ppid=19480 vsize=25724 CPUtime=2.51 cores=1,3,5,7
/proc/19481/stat : 19481 (pb2clasp1) R 19480 19478 26887 0 -1 4202496 621 0 0 0 250 1 0 0 20 0 1 0 335897208 26341376 531 33554432000 4194304 4198148 140734736904640 140734736895176 271790957712 0 0 4224 0 0 0 0 17 1 0 0 0 0 0
/proc/19481/statm: 6431 531 378 1 0 226 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 63216

[startup+6.30025 s]
/proc/loadavg: 2.07 2.02 1.92 3/181 19481
/proc/meminfo: memFree=27510128/32873648 swapFree=6852/6852
[pid=19478] ppid=19476 vsize=28344 CPUtime=0.57 cores=1,3,5,7
/proc/19478/stat : 19478 (pbclasp) S 19476 19478 26887 0 -1 4202496 1266 0 0 0 57 0 0 0 20 0 1 0 335897149 29024256 1180 33554432000 4194304 4198148 140734577929360 140734577928248 271790957808 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19478/statm: 7086 1180 369 1 0 881 0
[pid=19480] ppid=19478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19480/stat : 19480 (sh) S 19478 19478 26887 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 335897207 9367552 267 33554432000 4194304 5064252 140736591271840 140736591270720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19480/statm: 2287 267 226 213 0 72 0
[pid=19481] ppid=19480 vsize=25724 CPUtime=5.7 cores=1,3,5,7
/proc/19481/stat : 19481 (pb2clasp1) R 19480 19478 26887 0 -1 4202496 621 0 0 0 569 1 0 0 20 0 1 0 335897208 26341376 531 33554432000 4194304 4198148 140734736904640 140734736895176 271812921793 0 0 4224 0 0 0 0 17 1 0 0 0 0 0
/proc/19481/statm: 6431 531 378 1 0 226 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 63216

[startup+12.7002 s]
/proc/loadavg: 2.07 2.02 1.92 3/181 19481
/proc/meminfo: memFree=27503736/32873648 swapFree=6852/6852
[pid=19478] ppid=19476 vsize=28344 CPUtime=0.57 cores=1,3,5,7
/proc/19478/stat : 19478 (pbclasp) S 19476 19478 26887 0 -1 4202496 1266 0 0 0 57 0 0 0 20 0 1 0 335897149 29024256 1180 33554432000 4194304 4198148 140734577929360 140734577928248 271790957808 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/19478/statm: 7086 1180 369 1 0 881 0
[pid=19480] ppid=19478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19480/stat : 19480 (sh) S 19478 19478 26887 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 335897207 9367552 267 33554432000 4194304 5064252 140736591271840 140736591270720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19480/statm: 2287 267 226 213 0 72 0
[pid=19481] ppid=19480 vsize=25724 CPUtime=12.1 cores=1,3,5,7
/proc/19481/stat : 19481 (pb2clasp1) R 19480 19478 26887 0 -1 4202496 621 0 0 0 1206 4 0 0 20 0 1 0 335897208 26341376 531 33554432000 4194304 4198148 140734736904640 140734736895176 271812554146 0 0 4224 0 0 0 0 17 1 0 0 0 0 0
/proc/19481/statm: 6431 531 378 1 0 226 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 63216

[startup+25.5003 s]
/proc/loadavg: 2.12 2.03 1.93 3/181 19488
/proc/meminfo: memFree=27235328/32873648 swapFree=6852/6852
[pid=19478] ppid=19476 vsize=29136 CPUtime=20.03 cores=1,3,5,7
/proc/19478/stat : 19478 (pbclasp) S 19476 19478 26887 0 -1 4202496 1767 2130 0 0 59 0 1935 9 20 0 1 0 335897149 29835264 1395 33554432000 4194304 4198148 140734577929360 140734577928288 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19478/statm: 7284 1395 387 1 0 1079 0
[pid=19486] ppid=19478 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/19486/stat : 19486 (sh) S 19478 19478 26887 0 -1 4202496 369 220 0 0 0 0 0 1 20 0 1 0 335899154 9367552 263 33554432000 4194304 5064252 140737369268128 140737369266384 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19486/statm: 2287 263 223 213 0 72 0
[pid=19488] ppid=19486 vsize=247872 CPUtime=5.43 cores=1,3,5,7
/proc/19488/stat : 19488 (clasp-1.0) R 19486 19478 26887 0 -1 4202496 51176 0 0 0 534 9 0 0 20 0 1 0 335899155 253820928 60848 33554432000 134512640 134847168 4291486736 4291485504 134617553 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19488/statm: 61968 60848 266 82 0 61209 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 286156

[startup+51.1003 s]
/proc/loadavg: 2.08 2.03 1.93 3/181 19488
/proc/meminfo: memFree=26871992/32873648 swapFree=6852/6852
[pid=19478] ppid=19476 vsize=29136 CPUtime=20.03 cores=1,3,5,7
/proc/19478/stat : 19478 (pbclasp) S 19476 19478 26887 0 -1 4202496 1767 2130 0 0 59 0 1935 9 20 0 1 0 335897149 29835264 1395 33554432000 4194304 4198148 140734577929360 140734577928288 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19478/statm: 7284 1395 387 1 0 1079 0
[pid=19486] ppid=19478 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/19486/stat : 19486 (sh) S 19478 19478 26887 0 -1 4202496 369 220 0 0 0 0 0 1 20 0 1 0 335899154 9367552 263 33554432000 4194304 5064252 140737369268128 140737369266384 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19486/statm: 2287 263 223 213 0 72 0
[pid=19488] ppid=19486 vsize=624628 CPUtime=31.01 cores=1,3,5,7
/proc/19488/stat : 19488 (clasp-1.0) R 19486 19478 26887 0 -1 4202496 145080 0 0 0 3077 24 0 0 20 0 1 0 335899155 639619072 154750 33554432000 134512640 134847168 4291486736 4291485188 134790214 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19488/statm: 156157 154750 266 82 0 155398 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 662912

[startup+102.306 s]
/proc/loadavg: 2.03 2.02 1.93 3/181 19491
/proc/meminfo: memFree=26236280/32873648 swapFree=6852/6852
[pid=19478] ppid=19476 vsize=29136 CPUtime=20.03 cores=1,3,5,7
/proc/19478/stat : 19478 (pbclasp) S 19476 19478 26887 0 -1 4202496 1767 2130 0 0 59 0 1935 9 20 0 1 0 335897149 29835264 1395 33554432000 4194304 4198148 140734577929360 140734577928288 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19478/statm: 7284 1395 387 1 0 1079 0
[pid=19486] ppid=19478 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/19486/stat : 19486 (sh) S 19478 19478 26887 0 -1 4202496 369 220 0 0 0 0 0 1 20 0 1 0 335899154 9367552 263 33554432000 4194304 5064252 140737369268128 140737369266384 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19486/statm: 2287 263 223 213 0 72 0
[pid=19488] ppid=19486 vsize=1249980 CPUtime=82.19 cores=1,3,5,7
/proc/19488/stat : 19488 (clasp-1.0) R 19486 19478 26887 0 -1 4202496 301583 0 0 0 8167 52 0 0 20 0 1 0 335899155 1279979520 310373 33554432000 134512640 134847168 4291486736 4291485492 134737608 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19488/statm: 312495 310373 266 82 0 311736 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 1288264

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/181 19492
/proc/meminfo: memFree=25631280/32873648 swapFree=6852/6852
[pid=19478] ppid=19476 vsize=29136 CPUtime=20.03 cores=1,3,5,7
/proc/19478/stat : 19478 (pbclasp) S 19476 19478 26887 0 -1 4202496 1767 2130 0 0 59 0 1935 9 20 0 1 0 335897149 29835264 1395 33554432000 4194304 4198148 140734577929360 140734577928288 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19478/statm: 7284 1395 387 1 0 1079 0
[pid=19486] ppid=19478 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/19486/stat : 19486 (sh) S 19478 19478 26887 0 -1 4202496 369 220 0 0 0 0 0 1 20 0 1 0 335899154 9367552 263 33554432000 4194304 5064252 140737369268128 140737369266384 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19486/statm: 2287 263 223 213 0 72 0
[pid=19488] ppid=19486 vsize=1862692 CPUtime=142.15 cores=1,3,5,7
/proc/19488/stat : 19488 (clasp-1.0) R 19486 19478 26887 0 -1 4202496 461515 0 0 0 14133 82 0 0 20 0 1 0 335899155 1907396608 462807 33554432000 134512640 134847168 4291486736 4291485456 134741435 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19488/statm: 465673 462808 266 82 0 464914 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 1900976

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/181 19492
/proc/meminfo: memFree=25121296/32873648 swapFree=6852/6852
[pid=19478] ppid=19476 vsize=29136 CPUtime=20.03 cores=1,3,5,7
/proc/19478/stat : 19478 (pbclasp) S 19476 19478 26887 0 -1 4202496 1767 2130 0 0 59 0 1935 9 20 0 1 0 335897149 29835264 1395 33554432000 4194304 4198148 140734577929360 140734577928288 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19478/statm: 7284 1395 387 1 0 1079 0
[pid=19486] ppid=19478 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/19486/stat : 19486 (sh) S 19478 19478 26887 0 -1 4202496 369 220 0 0 0 0 0 1 20 0 1 0 335899154 9367552 263 33554432000 4194304 5064252 140737369268128 140737369266384 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19486/statm: 2287 263 223 213 0 72 0
[pid=19488] ppid=19486 vsize=2367300 CPUtime=202.11 cores=1,3,5,7
/proc/19488/stat : 19488 (clasp-1.0) R 19486 19478 26887 0 -1 4202496 587108 0 0 0 20103 108 0 0 20 0 1 0 335899155 2424115200 588479 33554432000 134512640 134847168 4291486736 4291485492 134737608 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19488/statm: 591825 588479 266 82 0 591066 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 2405584

[startup+282.3 s]

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

/proc/19601/stat : 19601 (sh) S 19478 19478 26887 0 -1 4202496 372 220 0 0 0 0 0 1 20 0 1 0 336044120 9367552 264 33554432000 4194304 5064252 140736782984608 140736782982864 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19601/statm: 2287 264 223 213 0 72 0
[pid=19603] ppid=19601 vsize=2752460 CPUtime=252.46 cores=1,3,5,7
/proc/19603/stat : 19603 (clasp-1.0) R 19601 19478 26887 0 -1 4202496 705979 0 0 0 25110 136 0 0 20 0 1 0 336044121 2818519040 684114 33554432000 134512640 134847168 4288767504 4288766096 134630312 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19603/statm: 688115 684114 266 82 0 687356 0
Current children cumulated CPU time (s) 1721.53
Current children cumulated vsize (KiB) 2790744

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/181 19612
/proc/meminfo: memFree=21295784/32873648 swapFree=6852/6852
[pid=19478] ppid=19476 vsize=29136 CPUtime=1469.06 cores=1,3,5,7
/proc/19478/stat : 19478 (pbclasp) S 19476 19478 26887 0 -1 4202496 2058 3315751 0 0 60 0 146117 729 20 0 1 0 335897149 29835264 1395 33554432000 4194304 4198148 140734577929360 140734577928288 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19478/statm: 7284 1395 387 1 0 1079 0
[pid=19601] ppid=19478 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/19601/stat : 19601 (sh) S 19478 19478 26887 0 -1 4202496 372 220 0 0 0 0 0 1 20 0 1 0 336044120 9367552 264 33554432000 4194304 5064252 140736782984608 140736782982864 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19601/statm: 2287 264 223 213 0 72 0
[pid=19603] ppid=19601 vsize=3186640 CPUtime=312.43 cores=1,3,5,7
/proc/19603/stat : 19603 (clasp-1.0) R 19601 19478 26887 0 -1 4202496 813887 0 0 0 31087 156 0 0 20 0 1 0 336044121 3263119360 792015 33554432000 134512640 134847168 4288767504 4288765956 134790214 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19603/statm: 796660 792016 266 82 0 795901 0
Current children cumulated CPU time (s) 1781.5
Current children cumulated vsize (KiB) 3224924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.01 1.96 3/181 19612
/proc/meminfo: memFree=21068336/32873648 swapFree=6852/6852
[pid=19478] ppid=19476 vsize=29136 CPUtime=1469.06 cores=1,3,5,7
/proc/19478/stat : 19478 (pbclasp) S 19476 19478 26887 0 -1 4202496 2058 3315751 0 0 60 0 146117 729 20 0 1 0 335897149 29835264 1395 33554432000 4194304 4198148 140734577929360 140734577928288 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19478/statm: 7284 1395 387 1 0 1079 0
[pid=19601] ppid=19478 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/19601/stat : 19601 (sh) S 19478 19478 26887 0 -1 4202496 372 220 0 0 0 0 0 1 20 0 1 0 336044120 9367552 264 33554432000 4194304 5064252 140736782984608 140736782982864 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19601/statm: 2287 264 223 213 0 72 0
[pid=19603] ppid=19601 vsize=3287696 CPUtime=330.94 cores=1,3,5,7
/proc/19603/stat : 19603 (clasp-1.0) R 19601 19478 26887 0 -1 4202496 838769 0 0 0 32932 162 0 0 20 0 1 0 336044121 3366600704 816900 33554432000 134512640 134847168 4288767504 4288766260 134737608 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19603/statm: 821924 816900 266 82 0 821165 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3325980

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

############
# WARNING:
# current cumulated CPU time (1469.11 s) is less than in the last sample (1800.01 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (330.9 s) to the 'lost time'.

[startup+1800.8 s]
/proc/loadavg: 2.00 2.01 1.96 3/181 19612
/proc/meminfo: memFree=21068336/32873648 swapFree=6852/6852
[pid=19478] ppid=19476 vsize=29136 CPUtime=1469.06 cores=1,3,5,7
/proc/19478/stat : 19478 (pbclasp) S 19476 19478 26887 0 -1 4202496 2058 3315751 0 0 60 0 146117 729 20 0 1 0 335897149 29835264 1395 33554432000 4194304 4198148 140734577929360 140734577928288 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/19478/statm: 7284 1395 387 1 0 1079 0
[pid=19601] ppid=19478 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/19601/stat : 19601 (sh) S 19478 19478 26887 0 -1 4202496 372 220 0 0 0 0 0 1 20 0 1 0 336044120 9367552 264 33554432000 4194304 5064252 140736782984608 140736782982864 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19601/statm: 2287 264 223 213 0 72 0
[pid=19603] ppid=19601 vsize=3287696 CPUtime=330.94 cores=1,3,5,7
/proc/19603/stat : 19603 (clasp-1.0) R 19601 19478 26887 0 -1 4202496 838769 0 0 0 32932 162 0 0 20 0 1 0 336044121 3366600704 816900 33554432000 134512640 134847168 4288767504 4288766260 134737608 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19603/statm: 821924 816900 266 82 0 821165 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3325980

[startup+1800.92 s]
/proc/loadavg: 2.00 2.01 1.96 3/181 19612
/proc/meminfo: memFree=21068336/32873648 swapFree=6852/6852
[pid=19478] ppid=19476 vsize=29136 CPUtime=1469.11 cores=1,3,5,7
/proc/19478/stat : 19478 (pbclasp) S 19476 19478 26887 0 -1 4202496 2218 3318512 0 0 60 0 146117 734 20 0 1 0 335897149 29835264 1397 33554432000 4194304 4198148 140734577929360 140734577928288 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19478/statm: 7284 1397 387 1 0 1079 0
Current children cumulated CPU time (s) 1469.11
Current children cumulated vsize (KiB) 29136
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -19478

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.01 1.96 3/181 19612
/proc/meminfo: memFree=21068336/32873648 swapFree=6852/6852
[pid=19478] ppid=19476 vsize=29136 CPUtime=1469.11 cores=1,3,5,7
/proc/19478/stat : 19478 (pbclasp) S 19476 19478 26887 0 -1 4202496 2218 3318512 0 0 60 0 146117 734 20 0 1 0 335897149 29835264 1397 33554432000 4194304 4198148 140734577929360 140734577928288 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19478/statm: 7284 1397 387 1 0 1079 0
Current children cumulated CPU time (s) 1469.11
Current children cumulated vsize (KiB) 29136

[startup+1802.2 s]
/proc/loadavg: 2.00 2.01 1.96 3/184 19631
/proc/meminfo: memFree=27349676/32873648 swapFree=6852/6852
[pid=19478] ppid=19476 vsize=29136 CPUtime=1469.11 cores=1,3,5,7
/proc/19478/stat : 19478 (pbclasp) S 19476 19478 26887 0 -1 4202496 2218 3318512 0 0 60 0 146117 734 20 0 1 0 335897149 29835264 1397 33554432000 4194304 4198148 140734577929360 140734577928288 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19478/statm: 7284 1397 387 1 0 1079 0
[pid=19621] ppid=19478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19621/stat : 19621 (sh) S 19478 19478 26887 0 -1 4202496 370 0 0 0 0 0 0 0 20 0 1 0 336077235 9367552 264 33554432000 4194304 5064252 140735052631280 140735052629536 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19621/statm: 2287 264 223 213 0 72 0
[pid=19622] ppid=19621 vsize=4004 CPUtime=0.01 cores=1,3,5,7
/proc/19622/stat : 19622 (cat) S 19621 19478 26887 0 -1 4202496 210 0 0 0 0 1 0 0 20 0 1 0 336077235 4100096 122 33554432000 4194304 4236627 140736610266240 140736610265336 271787574752 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/19622/statm: 1001 122 97 11 0 67 0
[pid=19623] ppid=19621 vsize=70908 CPUtime=1.32 cores=1,3,5,7
/proc/19623/stat : 19623 (clasp-1.0) R 19621 19478 26887 0 -1 4202496 16887 0 0 0 128 4 0 0 20 0 1 0 336077235 72609792 16787 33554432000 134512640 134847168 4291275408 4291271680 134669362 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19623/statm: 17727 16787 249 82 0 16968 0
Current children cumulated CPU time (s) 1470.44
Current children cumulated vsize (KiB) 113196

[startup+1802.6 s]
/proc/loadavg: 2.00 2.01 1.96 3/184 19631
/proc/meminfo: memFree=27349676/32873648 swapFree=6852/6852
[pid=19478] ppid=19476 vsize=29136 CPUtime=1469.11 cores=1,3,5,7
/proc/19478/stat : 19478 (pbclasp) S 19476 19478 26887 0 -1 4202496 2218 3318512 0 0 60 0 146117 734 20 0 1 0 335897149 29835264 1397 33554432000 4194304 4198148 140734577929360 140734577928288 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19478/statm: 7284 1397 387 1 0 1079 0
[pid=19621] ppid=19478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19621/stat : 19621 (sh) S 19478 19478 26887 0 -1 4202496 370 0 0 0 0 0 0 0 20 0 1 0 336077235 9367552 264 33554432000 4194304 5064252 140735052631280 140735052629536 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19621/statm: 2287 264 223 213 0 72 0
[pid=19622] ppid=19621 vsize=4004 CPUtime=0.01 cores=1,3,5,7
/proc/19622/stat : 19622 (cat) S 19621 19478 26887 0 -1 4202496 210 0 0 0 0 1 0 0 20 0 1 0 336077235 4100096 122 33554432000 4194304 4236627 140736610266240 140736610265336 271787574752 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/19622/statm: 1001 122 97 11 0 67 0
[pid=19623] ppid=19621 vsize=87236 CPUtime=1.72 cores=1,3,5,7
/proc/19623/stat : 19623 (clasp-1.0) R 19621 19478 26887 0 -1 4202496 21293 0 0 0 167 5 0 0 20 0 1 0 336077235 89329664 21191 33554432000 134512640 134847168 4291275408 4291271568 6293999 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19623/statm: 21809 21191 249 82 0 21050 0
Current children cumulated CPU time (s) 1470.84
Current children cumulated vsize (KiB) 129524

[startup+1802.8 s]
/proc/loadavg: 2.00 2.01 1.96 3/184 19631
/proc/meminfo: memFree=27251792/32873648 swapFree=6852/6852
[pid=19478] ppid=19476 vsize=29136 CPUtime=1469.11 cores=1,3,5,7
/proc/19478/stat : 19478 (pbclasp) S 19476 19478 26887 0 -1 4202496 2218 3318512 0 0 60 0 146117 734 20 0 1 0 335897149 29835264 1397 33554432000 4194304 4198148 140734577929360 140734577928288 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19478/statm: 7284 1397 387 1 0 1079 0
[pid=19621] ppid=19478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19621/stat : 19621 (sh) S 19478 19478 26887 0 -1 4202496 370 0 0 0 0 0 0 0 20 0 1 0 336077235 9367552 264 33554432000 4194304 5064252 140735052631280 140735052629536 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/19621/statm: 2287 264 223 213 0 72 0
[pid=19622] ppid=19621 vsize=4004 CPUtime=0.01 cores=1,3,5,7
/proc/19622/stat : 19622 (cat) S 19621 19478 26887 0 -1 4202496 210 0 0 0 0 1 0 0 20 0 1 0 336077235 4100096 122 33554432000 4194304 4236627 140736610266240 140736610265336 271787574752 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/19622/statm: 1001 122 97 11 0 67 0
[pid=19623] ppid=19621 vsize=97352 CPUtime=1.92 cores=1,3,5,7
/proc/19623/stat : 19623 (clasp-1.0) R 19621 19478 26887 0 -1 4202496 23598 0 0 0 187 5 0 0 20 0 1 0 336077235 99688448 23496 33554432000 134512640 134847168 4291275408 4291271120 6293999 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19623/statm: 24338 23497 249 82 0 23579 0
Current children cumulated CPU time (s) 1471.04
Current children cumulated vsize (KiB) 139640

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19478 and gives
#  childrusage.ru_utime.tv_sec=1461
#  childrusage.ru_utime.tv_usec=789774
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=373879
# CPU time returned by wait4() is 1469.16
# while last known CPU time is 1471.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 330.9
#  lost CPU user time (s): 329.32
#  lost CPU system time (s): 1.58

Real time (s): 1802.82
CPU time (s): 1801.94
CPU user time (s): 1792.96
CPU system time (s): 8.98
CPU usage (%): 99.951
Max. virtual memory (cumulated for all children) (KiB): 4224504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1461.79
system time used= 7.37388
maximum resident set size= 4159584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3322121
page faults= 0
swaps= 0
block input operations= 0
block output operations= 204888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21156
involuntary context switches= 3133

runsolver used 3.19751 second user time and 8.75467 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 06:28:24
IDJOB=3731591
IDBENCH=1968
IDSOLVER=2317
FILE ID=node115/3731591-1338697703
RUNJOBID= node115-1338678629-26907
PBS_JOBID= 14636698
Free space on /tmp= 70812 MiB

SOLVER NAME= PB07: PB-clasp 2007-04-10
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731591-1338697703/watcher-3731591-1338697703 -o /tmp/evaluation-result-3731591-1338697703/solver-3731591-1338697703 -C 1800 -W 1900 -M 15500  pbclasp instance-3731591-1338697703.opb HOME/temp

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

MD5SUM BENCH= ca3282cf347faf21ba3550ec87dd7af4
RANDOM SEED=1939770193

node115.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.462
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.92
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.462
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.462
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.462
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.462
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.462
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.462
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.462
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:        27520052 kB
Buffers:          952636 kB
Cached:          3475272 kB
SwapCached:         1016 kB
Active:          2265704 kB
Inactive:        2179396 kB
Active(anon):       6916 kB
Inactive(anon):     9868 kB
Active(file):    2258788 kB
Inactive(file):  2169528 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             17224 kB
Writeback:             0 kB
AnonPages:         19980 kB
Mapped:            13868 kB
Shmem:                96 kB
Slab:             771640 kB
SReclaimable:     214800 kB
SUnreclaim:       556840 kB
KernelStack:        1512 kB
PageTables:         4040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     130212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3731591-1338697703.opb

Free space on /tmp at the end= 70728 MiB
End job on node115 at 2012-06-03 06:58:27