Trace number 3734440

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_300_10_15.r.opb
MD5SUM34bb25320bcbfa536bfc14194ca6ac66
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark5.29919
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 19
Optimality of the best value was proved YES
Number of variables297
Total number of constraints100
Number of constraints which are clauses100
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 constraint10
Maximum length of a constraint15
Number of terms in the objective function 297
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 297
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 297
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.03	o 44
0.00/0.05	o 43
0.00/0.06	o 37
0.04/0.09	o 36
0.07/0.10	o 35
0.08/0.66	o 34
22.05/22.16	o 33
74.04/74.19	o 32
1061.78/1062.06	o 31
1078.88/1079.19	o 30
1729.57/1729.90	sh: line 1: 11759 Done                    cat HOME/temp/instance-3734440-1338718102.opb.op
1729.57/1729.90	     11760 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3734440-1338718102.opb.clasp
1800.06/1800.40	sh: line 1: 11784 Done                    cat HOME/temp/instance-3734440-1338718102.opb.op
1800.06/1800.40	     11785 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3734440-1338718102.opb.clasp
1800.06/1800.41	c Somebody sent me a SIGTERM
1800.06/1800.41	s SATISFIABLE
1800.06/1800.41	v x11 x25 x51 x63 x72 x79 x86 x98 x104 x113 x122 x124 x139 x168 x173 x178 x182 x193 x196 x201 x202 x207 x211 x216 x229 x230 x238 x242 x268 x281 
1800.06/1800.41	pb2clasp1: no process killed
1802.05/1802.41	sh: line 1: 11911 Done                    cat HOME/temp/instance-3734440-1338718102.opb.op
1802.05/1802.41	     11912 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3734440-1338718102.opb.clasp

Verifier Data

OK	30

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-3734440-1338718102/watcher-3734440-1338718102 -o /tmp/evaluation-result-3734440-1338718102/solver-3734440-1338718102 -C 1800 -W 1900 -M 15500 pbclasp instance-3734440-1338718102.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.09 2.07 1.93 3/178 11661
/proc/meminfo: memFree=27572196/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25592 CPUtime=0 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) R 11659 11661 11312 0 -1 4202496 561 0 0 0 0 0 0 0 20 0 1 0 337934609 26206208 491 33554432000 4194304 4198148 140735195153296 140735195150744 251069610054 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/11661/statm: 6398 492 361 1 0 193 0

[startup+0.0761271 s]
/proc/loadavg: 2.09 2.07 1.93 3/178 11661
/proc/meminfo: memFree=27572196/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=0.04 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 1070 9226 0 0 0 0 3 1 20 0 1 0 337934609 26341376 538 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11661/statm: 6431 538 387 1 0 226 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25724

[startup+0.10022 s]
/proc/loadavg: 2.09 2.07 1.93 3/178 11661
/proc/meminfo: memFree=27572196/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=0.07 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 1197 11618 0 0 0 0 5 2 20 0 1 0 337934609 26341376 538 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11661/statm: 6431 538 387 1 0 226 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25724

[startup+0.300187 s]
/proc/loadavg: 2.09 2.07 1.93 3/178 11661
/proc/meminfo: memFree=27572196/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=0.08 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 1327 14004 0 0 0 0 6 2 20 0 1 0 337934609 26341376 538 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11661/statm: 6431 538 387 1 0 226 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25724

[startup+0.700165 s]
/proc/loadavg: 2.09 2.07 1.93 3/178 11661
/proc/meminfo: memFree=27572196/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=0.63 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 1456 16464 0 0 0 0 60 3 20 0 1 0 337934609 26341376 538 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11661/statm: 6431 538 387 1 0 226 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 25724

[startup+1.50025 s]
/proc/loadavg: 2.09 2.07 1.93 3/181 11719
/proc/meminfo: memFree=27570916/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=0.63 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 1456 16464 0 0 0 0 60 3 20 0 1 0 337934609 26341376 538 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11661/statm: 6431 538 387 1 0 226 0
[pid=11717] ppid=11661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11717/stat : 11717 (sh) S 11661 11661 11312 0 -1 4202496 369 217 0 0 0 0 0 0 20 0 1 0 337934676 9367552 263 33554432000 4194304 5064252 140736714595040 140736714593296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11717/statm: 2287 263 223 213 0 72 0
[pid=11719] ppid=11717 vsize=3712 CPUtime=0.83 cores=0,2,4,6
/proc/11719/stat : 11719 (clasp-1.0) R 11717 11661 11312 0 -1 4202496 523 0 0 0 83 0 0 0 20 0 1 0 337934676 3801088 421 33554432000 134512640 134847168 4287513968 4287512500 134713620 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11719/statm: 928 421 272 82 0 169 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 38584

[startup+3.10025 s]
/proc/loadavg: 2.09 2.07 1.93 3/181 11719
/proc/meminfo: memFree=27570420/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=0.63 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 1456 16464 0 0 0 0 60 3 20 0 1 0 337934609 26341376 538 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11661/statm: 6431 538 387 1 0 226 0
[pid=11717] ppid=11661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11717/stat : 11717 (sh) S 11661 11661 11312 0 -1 4202496 369 217 0 0 0 0 0 0 20 0 1 0 337934676 9367552 263 33554432000 4194304 5064252 140736714595040 140736714593296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11717/statm: 2287 263 223 213 0 72 0
[pid=11719] ppid=11717 vsize=3844 CPUtime=2.43 cores=0,2,4,6
/proc/11719/stat : 11719 (clasp-1.0) R 11717 11661 11312 0 -1 4202496 561 0 0 0 243 0 0 0 20 0 1 0 337934676 3936256 459 33554432000 134512640 134847168 4287513968 4287512688 134741381 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11719/statm: 961 459 272 82 0 202 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 38716

[startup+6.30025 s]
/proc/loadavg: 2.09 2.07 1.93 3/181 11719
/proc/meminfo: memFree=27570048/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=0.63 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 1456 16464 0 0 0 0 60 3 20 0 1 0 337934609 26341376 538 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11661/statm: 6431 538 387 1 0 226 0
[pid=11717] ppid=11661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11717/stat : 11717 (sh) S 11661 11661 11312 0 -1 4202496 369 217 0 0 0 0 0 0 20 0 1 0 337934676 9367552 263 33554432000 4194304 5064252 140736714595040 140736714593296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11717/statm: 2287 263 223 213 0 72 0
[pid=11719] ppid=11717 vsize=4104 CPUtime=5.63 cores=0,2,4,6
/proc/11719/stat : 11719 (clasp-1.0) R 11717 11661 11312 0 -1 4202496 598 0 0 0 563 0 0 0 20 0 1 0 337934676 4202496 496 33554432000 134512640 134847168 4287513968 4287512592 134784651 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11719/statm: 1026 496 272 82 0 267 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 38976

[startup+12.7003 s]
/proc/loadavg: 2.08 2.07 1.93 3/181 11719
/proc/meminfo: memFree=27569212/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=0.63 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 1456 16464 0 0 0 0 60 3 20 0 1 0 337934609 26341376 538 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11661/statm: 6431 538 387 1 0 226 0
[pid=11717] ppid=11661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11717/stat : 11717 (sh) S 11661 11661 11312 0 -1 4202496 369 217 0 0 0 0 0 0 20 0 1 0 337934676 9367552 263 33554432000 4194304 5064252 140736714595040 140736714593296 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11717/statm: 2287 263 223 213 0 72 0
[pid=11719] ppid=11717 vsize=4236 CPUtime=12.03 cores=0,2,4,6
/proc/11719/stat : 11719 (clasp-1.0) R 11717 11661 11312 0 -1 4202496 652 0 0 0 1203 0 0 0 20 0 1 0 337934676 4337664 550 33554432000 134512640 134847168 4287513968 4287512592 134784656 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11719/statm: 1059 550 272 82 0 300 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 39108

[startup+25.5003 s]
/proc/loadavg: 2.06 2.06 1.93 3/181 11727
/proc/meminfo: memFree=27569096/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=22.13 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 1581 19094 0 0 0 0 2210 3 20 0 1 0 337934609 26341376 538 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11661/statm: 6431 538 387 1 0 226 0
[pid=11725] ppid=11661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11725/stat : 11725 (sh) S 11661 11661 11312 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 337936827 9367552 264 33554432000 4194304 5064252 140735683620816 140735683619072 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11725/statm: 2287 264 223 213 0 72 0
[pid=11727] ppid=11725 vsize=3964 CPUtime=3.32 cores=0,2,4,6
/proc/11727/stat : 11727 (clasp-1.0) R 11725 11661 11312 0 -1 4202496 584 0 0 0 332 0 0 0 20 0 1 0 337936827 4059136 482 33554432000 134512640 134847168 4294389632 4294388316 134616124 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11727/statm: 991 482 272 82 0 232 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 38836

[startup+51.1003 s]
/proc/loadavg: 2.04 2.06 1.93 3/181 11727
/proc/meminfo: memFree=27568856/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=22.13 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 1581 19094 0 0 0 0 2210 3 20 0 1 0 337934609 26341376 538 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11661/statm: 6431 538 387 1 0 226 0
[pid=11725] ppid=11661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11725/stat : 11725 (sh) S 11661 11661 11312 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 337936827 9367552 264 33554432000 4194304 5064252 140735683620816 140735683619072 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11725/statm: 2287 264 223 213 0 72 0
[pid=11727] ppid=11725 vsize=4616 CPUtime=28.91 cores=0,2,4,6
/proc/11727/stat : 11727 (clasp-1.0) R 11725 11661 11312 0 -1 4202496 730 0 0 0 2891 0 0 0 20 0 1 0 337936827 4726784 628 33554432000 134512640 134847168 4294389632 4294388400 134617536 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11727/statm: 1154 628 272 82 0 395 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 39488

[startup+102.306 s]
/proc/loadavg: 2.13 2.08 1.95 3/182 11738
/proc/meminfo: memFree=27567948/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=74.15 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 1706 21824 0 0 0 0 7411 4 20 0 1 0 337934609 26341376 538 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11661/statm: 6431 538 387 1 0 226 0
[pid=11733] ppid=11661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11733/stat : 11733 (sh) S 11661 11661 11312 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 337942030 9367552 264 33554432000 4194304 5064252 140736872472400 140736872470656 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11733/statm: 2287 264 223 213 0 72 0
[pid=11735] ppid=11733 vsize=4480 CPUtime=28.08 cores=0,2,4,6
/proc/11735/stat : 11735 (clasp-1.0) R 11733 11661 11312 0 -1 4202496 711 0 0 0 2808 0 0 0 20 0 1 0 337942030 4587520 609 33554432000 134512640 134847168 4292624352 4292622976 134784615 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11735/statm: 1120 609 270 82 0 361 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 39352

[startup+162.3 s]
/proc/loadavg: 2.04 2.06 1.95 3/181 11738
/proc/meminfo: memFree=27567740/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=74.15 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 1706 21824 0 0 0 0 7411 4 20 0 1 0 337934609 26341376 538 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11661/statm: 6431 538 387 1 0 226 0
[pid=11733] ppid=11661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11733/stat : 11733 (sh) S 11661 11661 11312 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 337942030 9367552 264 33554432000 4194304 5064252 140736872472400 140736872470656 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11733/statm: 2287 264 223 213 0 72 0
[pid=11735] ppid=11733 vsize=4872 CPUtime=88.07 cores=0,2,4,6
/proc/11735/stat : 11735 (clasp-1.0) R 11733 11661 11312 0 -1 4202496 809 0 0 0 8807 0 0 0 20 0 1 0 337942030 4988928 707 33554432000 134512640 134847168 4292624352 4292623120 134617331 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11735/statm: 1218 707 270 82 0 459 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 39744

[startup+222.3 s]
/proc/loadavg: 2.01 2.05 1.95 3/181 11739
/proc/meminfo: memFree=27567616/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=74.15 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 1706 21824 0 0 0 0 7411 4 20 0 1 0 337934609 26341376 538 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11661/statm: 6431 538 387 1 0 226 0
[pid=11733] ppid=11661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11733/stat : 11733 (sh) S 11661 11661 11312 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 337942030 9367552 264 33554432000 4194304 5064252 140736872472400 140736872470656 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11733/statm: 2287 264 223 213 0 72 0
[pid=11735] ppid=11733 vsize=5116 CPUtime=148.06 cores=0,2,4,6
/proc/11735/stat : 11735 (clasp-1.0) R 11733 11661 11312 0 -1 4202496 873 0 0 0 14806 0 0 0 20 0 1 0 337942030 5238784 771 33554432000 134512640 134847168 4292624352 4292622976 134784619 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11735/statm: 1279 771 270 82 0 520 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 39988

[startup+282.3 s]

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

/proc/11758/stat : 11758 (sh) S 11661 11661 11312 0 -1 4202496 370 218 0 0 0 0 0 0 20 0 1 0 338042529 9367552 264 33554432000 4194304 5064252 140736106318224 140736106316480 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11758/statm: 2287 264 223 213 0 72 0
[pid=11760] ppid=11758 vsize=5804 CPUtime=343.05 cores=0,2,4,6
/proc/11760/stat : 11760 (clasp-1.0) R 11758 11661 11312 0 -1 4202496 1027 0 0 0 34305 0 0 0 20 0 1 0 338042529 5943296 924 33554432000 134512640 134847168 4293626240 4293624880 134616320 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11760/statm: 1451 924 272 82 0 692 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 40676

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 11765
/proc/meminfo: memFree=27565392/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=1078.98 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 1959 27576 0 0 0 0 107892 6 20 0 1 0 337934609 26341376 538 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11661/statm: 6431 538 387 1 0 226 0
[pid=11758] ppid=11661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11758/stat : 11758 (sh) S 11661 11661 11312 0 -1 4202496 370 218 0 0 0 0 0 0 20 0 1 0 338042529 9367552 264 33554432000 4194304 5064252 140736106318224 140736106316480 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11758/statm: 2287 264 223 213 0 72 0
[pid=11760] ppid=11758 vsize=5804 CPUtime=403.03 cores=0,2,4,6
/proc/11760/stat : 11760 (clasp-1.0) R 11758 11661 11312 0 -1 4202496 1050 0 0 0 40303 0 0 0 20 0 1 0 338042529 5943296 947 33554432000 134512640 134847168 4293626240 4293624864 134784608 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11760/statm: 1451 947 272 82 0 692 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 40676

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 11765
/proc/meminfo: memFree=27565268/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=1078.98 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 1959 27576 0 0 0 0 107892 6 20 0 1 0 337934609 26341376 538 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11661/statm: 6431 538 387 1 0 226 0
[pid=11758] ppid=11661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11758/stat : 11758 (sh) S 11661 11661 11312 0 -1 4202496 370 218 0 0 0 0 0 0 20 0 1 0 338042529 9367552 264 33554432000 4194304 5064252 140736106318224 140736106316480 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11758/statm: 2287 264 223 213 0 72 0
[pid=11760] ppid=11758 vsize=5940 CPUtime=463.02 cores=0,2,4,6
/proc/11760/stat : 11760 (clasp-1.0) R 11758 11661 11312 0 -1 4202496 1083 0 0 0 46302 0 0 0 20 0 1 0 338042529 6082560 980 33554432000 134512640 134847168 4293626240 4293624880 134715257 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11760/statm: 1485 980 272 82 0 726 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 40812

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 11765
/proc/meminfo: memFree=27565144/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=1078.98 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 1959 27576 0 0 0 0 107892 6 20 0 1 0 337934609 26341376 538 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11661/statm: 6431 538 387 1 0 226 0
[pid=11758] ppid=11661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11758/stat : 11758 (sh) S 11661 11661 11312 0 -1 4202496 370 218 0 0 0 0 0 0 20 0 1 0 338042529 9367552 264 33554432000 4194304 5064252 140736106318224 140736106316480 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11758/statm: 2287 264 223 213 0 72 0
[pid=11760] ppid=11758 vsize=6072 CPUtime=523.01 cores=0,2,4,6
/proc/11760/stat : 11760 (clasp-1.0) R 11758 11661 11312 0 -1 4202496 1091 0 0 0 52301 0 0 0 20 0 1 0 338042529 6217728 988 33554432000 134512640 134847168 4293626240 4293624880 134715290 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11760/statm: 1518 988 272 82 0 759 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 40944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 11765
/proc/meminfo: memFree=27565516/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=1078.98 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 1959 27576 0 0 0 0 107892 6 20 0 1 0 337934609 26341376 538 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11661/statm: 6431 538 387 1 0 226 0
[pid=11758] ppid=11661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11758/stat : 11758 (sh) S 11661 11661 11312 0 -1 4202496 370 218 0 0 0 0 0 0 20 0 1 0 338042529 9367552 264 33554432000 4194304 5064252 140736106318224 140736106316480 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11758/statm: 2287 264 223 213 0 72 0
[pid=11760] ppid=11758 vsize=6072 CPUtime=583 cores=0,2,4,6
/proc/11760/stat : 11760 (clasp-1.0) R 11758 11661 11312 0 -1 4202496 1094 0 0 0 58300 0 0 0 20 0 1 0 338042529 6217728 991 33554432000 134512640 134847168 4293626240 4293624864 134784656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11760/statm: 1518 991 272 82 0 759 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 40944

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 11766
/proc/meminfo: memFree=27565020/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=1078.98 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 1959 27576 0 0 0 0 107892 6 20 0 1 0 337934609 26341376 538 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11661/statm: 6431 538 387 1 0 226 0
[pid=11758] ppid=11661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11758/stat : 11758 (sh) S 11661 11661 11312 0 -1 4202496 370 218 0 0 0 0 0 0 20 0 1 0 338042529 9367552 264 33554432000 4194304 5064252 140736106318224 140736106316480 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11758/statm: 2287 264 223 213 0 72 0
[pid=11760] ppid=11758 vsize=6212 CPUtime=643 cores=0,2,4,6
/proc/11760/stat : 11760 (clasp-1.0) R 11758 11661 11312 0 -1 4202496 1129 0 0 0 64300 0 0 0 20 0 1 0 338042529 6361088 1026 33554432000 134512640 134847168 4293626240 4293624880 134715264 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11760/statm: 1553 1026 272 82 0 794 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 41084

[startup+1782.3 s]
/proc/loadavg: 2.10 2.03 1.98 3/181 11900
/proc/meminfo: memFree=27568492/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=1729.59 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 2069 30635 0 0 0 0 172952 7 20 0 1 0 337934609 26341376 538 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11661/statm: 6431 538 387 1 0 226 0
[pid=11783] ppid=11661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11783/stat : 11783 (sh) S 11661 11661 11312 0 -1 4202496 372 218 0 0 0 0 0 0 20 0 1 0 338107601 9367552 264 33554432000 4194304 5064252 140737462363536 140737462361792 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11783/statm: 2287 264 223 213 0 72 0
[pid=11785] ppid=11783 vsize=4756 CPUtime=52.37 cores=0,2,4,6
/proc/11785/stat : 11785 (clasp-1.0) R 11783 11661 11312 0 -1 4202496 766 0 0 0 5237 0 0 0 20 0 1 0 338107601 4870144 663 33554432000 134512640 134847168 4294742432 4294740924 134789936 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11785/statm: 1189 663 270 82 0 430 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 39628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 2.03 1.98 3/181 11900
/proc/meminfo: memFree=27568368/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=1729.59 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 2069 30635 0 0 0 0 172952 7 20 0 1 0 337934609 26341376 538 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11661/statm: 6431 538 387 1 0 226 0
[pid=11783] ppid=11661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11783/stat : 11783 (sh) S 11661 11661 11312 0 -1 4202496 372 218 0 0 0 0 0 0 20 0 1 0 338107601 9367552 264 33554432000 4194304 5064252 140737462363536 140737462361792 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/11783/statm: 2287 264 223 213 0 72 0
[pid=11785] ppid=11783 vsize=4888 CPUtime=70.47 cores=0,2,4,6
/proc/11785/stat : 11785 (clasp-1.0) R 11783 11661 11312 0 -1 4202496 799 0 0 0 7047 0 0 0 20 0 1 0 338107601 5005312 696 33554432000 134512640 134847168 4294742432 4294741056 134784702 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11785/statm: 1222 696 270 82 0 463 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 39760

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11661

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

[startup+1801.4 s]
/proc/loadavg: 2.07 2.03 1.98 3/182 11919
/proc/meminfo: memFree=27569404/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=1800.09 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 2245 34202 0 0 0 0 180000 9 20 0 1 0 337934609 26341376 539 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11661/statm: 6431 539 387 1 0 226 0
[pid=11909] ppid=11661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11909/stat : 11909 (sh) S 11661 11661 11312 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 338114652 9367552 264 33554432000 4194304 5064252 140734822530640 140734822528896 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11909/statm: 2287 264 223 213 0 72 0
[pid=11912] ppid=11909 vsize=3708 CPUtime=0.97 cores=0,2,4,6
/proc/11912/stat : 11912 (clasp-1.0) R 11909 11661 11312 0 -1 4202496 528 0 0 0 97 0 0 0 20 0 1 0 338114652 3796992 426 33554432000 134512640 134847168 4291205792 4291204408 134789702 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11912/statm: 927 426 270 82 0 168 0
Current children cumulated CPU time (s) 1801.06
Current children cumulated vsize (KiB) 38580

[startup+1802.2 s]
/proc/loadavg: 2.07 2.03 1.98 3/182 11919
/proc/meminfo: memFree=27568832/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=1800.09 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 2245 34202 0 0 0 0 180000 9 20 0 1 0 337934609 26341376 539 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11661/statm: 6431 539 387 1 0 226 0
[pid=11909] ppid=11661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11909/stat : 11909 (sh) S 11661 11661 11312 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 338114652 9367552 264 33554432000 4194304 5064252 140734822530640 140734822528896 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11909/statm: 2287 264 223 213 0 72 0
[pid=11912] ppid=11909 vsize=3832 CPUtime=1.76 cores=0,2,4,6
/proc/11912/stat : 11912 (clasp-1.0) R 11909 11661 11312 0 -1 4202496 547 0 0 0 176 0 0 0 20 0 1 0 338114652 3923968 445 33554432000 134512640 134847168 4291205792 4291204032 12828584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11912/statm: 958 445 270 82 0 199 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 38704

[startup+1802.4 s]
/proc/loadavg: 2.07 2.03 1.98 3/182 11919
/proc/meminfo: memFree=27568832/32873844 swapFree=7628/7628
[pid=11661] ppid=11659 vsize=25724 CPUtime=1800.09 cores=0,2,4,6
/proc/11661/stat : 11661 (pbclasp) S 11659 11661 11312 0 -1 4202496 2245 34202 0 0 0 0 180000 9 20 0 1 0 337934609 26341376 539 33554432000 4194304 4198148 140735195153296 140735195152224 251048030238 0 0 4230 16384 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11661/statm: 6431 539 387 1 0 226 0
[pid=11909] ppid=11661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11909/stat : 11909 (sh) S 11661 11661 11312 0 -1 4202496 370 217 0 0 0 0 0 0 20 0 1 0 338114652 9367552 264 33554432000 4194304 5064252 140734822530640 140734822528896 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11909/statm: 2287 264 223 213 0 72 0
[pid=11912] ppid=11909 vsize=3832 CPUtime=1.96 cores=0,2,4,6
/proc/11912/stat : 11912 (clasp-1.0) R 11909 11661 11312 0 -1 4202496 553 0 0 0 196 0 0 0 20 0 1 0 338114652 3923968 451 33554432000 134512640 134847168 4291205792 4291204560 134617542 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11912/statm: 958 451 270 82 0 199 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 38704

Child status: 0
Real time (s): 1802.42
CPU time (s): 1802.1
CPU user time (s): 1802
CPU system time (s): 0.102984
CPU usage (%): 99.9826
Max. virtual memory (cumulated for all children) (KiB): 41316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802
system time used= 0.102984
maximum resident set size= 4480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37710
page faults= 0
swaps= 0
block input operations= 0
block output operations= 864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 374
involuntary context switches= 2200

runsolver used 2.73558 second user time and 7.10392 second system time

The end

Launcher Data

Begin job on node143 at 2012-06-03 12:08:22
IDJOB=3734440
IDBENCH=2851
IDSOLVER=2317
FILE ID=node143/3734440-1338718102
RUNJOBID= node143-1338716231-11328
PBS_JOBID= 14636760
Free space on /tmp= 68468 MiB

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

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

MD5SUM BENCH= 34bb25320bcbfa536bfc14194ca6ac66
RANDOM SEED=1168298214

node143.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.787
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.57
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.787
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.787
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.91
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.787
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.787
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.90
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.787
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	: 5298.57
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.787
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.787
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:        27572824 kB
Buffers:          455608 kB
Cached:          3899212 kB
SwapCached:          188 kB
Active:          2231468 kB
Inactive:        2136780 kB
Active(anon):       4936 kB
Inactive(anon):    10992 kB
Active(file):    2226532 kB
Inactive(file):  2125788 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108444 kB
Dirty:               276 kB
Writeback:             0 kB
AnonPages:         20784 kB
Mapped:            12392 kB
Shmem:               160 kB
Slab:             791964 kB
SReclaimable:     233904 kB
SUnreclaim:       558060 kB
KernelStack:        1472 kB
PageTables:         4172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     129272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 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-3734440-1338718102.opb

Free space on /tmp at the end= 68468 MiB
End job on node143 at 2012-06-03 12:38:25