Trace number 3731877

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)64 1802.08 1802.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ6_3.opb
MD5SUMff9be653d1d3ea3b1a82846016e94df6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 64
Optimality of the best value was proved NO
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 3
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 324
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 324
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.26	o 94
0.25/0.31	o 88
0.25/0.36	o 86
0.34/0.41	o 82
0.39/0.69	o 80
0.67/0.83	o 78
2.66/2.78	o 76
3.55/3.61	o 74
10.86/11.00	o 72
37.83/37.92	o 70
77.23/77.38	o 68
112.93/113.04	o 66
185.60/185.72	o 64
1311.42/1311.74	sh: line 1: 20136 Done                    cat HOME/temp/instance-3731877-1338701798.opb.op
1311.42/1311.74	     20137 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3731877-1338701798.opb.clasp
1800.04/1800.40	sh: line 1: 20165 Done                    cat HOME/temp/instance-3731877-1338701798.opb.op
1800.04/1800.40	     20166 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3731877-1338701798.opb.clasp
1800.04/1800.41	c Somebody sent me a SIGTERM
1800.04/1800.41	s SATISFIABLE
1800.04/1800.41	v x1 x12 x15 x21 x25 x36 x39 x46 x51 x58 x66 x72 x76 x83 x87 x94 x101 x105 x110 x116 x125 x130 x137 x142 x145 x152 x157 x164 x173 x179 x181 x188 x198 x199 x206 x216 x217 x223 x231 x240 x243 x252 x258 x260 x266 x274 x280 x288 x293 x296 x304 x310 x317 x320 x325 x333 x339 x347 x353 x355 x362 x365 x366 x373 x377 x381 x390 x391 x396 x397 x400 x402 x409 x412 x419 x425 x428 x432 x434 x438 x441 x448 x455 x456 x463 x467 x468 x469 x474 x479 x485 x487 x493 x499 x501 x502 x510 x515 x516 x523 x529 x535 x537 x538 
1800.04/1800.41	pb2clasp1: no process killed
1802.03/1802.41	sh: line 1: 20293 Done                    cat HOME/temp/instance-3731877-1338701798.opb.op
1802.03/1802.41	     20294 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3731877-1338701798.opb.clasp

Verifier Data

OK	64

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.02 1.99 3/178 20023
/proc/meminfo: memFree=27513372/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25592 CPUtime=0 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) R 20021 20023 26887 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 336306605 26206208 464 33554432000 4194304 4198148 140737236366832 140737236364280 271787200404 0 0 4224 0 0 0 0 17 0 0 0 0 0 0
/proc/20023/statm: 6398 464 345 1 0 193 0

[startup+0.0836601 s]
/proc/loadavg: 2.06 2.02 1.99 3/178 20023
/proc/meminfo: memFree=27513372/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25592 CPUtime=0 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 591 0 0 0 0 0 0 0 20 0 1 0 336306605 26206208 505 33554432000 4194304 4198148 140737236366832 140737236365720 271790957808 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20023/statm: 6398 505 368 1 0 193 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25592

[startup+0.100215 s]
/proc/loadavg: 2.06 2.02 1.99 3/178 20023
/proc/meminfo: memFree=27513372/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25592 CPUtime=0 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 591 0 0 0 0 0 0 0 20 0 1 0 336306605 26206208 505 33554432000 4194304 4198148 140737236366832 140737236365720 271790957808 0 0 4224 16384 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/20023/statm: 6398 505 368 1 0 193 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25592

[startup+0.300125 s]
/proc/loadavg: 2.06 2.02 1.99 3/178 20023
/proc/meminfo: memFree=27513372/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25724 CPUtime=0.25 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 796 5143 0 0 0 0 24 1 20 0 1 0 336306605 26341376 531 33554432000 4194304 4198148 140737236366832 140737236365760 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20023/statm: 6431 531 387 1 0 226 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 25724

[startup+0.700112 s]
/proc/loadavg: 2.06 2.02 1.99 3/178 20023
/proc/meminfo: memFree=27513372/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25724 CPUtime=0.67 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 1254 16756 0 0 0 0 64 3 20 0 1 0 336306605 26341376 532 33554432000 4194304 4198148 140737236366832 140737236365720 271790957808 0 0 4224 16384 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/20023/statm: 6431 532 387 1 0 226 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 25724

[startup+1.50025 s]
/proc/loadavg: 2.06 2.02 1.99 3/181 20081
/proc/meminfo: memFree=27508200/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25724 CPUtime=0.81 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 1383 20369 0 0 0 0 78 3 20 0 1 0 336306605 26341376 532 33554432000 4194304 4198148 140737236366832 140737236365760 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20023/statm: 6431 532 387 1 0 226 0
[pid=20079] ppid=20023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20079/stat : 20079 (sh) S 20023 20023 26887 0 -1 4202496 372 221 0 0 0 0 0 0 20 0 1 0 336306689 9367552 264 33554432000 4194304 5064252 140734312208528 140734312206784 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20079/statm: 2287 264 223 213 0 72 0
[pid=20081] ppid=20079 vsize=6216 CPUtime=0.65 cores=0,2,4,6
/proc/20081/stat : 20081 (clasp-1.0) R 20079 20023 26887 0 -1 4202496 1148 0 0 0 65 0 0 0 20 0 1 0 336306689 6365184 1045 33554432000 134512640 134847168 4292054848 4292053424 134714295 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20081/statm: 1554 1045 272 82 0 795 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 41088

[startup+3.10024 s]
/proc/loadavg: 2.05 2.02 1.99 3/181 20081
/proc/meminfo: memFree=27506564/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25724 CPUtime=2.75 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 1501 23640 0 0 0 0 272 3 20 0 1 0 336306605 26341376 532 33554432000 4194304 4198148 140737236366832 140737236365760 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20023/statm: 6431 532 387 1 0 226 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 25724

[startup+6.3003 s]
/proc/loadavg: 2.05 2.02 1.99 3/181 20097
/proc/meminfo: memFree=27501276/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25724 CPUtime=3.58 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 1618 26776 0 0 0 0 354 4 20 0 1 0 336306605 26341376 532 33554432000 4194304 4198148 140737236366832 140737236365760 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20023/statm: 6431 532 387 1 0 226 0
[pid=20095] ppid=20023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20095/stat : 20095 (sh) S 20023 20023 26887 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336306966 9367552 263 33554432000 4194304 5064252 140734207255104 140734207253360 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20095/statm: 2287 263 223 213 0 72 0
[pid=20097] ppid=20095 vsize=7296 CPUtime=2.67 cores=0,2,4,6
/proc/20097/stat : 20097 (clasp-1.0) R 20095 20023 26887 0 -1 4202496 1426 0 0 0 267 0 0 0 20 0 1 0 336306966 7471104 1324 33554432000 134512640 134847168 4290282688 4290280864 8324391 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20097/statm: 1824 1324 270 82 0 1065 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 42168

[startup+12.7003 s]
/proc/loadavg: 2.04 2.02 1.99 3/181 20105
/proc/meminfo: memFree=27494212/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25724 CPUtime=10.96 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 1735 30458 0 0 0 0 1091 5 20 0 1 0 336306605 26341376 532 33554432000 4194304 4198148 140737236366832 140737236365760 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20023/statm: 6431 532 387 1 0 226 0
[pid=20103] ppid=20023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20103/stat : 20103 (sh) S 20023 20023 26887 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336307706 9367552 263 33554432000 4194304 5064252 140734865906704 140734865904960 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20103/statm: 2287 263 223 213 0 72 0
[pid=20105] ppid=20103 vsize=7024 CPUtime=1.68 cores=0,2,4,6
/proc/20105/stat : 20105 (clasp-1.0) R 20103 20023 26887 0 -1 4202496 1334 0 0 0 168 0 0 0 20 0 1 0 336307706 7192576 1232 33554432000 134512640 134847168 4287956336 4287954976 134782375 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20105/statm: 1756 1232 272 82 0 997 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 41896

[startup+25.5003 s]
/proc/loadavg: 2.04 2.02 1.99 3/181 20105
/proc/meminfo: memFree=27487168/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25724 CPUtime=10.96 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 1735 30458 0 0 0 0 1091 5 20 0 1 0 336306605 26341376 532 33554432000 4194304 4198148 140737236366832 140737236365760 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20023/statm: 6431 532 387 1 0 226 0
[pid=20103] ppid=20023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20103/stat : 20103 (sh) S 20023 20023 26887 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336307706 9367552 263 33554432000 4194304 5064252 140734865906704 140734865904960 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20103/statm: 2287 263 223 213 0 72 0
[pid=20105] ppid=20103 vsize=9836 CPUtime=14.47 cores=0,2,4,6
/proc/20105/stat : 20105 (clasp-1.0) R 20103 20023 26887 0 -1 4202496 2033 0 0 0 1447 0 0 0 20 0 1 0 336307706 10072064 1931 33554432000 134512640 134847168 4287956336 4287954976 134782598 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20105/statm: 2459 1931 272 82 0 1700 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 44708

[startup+51.1003 s]
/proc/loadavg: 2.02 2.02 1.99 3/181 20113
/proc/meminfo: memFree=27481788/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25724 CPUtime=37.88 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 1852 34716 0 0 0 0 3781 7 20 0 1 0 336306605 26341376 532 33554432000 4194304 4198148 140737236366832 140737236365760 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20023/statm: 6431 532 387 1 0 226 0
[pid=20111] ppid=20023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20111/stat : 20111 (sh) S 20023 20023 26887 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 336310398 9367552 264 33554432000 4194304 5064252 140735353819440 140735353817696 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20111/statm: 2287 264 223 213 0 72 0
[pid=20113] ppid=20111 vsize=9224 CPUtime=13.16 cores=0,2,4,6
/proc/20113/stat : 20113 (clasp-1.0) R 20111 20023 26887 0 -1 4202496 1905 0 0 0 1316 0 0 0 20 0 1 0 336310398 9445376 1803 33554432000 134512640 134847168 4287527104 4287525860 134737608 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20113/statm: 2306 1803 270 82 0 1547 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 44096

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 1.99 3/181 20121
/proc/meminfo: memFree=27470016/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25724 CPUtime=77.35 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 1969 39213 0 0 0 1 7726 8 20 0 1 0 336306605 26341376 532 33554432000 4194304 4198148 140737236366832 140737236365760 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20023/statm: 6431 532 387 1 0 226 0
[pid=20119] ppid=20023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20119/stat : 20119 (sh) S 20023 20023 26887 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 336314345 9367552 263 33554432000 4194304 5064252 140736478288944 140736478287200 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20119/statm: 2287 263 223 213 0 72 0
[pid=20121] ppid=20119 vsize=10808 CPUtime=24.89 cores=0,2,4,6
/proc/20121/stat : 20121 (clasp-1.0) R 20119 20023 26887 0 -1 4202496 2280 0 0 0 2489 0 0 0 20 0 1 0 336314345 11067392 2178 33554432000 134512640 134847168 4292029440 4292028124 134715848 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20121/statm: 2702 2178 270 82 0 1943 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 45680

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/181 20129
/proc/meminfo: memFree=27461636/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25724 CPUtime=112.98 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 2085 43664 0 0 0 1 11288 9 20 0 1 0 336306605 26341376 532 33554432000 4194304 4198148 140737236366832 140737236365760 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20023/statm: 6431 532 387 1 0 226 0
[pid=20127] ppid=20023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20127/stat : 20127 (sh) S 20023 20023 26887 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336317910 9367552 263 33554432000 4194304 5064252 140733690176336 140733690174592 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20127/statm: 2287 263 223 213 0 72 0
[pid=20129] ppid=20127 vsize=12416 CPUtime=49.22 cores=0,2,4,6
/proc/20129/stat : 20129 (clasp-1.0) R 20127 20023 26887 0 -1 4202496 2669 0 0 0 4922 0 0 0 20 0 1 0 336317910 12713984 2565 33554432000 134512640 134847168 4293126016 4293124784 134737650 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20129/statm: 3104 2565 270 82 0 2345 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 47288

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/182 20140
/proc/meminfo: memFree=27462644/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25724 CPUtime=185.64 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 2202 48639 0 0 0 1 18553 10 20 0 1 0 336306605 26341376 532 33554432000 4194304 4198148 140737236366832 140737236365760 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20023/statm: 6431 532 387 1 0 226 0
[pid=20135] ppid=20023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20135/stat : 20135 (sh) S 20023 20023 26887 0 -1 4202496 373 221 0 0 0 0 0 0 20 0 1 0 336325178 9367552 264 33554432000 4194304 5064252 140736823199360 140736823197616 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20135/statm: 2287 264 223 213 0 72 0
[pid=20137] ppid=20135 vsize=11428 CPUtime=36.55 cores=0,2,4,6
/proc/20137/stat : 20137 (clasp-1.0) R 20135 20023 26887 0 -1 4202496 2449 0 0 0 3655 0 0 0 20 0 1 0 336325178 11702272 2344 33554432000 134512640 134847168 4289146720 4289145360 134782453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20137/statm: 2857 2344 270 82 0 2098 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 46300

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/181 20141
/proc/meminfo: memFree=27451988/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25724 CPUtime=185.64 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 2202 48639 0 0 0 1 18553 10 20 0 1 0 336306605 26341376 532 33554432000 4194304 4198148 140737236366832 140737236365760 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20023/statm: 6431 532 387 1 0 226 0
[pid=20135] ppid=20023 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/20164/stat : 20164 (sh) S 20023 20023 26887 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 336437780 9367552 264 33554432000 4194304 5064252 140736367016560 140736367014816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20164/statm: 2287 264 223 213 0 72 0
[pid=20166] ppid=20164 vsize=15440 CPUtime=110.53 cores=0,2,4,6
/proc/20166/stat : 20166 (clasp-1.0) R 20164 20023 26887 0 -1 4202496 3437 0 0 0 11052 1 0 0 20 0 1 0 336437780 15810560 3340 33554432000 134512640 134847168 4289826832 4289825472 134782432 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20166/statm: 3860 3340 270 82 0 3101 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 50312

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 20281
/proc/meminfo: memFree=27515480/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25724 CPUtime=1311.48 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 2302 57531 0 0 0 1 131135 12 20 0 1 0 336306605 26341376 532 33554432000 4194304 4198148 140737236366832 140737236365760 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20023/statm: 6431 532 387 1 0 226 0
[pid=20164] ppid=20023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20164/stat : 20164 (sh) S 20023 20023 26887 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 336437780 9367552 264 33554432000 4194304 5064252 140736367016560 140736367014816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20164/statm: 2287 264 223 213 0 72 0
[pid=20166] ppid=20164 vsize=17288 CPUtime=170.5 cores=0,2,4,6
/proc/20166/stat : 20166 (clasp-1.0) R 20164 20023 26887 0 -1 4202496 3890 0 0 0 17049 1 0 0 20 0 1 0 336437780 17702912 3816 33554432000 134512640 134847168 4289826832 4289825408 134714260 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20166/statm: 4322 3816 270 82 0 3563 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 52160

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20282
/proc/meminfo: memFree=27513820/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25724 CPUtime=1311.48 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 2302 57531 0 0 0 1 131135 12 20 0 1 0 336306605 26341376 532 33554432000 4194304 4198148 140737236366832 140737236365760 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20023/statm: 6431 532 387 1 0 226 0
[pid=20164] ppid=20023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20164/stat : 20164 (sh) S 20023 20023 26887 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 336437780 9367552 264 33554432000 4194304 5064252 140736367016560 140736367014816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20164/statm: 2287 264 223 213 0 72 0
[pid=20166] ppid=20164 vsize=19252 CPUtime=230.5 cores=0,2,4,6
/proc/20166/stat : 20166 (clasp-1.0) R 20164 20023 26887 0 -1 4202496 4366 0 0 0 23048 2 0 0 20 0 1 0 336437780 19714048 4304 33554432000 134512640 134847168 4289826832 4289825392 134714972 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20166/statm: 4813 4304 270 82 0 4054 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 54124

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20282
/proc/meminfo: memFree=27512332/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25724 CPUtime=1311.48 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 2302 57531 0 0 0 1 131135 12 20 0 1 0 336306605 26341376 532 33554432000 4194304 4198148 140737236366832 140737236365760 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20023/statm: 6431 532 387 1 0 226 0
[pid=20164] ppid=20023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20164/stat : 20164 (sh) S 20023 20023 26887 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 336437780 9367552 264 33554432000 4194304 5064252 140736367016560 140736367014816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20164/statm: 2287 264 223 213 0 72 0
[pid=20166] ppid=20164 vsize=20320 CPUtime=290.49 cores=0,2,4,6
/proc/20166/stat : 20166 (clasp-1.0) R 20164 20023 26887 0 -1 4202496 4593 0 0 0 29047 2 0 0 20 0 1 0 336437780 20807680 4531 33554432000 134512640 134847168 4289826832 4289825408 134714266 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20166/statm: 5080 4531 270 82 0 4321 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 55192

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20282
/proc/meminfo: memFree=27510796/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25724 CPUtime=1311.48 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 2302 57531 0 0 0 1 131135 12 20 0 1 0 336306605 26341376 532 33554432000 4194304 4198148 140737236366832 140737236365760 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20023/statm: 6431 532 387 1 0 226 0
[pid=20164] ppid=20023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20164/stat : 20164 (sh) S 20023 20023 26887 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 336437780 9367552 264 33554432000 4194304 5064252 140736367016560 140736367014816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20164/statm: 2287 264 223 213 0 72 0
[pid=20166] ppid=20164 vsize=21100 CPUtime=350.48 cores=0,2,4,6
/proc/20166/stat : 20166 (clasp-1.0) R 20164 20023 26887 0 -1 4202496 4807 0 0 0 35046 2 0 0 20 0 1 0 336437780 21606400 4769 33554432000 134512640 134847168 4289826832 4289825600 134737644 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20166/statm: 5275 4769 270 82 0 4516 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 55972

[startup+1722.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 20282
/proc/meminfo: memFree=27509360/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25724 CPUtime=1311.48 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 2302 57531 0 0 0 1 131135 12 20 0 1 0 336306605 26341376 532 33554432000 4194304 4198148 140737236366832 140737236365760 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20023/statm: 6431 532 387 1 0 226 0
[pid=20164] ppid=20023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20164/stat : 20164 (sh) S 20023 20023 26887 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 336437780 9367552 264 33554432000 4194304 5064252 140736367016560 140736367014816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20164/statm: 2287 264 223 213 0 72 0
[pid=20166] ppid=20164 vsize=22208 CPUtime=410.47 cores=0,2,4,6
/proc/20166/stat : 20166 (clasp-1.0) R 20164 20023 26887 0 -1 4202496 5063 0 0 0 41045 2 0 0 20 0 1 0 336437780 22740992 5025 33554432000 134512640 134847168 4289826832 4289825380 134714990 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20166/statm: 5552 5025 270 82 0 4793 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 57080

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 20282
/proc/meminfo: memFree=27508492/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25724 CPUtime=1311.48 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 2302 57531 0 0 0 1 131135 12 20 0 1 0 336306605 26341376 532 33554432000 4194304 4198148 140737236366832 140737236365760 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20023/statm: 6431 532 387 1 0 226 0
[pid=20164] ppid=20023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20164/stat : 20164 (sh) S 20023 20023 26887 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 336437780 9367552 264 33554432000 4194304 5064252 140736367016560 140736367014816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20164/statm: 2287 264 223 213 0 72 0
[pid=20166] ppid=20164 vsize=22824 CPUtime=470.46 cores=0,2,4,6
/proc/20166/stat : 20166 (clasp-1.0) R 20164 20023 26887 0 -1 4202496 5199 0 0 0 47044 2 0 0 20 0 1 0 336437780 23371776 5161 33554432000 134512640 134847168 4289826832 4289825472 134782435 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20166/statm: 5706 5161 270 82 0 4947 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 57696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 20282
/proc/meminfo: memFree=27508368/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25724 CPUtime=1311.48 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 2302 57531 0 0 0 1 131135 12 20 0 1 0 336306605 26341376 532 33554432000 4194304 4198148 140737236366832 140737236365760 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20023/statm: 6431 532 387 1 0 226 0
[pid=20164] ppid=20023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20164/stat : 20164 (sh) S 20023 20023 26887 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 336437780 9367552 264 33554432000 4194304 5064252 140736367016560 140736367014816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20164/statm: 2287 264 223 213 0 72 0
[pid=20166] ppid=20164 vsize=22824 CPUtime=488.56 cores=0,2,4,6
/proc/20166/stat : 20166 (clasp-1.0) R 20164 20023 26887 0 -1 4202496 5218 0 0 0 48854 2 0 0 20 0 1 0 336437780 23371776 5180 33554432000 134512640 134847168 4289826832 4289825588 134737608 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20166/statm: 5706 5180 270 82 0 4947 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 57696

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -20023

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

[startup+1801.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 20301
/proc/meminfo: memFree=27531040/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25724 CPUtime=1800.06 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 2464 65524 0 0 0 1 179990 15 20 0 1 0 336306605 26341376 532 33554432000 4194304 4198148 140737236366832 140737236365760 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20023/statm: 6431 532 387 1 0 226 0
[pid=20291] ppid=20023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (sh) S 20023 20023 26887 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 336486647 9367552 264 33554432000 4194304 5064252 140733201326784 140733201325040 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20291/statm: 2287 264 223 213 0 72 0
[pid=20294] ppid=20291 vsize=6568 CPUtime=0.97 cores=0,2,4,6
/proc/20294/stat : 20294 (clasp-1.0) R 20291 20023 26887 0 -1 4202496 1231 0 0 0 97 0 0 0 20 0 1 0 336486647 6725632 1129 33554432000 134512640 134847168 4292583776 4292582460 134715962 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20294/statm: 1642 1129 270 82 0 883 0
Current children cumulated CPU time (s) 1801.03
Current children cumulated vsize (KiB) 41440

[startup+1802.2 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 20301
/proc/meminfo: memFree=27529684/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25724 CPUtime=1800.06 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 2464 65524 0 0 0 1 179990 15 20 0 1 0 336306605 26341376 532 33554432000 4194304 4198148 140737236366832 140737236365760 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20023/statm: 6431 532 387 1 0 226 0
[pid=20291] ppid=20023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (sh) S 20023 20023 26887 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 336486647 9367552 264 33554432000 4194304 5064252 140733201326784 140733201325040 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20291/statm: 2287 264 223 213 0 72 0
[pid=20294] ppid=20291 vsize=6924 CPUtime=1.77 cores=0,2,4,6
/proc/20294/stat : 20294 (clasp-1.0) R 20291 20023 26887 0 -1 4202496 1318 0 0 0 177 0 0 0 20 0 1 0 336486647 7090176 1216 33554432000 134512640 134847168 4292583776 4292582352 134714228 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20294/statm: 1731 1216 270 82 0 972 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 41796

[startup+1802.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 20301
/proc/meminfo: memFree=27529684/32873648 swapFree=6852/6852
[pid=20023] ppid=20021 vsize=25724 CPUtime=1800.06 cores=0,2,4,6
/proc/20023/stat : 20023 (pbclasp) S 20021 20023 26887 0 -1 4202496 2464 65524 0 0 0 1 179990 15 20 0 1 0 336306605 26341376 532 33554432000 4194304 4198148 140737236366832 140737236365760 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20023/statm: 6431 532 387 1 0 226 0
[pid=20291] ppid=20023 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20291/stat : 20291 (sh) S 20023 20023 26887 0 -1 4202496 371 220 0 0 0 0 0 0 20 0 1 0 336486647 9367552 264 33554432000 4194304 5064252 140733201326784 140733201325040 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20291/statm: 2287 264 223 213 0 72 0
[pid=20294] ppid=20291 vsize=7272 CPUtime=1.97 cores=0,2,4,6
/proc/20294/stat : 20294 (clasp-1.0) R 20291 20023 26887 0 -1 4202496 1395 0 0 0 197 0 0 0 20 0 1 0 336486647 7446528 1293 33554432000 134512640 134847168 4292583776 4292582460 134715803 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20294/statm: 1818 1293 270 82 0 1059 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 42144

Child status: 0
Real time (s): 1802.42
CPU time (s): 1802.08
CPU user time (s): 1801.9
CPU system time (s): 0.177972
CPU usage (%): 99.9814
Max. virtual memory (cumulated for all children) (KiB): 65132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.9
system time used= 0.177972
maximum resident set size= 28044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70098
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 996
involuntary context switches= 2531

runsolver used 2.88356 second user time and 7.27289 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 07:36:38
IDJOB=3731877
IDBENCH=2007
IDSOLVER=2317
FILE ID=node115/3731877-1338701798
RUNJOBID= node115-1338678629-26906
PBS_JOBID= 14636698
Free space on /tmp= 70828 MiB

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

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

MD5SUM BENCH= ff9be653d1d3ea3b1a82846016e94df6
RANDOM SEED=1572312411

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:        27514412 kB
Buffers:          953572 kB
Cached:          3459176 kB
SwapCached:         1016 kB
Active:          2272196 kB
Inactive:        2177960 kB
Active(anon):      26960 kB
Inactive(anon):     9868 kB
Active(file):    2245236 kB
Inactive(file):  2168092 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:               776 kB
Writeback:             0 kB
AnonPages:         40364 kB
Mapped:            13624 kB
Shmem:                96 kB
Slab:             771276 kB
SReclaimable:     214600 kB
SUnreclaim:       556676 kB
KernelStack:        1496 kB
PageTables:         4256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     150328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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-3731877-1338701798.opb

Free space on /tmp at the end= 70828 MiB
End job on node115 at 2012-06-03 08:06:41