Trace number 3732383

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)61 1800.13 1800.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-e64.b.opb
MD5SUM4a444f89cff56050e88660d23e3d8694
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark47
Best CPU time to get the best result obtained on this benchmark0.824873
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 47
Optimality of the best value was proved NO
Number of variables607
Total number of constraints1022
Number of constraints which are clauses1022
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 constraint3
Maximum length of a constraint32
Number of terms in the objective function 607
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 607
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 607
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.06/0.10	o 68
0.06/0.12	o 67
0.06/0.15	o 66
0.14/0.22	o 64
0.20/0.35	o 62
0.33/0.42	o 61
1770.28/1770.67	sh: line 1:  2917 Done                    cat HOME/temp/instance-3732383-1338706618.opb.op
1770.28/1770.67	      2918 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732383-1338706618.opb.clasp
1800.07/1800.40	sh: line 1:  2998 Done                    cat HOME/temp/instance-3732383-1338706618.opb.op
1800.07/1800.40	      2999 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732383-1338706618.opb.clasp
1800.07/1800.41	c Somebody sent me a SIGTERM
1800.07/1800.41	s SATISFIABLE
1800.07/1800.41	v x3 x5 x8 x11 x33 x52 x64 x65 x92 x93 x110 x122 x133 x136 x154 x170 x183 x195 x207 x219 x231 x243 x245 x261 x263 x280 x305 x317 x319 x336 x341 x378 x392 x413 x424 x428 x442 x454 x463 x469 x474 x477 x481 x487 x492 x502 x507 x511 x519 x523 x527 x531 x535 x541 x548 x553 x557 x586 x589 x597 x603 
1800.07/1800.41	pb2clasp1: no process killed
1800.07/1800.42	sh: line 1:  3211 Done                    cat HOME/temp/instance-3732383-1338706618.opb.op
1800.07/1800.42	      3212 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732383-1338706618.opb.clasp

Verifier Data

OK	61

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-3732383-1338706618/watcher-3732383-1338706618 -o /tmp/evaluation-result-3732383-1338706618/solver-3732383-1338706618 -C 1800 -W 1900 -M 15500 pbclasp instance-3732383-1338706618.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/180 2860
/proc/meminfo: memFree=28235556/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25724 CPUtime=0 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) R 2858 2860 2078 0 -1 4202496 583 0 0 0 0 0 0 0 20 0 1 0 336787158 26341376 513 33554432000 4194304 4198148 140736845705072 140733359585256 273588653972 0 0 4224 16384 0 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6431 513 361 1 0 226 0

[startup+0.029367 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2860
/proc/meminfo: memFree=28235556/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25724 CPUtime=0 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 619 0 0 0 0 0 0 0 20 0 1 0 336787158 26341376 532 33554432000 4194304 4198148 140736845705072 140736845703960 273592411376 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6431 532 368 1 0 226 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25724

[startup+0.100267 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2860
/proc/meminfo: memFree=28235556/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25856 CPUtime=0.06 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 726 2099 0 0 0 0 6 0 20 0 1 0 336787158 26476544 564 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 564 387 1 0 259 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25856

[startup+0.300232 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2860
/proc/meminfo: memFree=28235556/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25856 CPUtime=0.2 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 1229 12298 0 0 0 0 18 2 20 0 1 0 336787158 26476544 566 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 566 387 1 0 259 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 25856

[startup+0.700212 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 2860
/proc/meminfo: memFree=28235556/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25856 CPUtime=0.4 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 1483 17480 0 0 0 0 36 4 20 0 1 0 336787158 26476544 566 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 566 387 1 0 259 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 25856

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2918
/proc/meminfo: memFree=28232732/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25856 CPUtime=0.4 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 1483 17480 0 0 0 0 36 4 20 0 1 0 336787158 26476544 566 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 566 387 1 0 259 0
[pid=2916] ppid=2860 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2916/stat : 2916 (sh) S 2860 2860 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336787201 9367552 264 33554432000 4194304 5064252 140737438521392 140737438519648 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2916/statm: 2287 264 223 213 0 72 0
[pid=2918] ppid=2916 vsize=4900 CPUtime=1.06 cores=1,3,5,7
/proc/2918/stat : 2918 (clasp-1.0) R 2916 2860 2078 0 -1 4202496 797 0 0 0 106 0 0 0 20 0 1 0 336787201 5017600 694 33554432000 134512640 134847168 4287027936 4287026616 134789714 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2918/statm: 1225 694 270 82 0 466 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 39904

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2918
/proc/meminfo: memFree=28232160/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25856 CPUtime=0.4 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 1483 17480 0 0 0 0 36 4 20 0 1 0 336787158 26476544 566 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 566 387 1 0 259 0
[pid=2916] ppid=2860 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2916/stat : 2916 (sh) S 2860 2860 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336787201 9367552 264 33554432000 4194304 5064252 140737438521392 140737438519648 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2916/statm: 2287 264 223 213 0 72 0
[pid=2918] ppid=2916 vsize=5164 CPUtime=2.66 cores=1,3,5,7
/proc/2918/stat : 2918 (clasp-1.0) R 2916 2860 2078 0 -1 4202496 891 0 0 0 266 0 0 0 20 0 1 0 336787201 5287936 788 33554432000 134512640 134847168 4287027936 4287026656 134741346 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2918/statm: 1291 788 270 82 0 532 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 40168

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2918
/proc/meminfo: memFree=28231044/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25856 CPUtime=0.4 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 1483 17480 0 0 0 0 36 4 20 0 1 0 336787158 26476544 566 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 566 387 1 0 259 0
[pid=2916] ppid=2860 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2916/stat : 2916 (sh) S 2860 2860 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336787201 9367552 264 33554432000 4194304 5064252 140737438521392 140737438519648 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2916/statm: 2287 264 223 213 0 72 0
[pid=2918] ppid=2916 vsize=5552 CPUtime=5.86 cores=1,3,5,7
/proc/2918/stat : 2918 (clasp-1.0) R 2916 2860 2078 0 -1 4202496 977 0 0 0 586 0 0 0 20 0 1 0 336787201 5685248 874 33554432000 134512640 134847168 4287027936 4287026620 134715805 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2918/statm: 1388 874 270 82 0 629 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 40556

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2918
/proc/meminfo: memFree=28230216/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25856 CPUtime=0.4 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 1483 17480 0 0 0 0 36 4 20 0 1 0 336787158 26476544 566 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 566 387 1 0 259 0
[pid=2916] ppid=2860 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2916/stat : 2916 (sh) S 2860 2860 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336787201 9367552 264 33554432000 4194304 5064252 140737438521392 140737438519648 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2916/statm: 2287 264 223 213 0 72 0
[pid=2918] ppid=2916 vsize=6084 CPUtime=12.26 cores=1,3,5,7
/proc/2918/stat : 2918 (clasp-1.0) R 2916 2860 2078 0 -1 4202496 1089 0 0 0 1226 0 0 0 20 0 1 0 336787201 6230016 986 33554432000 134512640 134847168 4287027936 4287026560 134784608 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2918/statm: 1521 986 270 82 0 762 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 41088

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2918
/proc/meminfo: memFree=28228980/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25856 CPUtime=0.4 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 1483 17480 0 0 0 0 36 4 20 0 1 0 336787158 26476544 566 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 566 387 1 0 259 0
[pid=2916] ppid=2860 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2916/stat : 2916 (sh) S 2860 2860 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336787201 9367552 264 33554432000 4194304 5064252 140737438521392 140737438519648 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2916/statm: 2287 264 223 213 0 72 0
[pid=2918] ppid=2916 vsize=6844 CPUtime=25.05 cores=1,3,5,7
/proc/2918/stat : 2918 (clasp-1.0) R 2916 2860 2078 0 -1 4202496 1307 0 0 0 2505 0 0 0 20 0 1 0 336787201 7008256 1204 33554432000 134512640 134847168 4287027936 4287026560 134784702 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2918/statm: 1711 1204 270 82 0 952 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 41848

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2919
/proc/meminfo: memFree=28227492/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25856 CPUtime=0.4 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 1483 17480 0 0 0 0 36 4 20 0 1 0 336787158 26476544 566 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 566 387 1 0 259 0
[pid=2916] ppid=2860 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2916/stat : 2916 (sh) S 2860 2860 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336787201 9367552 264 33554432000 4194304 5064252 140737438521392 140737438519648 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2916/statm: 2287 264 223 213 0 72 0
[pid=2918] ppid=2916 vsize=7608 CPUtime=50.65 cores=1,3,5,7
/proc/2918/stat : 2918 (clasp-1.0) R 2916 2860 2078 0 -1 4202496 1479 0 0 0 5065 0 0 0 20 0 1 0 336787201 7790592 1376 33554432000 134512640 134847168 4287027936 4287026560 134784667 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2918/statm: 1902 1376 270 82 0 1143 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 42612

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2919
/proc/meminfo: memFree=28224884/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25856 CPUtime=0.4 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 1483 17480 0 0 0 0 36 4 20 0 1 0 336787158 26476544 566 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 566 387 1 0 259 0
[pid=2916] ppid=2860 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2916/stat : 2916 (sh) S 2860 2860 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336787201 9367552 264 33554432000 4194304 5064252 140737438521392 140737438519648 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2916/statm: 2287 264 223 213 0 72 0
[pid=2918] ppid=2916 vsize=8552 CPUtime=101.85 cores=1,3,5,7
/proc/2918/stat : 2918 (clasp-1.0) R 2916 2860 2078 0 -1 4202496 1712 0 0 0 10185 0 0 0 20 0 1 0 336787201 8757248 1612 33554432000 134512640 134847168 4287027936 4287026576 134715427 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2918/statm: 2138 1612 270 82 0 1379 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 43556

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2919
/proc/meminfo: memFree=28222900/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25856 CPUtime=0.4 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 1483 17480 0 0 0 0 36 4 20 0 1 0 336787158 26476544 566 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 566 387 1 0 259 0
[pid=2916] ppid=2860 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2916/stat : 2916 (sh) S 2860 2860 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336787201 9367552 264 33554432000 4194304 5064252 140737438521392 140737438519648 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2916/statm: 2287 264 223 213 0 72 0
[pid=2918] ppid=2916 vsize=9432 CPUtime=161.83 cores=1,3,5,7
/proc/2918/stat : 2918 (clasp-1.0) R 2916 2860 2078 0 -1 4202496 1935 0 0 0 16183 0 0 0 20 0 1 0 336787201 9658368 1835 33554432000 134512640 134847168 4287027936 4287026560 134784637 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2918/statm: 2358 1835 270 82 0 1599 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 44436

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/184 2922
/proc/meminfo: memFree=28220656/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25856 CPUtime=0.4 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 1483 17480 0 0 0 0 36 4 20 0 1 0 336787158 26476544 566 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 566 387 1 0 259 0
[pid=2916] ppid=2860 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2916/stat : 2916 (sh) S 2860 2860 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336787201 9367552 264 33554432000 4194304 5064252 140737438521392 140737438519648 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2916/statm: 2287 264 223 213 0 72 0
[pid=2918] ppid=2916 vsize=10324 CPUtime=221.82 cores=1,3,5,7
/proc/2918/stat : 2918 (clasp-1.0) R 2916 2860 2078 0 -1 4202496 2152 0 0 0 22182 0 0 0 20 0 1 0 336787201 10571776 2061 33554432000 134512640 134847168 4287027936 4287026576 134715290 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2918/statm: 2581 2061 270 82 0 1822 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 45328

[startup+282.3 s]

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

[pid=2860] ppid=2858 vsize=25856 CPUtime=0.4 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 1483 17480 0 0 0 0 36 4 20 0 1 0 336787158 26476544 566 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 566 387 1 0 259 0
[pid=2916] ppid=2860 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2916/stat : 2916 (sh) S 2860 2860 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336787201 9367552 264 33554432000 4194304 5064252 140737438521392 140737438519648 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2916/statm: 2287 264 223 213 0 72 0
[pid=2918] ppid=2916 vsize=14632 CPUtime=1241.66 cores=1,3,5,7
/proc/2918/stat : 2918 (clasp-1.0) R 2916 2860 2078 0 -1 4202496 3189 0 0 0 124166 0 0 0 20 0 1 0 336787201 14983168 3125 33554432000 134512640 134847168 4287027936 4287026512 134714694 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2918/statm: 3658 3125 270 82 0 2899 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 49636

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2976
/proc/meminfo: memFree=28215876/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25856 CPUtime=0.4 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 1483 17480 0 0 0 0 36 4 20 0 1 0 336787158 26476544 566 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 566 387 1 0 259 0
[pid=2916] ppid=2860 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2916/stat : 2916 (sh) S 2860 2860 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336787201 9367552 264 33554432000 4194304 5064252 140737438521392 140737438519648 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2916/statm: 2287 264 223 213 0 72 0
[pid=2918] ppid=2916 vsize=14912 CPUtime=1301.66 cores=1,3,5,7
/proc/2918/stat : 2918 (clasp-1.0) R 2916 2860 2078 0 -1 4202496 3268 0 0 0 130166 0 0 0 20 0 1 0 336787201 15269888 3204 33554432000 134512640 134847168 4287027936 4287026620 134784496 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2918/statm: 3728 3204 270 82 0 2969 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 49916

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2976
/proc/meminfo: memFree=28215256/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25856 CPUtime=0.4 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 1483 17480 0 0 0 0 36 4 20 0 1 0 336787158 26476544 566 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 566 387 1 0 259 0
[pid=2916] ppid=2860 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2916/stat : 2916 (sh) S 2860 2860 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336787201 9367552 264 33554432000 4194304 5064252 140737438521392 140737438519648 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2916/statm: 2287 264 223 213 0 72 0
[pid=2918] ppid=2916 vsize=15272 CPUtime=1361.64 cores=1,3,5,7
/proc/2918/stat : 2918 (clasp-1.0) R 2916 2860 2078 0 -1 4202496 3315 0 0 0 136164 0 0 0 20 0 1 0 336787201 15638528 3251 33554432000 134512640 134847168 4287027936 4287026560 134784702 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2918/statm: 3818 3251 270 82 0 3059 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 50276

[startup+1422.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 2979
/proc/meminfo: memFree=28215000/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25856 CPUtime=0.4 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 1483 17480 0 0 0 0 36 4 20 0 1 0 336787158 26476544 566 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 566 387 1 0 259 0
[pid=2916] ppid=2860 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2916/stat : 2916 (sh) S 2860 2860 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336787201 9367552 264 33554432000 4194304 5064252 140737438521392 140737438519648 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2916/statm: 2287 264 223 213 0 72 0
[pid=2918] ppid=2916 vsize=15272 CPUtime=1421.64 cores=1,3,5,7
/proc/2918/stat : 2918 (clasp-1.0) R 2916 2860 2078 0 -1 4202496 3322 0 0 0 142164 0 0 0 20 0 1 0 336787201 15638528 3258 33554432000 134512640 134847168 4287027936 4287026640 134616592 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2918/statm: 3818 3258 270 82 0 3059 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 50276

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 2979
/proc/meminfo: memFree=28214076/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25856 CPUtime=0.4 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 1483 17480 0 0 0 0 36 4 20 0 1 0 336787158 26476544 566 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 566 387 1 0 259 0
[pid=2916] ppid=2860 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2916/stat : 2916 (sh) S 2860 2860 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336787201 9367552 264 33554432000 4194304 5064252 140737438521392 140737438519648 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2916/statm: 2287 264 223 213 0 72 0
[pid=2918] ppid=2916 vsize=15272 CPUtime=1481.62 cores=1,3,5,7
/proc/2918/stat : 2918 (clasp-1.0) R 2916 2860 2078 0 -1 4202496 3339 0 0 0 148162 0 0 0 20 0 1 0 336787201 15638528 3275 33554432000 134512640 134847168 4287027936 4287026632 134616823 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2918/statm: 3818 3275 270 82 0 3059 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 50276

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 2979
/proc/meminfo: memFree=28213332/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25856 CPUtime=0.4 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 1483 17480 0 0 0 0 36 4 20 0 1 0 336787158 26476544 566 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 566 387 1 0 259 0
[pid=2916] ppid=2860 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2916/stat : 2916 (sh) S 2860 2860 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336787201 9367552 264 33554432000 4194304 5064252 140737438521392 140737438519648 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2916/statm: 2287 264 223 213 0 72 0
[pid=2918] ppid=2916 vsize=15388 CPUtime=1541.61 cores=1,3,5,7
/proc/2918/stat : 2918 (clasp-1.0) R 2916 2860 2078 0 -1 4202496 3362 0 0 0 154161 0 0 0 20 0 1 0 336787201 15757312 3298 33554432000 134512640 134847168 4287027936 4287026560 134784711 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2918/statm: 3847 3298 270 82 0 3088 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 50392

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2980
/proc/meminfo: memFree=28212896/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25856 CPUtime=0.4 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 1483 17480 0 0 0 0 36 4 20 0 1 0 336787158 26476544 566 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 566 387 1 0 259 0
[pid=2916] ppid=2860 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2916/stat : 2916 (sh) S 2860 2860 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336787201 9367552 264 33554432000 4194304 5064252 140737438521392 140737438519648 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2916/statm: 2287 264 223 213 0 72 0
[pid=2918] ppid=2916 vsize=15488 CPUtime=1601.6 cores=1,3,5,7
/proc/2918/stat : 2918 (clasp-1.0) R 2916 2860 2078 0 -1 4202496 3372 0 0 0 160160 0 0 0 20 0 1 0 336787201 15859712 3308 33554432000 134512640 134847168 4287027936 4287026620 134789696 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2918/statm: 3872 3308 270 82 0 3113 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 50492

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2980
/proc/meminfo: memFree=28212772/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25856 CPUtime=0.4 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 1483 17480 0 0 0 0 36 4 20 0 1 0 336787158 26476544 566 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 566 387 1 0 259 0
[pid=2916] ppid=2860 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2916/stat : 2916 (sh) S 2860 2860 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336787201 9367552 264 33554432000 4194304 5064252 140737438521392 140737438519648 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2916/statm: 2287 264 223 213 0 72 0
[pid=2918] ppid=2916 vsize=15488 CPUtime=1661.6 cores=1,3,5,7
/proc/2918/stat : 2918 (clasp-1.0) R 2916 2860 2078 0 -1 4202496 3389 0 0 0 166160 0 0 0 20 0 1 0 336787201 15859712 3325 33554432000 134512640 134847168 4287027936 4287026560 134784634 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2918/statm: 3872 3325 270 82 0 3113 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 50492

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 2980
/proc/meminfo: memFree=28212276/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25856 CPUtime=0.4 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 1483 17480 0 0 0 0 36 4 20 0 1 0 336787158 26476544 566 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 566 387 1 0 259 0
[pid=2916] ppid=2860 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2916/stat : 2916 (sh) S 2860 2860 2078 0 -1 4202496 372 220 0 0 0 0 0 0 20 0 1 0 336787201 9367552 264 33554432000 4194304 5064252 140737438521392 140737438519648 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2916/statm: 2287 264 223 213 0 72 0
[pid=2918] ppid=2916 vsize=15700 CPUtime=1721.59 cores=1,3,5,7
/proc/2918/stat : 2918 (clasp-1.0) R 2916 2860 2078 0 -1 4202496 3419 0 0 0 172159 0 0 0 20 0 1 0 336787201 16076800 3355 33554432000 134512640 134847168 4287027936 4287026560 134784634 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2918/statm: 3925 3355 270 82 0 3166 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 50704

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3204
/proc/meminfo: memFree=28218592/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25856 CPUtime=1770.36 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 1582 22838 0 0 0 0 177031 5 20 0 1 0 336787158 26476544 566 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 566 387 1 0 259 0
[pid=2995] ppid=2860 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2995/stat : 2995 (sh) S 2860 2860 2078 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336964225 9367552 263 33554432000 4194304 5064252 140734116175632 140734116173888 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2995/statm: 2287 263 223 213 0 72 0
[pid=2999] ppid=2995 vsize=5944 CPUtime=11.61 cores=1,3,5,7
/proc/2999/stat : 2999 (clasp-1.0) R 2995 2860 2078 0 -1 4202496 1083 0 0 0 1161 0 0 0 20 0 1 0 336964226 6086656 981 33554432000 134512640 134847168 4291646080 4291644720 134715344 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2999/statm: 1486 981 272 82 0 727 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 40948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3204
/proc/meminfo: memFree=28210248/32873844 swapFree=7112/7112
[pid=2860] ppid=2858 vsize=25856 CPUtime=1770.36 cores=1,3,5,7
/proc/2860/stat : 2860 (pbclasp) S 2858 2860 2078 0 -1 4202496 1582 22838 0 0 0 0 177031 5 20 0 1 0 336787158 26476544 566 33554432000 4194304 4198148 140736845705072 140736845704000 273592414238 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2860/statm: 6464 566 387 1 0 259 0
[pid=2995] ppid=2860 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2995/stat : 2995 (sh) S 2860 2860 2078 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336964225 9367552 263 33554432000 4194304 5064252 140734116175632 140734116173888 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2995/statm: 2287 263 223 213 0 72 0
[pid=2999] ppid=2995 vsize=6960 CPUtime=29.71 cores=1,3,5,7
/proc/2999/stat : 2999 (clasp-1.0) R 2995 2860 2078 0 -1 4202496 1319 0 0 0 2971 0 0 0 20 0 1 0 336964226 7127040 1217 33554432000 134512640 134847168 4291646080 4291644772 134616619 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2999/statm: 1740 1217 272 82 0 981 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 41964

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

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

Child status: 0
Real time (s): 1800.42
CPU time (s): 1800.13
CPU user time (s): 1800.06
CPU system time (s): 0.076988
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 50732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.06
system time used= 0.076988
maximum resident set size= 13468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29843
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 253
involuntary context switches= 2331

runsolver used 3.70244 second user time and 9.06262 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-03 08:56:58
IDJOB=3732383
IDBENCH=2053
IDSOLVER=2317
FILE ID=node132/3732383-1338706618
RUNJOBID= node132-1338702930-2095
PBS_JOBID= 14636717
Free space on /tmp= 71216 MiB

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

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

MD5SUM BENCH= 4a444f89cff56050e88660d23e3d8694
RANDOM SEED=825911920

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28236472 kB
Buffers:          608780 kB
Cached:          3100116 kB
SwapCached:         2288 kB
Active:          1602364 kB
Inactive:        2121564 kB
Active(anon):       7384 kB
Inactive(anon):     7108 kB
Active(file):    1594980 kB
Inactive(file):  2114456 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102712 kB
Dirty:              2100 kB
Writeback:             0 kB
AnonPages:         17168 kB
Mapped:            13020 kB
Shmem:                 8 kB
Slab:             775224 kB
SReclaimable:     216672 kB
SUnreclaim:       558552 kB
KernelStack:        1488 kB
PageTables:         4492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     129488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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-3732383-1338706618.opb

Free space on /tmp at the end= 71216 MiB
End job on node132 at 2012-06-03 09:27:01