Trace number 3732020

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)1363 1802.11 1802.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-cmb.opb
MD5SUM8aa1aebf70d33d96463ba96014c98682
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1053
Best CPU time to get the best result obtained on this benchmark0.042993
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1053
Optimality of the best value was proved YES
Number of variables304
Total number of constraints671
Number of constraints which are clauses671
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint28
Number of terms in the objective function 304
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 12887
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 12887
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.03/0.05	o 1441
0.03/0.07	o 1410
0.03/0.08	o 1394
0.07/0.10	o 1363
486.18/486.35	sh: line 1: 20254 Done                    cat HOME/temp/instance-3732020-1338703112.opb.op
486.18/486.35	     20255 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732020-1338703112.opb.clasp
1800.08/1800.40	sh: line 1: 20300 Done                    cat HOME/temp/instance-3732020-1338703112.opb.op
1800.08/1800.40	     20301 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732020-1338703112.opb.clasp
1800.08/1800.41	c Somebody sent me a SIGTERM
1800.08/1800.41	s SATISFIABLE
1800.08/1800.41	v x4 x9 x13 x15 x16 x17 x34 x36 x37 x40 x41 x54 x86 x112 x113 x114 x127 x152 x154 x156 x157 x158 x159 x170 x173 x174 x187 x205 x222 x264 x265 x272 x277 x284 x302 
1800.08/1800.41	pb2clasp1: no process killed
1802.07/1802.41	sh: line 1: 20632 Done                    cat HOME/temp/instance-3732020-1338703112.opb.op
1802.07/1802.41	     20633 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3732020-1338703112.opb.clasp

Verifier Data

OK	1363

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20213
/proc/meminfo: memFree=27531640/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25592 CPUtime=0 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) R 20211 20213 26887 0 -1 4202496 525 0 0 0 0 0 0 0 20 0 1 0 336438012 26206208 455 33554432000 4194304 4198148 140736369225184 140736369222632 271787200404 0 0 4224 0 0 0 0 17 5 0 0 0 0 0
/proc/20213/statm: 6398 456 345 1 0 193 0

[startup+0.0548159 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20213
/proc/meminfo: memFree=27531640/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=0.03 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 690 2092 0 0 0 0 3 0 20 0 1 0 336438012 26341376 537 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20213/statm: 6431 537 387 1 0 226 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25724

[startup+0.100207 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20213
/proc/meminfo: memFree=27531640/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=0.07 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 1034 9449 0 0 0 0 6 1 20 0 1 0 336438012 26341376 539 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20213/statm: 6431 539 387 1 0 226 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25724

[startup+0.300178 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20213
/proc/meminfo: memFree=27531640/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=0.08 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 1151 11900 0 0 0 0 7 1 20 0 1 0 336438012 26341376 539 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20213/statm: 6431 539 387 1 0 226 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25724

[startup+0.700181 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20213
/proc/meminfo: memFree=27531640/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=0.08 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 1151 11900 0 0 0 0 7 1 20 0 1 0 336438012 26341376 539 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20213/statm: 6431 539 387 1 0 226 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25724

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20255
/proc/meminfo: memFree=27529476/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=0.08 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 1151 11900 0 0 0 0 7 1 20 0 1 0 336438012 26341376 539 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20213/statm: 6431 539 387 1 0 226 0
[pid=20253] ppid=20213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20253/stat : 20253 (sh) S 20213 20213 26887 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 336438023 9367552 264 33554432000 4194304 5064252 140735344087328 140735344085584 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20253/statm: 2287 264 223 213 0 72 0
[pid=20255] ppid=20253 vsize=4116 CPUtime=1.38 cores=1,3,5,7
/proc/20255/stat : 20255 (clasp-1.0) R 20253 20213 26887 0 -1 4202496 612 0 0 0 138 0 0 0 20 0 1 0 336438023 4214784 510 33554432000 134512640 134847168 4289740256 4289738880 134784634 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20255/statm: 1029 510 272 82 0 270 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 38988

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20255
/proc/meminfo: memFree=27529104/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=0.08 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 1151 11900 0 0 0 0 7 1 20 0 1 0 336438012 26341376 539 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20213/statm: 6431 539 387 1 0 226 0
[pid=20253] ppid=20213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20253/stat : 20253 (sh) S 20213 20213 26887 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 336438023 9367552 264 33554432000 4194304 5064252 140735344087328 140735344085584 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20253/statm: 2287 264 223 213 0 72 0
[pid=20255] ppid=20253 vsize=4252 CPUtime=2.98 cores=1,3,5,7
/proc/20255/stat : 20255 (clasp-1.0) R 20253 20213 26887 0 -1 4202496 657 0 0 0 298 0 0 0 20 0 1 0 336438023 4354048 555 33554432000 134512640 134847168 4289740256 4289738896 134782432 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20255/statm: 1063 555 272 82 0 304 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 39124

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20255
/proc/meminfo: memFree=27528016/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=0.08 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 1151 11900 0 0 0 0 7 1 20 0 1 0 336438012 26341376 539 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20213/statm: 6431 539 387 1 0 226 0
[pid=20253] ppid=20213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20253/stat : 20253 (sh) S 20213 20213 26887 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 336438023 9367552 264 33554432000 4194304 5064252 140735344087328 140735344085584 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20253/statm: 2287 264 223 213 0 72 0
[pid=20255] ppid=20253 vsize=4516 CPUtime=6.18 cores=1,3,5,7
/proc/20255/stat : 20255 (clasp-1.0) R 20253 20213 26887 0 -1 4202496 708 0 0 0 618 0 0 0 20 0 1 0 336438023 4624384 606 33554432000 134512640 134847168 4289740256 4289738832 134714815 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20255/statm: 1129 606 272 82 0 370 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 39388

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20255
/proc/meminfo: memFree=27526408/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=0.08 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 1151 11900 0 0 0 0 7 1 20 0 1 0 336438012 26341376 539 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20213/statm: 6431 539 387 1 0 226 0
[pid=20253] ppid=20213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20253/stat : 20253 (sh) S 20213 20213 26887 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 336438023 9367552 264 33554432000 4194304 5064252 140735344087328 140735344085584 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20253/statm: 2287 264 223 213 0 72 0
[pid=20255] ppid=20253 vsize=4776 CPUtime=12.58 cores=1,3,5,7
/proc/20255/stat : 20255 (clasp-1.0) R 20253 20213 26887 0 -1 4202496 787 0 0 0 1258 0 0 0 20 0 1 0 336438023 4890624 685 33554432000 134512640 134847168 4289740256 4289738880 134784651 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20255/statm: 1194 685 272 82 0 435 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 39648

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20255
/proc/meminfo: memFree=27525200/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=0.08 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 1151 11900 0 0 0 0 7 1 20 0 1 0 336438012 26341376 539 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20213/statm: 6431 539 387 1 0 226 0
[pid=20253] ppid=20213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20253/stat : 20253 (sh) S 20213 20213 26887 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 336438023 9367552 264 33554432000 4194304 5064252 140735344087328 140735344085584 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20253/statm: 2287 264 223 213 0 72 0
[pid=20255] ppid=20253 vsize=5168 CPUtime=25.38 cores=1,3,5,7
/proc/20255/stat : 20255 (clasp-1.0) R 20253 20213 26887 0 -1 4202496 888 0 0 0 2538 0 0 0 20 0 1 0 336438023 5292032 786 33554432000 134512640 134847168 4289740256 4289738896 134782437 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20255/statm: 1292 786 272 82 0 533 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 40040

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20255
/proc/meminfo: memFree=27522768/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=0.08 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 1151 11900 0 0 0 0 7 1 20 0 1 0 336438012 26341376 539 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20213/statm: 6431 539 387 1 0 226 0
[pid=20253] ppid=20213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20253/stat : 20253 (sh) S 20213 20213 26887 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 336438023 9367552 264 33554432000 4194304 5064252 140735344087328 140735344085584 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20253/statm: 2287 264 223 213 0 72 0
[pid=20255] ppid=20253 vsize=5964 CPUtime=50.97 cores=1,3,5,7
/proc/20255/stat : 20255 (clasp-1.0) R 20253 20213 26887 0 -1 4202496 1066 0 0 0 5097 0 0 0 20 0 1 0 336438023 6107136 964 33554432000 134512640 134847168 4289740256 4289739024 134617496 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20255/statm: 1491 964 272 82 0 732 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 40836

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 20258
/proc/meminfo: memFree=27519024/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=0.08 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 1151 11900 0 0 0 0 7 1 20 0 1 0 336438012 26341376 539 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20213/statm: 6431 539 387 1 0 226 0
[pid=20253] ppid=20213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20253/stat : 20253 (sh) S 20213 20213 26887 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 336438023 9367552 264 33554432000 4194304 5064252 140735344087328 140735344085584 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20253/statm: 2287 264 223 213 0 72 0
[pid=20255] ppid=20253 vsize=6764 CPUtime=102.17 cores=1,3,5,7
/proc/20255/stat : 20255 (clasp-1.0) R 20253 20213 26887 0 -1 4202496 1264 0 0 0 10217 0 0 0 20 0 1 0 336438023 6926336 1162 33554432000 134512640 134847168 4289740256 4289738940 134789696 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20255/statm: 1691 1162 272 82 0 932 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 41636

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 20281
/proc/meminfo: memFree=27515776/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=0.08 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 1151 11900 0 0 0 0 7 1 20 0 1 0 336438012 26341376 539 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20213/statm: 6431 539 387 1 0 226 0
[pid=20253] ppid=20213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20253/stat : 20253 (sh) S 20213 20213 26887 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 336438023 9367552 264 33554432000 4194304 5064252 140735344087328 140735344085584 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20253/statm: 2287 264 223 213 0 72 0
[pid=20255] ppid=20253 vsize=7396 CPUtime=162.15 cores=1,3,5,7
/proc/20255/stat : 20255 (clasp-1.0) R 20253 20213 26887 0 -1 4202496 1426 0 0 0 16215 0 0 0 20 0 1 0 336438023 7573504 1328 33554432000 134512640 134847168 4289740256 4289738880 134784800 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20255/statm: 1849 1328 272 82 0 1090 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 42268

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20282
/proc/meminfo: memFree=27514504/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=0.08 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 1151 11900 0 0 0 0 7 1 20 0 1 0 336438012 26341376 539 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20213/statm: 6431 539 387 1 0 226 0
[pid=20253] ppid=20213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20253/stat : 20253 (sh) S 20213 20213 26887 0 -1 4202496 371 219 0 0 0 0 0 0 20 0 1 0 336438023 9367552 264 33554432000 4194304 5064252 140735344087328 140735344085584 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20253/statm: 2287 264 223 213 0 72 0
[pid=20255] ppid=20253 vsize=7676 CPUtime=222.14 cores=1,3,5,7
/proc/20255/stat : 20255 (clasp-1.0) R 20253 20213 26887 0 -1 4202496 1505 0 0 0 22214 0 0 0 20 0 1 0 336438023 7860224 1407 33554432000 134512640 134847168 4289740256 4289738880 134784634 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20255/statm: 1919 1407 272 82 0 1160 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 42548

[startup+282.3 s]

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

/proc/20299/stat : 20299 (sh) S 20213 20213 26887 0 -1 4202496 371 221 0 0 0 0 0 0 20 0 1 0 336486648 9367552 264 33554432000 4194304 5064252 140737112414592 140737112412848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20299/statm: 2287 264 223 213 0 72 0
[pid=20301] ppid=20299 vsize=10812 CPUtime=935.79 cores=1,3,5,7
/proc/20301/stat : 20301 (clasp-1.0) R 20299 20213 26887 0 -1 4202496 2226 0 0 0 93579 0 0 0 20 0 1 0 336486648 11071488 2147 33554432000 134512640 134847168 4289620480 4289619104 134784610 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20301/statm: 2703 2147 272 82 0 1944 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 45684

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20618
/proc/meminfo: memFree=27526412/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=486.25 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 1251 15761 0 0 0 0 48623 2 20 0 1 0 336438012 26341376 539 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20213/statm: 6431 539 387 1 0 226 0
[pid=20299] ppid=20213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20299/stat : 20299 (sh) S 20213 20213 26887 0 -1 4202496 371 221 0 0 0 0 0 0 20 0 1 0 336486648 9367552 264 33554432000 4194304 5064252 140737112414592 140737112412848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20299/statm: 2287 264 223 213 0 72 0
[pid=20301] ppid=20299 vsize=10812 CPUtime=995.77 cores=1,3,5,7
/proc/20301/stat : 20301 (clasp-1.0) R 20299 20213 26887 0 -1 4202496 2237 0 0 0 99577 0 0 0 20 0 1 0 336486648 11071488 2158 33554432000 134512640 134847168 4289620480 4289619104 134784690 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20301/statm: 2703 2158 272 82 0 1944 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 45684

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20618
/proc/meminfo: memFree=27525608/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=486.25 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 1251 15761 0 0 0 0 48623 2 20 0 1 0 336438012 26341376 539 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20213/statm: 6431 539 387 1 0 226 0
[pid=20299] ppid=20213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20299/stat : 20299 (sh) S 20213 20213 26887 0 -1 4202496 371 221 0 0 0 0 0 0 20 0 1 0 336486648 9367552 264 33554432000 4194304 5064252 140737112414592 140737112412848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20299/statm: 2287 264 223 213 0 72 0
[pid=20301] ppid=20299 vsize=11084 CPUtime=1055.76 cores=1,3,5,7
/proc/20301/stat : 20301 (clasp-1.0) R 20299 20213 26887 0 -1 4202496 2286 0 0 0 105576 0 0 0 20 0 1 0 336486648 11350016 2242 33554432000 134512640 134847168 4289620480 4289618944 134713654 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20301/statm: 2771 2242 272 82 0 2012 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 45956

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20618
/proc/meminfo: memFree=27525776/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=486.25 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 1251 15761 0 0 0 0 48623 2 20 0 1 0 336438012 26341376 539 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20213/statm: 6431 539 387 1 0 226 0
[pid=20299] ppid=20213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20299/stat : 20299 (sh) S 20213 20213 26887 0 -1 4202496 371 221 0 0 0 0 0 0 20 0 1 0 336486648 9367552 264 33554432000 4194304 5064252 140737112414592 140737112412848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20299/statm: 2287 264 223 213 0 72 0
[pid=20301] ppid=20299 vsize=11500 CPUtime=1115.75 cores=1,3,5,7
/proc/20301/stat : 20301 (clasp-1.0) R 20299 20213 26887 0 -1 4202496 2382 0 0 0 111575 0 0 0 20 0 1 0 336486648 11776000 2338 33554432000 134512640 134847168 4289620480 4289618932 134713922 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20301/statm: 2875 2338 272 82 0 2116 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 46372

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 20618
/proc/meminfo: memFree=27525528/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=486.25 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 1251 15761 0 0 0 0 48623 2 20 0 1 0 336438012 26341376 539 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20213/statm: 6431 539 387 1 0 226 0
[pid=20299] ppid=20213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20299/stat : 20299 (sh) S 20213 20213 26887 0 -1 4202496 371 221 0 0 0 0 0 0 20 0 1 0 336486648 9367552 264 33554432000 4194304 5064252 140737112414592 140737112412848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20299/statm: 2287 264 223 213 0 72 0
[pid=20301] ppid=20299 vsize=11640 CPUtime=1175.75 cores=1,3,5,7
/proc/20301/stat : 20301 (clasp-1.0) R 20299 20213 26887 0 -1 4202496 2428 0 0 0 117575 0 0 0 20 0 1 0 336486648 11919360 2384 33554432000 134512640 134847168 4289620480 4289619104 134784656 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20301/statm: 2910 2384 272 82 0 2151 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 46512

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20618
/proc/meminfo: memFree=27525412/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=486.25 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 1251 15761 0 0 0 0 48623 2 20 0 1 0 336438012 26341376 539 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20213/statm: 6431 539 387 1 0 226 0
[pid=20299] ppid=20213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20299/stat : 20299 (sh) S 20213 20213 26887 0 -1 4202496 371 221 0 0 0 0 0 0 20 0 1 0 336486648 9367552 264 33554432000 4194304 5064252 140737112414592 140737112412848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20299/statm: 2287 264 223 213 0 72 0
[pid=20301] ppid=20299 vsize=11796 CPUtime=1235.73 cores=1,3,5,7
/proc/20301/stat : 20301 (clasp-1.0) R 20299 20213 26887 0 -1 4202496 2461 0 0 0 123573 0 0 0 20 0 1 0 336486648 12079104 2417 33554432000 134512640 134847168 4289620480 4289619248 134617513 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20301/statm: 2949 2417 272 82 0 2190 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 46668

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 20619
/proc/meminfo: memFree=27524788/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=486.25 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 1251 15761 0 0 0 0 48623 2 20 0 1 0 336438012 26341376 539 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20213/statm: 6431 539 387 1 0 226 0
[pid=20299] ppid=20213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20299/stat : 20299 (sh) S 20213 20213 26887 0 -1 4202496 371 221 0 0 0 0 0 0 20 0 1 0 336486648 9367552 264 33554432000 4194304 5064252 140737112414592 140737112412848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20299/statm: 2287 264 223 213 0 72 0
[pid=20301] ppid=20299 vsize=11936 CPUtime=1295.73 cores=1,3,5,7
/proc/20301/stat : 20301 (clasp-1.0) R 20299 20213 26887 0 -1 4202496 2496 0 0 0 129573 0 0 0 20 0 1 0 336486648 12222464 2452 33554432000 134512640 134847168 4289620480 4289619212 134714080 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20301/statm: 2984 2452 272 82 0 2225 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 46808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 20619
/proc/meminfo: memFree=27525036/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=486.25 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 1251 15761 0 0 0 0 48623 2 20 0 1 0 336438012 26341376 539 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20213/statm: 6431 539 387 1 0 226 0
[pid=20299] ppid=20213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20299/stat : 20299 (sh) S 20213 20213 26887 0 -1 4202496 371 221 0 0 0 0 0 0 20 0 1 0 336486648 9367552 264 33554432000 4194304 5064252 140737112414592 140737112412848 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20299/statm: 2287 264 223 213 0 72 0
[pid=20301] ppid=20299 vsize=12076 CPUtime=1313.83 cores=1,3,5,7
/proc/20301/stat : 20301 (clasp-1.0) R 20299 20213 26887 0 -1 4202496 2502 0 0 0 131383 0 0 0 20 0 1 0 336486648 12365824 2458 33554432000 134512640 134847168 4289620480 4289619104 134784615 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20301/statm: 3019 2458 272 82 0 2260 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 46948

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -20213

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

[startup+1801.4 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 20638
/proc/meminfo: memFree=27534324/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=1800.1 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 1414 21037 0 0 0 0 180006 4 20 0 1 0 336438012 26341376 539 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20213/statm: 6431 539 387 1 0 226 0
[pid=20630] ppid=20213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20630/stat : 20630 (sh) S 20213 20213 26887 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336618054 9367552 263 33554432000 4194304 5064252 140737178010144 140737178008400 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20630/statm: 2287 263 223 213 0 72 0
[pid=20633] ppid=20630 vsize=3984 CPUtime=0.97 cores=1,3,5,7
/proc/20633/stat : 20633 (clasp-1.0) R 20630 20213 26887 0 -1 4202496 588 0 0 0 97 0 0 0 20 0 1 0 336618054 4079616 486 33554432000 134512640 134847168 4292283712 4292282352 134782453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20633/statm: 996 486 270 82 0 237 0
Current children cumulated CPU time (s) 1801.07
Current children cumulated vsize (KiB) 38856

[startup+1802.2 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 20638
/proc/meminfo: memFree=27533960/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=1800.1 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 1414 21037 0 0 0 0 180006 4 20 0 1 0 336438012 26341376 539 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20213/statm: 6431 539 387 1 0 226 0
[pid=20630] ppid=20213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20630/stat : 20630 (sh) S 20213 20213 26887 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336618054 9367552 263 33554432000 4194304 5064252 140737178010144 140737178008400 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20630/statm: 2287 263 223 213 0 72 0
[pid=20633] ppid=20630 vsize=4116 CPUtime=1.77 cores=1,3,5,7
/proc/20633/stat : 20633 (clasp-1.0) R 20630 20213 26887 0 -1 4202496 624 0 0 0 177 0 0 0 20 0 1 0 336618054 4214784 522 33554432000 134512640 134847168 4292283712 4292282336 134784653 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20633/statm: 1029 522 270 82 0 270 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 38988

[startup+1802.4 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 20638
/proc/meminfo: memFree=27533960/32873648 swapFree=6852/6852
[pid=20213] ppid=20211 vsize=25724 CPUtime=1800.1 cores=1,3,5,7
/proc/20213/stat : 20213 (pbclasp) S 20211 20213 26887 0 -1 4202496 1414 21037 0 0 0 0 180006 4 20 0 1 0 336438012 26341376 539 33554432000 4194304 4198148 140736369225184 140736369224112 271790960670 0 0 4230 16384 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20213/statm: 6431 539 387 1 0 226 0
[pid=20630] ppid=20213 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20630/stat : 20630 (sh) S 20213 20213 26887 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336618054 9367552 263 33554432000 4194304 5064252 140737178010144 140737178008400 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20630/statm: 2287 263 223 213 0 72 0
[pid=20633] ppid=20630 vsize=4116 CPUtime=1.97 cores=1,3,5,7
/proc/20633/stat : 20633 (clasp-1.0) R 20630 20213 26887 0 -1 4202496 624 0 0 0 197 0 0 0 20 0 1 0 336618054 4214784 522 33554432000 134512640 134847168 4292283712 4292282400 134616623 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20633/statm: 1029 522 270 82 0 270 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 38988

Child status: 0
Real time (s): 1802.42
CPU time (s): 1802.11
CPU user time (s): 1802.06
CPU system time (s): 0.053991
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 46948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802.06
system time used= 0.053991
maximum resident set size= 9832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23789
page faults= 0
swaps= 0
block input operations= 0
block output operations= 728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 205
involuntary context switches= 4655

runsolver used 3.65944 second user time and 8.68168 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 07:58:32
IDJOB=3732020
IDBENCH=2020
IDSOLVER=2317
FILE ID=node115/3732020-1338703112
RUNJOBID= node115-1338678629-26907
PBS_JOBID= 14636698
Free space on /tmp= 70828 MiB

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

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

MD5SUM BENCH= 8aa1aebf70d33d96463ba96014c98682
RANDOM SEED=120144276

node115.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27532176 kB
Buffers:          953804 kB
Cached:          3459040 kB
SwapCached:         1016 kB
Active:          2254328 kB
Inactive:        2177932 kB
Active(anon):       8840 kB
Inactive(anon):     9868 kB
Active(file):    2245488 kB
Inactive(file):  2168064 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:               428 kB
Writeback:             0 kB
AnonPages:         22052 kB
Mapped:            13876 kB
Shmem:                96 kB
Slab:             771320 kB
SReclaimable:     214620 kB
SUnreclaim:       556700 kB
KernelStack:        1512 kB
PageTables:         3968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     132160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3732020-1338703112.opb

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