Trace number 3732119

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)62 1802.1 1802.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-1pb.opb
MD5SUM7070b0ccf5287a23c61644383564c46b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark62
Best CPU time to get the best result obtained on this benchmark0.067989
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 62
Optimality of the best value was proved YES
Number of variables672
Total number of constraints2028
Number of constraints which are clauses2004
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 672
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 672
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 672
Number of bits of the biggest sum of numbers10
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.07/0.19	o 70
0.17/0.47	o 68
1.47/1.58	o 66
3.98/4.00	o 64
20.36/20.43	o 62
664.75/664.91	sh: line 1: 31611 Done                    cat HOME/temp/instance-3732119-1338704671.opb.op
664.75/664.91	     31612 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732119-1338704671.opb.clasp
1800.07/1800.40	sh: line 1: 31636 Done                    cat HOME/temp/instance-3732119-1338704671.opb.op
1800.07/1800.40	     31637 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732119-1338704671.opb.clasp
1800.07/1800.41	c Somebody sent me a SIGTERM
1800.07/1800.41	s SATISFIABLE
1800.07/1800.41	v x7 x8 x23 x29 x34 x42 x46 x55 x76 x77 x81 x91 x98 x100 x110 x113 x125 x138 x142 x151 x161 x176 x190 x198 x207 x212 x216 x222 x224 x235 x246 x260 x274 x275 x287 x290 x313 x326 x330 x349 x361 x362 x363 x373 x394 x397 x401 x405 x420 x427 x431 x452 x468 x489 x513 x532 x542 x564 x577 x616 x627 x651 
1800.07/1800.41	pb2clasp1: no process killed
1802.06/1802.41	sh: line 1: 31774 Done                    cat HOME/temp/instance-3732119-1338704671.opb.op
1802.06/1802.41	     31775 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3732119-1338704671.opb.clasp

Verifier Data

OK	62

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-3732119-1338704671/watcher-3732119-1338704671 -o /tmp/evaluation-result-3732119-1338704671/solver-3732119-1338704671 -C 1800 -W 1900 -M 15500 pbclasp instance-3732119-1338704671.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/176 31562
/proc/meminfo: memFree=29030220/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) R 31560 31562 22814 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 336595503 26071040 443 33554432000 4194304 4198148 140734997778096 140734997775544 226329333652 0 0 4224 0 0 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6365 443 343 1 0 160 0

[startup+0.046955 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31562
/proc/meminfo: memFree=29030220/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25724 CPUtime=0 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 622 0 0 0 0 0 0 0 20 0 1 0 336595503 26341376 535 33554432000 4194304 4198148 140734997778096 140734997776984 226333091056 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6431 535 368 1 0 226 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25724

[startup+0.100263 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31562
/proc/meminfo: memFree=29030220/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25856 CPUtime=0.07 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 735 2096 0 0 0 0 7 0 20 0 1 0 336595503 26476544 569 33554432000 4194304 4198148 140734997778096 140734997777024 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6464 569 387 1 0 259 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25856

[startup+0.300246 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31562
/proc/meminfo: memFree=29030220/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25856 CPUtime=0.17 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 862 4711 0 0 0 0 17 0 20 0 1 0 336595503 26476544 571 33554432000 4194304 4198148 140734997778096 140734997777024 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6464 571 387 1 0 259 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 25856

[startup+0.700228 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31562
/proc/meminfo: memFree=29030220/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25856 CPUtime=0.46 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 985 7354 0 0 1 0 44 1 20 0 1 0 336595503 26476544 571 33554432000 4194304 4198148 140734997778096 140734997777024 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6464 571 387 1 0 259 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 25856

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31588
/proc/meminfo: memFree=29026940/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25856 CPUtime=0.46 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 985 7354 0 0 1 0 44 1 20 0 1 0 336595503 26476544 571 33554432000 4194304 4198148 140734997778096 140734997777024 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6464 571 387 1 0 259 0
[pid=31586] ppid=31562 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31586/stat : 31586 (sh) S 31562 31562 22814 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 336595551 9367552 263 33554432000 4194304 5064252 140737156443648 140737156441904 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31586/statm: 2287 263 223 213 0 72 0
[pid=31588] ppid=31586 vsize=5060 CPUtime=1.01 cores=1,3,5,7
/proc/31588/stat : 31588 (clasp-1.0) R 31586 31562 22814 0 -1 4202496 847 0 0 0 101 0 0 0 20 0 1 0 336595551 5181440 745 33554432000 134512640 134847168 4293963056 4293961520 134713657 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31588/statm: 1265 745 270 82 0 506 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 40064

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31596
/proc/meminfo: memFree=29027172/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25856 CPUtime=1.57 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 1107 10210 0 0 1 0 155 1 20 0 1 0 336595503 26476544 571 33554432000 4194304 4198148 140734997778096 140734997777024 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6464 571 387 1 0 259 0
[pid=31594] ppid=31562 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31594/stat : 31594 (sh) S 31562 31562 22814 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 336595662 9367552 264 33554432000 4194304 5064252 140734698108144 140734698106400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31594/statm: 2287 264 223 213 0 72 0
[pid=31596] ppid=31594 vsize=5200 CPUtime=1.49 cores=1,3,5,7
/proc/31596/stat : 31596 (clasp-1.0) R 31594 31562 22814 0 -1 4202496 887 0 0 0 149 0 0 0 20 0 1 0 336595662 5324800 785 33554432000 134512640 134847168 4287327600 4287326368 134737670 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31596/statm: 1300 785 270 82 0 541 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 40204

[startup+6.30029 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 31604
/proc/meminfo: memFree=29026032/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25856 CPUtime=3.98 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 1228 13121 0 0 1 0 395 2 20 0 1 0 336595503 26476544 571 33554432000 4194304 4198148 140734997778096 140734997777024 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6464 571 387 1 0 259 0
[pid=31602] ppid=31562 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31602/stat : 31602 (sh) S 31562 31562 22814 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336595903 9367552 263 33554432000 4194304 5064252 140736118869712 140736118867968 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31602/statm: 2287 263 223 213 0 72 0
[pid=31604] ppid=31602 vsize=5592 CPUtime=2.28 cores=1,3,5,7
/proc/31604/stat : 31604 (clasp-1.0) R 31602 31562 22814 0 -1 4202496 977 0 0 0 228 0 0 0 20 0 1 0 336595903 5726208 875 33554432000 134512640 134847168 4294913472 4294911712 5121319 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31604/statm: 1398 875 272 82 0 639 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 40596

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 31604
/proc/meminfo: memFree=29023608/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25856 CPUtime=3.98 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 1228 13121 0 0 1 0 395 2 20 0 1 0 336595503 26476544 571 33554432000 4194304 4198148 140734997778096 140734997777024 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6464 571 387 1 0 259 0
[pid=31602] ppid=31562 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31602/stat : 31602 (sh) S 31562 31562 22814 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336595903 9367552 263 33554432000 4194304 5064252 140736118869712 140736118867968 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31602/statm: 2287 263 223 213 0 72 0
[pid=31604] ppid=31602 vsize=7028 CPUtime=8.68 cores=1,3,5,7
/proc/31604/stat : 31604 (clasp-1.0) R 31602 31562 22814 0 -1 4202496 1327 0 0 0 868 0 0 0 20 0 1 0 336595903 7196672 1225 33554432000 134512640 134847168 4294913472 4294912156 134789696 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31604/statm: 1757 1225 272 82 0 998 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 42032

[startup+25.5003 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 31612
/proc/meminfo: memFree=29024368/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25856 CPUtime=20.41 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 1341 16699 0 0 1 0 2037 3 20 0 1 0 336595503 26476544 571 33554432000 4194304 4198148 140734997778096 140734997777024 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6464 571 387 1 0 259 0
[pid=31610] ppid=31562 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31610/stat : 31610 (sh) S 31562 31562 22814 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336597547 9367552 263 33554432000 4194304 5064252 140736322417088 140736322415344 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31610/statm: 2287 263 223 213 0 72 0
[pid=31612] ppid=31610 vsize=6004 CPUtime=5.05 cores=1,3,5,7
/proc/31612/stat : 31612 (clasp-1.0) R 31610 31562 22814 0 -1 4202496 1088 0 0 0 505 0 0 0 20 0 1 0 336597547 6148096 986 33554432000 134512640 134847168 4288976000 4288974624 134784806 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31612/statm: 1501 986 270 82 0 742 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 41008

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 31612
/proc/meminfo: memFree=29020716/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25856 CPUtime=20.41 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 1341 16699 0 0 1 0 2037 3 20 0 1 0 336595503 26476544 571 33554432000 4194304 4198148 140734997778096 140734997777024 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6464 571 387 1 0 259 0
[pid=31610] ppid=31562 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31610/stat : 31610 (sh) S 31562 31562 22814 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336597547 9367552 263 33554432000 4194304 5064252 140736322417088 140736322415344 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31610/statm: 2287 263 223 213 0 72 0
[pid=31612] ppid=31610 vsize=9176 CPUtime=30.64 cores=1,3,5,7
/proc/31612/stat : 31612 (clasp-1.0) R 31610 31562 22814 0 -1 4202496 1871 0 0 0 3064 0 0 0 20 0 1 0 336597547 9396224 1771 33554432000 134512640 134847168 4288976000 4288974624 134784634 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31612/statm: 2294 1771 270 82 0 1535 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 44180

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 31612
/proc/meminfo: memFree=29017364/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25856 CPUtime=20.41 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 1341 16699 0 0 1 0 2037 3 20 0 1 0 336595503 26476544 571 33554432000 4194304 4198148 140734997778096 140734997777024 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6464 571 387 1 0 259 0
[pid=31610] ppid=31562 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31610/stat : 31610 (sh) S 31562 31562 22814 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336597547 9367552 263 33554432000 4194304 5064252 140736322417088 140736322415344 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31610/statm: 2287 263 223 213 0 72 0
[pid=31612] ppid=31610 vsize=11568 CPUtime=81.84 cores=1,3,5,7
/proc/31612/stat : 31612 (clasp-1.0) R 31610 31562 22814 0 -1 4202496 2468 0 0 0 8184 0 0 0 20 0 1 0 336597547 11845632 2369 33554432000 134512640 134847168 4288976000 4288974624 134784592 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31612/statm: 2892 2369 270 82 0 2133 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 46572

[startup+162.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 31612
/proc/meminfo: memFree=29015316/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25856 CPUtime=20.41 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 1341 16699 0 0 1 0 2037 3 20 0 1 0 336595503 26476544 571 33554432000 4194304 4198148 140734997778096 140734997777024 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6464 571 387 1 0 259 0
[pid=31610] ppid=31562 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31610/stat : 31610 (sh) S 31562 31562 22814 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336597547 9367552 263 33554432000 4194304 5064252 140736322417088 140736322415344 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31610/statm: 2287 263 223 213 0 72 0
[pid=31612] ppid=31610 vsize=13092 CPUtime=141.82 cores=1,3,5,7
/proc/31612/stat : 31612 (clasp-1.0) R 31610 31562 22814 0 -1 4202496 2829 0 0 0 14182 0 0 0 20 0 1 0 336597547 13406208 2739 33554432000 134512640 134847168 4288976000 4288974624 134784505 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31612/statm: 3273 2739 270 82 0 2514 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 48096

[startup+222.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 31613
/proc/meminfo: memFree=29014260/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25856 CPUtime=20.41 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 1341 16699 0 0 1 0 2037 3 20 0 1 0 336595503 26476544 571 33554432000 4194304 4198148 140734997778096 140734997777024 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6464 571 387 1 0 259 0
[pid=31610] ppid=31562 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31610/stat : 31610 (sh) S 31562 31562 22814 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336597547 9367552 263 33554432000 4194304 5064252 140736322417088 140736322415344 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31610/statm: 2287 263 223 213 0 72 0
[pid=31612] ppid=31610 vsize=13976 CPUtime=201.81 cores=1,3,5,7
/proc/31612/stat : 31612 (clasp-1.0) R 31610 31562 22814 0 -1 4202496 3035 0 0 0 20181 0 0 0 20 0 1 0 336597547 14311424 2962 33554432000 134512640 134847168 4288976000 4288974680 134789705 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31612/statm: 3494 2962 270 82 0 2735 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 48980

[startup+282.3 s]

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

/proc/31635/stat : 31635 (sh) S 31562 31562 22814 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336661995 9367552 263 33554432000 4194304 5064252 140733862531424 140733862529680 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31635/statm: 2287 263 223 213 0 72 0
[pid=31637] ppid=31635 vsize=17244 CPUtime=757.25 cores=1,3,5,7
/proc/31637/stat : 31637 (clasp-1.0) R 31635 31562 22814 0 -1 4202496 3802 0 0 0 75724 1 0 0 20 0 1 0 336661995 17657856 3778 33554432000 134512640 134847168 4292117552 4292116244 134616619 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31637/statm: 4311 3778 272 82 0 3552 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 52248

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31756
/proc/meminfo: memFree=28993780/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25856 CPUtime=664.78 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 1440 22326 0 0 1 0 66473 4 20 0 1 0 336595503 26476544 571 33554432000 4194304 4198148 140734997778096 140734997777024 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6464 571 387 1 0 259 0
[pid=31635] ppid=31562 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31635/stat : 31635 (sh) S 31562 31562 22814 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336661995 9367552 263 33554432000 4194304 5064252 140733862531424 140733862529680 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31635/statm: 2287 263 223 213 0 72 0
[pid=31637] ppid=31635 vsize=17728 CPUtime=817.24 cores=1,3,5,7
/proc/31637/stat : 31637 (clasp-1.0) R 31635 31562 22814 0 -1 4202496 3883 0 0 0 81723 1 0 0 20 0 1 0 336661995 18153472 3859 33554432000 134512640 134847168 4292117552 4292116232 134789719 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31637/statm: 4432 3859 272 82 0 3673 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 52732

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 31759
/proc/meminfo: memFree=28993136/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25856 CPUtime=664.78 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 1440 22326 0 0 1 0 66473 4 20 0 1 0 336595503 26476544 571 33554432000 4194304 4198148 140734997778096 140734997777024 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6464 571 387 1 0 259 0
[pid=31635] ppid=31562 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31635/stat : 31635 (sh) S 31562 31562 22814 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336661995 9367552 263 33554432000 4194304 5064252 140733862531424 140733862529680 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31635/statm: 2287 263 223 213 0 72 0
[pid=31637] ppid=31635 vsize=18236 CPUtime=877.23 cores=1,3,5,7
/proc/31637/stat : 31637 (clasp-1.0) R 31635 31562 22814 0 -1 4202496 4007 0 0 0 87722 1 0 0 20 0 1 0 336661995 18673664 3983 33554432000 134512640 134847168 4292117552 4292116176 134784608 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31637/statm: 4559 3983 272 82 0 3800 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 53240

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31759
/proc/meminfo: memFree=28991920/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25856 CPUtime=664.78 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 1440 22326 0 0 1 0 66473 4 20 0 1 0 336595503 26476544 571 33554432000 4194304 4198148 140734997778096 140734997777024 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6464 571 387 1 0 259 0
[pid=31635] ppid=31562 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31635/stat : 31635 (sh) S 31562 31562 22814 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336661995 9367552 263 33554432000 4194304 5064252 140733862531424 140733862529680 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31635/statm: 2287 263 223 213 0 72 0
[pid=31637] ppid=31635 vsize=18236 CPUtime=937.22 cores=1,3,5,7
/proc/31637/stat : 31637 (clasp-1.0) R 31635 31562 22814 0 -1 4202496 4007 0 0 0 93721 1 0 0 20 0 1 0 336661995 18673664 3983 33554432000 134512640 134847168 4292117552 4292116244 134616619 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31637/statm: 4559 3983 272 82 0 3800 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 53240

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31759
/proc/meminfo: memFree=28992168/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25856 CPUtime=664.78 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 1440 22326 0 0 1 0 66473 4 20 0 1 0 336595503 26476544 571 33554432000 4194304 4198148 140734997778096 140734997777024 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6464 571 387 1 0 259 0
[pid=31635] ppid=31562 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31635/stat : 31635 (sh) S 31562 31562 22814 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336661995 9367552 263 33554432000 4194304 5064252 140733862531424 140733862529680 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31635/statm: 2287 263 223 213 0 72 0
[pid=31637] ppid=31635 vsize=18236 CPUtime=997.21 cores=1,3,5,7
/proc/31637/stat : 31637 (clasp-1.0) R 31635 31562 22814 0 -1 4202496 4020 0 0 0 99720 1 0 0 20 0 1 0 336661995 18673664 3996 33554432000 134512640 134847168 4292117552 4292116176 134784634 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31637/statm: 4559 3996 272 82 0 3800 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 53240

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31760
/proc/meminfo: memFree=28990180/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25856 CPUtime=664.78 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 1440 22326 0 0 1 0 66473 4 20 0 1 0 336595503 26476544 571 33554432000 4194304 4198148 140734997778096 140734997777024 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6464 571 387 1 0 259 0
[pid=31635] ppid=31562 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31635/stat : 31635 (sh) S 31562 31562 22814 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336661995 9367552 263 33554432000 4194304 5064252 140733862531424 140733862529680 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31635/statm: 2287 263 223 213 0 72 0
[pid=31637] ppid=31635 vsize=18612 CPUtime=1057.2 cores=1,3,5,7
/proc/31637/stat : 31637 (clasp-1.0) R 31635 31562 22814 0 -1 4202496 4102 0 0 0 105719 1 0 0 20 0 1 0 336661995 19058688 4139 33554432000 134512640 134847168 4292117552 4292116232 134789705 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31637/statm: 4653 4139 272 82 0 3894 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 53616

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31760
/proc/meminfo: memFree=28988504/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25856 CPUtime=664.78 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 1440 22326 0 0 1 0 66473 4 20 0 1 0 336595503 26476544 571 33554432000 4194304 4198148 140734997778096 140734997777024 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6464 571 387 1 0 259 0
[pid=31635] ppid=31562 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31635/stat : 31635 (sh) S 31562 31562 22814 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336661995 9367552 263 33554432000 4194304 5064252 140733862531424 140733862529680 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31635/statm: 2287 263 223 213 0 72 0
[pid=31637] ppid=31635 vsize=18804 CPUtime=1117.19 cores=1,3,5,7
/proc/31637/stat : 31637 (clasp-1.0) R 31635 31562 22814 0 -1 4202496 4138 0 0 0 111718 1 0 0 20 0 1 0 336661995 19255296 4175 33554432000 134512640 134847168 4292117552 4292116232 134789719 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31637/statm: 4701 4175 272 82 0 3942 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 53808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31760
/proc/meminfo: memFree=28988380/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25856 CPUtime=664.78 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 1440 22326 0 0 1 0 66473 4 20 0 1 0 336595503 26476544 571 33554432000 4194304 4198148 140734997778096 140734997777024 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6464 571 387 1 0 259 0
[pid=31635] ppid=31562 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31635/stat : 31635 (sh) S 31562 31562 22814 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336661995 9367552 263 33554432000 4194304 5064252 140733862531424 140733862529680 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31635/statm: 2287 263 223 213 0 72 0
[pid=31637] ppid=31635 vsize=18992 CPUtime=1135.29 cores=1,3,5,7
/proc/31637/stat : 31637 (clasp-1.0) R 31635 31562 22814 0 -1 4202496 4150 0 0 0 113528 1 0 0 20 0 1 0 336661995 19447808 4187 33554432000 134512640 134847168 4292117552 4292116176 134784711 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31637/statm: 4748 4187 272 82 0 3989 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 53996

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -31562

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 31779
/proc/meminfo: memFree=29024800/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25856 CPUtime=1800.1 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 1599 29239 0 0 1 0 180002 7 20 0 1 0 336595503 26476544 571 33554432000 4194304 4198148 140734997778096 140734997777024 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6464 571 387 1 0 259 0
[pid=31772] ppid=31562 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31772/stat : 31772 (sh) S 31562 31562 22814 0 -1 4202496 374 220 0 0 0 0 0 0 20 0 1 0 336775545 9367552 264 33554432000 4194304 5064252 140734574908912 140734574907168 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31772/statm: 2287 264 223 213 0 72 0
[pid=31775] ppid=31772 vsize=4932 CPUtime=0.96 cores=1,3,5,7
/proc/31775/stat : 31775 (clasp-1.0) R 31772 31562 22814 0 -1 4202496 828 0 0 0 96 0 0 0 20 0 1 0 336775546 5050368 725 33554432000 134512640 134847168 4288442432 4288441072 134782435 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31775/statm: 1233 725 270 82 0 474 0
Current children cumulated CPU time (s) 1801.06
Current children cumulated vsize (KiB) 39936

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 31779
/proc/meminfo: memFree=29022964/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25856 CPUtime=1800.1 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 1599 29239 0 0 1 0 180002 7 20 0 1 0 336595503 26476544 571 33554432000 4194304 4198148 140734997778096 140734997777024 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6464 571 387 1 0 259 0
[pid=31772] ppid=31562 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31772/stat : 31772 (sh) S 31562 31562 22814 0 -1 4202496 374 220 0 0 0 0 0 0 20 0 1 0 336775545 9367552 264 33554432000 4194304 5064252 140734574908912 140734574907168 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31772/statm: 2287 264 223 213 0 72 0
[pid=31775] ppid=31772 vsize=5592 CPUtime=1.76 cores=1,3,5,7
/proc/31775/stat : 31775 (clasp-1.0) R 31772 31562 22814 0 -1 4202496 991 0 0 0 176 0 0 0 20 0 1 0 336775546 5726208 888 33554432000 134512640 134847168 4288442432 4288441152 134734097 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31775/statm: 1398 888 270 82 0 639 0
Current children cumulated CPU time (s) 1801.86
Current children cumulated vsize (KiB) 40596

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 31779
/proc/meminfo: memFree=29022964/32873844 swapFree=6088/6088
[pid=31562] ppid=31560 vsize=25856 CPUtime=1800.1 cores=1,3,5,7
/proc/31562/stat : 31562 (pbclasp) S 31560 31562 22814 0 -1 4202496 1599 29239 0 0 1 0 180002 7 20 0 1 0 336595503 26476544 571 33554432000 4194304 4198148 140734997778096 140734997777024 226333093918 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31562/statm: 6464 571 387 1 0 259 0
[pid=31772] ppid=31562 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31772/stat : 31772 (sh) S 31562 31562 22814 0 -1 4202496 374 220 0 0 0 0 0 0 20 0 1 0 336775545 9367552 264 33554432000 4194304 5064252 140734574908912 140734574907168 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31772/statm: 2287 264 223 213 0 72 0
[pid=31775] ppid=31772 vsize=5592 CPUtime=1.96 cores=1,3,5,7
/proc/31775/stat : 31775 (clasp-1.0) R 31772 31562 22814 0 -1 4202496 991 0 0 0 196 0 0 0 20 0 1 0 336775546 5726208 888 33554432000 134512640 134847168 4288442432 4288441188 134737608 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31775/statm: 1398 888 270 82 0 639 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 40596

Child status: 0
Real time (s): 1802.42
CPU time (s): 1802.1
CPU user time (s): 1802.01
CPU system time (s): 0.089986
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 53996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802.01
system time used= 0.089986
maximum resident set size= 16748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32573
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 274
involuntary context switches= 3626

runsolver used 2.85057 second user time and 6.98894 second system time

The end

Launcher Data

Begin job on node110 at 2012-06-03 08:24:31
IDJOB=3732119
IDBENCH=2029
IDSOLVER=2317
FILE ID=node110/3732119-1338704671
RUNJOBID= node110-1338678629-22834
PBS_JOBID= 14636703
Free space on /tmp= 71080 MiB

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

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

MD5SUM BENCH= 7070b0ccf5287a23c61644383564c46b
RANDOM SEED=1506182670

node110.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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.78
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.893
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.893
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.893
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.893
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.893
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.90
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.893
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.893
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:       32873844 kB
MemFree:        29030468 kB
Buffers:          512432 kB
Cached:          2469264 kB
SwapCached:          604 kB
Active:          1433740 kB
Inactive:        1564212 kB
Active(anon):       5584 kB
Inactive(anon):    12316 kB
Active(file):    1428156 kB
Inactive(file):  1551896 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67107364 kB
Dirty:               440 kB
Writeback:             0 kB
AnonPages:         21104 kB
Mapped:            13636 kB
Shmem:                40 kB
Slab:             706880 kB
SReclaimable:     148900 kB
SUnreclaim:       557980 kB
KernelStack:        1456 kB
PageTables:         3908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     117576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3732119-1338704671.opb

Free space on /tmp at the end= 71080 MiB
End job on node110 at 2012-06-03 08:54:33