Trace number 3736270

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-10SAT (TO)35 1802.11 1802.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_opers/normalized-fir07_area_opers.opb
MD5SUMe3ec914b5fa2e36b0a6c3f63a5a73343
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark32
Best CPU time to get the best result obtained on this benchmark4.74428
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 32
Optimality of the best value was proved YES
Number of variables22270
Total number of constraints51660
Number of constraints which are clauses51660
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 constraint1
Maximum length of a constraint255
Number of terms in the objective function 10984
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10984
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 10984
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

5.06/5.10	o 35
68.44/68.53	sh: line 1: 30165 Done                    cat HOME/temp/instance-3736270-1338730596.opb.op
68.44/68.53	     30166 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3736270-1338730596.opb.clasp
1800.07/1800.40	sh: line 1: 30184 Done                    cat HOME/temp/instance-3736270-1338730596.opb.op
1800.07/1800.40	     30185 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3736270-1338730596.opb.clasp
1800.07/1800.41	c Somebody sent me a SIGTERM
1800.07/1800.41	s SATISFIABLE
1800.07/1800.41	v x311 x315 x424 x470 x478 x482 x491 x3054 x3574 x8534 x8535 x16404 x16405 x16570 x16571 x17448 x17449 x17616 x17617 x17624 x17625 x17674 x17675 x17744 x17745 x17786 x17787 x18899 x19252 x19294 x20698 x21130 x21392 x21490 x21491 x21498 x21499 x21887 x21888 x21944 x21945 x22031 x22032 x22039 x22040 x22058 x22059 x22062 x22063 x22118 x22119 x22132 x22133 x22151 x22152 x22153 x22154 x22210 x22211 x22244 x22251 x22252 x22265 x22266 x22269 x22270 
1800.07/1800.41	pb2clasp1: no process killed
1802.05/1802.41	sh: line 1: 30299 Done                    cat HOME/temp/instance-3736270-1338730596.opb.op
1802.05/1802.41	     30300 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3736270-1338730596.opb.clasp

Verifier Data

OK	35

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-3736270-1338730596/watcher-3736270-1338730596 -o /tmp/evaluation-result-3736270-1338730596/solver-3736270-1338730596 -C 1800 -W 1900 -M 15500 pbclasp instance-3736270-1338730596.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 2.00 3/178 30148
/proc/meminfo: memFree=28160868/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=25592 CPUtime=0 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) R 30146 30148 8320 0 -1 4202496 559 0 0 0 0 0 0 0 20 0 1 0 339185043 26206208 489 33554432000 4194304 4198148 140736421623920 140736421621368 260189949844 0 0 4224 16384 0 0 0 17 1 0 0 0 0 0
/proc/30148/statm: 6398 489 355 1 0 193 0

[startup+0.0984611 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30148
/proc/meminfo: memFree=28160868/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=27080 CPUtime=0.09 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) R 30146 30148 8320 0 -1 4202496 935 0 0 0 9 0 0 0 20 0 1 0 339185043 27729920 865 33554432000 4194304 4198148 140736421623920 140736421621368 260215667984 0 0 4224 16384 0 0 0 17 1 0 0 0 0 0
/proc/30148/statm: 6770 865 362 1 0 565 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27080

[startup+0.100156 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30148
/proc/meminfo: memFree=28160868/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=27080 CPUtime=0.09 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) R 30146 30148 8320 0 -1 4202496 935 0 0 0 9 0 0 0 20 0 1 0 339185043 27729920 865 33554432000 4194304 4198148 140736421623920 140736421621368 260215667984 0 0 4224 16384 0 0 0 17 1 0 0 0 0 0
/proc/30148/statm: 6770 865 362 1 0 565 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27080

[startup+0.300177 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30148
/proc/meminfo: memFree=28160868/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=27476 CPUtime=0.29 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) R 30146 30148 8320 0 -1 4202496 1024 0 0 0 29 0 0 0 20 0 1 0 339185043 28135424 954 33554432000 4194304 4198148 140736421623920 140736421622696 260215667968 0 0 4224 16384 0 0 0 17 1 0 0 0 0 0
/proc/30148/statm: 6869 954 362 1 0 664 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27476

[startup+0.700174 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30148
/proc/meminfo: memFree=28160868/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=28936 CPUtime=0.69 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) R 30146 30148 8320 0 -1 4202496 1402 0 0 0 69 0 0 0 20 0 1 0 339185043 29630464 1332 33554432000 4194304 4198148 140736421623920 140736421622696 260190137165 0 0 4224 16384 0 0 0 17 1 0 0 0 0 0
/proc/30148/statm: 7234 1332 368 1 0 1029 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28936

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30151
/proc/meminfo: memFree=28156064/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=28936 CPUtime=0.69 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) S 30146 30148 8320 0 -1 4202496 1421 0 0 0 69 0 0 0 20 0 1 0 339185043 29630464 1334 33554432000 4194304 4198148 140736421623920 140736421622808 260193707248 0 0 4224 16384 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/30148/statm: 7234 1334 369 1 0 1029 0
[pid=30150] ppid=30148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30150/stat : 30150 (sh) S 30148 30148 8320 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 339185113 9367552 267 33554432000 4194304 5064252 140733750436080 140733750434960 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30150/statm: 2287 267 226 213 0 72 0
[pid=30151] ppid=30150 vsize=25724 CPUtime=0.79 cores=1,3,5,7
/proc/30151/stat : 30151 (pb2clasp1) R 30150 30148 8320 0 -1 4202496 638 0 0 0 79 0 0 0 20 0 1 0 339185113 26341376 548 33554432000 4194304 4198148 140734434283856 140734434282840 260193707248 0 0 4224 0 0 0 0 17 1 0 0 0 0 0
/proc/30151/statm: 6431 548 378 1 0 226 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 63808

[startup+3.10015 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30151
/proc/meminfo: memFree=28155164/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=29860 CPUtime=2.45 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) S 30146 30148 8320 0 -1 4202496 1972 2136 0 0 70 0 174 1 20 0 1 0 339185043 30576640 1570 33554432000 4194304 4198148 140736421623920 140736421622848 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30148/statm: 7465 1570 387 1 0 1260 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 29860
heavy processes:

[startup+6.30026 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 30166
/proc/meminfo: memFree=28135984/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=29860 CPUtime=5.09 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) S 30146 30148 8320 0 -1 4202496 2123 12168 0 0 70 0 435 4 20 0 1 0 339185043 30576640 1572 33554432000 4194304 4198148 140736421623920 140736421622848 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30148/statm: 7465 1572 387 1 0 1260 0
[pid=30164] ppid=30148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30164/stat : 30164 (sh) S 30148 30148 8320 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339185555 9367552 264 33554432000 4194304 5064252 140736919269680 140736919267936 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30164/statm: 2287 264 223 213 0 72 0
[pid=30166] ppid=30164 vsize=32084 CPUtime=1.16 cores=1,3,5,7
/proc/30166/stat : 30166 (clasp-1.0) R 30164 30148 8320 0 -1 4202496 8225 0 0 0 115 1 0 0 20 0 1 0 339185555 32854016 7346 33554432000 134512640 134847168 4289461056 4289459824 134617331 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30166/statm: 8021 7346 272 82 0 7262 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 71092

[startup+12.7002 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 30166
/proc/meminfo: memFree=28119652/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=29860 CPUtime=5.09 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) S 30146 30148 8320 0 -1 4202496 2123 12168 0 0 70 0 435 4 20 0 1 0 339185043 30576640 1572 33554432000 4194304 4198148 140736421623920 140736421622848 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30148/statm: 7465 1572 387 1 0 1260 0
[pid=30164] ppid=30148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30164/stat : 30164 (sh) S 30148 30148 8320 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339185555 9367552 264 33554432000 4194304 5064252 140736919269680 140736919267936 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30164/statm: 2287 264 223 213 0 72 0
[pid=30166] ppid=30164 vsize=32084 CPUtime=7.56 cores=1,3,5,7
/proc/30166/stat : 30166 (clasp-1.0) R 30164 30148 8320 0 -1 4202496 8267 0 0 0 755 1 0 0 20 0 1 0 339185555 32854016 7388 33554432000 134512640 134847168 4289461056 4289459740 134715846 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30166/statm: 8021 7388 272 82 0 7262 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 71092

[startup+25.5003 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 30166
/proc/meminfo: memFree=28115780/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=29860 CPUtime=5.09 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) S 30146 30148 8320 0 -1 4202496 2123 12168 0 0 70 0 435 4 20 0 1 0 339185043 30576640 1572 33554432000 4194304 4198148 140736421623920 140736421622848 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30148/statm: 7465 1572 387 1 0 1260 0
[pid=30164] ppid=30148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30164/stat : 30164 (sh) S 30148 30148 8320 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339185555 9367552 264 33554432000 4194304 5064252 140736919269680 140736919267936 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30164/statm: 2287 264 223 213 0 72 0
[pid=30166] ppid=30164 vsize=32084 CPUtime=20.36 cores=1,3,5,7
/proc/30166/stat : 30166 (clasp-1.0) R 30164 30148 8320 0 -1 4202496 8273 0 0 0 2035 1 0 0 20 0 1 0 339185555 32854016 7392 33554432000 134512640 134847168 4289461056 4289459824 134737644 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30166/statm: 8021 7392 272 82 0 7262 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 71092

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 30166
/proc/meminfo: memFree=28113148/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=29860 CPUtime=5.09 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) S 30146 30148 8320 0 -1 4202496 2123 12168 0 0 70 0 435 4 20 0 1 0 339185043 30576640 1572 33554432000 4194304 4198148 140736421623920 140736421622848 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30148/statm: 7465 1572 387 1 0 1260 0
[pid=30164] ppid=30148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30164/stat : 30164 (sh) S 30148 30148 8320 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 339185555 9367552 264 33554432000 4194304 5064252 140736919269680 140736919267936 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30164/statm: 2287 264 223 213 0 72 0
[pid=30166] ppid=30164 vsize=32084 CPUtime=45.95 cores=1,3,5,7
/proc/30166/stat : 30166 (clasp-1.0) R 30164 30148 8320 0 -1 4202496 8278 0 0 0 4594 1 0 0 20 0 1 0 339185555 32854016 7400 33554432000 134512640 134847168 4289461056 4289459680 134784610 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30166/statm: 8021 7400 272 82 0 7262 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 71092

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 30233
/proc/meminfo: memFree=28102064/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=29860 CPUtime=68.51 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) S 30146 30148 8320 0 -1 4202496 2224 22385 0 0 71 0 6773 7 20 0 1 0 339185043 30576640 1572 33554432000 4194304 4198148 140736421623920 140736421622848 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30148/statm: 7465 1572 387 1 0 1260 0
[pid=30183] ppid=30148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30183/stat : 30183 (sh) S 30148 30148 8320 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 339191898 9367552 264 33554432000 4194304 5064252 140735395530256 140735395528512 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30183/statm: 2287 264 223 213 0 72 0
[pid=30185] ppid=30183 vsize=32084 CPUtime=33.73 cores=1,3,5,7
/proc/30185/stat : 30185 (clasp-1.0) R 30183 30148 8320 0 -1 4202496 8278 0 0 0 3373 0 0 0 20 0 1 0 339191898 32854016 7398 33554432000 134512640 134847168 4288130528 4288129296 134617542 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30185/statm: 8021 7398 270 82 0 7262 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 71092

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30242
/proc/meminfo: memFree=27797232/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=29860 CPUtime=68.51 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) S 30146 30148 8320 0 -1 4202496 2224 22385 0 0 71 0 6773 7 20 0 1 0 339185043 30576640 1572 33554432000 4194304 4198148 140736421623920 140736421622848 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30148/statm: 7465 1572 387 1 0 1260 0
[pid=30183] ppid=30148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30183/stat : 30183 (sh) S 30148 30148 8320 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 339191898 9367552 264 33554432000 4194304 5064252 140735395530256 140735395528512 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30183/statm: 2287 264 223 213 0 72 0
[pid=30185] ppid=30183 vsize=33184 CPUtime=93.72 cores=1,3,5,7
/proc/30185/stat : 30185 (clasp-1.0) R 30183 30148 8320 0 -1 4202496 8586 0 0 0 9372 0 0 0 20 0 1 0 339191898 33980416 7706 33554432000 134512640 134847168 4288130528 4288129152 134784643 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30185/statm: 8296 7706 270 82 0 7537 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 72192

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 30246
/proc/meminfo: memFree=27791628/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=29860 CPUtime=68.51 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) S 30146 30148 8320 0 -1 4202496 2224 22385 0 0 71 0 6773 7 20 0 1 0 339185043 30576640 1572 33554432000 4194304 4198148 140736421623920 140736421622848 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30148/statm: 7465 1572 387 1 0 1260 0
[pid=30183] ppid=30148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30183/stat : 30183 (sh) S 30148 30148 8320 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 339191898 9367552 264 33554432000 4194304 5064252 140735395530256 140735395528512 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30183/statm: 2287 264 223 213 0 72 0
[pid=30185] ppid=30183 vsize=39164 CPUtime=153.71 cores=1,3,5,7
/proc/30185/stat : 30185 (clasp-1.0) R 30183 30148 8320 0 -1 4202496 10055 0 0 0 15369 2 0 0 20 0 1 0 339191898 40103936 9175 33554432000 134512640 134847168 4288130528 4288129104 134714706 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30185/statm: 9791 9175 270 82 0 9032 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 78172

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30246
/proc/meminfo: memFree=27786520/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=29860 CPUtime=68.51 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) S 30146 30148 8320 0 -1 4202496 2224 22385 0 0 71 0 6773 7 20 0 1 0 339185043 30576640 1572 33554432000 4194304 4198148 140736421623920 140736421622848 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30148/statm: 7465 1572 387 1 0 1260 0

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

/proc/30183/stat : 30183 (sh) S 30148 30148 8320 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 339191898 9367552 264 33554432000 4194304 5064252 140735395530256 140735395528512 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30183/statm: 2287 264 223 213 0 72 0
[pid=30185] ppid=30183 vsize=65864 CPUtime=1353.52 cores=1,3,5,7
/proc/30185/stat : 30185 (clasp-1.0) R 30183 30148 8320 0 -1 4202496 16647 0 0 0 135346 6 0 0 20 0 1 0 339191898 67444736 15824 33554432000 134512640 134847168 4288130528 4288129152 134784705 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30185/statm: 16466 15824 270 82 0 15707 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 104872

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 30287
/proc/meminfo: memFree=27755464/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=29860 CPUtime=68.51 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) S 30146 30148 8320 0 -1 4202496 2224 22385 0 0 71 0 6773 7 20 0 1 0 339185043 30576640 1572 33554432000 4194304 4198148 140736421623920 140736421622848 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30148/statm: 7465 1572 387 1 0 1260 0
[pid=30183] ppid=30148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30183/stat : 30183 (sh) S 30148 30148 8320 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 339191898 9367552 264 33554432000 4194304 5064252 140735395530256 140735395528512 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30183/statm: 2287 264 223 213 0 72 0
[pid=30185] ppid=30183 vsize=68024 CPUtime=1413.5 cores=1,3,5,7
/proc/30185/stat : 30185 (clasp-1.0) R 30183 30148 8320 0 -1 4202496 17159 0 0 0 141344 6 0 0 20 0 1 0 339191898 69656576 16336 33554432000 134512640 134847168 4288130528 4288129220 134616619 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30185/statm: 17006 16336 270 82 0 16247 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 107032

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30287
/proc/meminfo: memFree=27752272/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=29860 CPUtime=68.51 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) S 30146 30148 8320 0 -1 4202496 2224 22385 0 0 71 0 6773 7 20 0 1 0 339185043 30576640 1572 33554432000 4194304 4198148 140736421623920 140736421622848 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30148/statm: 7465 1572 387 1 0 1260 0
[pid=30183] ppid=30148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30183/stat : 30183 (sh) S 30148 30148 8320 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 339191898 9367552 264 33554432000 4194304 5064252 140735395530256 140735395528512 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30183/statm: 2287 264 223 213 0 72 0
[pid=30185] ppid=30183 vsize=71524 CPUtime=1473.49 cores=1,3,5,7
/proc/30185/stat : 30185 (clasp-1.0) R 30183 30148 8320 0 -1 4202496 18039 0 0 0 147342 7 0 0 20 0 1 0 339191898 73240576 17216 33554432000 134512640 134847168 4288130528 4288129264 134741032 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30185/statm: 17881 17216 270 82 0 17122 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 110532

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30287
/proc/meminfo: memFree=27752148/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=29860 CPUtime=68.51 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) S 30146 30148 8320 0 -1 4202496 2224 22385 0 0 71 0 6773 7 20 0 1 0 339185043 30576640 1572 33554432000 4194304 4198148 140736421623920 140736421622848 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30148/statm: 7465 1572 387 1 0 1260 0
[pid=30183] ppid=30148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30183/stat : 30183 (sh) S 30148 30148 8320 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 339191898 9367552 264 33554432000 4194304 5064252 140735395530256 140735395528512 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30183/statm: 2287 264 223 213 0 72 0
[pid=30185] ppid=30183 vsize=71524 CPUtime=1533.48 cores=1,3,5,7
/proc/30185/stat : 30185 (clasp-1.0) R 30183 30148 8320 0 -1 4202496 18041 0 0 0 153341 7 0 0 20 0 1 0 339191898 73240576 17239 33554432000 134512640 134847168 4288130528 4288129220 134616619 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30185/statm: 17881 17239 270 82 0 17122 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 110532

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30287
/proc/meminfo: memFree=27752148/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=29860 CPUtime=68.51 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) S 30146 30148 8320 0 -1 4202496 2224 22385 0 0 71 0 6773 7 20 0 1 0 339185043 30576640 1572 33554432000 4194304 4198148 140736421623920 140736421622848 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30148/statm: 7465 1572 387 1 0 1260 0
[pid=30183] ppid=30148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30183/stat : 30183 (sh) S 30148 30148 8320 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 339191898 9367552 264 33554432000 4194304 5064252 140735395530256 140735395528512 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30183/statm: 2287 264 223 213 0 72 0
[pid=30185] ppid=30183 vsize=71524 CPUtime=1593.48 cores=1,3,5,7
/proc/30185/stat : 30185 (clasp-1.0) R 30183 30148 8320 0 -1 4202496 18041 0 0 0 159341 7 0 0 20 0 1 0 339191898 73240576 17239 33554432000 134512640 134847168 4288130528 4288129152 134784798 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30185/statm: 17881 17239 270 82 0 17122 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 110532

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30288
/proc/meminfo: memFree=27752148/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=29860 CPUtime=68.51 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) S 30146 30148 8320 0 -1 4202496 2224 22385 0 0 71 0 6773 7 20 0 1 0 339185043 30576640 1572 33554432000 4194304 4198148 140736421623920 140736421622848 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30148/statm: 7465 1572 387 1 0 1260 0
[pid=30183] ppid=30148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30183/stat : 30183 (sh) S 30148 30148 8320 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 339191898 9367552 264 33554432000 4194304 5064252 140735395530256 140735395528512 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30183/statm: 2287 264 223 213 0 72 0
[pid=30185] ppid=30183 vsize=71524 CPUtime=1653.47 cores=1,3,5,7
/proc/30185/stat : 30185 (clasp-1.0) R 30183 30148 8320 0 -1 4202496 18041 0 0 0 165340 7 0 0 20 0 1 0 339191898 73240576 17239 33554432000 134512640 134847168 4288130528 4288129296 134617553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30185/statm: 17881 17239 270 82 0 17122 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 110532

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30288
/proc/meminfo: memFree=27751904/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=29860 CPUtime=68.51 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) S 30146 30148 8320 0 -1 4202496 2224 22385 0 0 71 0 6773 7 20 0 1 0 339185043 30576640 1572 33554432000 4194304 4198148 140736421623920 140736421622848 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30148/statm: 7465 1572 387 1 0 1260 0
[pid=30183] ppid=30148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30183/stat : 30183 (sh) S 30148 30148 8320 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 339191898 9367552 264 33554432000 4194304 5064252 140735395530256 140735395528512 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30183/statm: 2287 264 223 213 0 72 0
[pid=30185] ppid=30183 vsize=71524 CPUtime=1713.46 cores=1,3,5,7
/proc/30185/stat : 30185 (clasp-1.0) R 30183 30148 8320 0 -1 4202496 18041 0 0 0 171339 7 0 0 20 0 1 0 339191898 73240576 17239 33554432000 134512640 134847168 4288130528 4288129152 134784711 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30185/statm: 17881 17239 270 82 0 17122 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 110532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30288
/proc/meminfo: memFree=27752400/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=29860 CPUtime=68.51 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) S 30146 30148 8320 0 -1 4202496 2224 22385 0 0 71 0 6773 7 20 0 1 0 339185043 30576640 1572 33554432000 4194304 4198148 140736421623920 140736421622848 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30148/statm: 7465 1572 387 1 0 1260 0
[pid=30183] ppid=30148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30183/stat : 30183 (sh) S 30148 30148 8320 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 339191898 9367552 264 33554432000 4194304 5064252 140735395530256 140735395528512 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30183/statm: 2287 264 223 213 0 72 0
[pid=30185] ppid=30183 vsize=71524 CPUtime=1731.56 cores=1,3,5,7
/proc/30185/stat : 30185 (clasp-1.0) R 30183 30148 8320 0 -1 4202496 18041 0 0 0 173149 7 0 0 20 0 1 0 339191898 73240576 17239 33554432000 134512640 134847168 4288130528 4288129216 134735898 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30185/statm: 17881 17239 270 82 0 17122 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 110532

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -30148

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 30307
/proc/meminfo: memFree=28044656/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=29860 CPUtime=1800.1 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) S 30146 30148 8320 0 -1 4202496 2392 43210 0 0 71 0 179923 16 20 0 1 0 339185043 30576640 1573 33554432000 4194304 4198148 140736421623920 140736421622848 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30148/statm: 7465 1573 387 1 0 1260 0
[pid=30298] ppid=30148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30298/stat : 30298 (sh) S 30148 30148 8320 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339365086 9367552 264 33554432000 4194304 5064252 140735995933200 140735995931456 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30298/statm: 2287 264 223 213 0 72 0
[pid=30300] ppid=30298 vsize=32084 CPUtime=0.95 cores=1,3,5,7
/proc/30300/stat : 30300 (clasp-1.0) R 30298 30148 8320 0 -1 4202496 8221 0 0 0 94 1 0 0 20 0 1 0 339365086 32854016 7342 33554432000 134512640 134847168 4292297680 4292296448 134617547 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30300/statm: 8021 7342 270 82 0 7262 0
Current children cumulated CPU time (s) 1801.05
Current children cumulated vsize (KiB) 71092

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 30307
/proc/meminfo: memFree=27975356/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=29860 CPUtime=1800.1 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) S 30146 30148 8320 0 -1 4202496 2392 43210 0 0 71 0 179923 16 20 0 1 0 339185043 30576640 1573 33554432000 4194304 4198148 140736421623920 140736421622848 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30148/statm: 7465 1573 387 1 0 1260 0
[pid=30298] ppid=30148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30298/stat : 30298 (sh) S 30148 30148 8320 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339365086 9367552 264 33554432000 4194304 5064252 140735995933200 140735995931456 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30298/statm: 2287 264 223 213 0 72 0
[pid=30300] ppid=30298 vsize=32084 CPUtime=1.75 cores=1,3,5,7
/proc/30300/stat : 30300 (clasp-1.0) R 30298 30148 8320 0 -1 4202496 8235 0 0 0 174 1 0 0 20 0 1 0 339365086 32854016 7356 33554432000 134512640 134847168 4292297680 4292296448 134617496 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30300/statm: 8021 7356 270 82 0 7262 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 71092

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 30307
/proc/meminfo: memFree=27975356/32873648 swapFree=7116/7116
[pid=30148] ppid=30146 vsize=29860 CPUtime=1800.1 cores=1,3,5,7
/proc/30148/stat : 30148 (pbclasp) S 30146 30148 8320 0 -1 4202496 2392 43210 0 0 71 0 179923 16 20 0 1 0 339185043 30576640 1573 33554432000 4194304 4198148 140736421623920 140736421622848 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30148/statm: 7465 1573 387 1 0 1260 0
[pid=30298] ppid=30148 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30298/stat : 30298 (sh) S 30148 30148 8320 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 339365086 9367552 264 33554432000 4194304 5064252 140735995933200 140735995931456 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/30298/statm: 2287 264 223 213 0 72 0
[pid=30300] ppid=30298 vsize=32084 CPUtime=1.95 cores=1,3,5,7
/proc/30300/stat : 30300 (clasp-1.0) R 30298 30148 8320 0 -1 4202496 8237 0 0 0 194 1 0 0 20 0 1 0 339365086 32854016 7358 33554432000 134512640 134847168 4292297680 4292296448 134617488 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30300/statm: 8021 7358 270 82 0 7262 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 71092

Child status: 0
Real time (s): 1802.42
CPU time (s): 1802.11
CPU user time (s): 1801.92
CPU system time (s): 0.19597
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 110532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.92
system time used= 0.19597
maximum resident set size= 68956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55422
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2263
involuntary context switches= 2636

runsolver used 3.53746 second user time and 9.61754 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 15:36:36
IDJOB=3736270
IDBENCH=25039
IDSOLVER=2317
FILE ID=node123/3736270-1338730596
RUNJOBID= node123-1338702803-8337
PBS_JOBID= 14636714
Free space on /tmp= 71300 MiB

SOLVER NAME= PB07: PB-clasp 2007-04-10
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_opers/normalized-fir07_area_opers.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736270-1338730596/watcher-3736270-1338730596 -o /tmp/evaluation-result-3736270-1338730596/solver-3736270-1338730596 -C 1800 -W 1900 -M 15500  pbclasp instance-3736270-1338730596.opb HOME/temp

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

MD5SUM BENCH= e3ec914b5fa2e36b0a6c3f63a5a73343
RANDOM SEED=2128800863

node123.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		: 2667.217
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	: 5334.43
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		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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		: 2667.217
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		: 2667.217
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:        28161684 kB
Buffers:         1562976 kB
Cached:          2236716 kB
SwapCached:         2268 kB
Active:          1927008 kB
Inactive:        1897184 kB
Active(anon):      17500 kB
Inactive(anon):     5504 kB
Active(file):    1909508 kB
Inactive(file):  1891680 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:              2880 kB
Writeback:             0 kB
AnonPages:         25964 kB
Mapped:            12532 kB
Shmem:                 0 kB
Slab:             750104 kB
SReclaimable:     193808 kB
SUnreclaim:       556296 kB
KernelStack:        1512 kB
PageTables:         3984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     139664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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-3736270-1338730596.opb

Free space on /tmp at the end= 71240 MiB
End job on node123 at 2012-06-03 16:06:38