Trace number 3732350

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)19 1802.09 1802.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-f51m.b.opb
MD5SUM95b567c682e7e3efe2c93879e0e7c89d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark0.293955
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18
Optimality of the best value was proved YES
Number of variables406
Total number of constraints520
Number of constraints which are clauses520
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 constraint123
Number of terms in the objective function 406
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 406
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 406
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.15	o 26
0.00/0.17	o 25
0.12/0.20	o 23
0.12/0.24	o 22
25.94/26.09	sh: line 1: 30409 Done                    cat HOME/temp/instance-3732350-1338706524.opb.op
25.94/26.09	     30410 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732350-1338706524.opb.clasp
57.32/57.49	o 21
116.31/116.47	o 20
593.03/593.20	o 19
1800.05/1800.40	sh: line 1: 30577 Done                    cat HOME/temp/instance-3732350-1338706524.opb.op
1800.05/1800.40	     30578 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732350-1338706524.opb.clasp
1800.05/1800.41	c Somebody sent me a SIGTERM
1800.05/1800.41	s SATISFIABLE
1800.05/1800.41	v x33 x49 x68 x147 x167 x188 x205 x210 x262 x263 x264 x265 x310 x326 x327 x328 x348 x353 x406 
1800.05/1800.41	pb2clasp1: no process killed
1802.04/1802.41	sh: line 1: 30601 Done                    cat HOME/temp/instance-3732350-1338706524.opb.op
1802.04/1802.41	     30602 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3732350-1338706524.opb.clasp

Verifier Data

OK	19

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-3732350-1338706524/watcher-3732350-1338706524 -o /tmp/evaluation-result-3732350-1338706524/solver-3732350-1338706524 -C 1800 -W 1900 -M 15500 pbclasp instance-3732350-1338706524.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: 1.92 1.98 1.99 3/178 30368
/proc/meminfo: memFree=27700684/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25460 CPUtime=0 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) D 30366 30368 29645 0 -1 4202496 432 0 0 0 0 0 0 0 20 0 1 0 336777343 26071040 362 33554432000 4194304 4198148 140737227021312 140737227018760 223651643061 0 0 4224 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6365 362 277 1 0 160 0

[startup+0.037148 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 30368
/proc/meminfo: memFree=27700684/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=0 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) R 30366 30368 29645 0 -1 4202496 577 0 0 0 0 0 0 0 20 0 1 0 336777343 26341376 507 33554432000 4194304 4198148 140737227021312 140737227018760 223651270548 0 0 4224 16384 0 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 507 361 1 0 226 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25724

[startup+0.100154 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 30368
/proc/meminfo: memFree=27700684/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=0 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) S 30366 30368 29645 0 -1 4202496 602 0 0 0 0 0 0 0 20 0 1 0 336777343 26341376 516 33554432000 4194304 4198148 140737227021312 140737227020200 223655027952 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 516 368 1 0 226 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25724

[startup+0.300191 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 30368
/proc/meminfo: memFree=27700684/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=0.2 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) S 30366 30368 29645 0 -1 4202496 1170 12119 0 0 0 0 17 3 20 0 1 0 336777343 26341376 545 33554432000 4194304 4198148 140737227021312 140737227020240 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 545 387 1 0 226 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 25724

[startup+0.700173 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 30368
/proc/meminfo: memFree=27700684/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=0.2 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) S 30366 30368 29645 0 -1 4202496 1170 12119 0 0 0 0 17 3 20 0 1 0 336777343 26341376 545 33554432000 4194304 4198148 140737227021312 140737227020240 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 545 387 1 0 226 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 25724

[startup+1.50025 s]
/proc/loadavg: 1.92 1.98 1.99 3/181 30410
/proc/meminfo: memFree=27698464/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=0.2 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) S 30366 30368 29645 0 -1 4202496 1170 12119 0 0 0 0 17 3 20 0 1 0 336777343 26341376 545 33554432000 4194304 4198148 140737227021312 140737227020240 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 545 387 1 0 226 0
[pid=30408] ppid=30368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30408/stat : 30408 (sh) S 30368 30368 29645 0 -1 4202496 369 219 0 0 0 0 0 0 20 0 1 0 336777368 9367552 263 33554432000 4194304 5064252 140737246856096 140737246854352 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30408/statm: 2287 263 223 213 0 72 0
[pid=30410] ppid=30408 vsize=4372 CPUtime=1.24 cores=1,3,5,7
/proc/30410/stat : 30410 (clasp-1.0) R 30408 30368 29645 0 -1 4202496 695 0 0 0 124 0 0 0 20 0 1 0 336777369 4476928 593 33554432000 134512640 134847168 4287335504 4287334208 134616608 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30410/statm: 1093 593 270 82 0 334 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 39244

[startup+3.10025 s]
/proc/loadavg: 1.92 1.98 1.99 3/181 30410
/proc/meminfo: memFree=27697628/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=0.2 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) S 30366 30368 29645 0 -1 4202496 1170 12119 0 0 0 0 17 3 20 0 1 0 336777343 26341376 545 33554432000 4194304 4198148 140737227021312 140737227020240 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 545 387 1 0 226 0
[pid=30408] ppid=30368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30408/stat : 30408 (sh) S 30368 30368 29645 0 -1 4202496 369 219 0 0 0 0 0 0 20 0 1 0 336777368 9367552 263 33554432000 4194304 5064252 140737246856096 140737246854352 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30408/statm: 2287 263 223 213 0 72 0
[pid=30410] ppid=30408 vsize=4636 CPUtime=2.84 cores=1,3,5,7
/proc/30410/stat : 30410 (clasp-1.0) R 30408 30368 29645 0 -1 4202496 738 0 0 0 284 0 0 0 20 0 1 0 336777369 4747264 636 33554432000 134512640 134847168 4287335504 4287334144 134715290 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30410/statm: 1159 636 270 82 0 400 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 39508

[startup+6.30029 s]
/proc/loadavg: 1.93 1.98 1.99 3/181 30410
/proc/meminfo: memFree=27696264/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=0.2 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) S 30366 30368 29645 0 -1 4202496 1170 12119 0 0 0 0 17 3 20 0 1 0 336777343 26341376 545 33554432000 4194304 4198148 140737227021312 140737227020240 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 545 387 1 0 226 0
[pid=30408] ppid=30368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30408/stat : 30408 (sh) S 30368 30368 29645 0 -1 4202496 369 219 0 0 0 0 0 0 20 0 1 0 336777368 9367552 263 33554432000 4194304 5064252 140737246856096 140737246854352 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30408/statm: 2287 263 223 213 0 72 0
[pid=30410] ppid=30408 vsize=4880 CPUtime=6.04 cores=1,3,5,7
/proc/30410/stat : 30410 (clasp-1.0) R 30408 30368 29645 0 -1 4202496 817 0 0 0 604 0 0 0 20 0 1 0 336777369 4997120 715 33554432000 134512640 134847168 4287335504 4287334128 134784628 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30410/statm: 1220 715 270 82 0 461 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 39752

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/181 30410
/proc/meminfo: memFree=27694248/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=0.2 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) S 30366 30368 29645 0 -1 4202496 1170 12119 0 0 0 0 17 3 20 0 1 0 336777343 26341376 545 33554432000 4194304 4198148 140737227021312 140737227020240 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 545 387 1 0 226 0
[pid=30408] ppid=30368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30408/stat : 30408 (sh) S 30368 30368 29645 0 -1 4202496 369 219 0 0 0 0 0 0 20 0 1 0 336777368 9367552 263 33554432000 4194304 5064252 140737246856096 140737246854352 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30408/statm: 2287 263 223 213 0 72 0
[pid=30410] ppid=30408 vsize=5516 CPUtime=12.44 cores=1,3,5,7
/proc/30410/stat : 30410 (clasp-1.0) R 30408 30368 29645 0 -1 4202496 959 0 0 0 1244 0 0 0 20 0 1 0 336777369 5648384 857 33554432000 134512640 134847168 4287335504 4287334192 134616828 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30410/statm: 1379 857 270 82 0 620 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 40388

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/181 30410
/proc/meminfo: memFree=27692348/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=0.2 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) S 30366 30368 29645 0 -1 4202496 1170 12119 0 0 0 0 17 3 20 0 1 0 336777343 26341376 545 33554432000 4194304 4198148 140737227021312 140737227020240 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 545 387 1 0 226 0
[pid=30408] ppid=30368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30408/stat : 30408 (sh) S 30368 30368 29645 0 -1 4202496 369 219 0 0 0 0 0 0 20 0 1 0 336777368 9367552 263 33554432000 4194304 5064252 140737246856096 140737246854352 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30408/statm: 2287 263 223 213 0 72 0
[pid=30410] ppid=30408 vsize=5892 CPUtime=25.24 cores=1,3,5,7
/proc/30410/stat : 30410 (clasp-1.0) R 30408 30368 29645 0 -1 4202496 1073 0 0 0 2524 0 0 0 20 0 1 0 336777369 6033408 971 33554432000 134512640 134847168 4287335504 4287334224 134741336 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30410/statm: 1473 971 270 82 0 714 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 40764

[startup+51.1003 s]
/proc/loadavg: 2.04 2.00 2.00 3/181 30526
/proc/meminfo: memFree=27698520/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=26.03 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) S 30366 30368 29645 0 -1 4202496 1266 15120 0 0 0 0 2600 3 20 0 1 0 336777343 26341376 545 33554432000 4194304 4198148 140737227021312 140737227020240 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 545 387 1 0 226 0
[pid=30427] ppid=30368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30427/stat : 30427 (sh) S 30368 30368 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336779953 9367552 264 33554432000 4194304 5064252 140734985225232 140734985223488 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30427/statm: 2287 264 223 213 0 72 0
[pid=30429] ppid=30427 vsize=5892 CPUtime=24.99 cores=1,3,5,7
/proc/30429/stat : 30429 (clasp-1.0) R 30427 30368 29645 0 -1 4202496 1073 0 0 0 2499 0 0 0 20 0 1 0 336779953 6033408 971 33554432000 134512640 134847168 4286875728 4286874400 134784580 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30429/statm: 1473 971 270 82 0 714 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 40764

[startup+102.306 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 30534
/proc/meminfo: memFree=27696100/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=57.42 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) S 30366 30368 29645 0 -1 4202496 1380 18190 0 0 0 0 5738 4 20 0 1 0 336777343 26341376 545 33554432000 4194304 4198148 140737227021312 140737227020240 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 545 387 1 0 226 0
[pid=30532] ppid=30368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30532/stat : 30532 (sh) S 30368 30368 29645 0 -1 4202496 373 221 0 0 0 0 0 0 20 0 1 0 336783093 9367552 264 33554432000 4194304 5064252 140734015403696 140734015401952 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30532/statm: 2287 264 223 213 0 72 0
[pid=30534] ppid=30532 vsize=6580 CPUtime=44.79 cores=1,3,5,7
/proc/30534/stat : 30534 (clasp-1.0) R 30532 30368 29645 0 -1 4202496 1241 0 0 0 4479 0 0 0 20 0 1 0 336783093 6737920 1138 33554432000 134512640 134847168 4293073392 4293072032 134715353 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30534/statm: 1645 1138 270 82 0 886 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 41452

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30543
/proc/meminfo: memFree=27695104/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=116.4 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) S 30366 30368 29645 0 -1 4202496 1494 21425 0 0 0 0 11635 5 20 0 1 0 336777343 26341376 545 33554432000 4194304 4198148 140737227021312 140737227020240 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 545 387 1 0 226 0
[pid=30540] ppid=30368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30540/stat : 30540 (sh) S 30368 30368 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336788992 9367552 263 33554432000 4194304 5064252 140734648404896 140734648403152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30540/statm: 2287 263 223 213 0 72 0
[pid=30542] ppid=30540 vsize=6456 CPUtime=45.8 cores=1,3,5,7
/proc/30542/stat : 30542 (clasp-1.0) R 30540 30368 29645 0 -1 4202496 1194 0 0 0 4580 0 0 0 20 0 1 0 336788992 6610944 1091 33554432000 134512640 134847168 4290442752 4290441392 134715273 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30542/statm: 1614 1091 270 82 0 855 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 41328

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30543
/proc/meminfo: memFree=27693492/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=116.4 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) S 30366 30368 29645 0 -1 4202496 1494 21425 0 0 0 0 11635 5 20 0 1 0 336777343 26341376 545 33554432000 4194304 4198148 140737227021312 140737227020240 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 545 387 1 0 226 0
[pid=30540] ppid=30368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30540/stat : 30540 (sh) S 30368 30368 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336788992 9367552 263 33554432000 4194304 5064252 140734648404896 140734648403152 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30540/statm: 2287 263 223 213 0 72 0
[pid=30542] ppid=30540 vsize=7564 CPUtime=105.79 cores=1,3,5,7
/proc/30542/stat : 30542 (clasp-1.0) R 30540 30368 29645 0 -1 4202496 1495 0 0 0 10579 0 0 0 20 0 1 0 336788992 7745536 1369 33554432000 134512640 134847168 4290442752 4290441216 134713707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30542/statm: 1891 1369 270 82 0 1132 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 42436

[startup+282.3 s]

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

/proc/30576/stat : 30576 (sh) S 30368 30368 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336836665 9367552 263 33554432000 4194304 5064252 140737377348720 140737377346976 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30576/statm: 2287 263 223 213 0 72 0
[pid=30578] ppid=30576 vsize=13360 CPUtime=828.95 cores=1,3,5,7
/proc/30578/stat : 30578 (clasp-1.0) R 30576 30368 29645 0 -1 4202496 2896 0 0 0 82895 0 0 0 20 0 1 0 336836665 13680640 2815 33554432000 134512640 134847168 4293263376 4293262016 134782432 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30578/statm: 3340 2815 272 82 0 2581 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 48232

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 30587
/proc/meminfo: memFree=27683420/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=593.06 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) S 30366 30368 29645 0 -1 4202496 1610 25705 0 0 0 0 59299 7 20 0 1 0 336777343 26341376 545 33554432000 4194304 4198148 140737227021312 140737227020240 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 545 387 1 0 226 0
[pid=30576] ppid=30368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30576/stat : 30576 (sh) S 30368 30368 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336836665 9367552 263 33554432000 4194304 5064252 140737377348720 140737377346976 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30576/statm: 2287 263 223 213 0 72 0
[pid=30578] ppid=30576 vsize=13360 CPUtime=888.93 cores=1,3,5,7
/proc/30578/stat : 30578 (clasp-1.0) R 30576 30368 29645 0 -1 4202496 2896 0 0 0 88893 0 0 0 20 0 1 0 336836665 13680640 2815 33554432000 134512640 134847168 4293263376 4293262000 134784634 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30578/statm: 3340 2815 272 82 0 2581 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 48232

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 30587
/proc/meminfo: memFree=27683072/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=593.06 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) S 30366 30368 29645 0 -1 4202496 1610 25705 0 0 0 0 59299 7 20 0 1 0 336777343 26341376 545 33554432000 4194304 4198148 140737227021312 140737227020240 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 545 387 1 0 226 0
[pid=30576] ppid=30368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30576/stat : 30576 (sh) S 30368 30368 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336836665 9367552 263 33554432000 4194304 5064252 140737377348720 140737377346976 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30576/statm: 2287 263 223 213 0 72 0
[pid=30578] ppid=30576 vsize=13496 CPUtime=948.92 cores=1,3,5,7
/proc/30578/stat : 30578 (clasp-1.0) R 30576 30368 29645 0 -1 4202496 2931 0 0 0 94892 0 0 0 20 0 1 0 336836665 13819904 2850 33554432000 134512640 134847168 4293263376 4293262016 134715316 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30578/statm: 3374 2850 272 82 0 2615 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 48368

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/181 30587
/proc/meminfo: memFree=27682512/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=593.06 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) S 30366 30368 29645 0 -1 4202496 1610 25705 0 0 0 0 59299 7 20 0 1 0 336777343 26341376 545 33554432000 4194304 4198148 140737227021312 140737227020240 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 545 387 1 0 226 0
[pid=30576] ppid=30368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30576/stat : 30576 (sh) S 30368 30368 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336836665 9367552 263 33554432000 4194304 5064252 140737377348720 140737377346976 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30576/statm: 2287 263 223 213 0 72 0
[pid=30578] ppid=30576 vsize=13768 CPUtime=1008.91 cores=1,3,5,7
/proc/30578/stat : 30578 (clasp-1.0) R 30576 30368 29645 0 -1 4202496 2975 0 0 0 100891 0 0 0 20 0 1 0 336836665 14098432 2914 33554432000 134512640 134847168 4293263376 4293262068 134616619 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30578/statm: 3442 2914 272 82 0 2683 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 48640

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 30587
/proc/meminfo: memFree=27682024/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=593.06 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) S 30366 30368 29645 0 -1 4202496 1610 25705 0 0 0 0 59299 7 20 0 1 0 336777343 26341376 545 33554432000 4194304 4198148 140737227021312 140737227020240 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 545 387 1 0 226 0
[pid=30576] ppid=30368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30576/stat : 30576 (sh) S 30368 30368 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336836665 9367552 263 33554432000 4194304 5064252 140737377348720 140737377346976 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30576/statm: 2287 263 223 213 0 72 0
[pid=30578] ppid=30576 vsize=14048 CPUtime=1068.9 cores=1,3,5,7
/proc/30578/stat : 30578 (clasp-1.0) R 30576 30368 29645 0 -1 4202496 3055 0 0 0 106890 0 0 0 20 0 1 0 336836665 14385152 2994 33554432000 134512640 134847168 4293263376 4293262000 134784634 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30578/statm: 3512 2994 272 82 0 2753 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 48920

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 30588
/proc/meminfo: memFree=27682016/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=593.06 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) S 30366 30368 29645 0 -1 4202496 1610 25705 0 0 0 0 59299 7 20 0 1 0 336777343 26341376 545 33554432000 4194304 4198148 140737227021312 140737227020240 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 545 387 1 0 226 0
[pid=30576] ppid=30368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30576/stat : 30576 (sh) S 30368 30368 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336836665 9367552 263 33554432000 4194304 5064252 140737377348720 140737377346976 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30576/statm: 2287 263 223 213 0 72 0
[pid=30578] ppid=30576 vsize=14192 CPUtime=1128.89 cores=1,3,5,7
/proc/30578/stat : 30578 (clasp-1.0) R 30576 30368 29645 0 -1 4202496 3083 0 0 0 112889 0 0 0 20 0 1 0 336836665 14532608 3022 33554432000 134512640 134847168 4293263376 4293262112 134741042 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30578/statm: 3548 3022 272 82 0 2789 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 49064

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 30588
/proc/meminfo: memFree=27681892/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=593.06 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) S 30366 30368 29645 0 -1 4202496 1610 25705 0 0 0 0 59299 7 20 0 1 0 336777343 26341376 545 33554432000 4194304 4198148 140737227021312 140737227020240 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 545 387 1 0 226 0
[pid=30576] ppid=30368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30576/stat : 30576 (sh) S 30368 30368 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336836665 9367552 263 33554432000 4194304 5064252 140737377348720 140737377346976 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30576/statm: 2287 263 223 213 0 72 0
[pid=30578] ppid=30576 vsize=14332 CPUtime=1188.89 cores=1,3,5,7
/proc/30578/stat : 30578 (clasp-1.0) R 30576 30368 29645 0 -1 4202496 3096 0 0 0 118889 0 0 0 20 0 1 0 336836665 14675968 3035 33554432000 134512640 134847168 4293263376 4293262016 134782668 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30578/statm: 3583 3035 272 82 0 2824 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 49204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 30588
/proc/meminfo: memFree=27681768/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=593.06 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) S 30366 30368 29645 0 -1 4202496 1610 25705 0 0 0 0 59299 7 20 0 1 0 336777343 26341376 545 33554432000 4194304 4198148 140737227021312 140737227020240 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 545 387 1 0 226 0
[pid=30576] ppid=30368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30576/stat : 30576 (sh) S 30368 30368 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336836665 9367552 263 33554432000 4194304 5064252 140737377348720 140737377346976 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30576/statm: 2287 263 223 213 0 72 0
[pid=30578] ppid=30576 vsize=14332 CPUtime=1206.99 cores=1,3,5,7
/proc/30578/stat : 30578 (clasp-1.0) R 30576 30368 29645 0 -1 4202496 3108 0 0 0 120699 0 0 0 20 0 1 0 336836665 14675968 3047 33554432000 134512640 134847168 4293263376 4293262096 134741339 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30578/statm: 3583 3047 272 82 0 2824 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 49204

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -30368

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 30607
/proc/meminfo: memFree=27701120/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=1800.08 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) S 30366 30368 29645 0 -1 4202496 1772 31584 0 0 0 0 179999 9 20 0 1 0 336777343 26341376 546 33554432000 4194304 4198148 140737227021312 140737227020240 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 546 387 1 0 226 0
[pid=30599] ppid=30368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30599/stat : 30599 (sh) S 30368 30368 29645 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 336957386 9367552 263 33554432000 4194304 5064252 140735791628720 140735791626976 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30599/statm: 2287 263 223 213 0 72 0
[pid=30602] ppid=30599 vsize=4240 CPUtime=0.96 cores=1,3,5,7
/proc/30602/stat : 30602 (clasp-1.0) R 30599 30368 29645 0 -1 4202496 659 0 0 0 96 0 0 0 20 0 1 0 336957386 4341760 557 33554432000 134512640 134847168 4289283728 4289282368 134715290 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30602/statm: 1060 557 270 82 0 301 0
Current children cumulated CPU time (s) 1801.04
Current children cumulated vsize (KiB) 39112

[startup+1802.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 30607
/proc/meminfo: memFree=27700316/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=1800.08 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) S 30366 30368 29645 0 -1 4202496 1772 31584 0 0 0 0 179999 9 20 0 1 0 336777343 26341376 546 33554432000 4194304 4198148 140737227021312 140737227020240 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 546 387 1 0 226 0
[pid=30599] ppid=30368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30599/stat : 30599 (sh) S 30368 30368 29645 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 336957386 9367552 263 33554432000 4194304 5064252 140735791628720 140735791626976 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30599/statm: 2287 263 223 213 0 72 0
[pid=30602] ppid=30599 vsize=4500 CPUtime=1.76 cores=1,3,5,7
/proc/30602/stat : 30602 (clasp-1.0) R 30599 30368 29645 0 -1 4202496 721 0 0 0 176 0 0 0 20 0 1 0 336957386 4608000 619 33554432000 134512640 134847168 4289283728 4289282420 134616619 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30602/statm: 1125 619 270 82 0 366 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 39372

[startup+1802.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 30607
/proc/meminfo: memFree=27700316/32873844 swapFree=7628/7628
[pid=30368] ppid=30366 vsize=25724 CPUtime=1800.08 cores=1,3,5,7
/proc/30368/stat : 30368 (pbclasp) S 30366 30368 29645 0 -1 4202496 1772 31584 0 0 0 0 179999 9 20 0 1 0 336777343 26341376 546 33554432000 4194304 4198148 140737227021312 140737227020240 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/30368/statm: 6431 546 387 1 0 226 0
[pid=30599] ppid=30368 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30599/stat : 30599 (sh) S 30368 30368 29645 0 -1 4202496 370 219 0 0 0 0 0 0 20 0 1 0 336957386 9367552 263 33554432000 4194304 5064252 140735791628720 140735791626976 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30599/statm: 2287 263 223 213 0 72 0
[pid=30602] ppid=30599 vsize=4500 CPUtime=1.96 cores=1,3,5,7
/proc/30602/stat : 30602 (clasp-1.0) R 30599 30368 29645 0 -1 4202496 721 0 0 0 196 0 0 0 20 0 1 0 336957386 4608000 619 33554432000 134512640 134847168 4289283728 4289282352 134784651 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30602/statm: 1125 619 270 82 0 366 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 39372

Child status: 0
Real time (s): 1802.42
CPU time (s): 1802.09
CPU user time (s): 1801.98
CPU system time (s): 0.104984
CPU usage (%): 99.9817
Max. virtual memory (cumulated for all children) (KiB): 49204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.98
system time used= 0.104984
maximum resident set size= 12188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34795
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 393
involuntary context switches= 2657

runsolver used 2.58261 second user time and 7.38188 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 08:55:24
IDJOB=3732350
IDBENCH=2050
IDSOLVER=2317
FILE ID=node144/3732350-1338706524
RUNJOBID= node144-1338704721-29662
PBS_JOBID= 14636720
Free space on /tmp= 70836 MiB

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

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

MD5SUM BENCH= 95b567c682e7e3efe2c93879e0e7c89d
RANDOM SEED=1023128382

node144.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.196
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.39
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.196
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.196
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	: 5438.54
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.196
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.196
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.196
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.92
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.196
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.196
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:        27700948 kB
Buffers:          632012 kB
Cached:          3648960 kB
SwapCached:          464 kB
Active:          2423956 kB
Inactive:        1883660 kB
Active(anon):       9120 kB
Inactive(anon):    11192 kB
Active(file):    2414836 kB
Inactive(file):  1872468 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:         24956 kB
Mapped:            16480 kB
Shmem:               172 kB
Slab:             725896 kB
SReclaimable:     167908 kB
SUnreclaim:       557988 kB
KernelStack:        1512 kB
PageTables:         3980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     132880 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-3732350-1338706524.opb

Free space on /tmp at the end= 70836 MiB
End job on node144 at 2012-06-03 09:25:27