Trace number 3732141

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-8pb.opb
MD5SUMb1277fdeb2e21bbaf9784bfe98a40d01
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark0.033994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 36
Optimality of the best value was proved YES
Number of variables432
Total number of constraints1304
Number of constraints which are clauses1280
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint18
Number of terms in the objective function 432
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 432
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 432
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.05/0.23	o 60
0.21/0.42	o 58
0.40/0.60	o 56
0.59/0.79	o 54
1.46/1.59	o 52
2.06/2.18	o 50
2.16/3.07	o 48
4.16/4.27	o 46
6.67/6.73	o 44
79.85/79.92	o 42
95.45/95.59	o 40
519.27/519.48	o 38
559.36/559.50	o 36
1800.07/1800.40	sh: line 1: 30291 Done                    cat HOME/temp/instance-3732141-1338704722.opb.op
1800.07/1800.40	     30292 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3732141-1338704722.opb.clasp
1800.07/1800.41	c Somebody sent me a SIGTERM
1800.07/1800.41	s SATISFIABLE
1800.07/1800.41	v x7 x8 x15 x19 x31 x32 x37 x41 x50 x86 x90 x113 x121 x122 x133 x149 x169 x173 x182 x187 x196 x197 x207 x218 x231 x248 x265 x292 x302 x319 x329 x354 x364 x373 x402 x427 
1800.07/1800.41	pb2clasp1: no process killed
1802.07/1802.41	sh: line 1: 30314 Done                    cat HOME/temp/instance-3732141-1338704722.opb.op
1802.07/1802.41	     30315 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3732141-1338704722.opb.clasp

Verifier Data

OK	36

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-3732141-1338704722/watcher-3732141-1338704722 -o /tmp/evaluation-result-3732141-1338704722/solver-3732141-1338704722 -C 1800 -W 1900 -M 15500 pbclasp instance-3732141-1338704722.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.84 1.97 1.99 3/178 29712
/proc/meminfo: memFree=27705432/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=0 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 603 0 0 0 0 0 0 0 20 0 1 0 336597072 26341376 516 33554432000 4194304 4198148 140737095692544 140737095691432 223655027952 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 516 368 1 0 226 0

[startup+0.0267979 s]
/proc/loadavg: 1.84 1.97 1.99 3/178 29712
/proc/meminfo: memFree=27705432/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=0 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 603 0 0 0 0 0 0 0 20 0 1 0 336597072 26341376 516 33554432000 4194304 4198148 140737095692544 140737095691432 223655027952 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 516 368 1 0 226 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25724

[startup+0.100252 s]
/proc/loadavg: 1.84 1.97 1.99 3/178 29712
/proc/meminfo: memFree=27705432/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=0.05 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 697 2092 0 0 0 0 5 0 20 0 1 0 336597072 26341376 545 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 545 387 1 0 226 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 25724

[startup+0.300228 s]
/proc/loadavg: 1.84 1.97 1.99 3/178 29712
/proc/meminfo: memFree=27705432/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=0.21 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 824 4631 0 0 0 0 21 0 20 0 1 0 336597072 26341376 547 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 547 387 1 0 226 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 25724

[startup+0.700221 s]
/proc/loadavg: 1.84 1.97 1.99 3/178 29712
/proc/meminfo: memFree=27705432/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=0.59 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 1055 9723 0 0 0 0 58 1 20 0 1 0 336597072 26341376 547 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 547 387 1 0 226 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 25724

[startup+1.5003 s]
/proc/loadavg: 1.84 1.97 1.99 3/181 29770
/proc/meminfo: memFree=27702576/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=0.77 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 1171 12271 0 0 0 0 75 2 20 0 1 0 336597072 26341376 547 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 547 387 1 0 226 0
[pid=29768] ppid=29712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29768/stat : 29768 (sh) S 29712 29712 29645 0 -1 4202496 372 219 0 0 0 0 0 0 20 0 1 0 336597153 9367552 264 33554432000 4194304 5064252 140735935370416 140735935368672 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29768/statm: 2287 264 223 213 0 72 0
[pid=29770] ppid=29768 vsize=4388 CPUtime=0.69 cores=1,3,5,7
/proc/29770/stat : 29770 (clasp-1.0) R 29768 29712 29645 0 -1 4202496 677 0 0 0 69 0 0 0 20 0 1 0 336597153 4493312 575 33554432000 134512640 134847168 4287036400 4287035168 134737343 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29770/statm: 1097 575 270 82 0 338 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 39260

[startup+3.10022 s]
/proc/loadavg: 1.84 1.97 1.99 3/181 29778
/proc/meminfo: memFree=27701988/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=3.05 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 1537 20204 0 0 0 0 301 4 20 0 1 0 336597072 26341376 547 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 547 387 1 0 226 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 25724

[startup+6.3003 s]
/proc/loadavg: 1.85 1.97 1.99 3/181 29810
/proc/meminfo: memFree=27700988/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=4.25 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 1656 22891 0 0 1 0 420 4 20 0 1 0 336597072 26341376 547 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 547 387 1 0 226 0
[pid=29808] ppid=29712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29808/stat : 29808 (sh) S 29712 29712 29645 0 -1 4202496 370 220 0 0 0 0 0 0 20 0 1 0 336597500 9367552 264 33554432000 4194304 5064252 140737273429408 140737273427664 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29808/statm: 2287 264 223 213 0 72 0
[pid=29810] ppid=29808 vsize=4920 CPUtime=2.02 cores=1,3,5,7
/proc/29810/stat : 29810 (clasp-1.0) R 29808 29712 29645 0 -1 4202496 833 0 0 0 202 0 0 0 20 0 1 0 336597500 5038080 731 33554432000 134512640 134847168 4286934064 4286932688 134784803 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29810/statm: 1230 731 272 82 0 471 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 39792

[startup+12.7003 s]
/proc/loadavg: 1.86 1.97 1.99 3/181 29818
/proc/meminfo: memFree=27697420/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=6.71 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 1773 25685 0 0 1 0 665 5 20 0 1 0 336597072 26341376 547 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 547 387 1 0 226 0
[pid=29816] ppid=29712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29816/stat : 29816 (sh) S 29712 29712 29645 0 -1 4202496 372 219 0 0 0 0 0 0 20 0 1 0 336597746 9367552 264 33554432000 4194304 5064252 140735491413280 140735491411536 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29816/statm: 2287 264 223 213 0 72 0
[pid=29818] ppid=29816 vsize=5444 CPUtime=5.95 cores=1,3,5,7
/proc/29818/stat : 29818 (clasp-1.0) R 29816 29712 29645 0 -1 4202496 951 0 0 0 595 0 0 0 20 0 1 0 336597746 5574656 849 33554432000 134512640 134847168 4291340144 4291338768 134784711 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29818/statm: 1361 849 270 82 0 602 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 40316

[startup+25.5003 s]
/proc/loadavg: 1.89 1.97 1.99 3/181 29818
/proc/meminfo: memFree=27695008/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=6.71 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 1773 25685 0 0 1 0 665 5 20 0 1 0 336597072 26341376 547 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 547 387 1 0 226 0
[pid=29816] ppid=29712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29816/stat : 29816 (sh) S 29712 29712 29645 0 -1 4202496 372 219 0 0 0 0 0 0 20 0 1 0 336597746 9367552 264 33554432000 4194304 5064252 140735491413280 140735491411536 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29816/statm: 2287 264 223 213 0 72 0
[pid=29818] ppid=29816 vsize=6124 CPUtime=18.75 cores=1,3,5,7
/proc/29818/stat : 29818 (clasp-1.0) R 29816 29712 29645 0 -1 4202496 1126 0 0 0 1875 0 0 0 20 0 1 0 336597746 6270976 1024 33554432000 134512640 134847168 4291340144 4291338768 134784634 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29818/statm: 1531 1024 270 82 0 772 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 40996

[startup+51.1003 s]
/proc/loadavg: 1.93 1.97 1.99 3/181 30254
/proc/meminfo: memFree=27692596/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=6.71 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 1773 25685 0 0 1 0 665 5 20 0 1 0 336597072 26341376 547 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 547 387 1 0 226 0
[pid=29816] ppid=29712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29816/stat : 29816 (sh) S 29712 29712 29645 0 -1 4202496 372 219 0 0 0 0 0 0 20 0 1 0 336597746 9367552 264 33554432000 4194304 5064252 140735491413280 140735491411536 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29816/statm: 2287 264 223 213 0 72 0
[pid=29818] ppid=29816 vsize=7196 CPUtime=44.34 cores=1,3,5,7
/proc/29818/stat : 29818 (clasp-1.0) R 29816 29712 29645 0 -1 4202496 1372 0 0 0 4434 0 0 0 20 0 1 0 336597746 7368704 1270 33554432000 134512640 134847168 4291340144 4291338448 134715278 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29818/statm: 1799 1270 270 82 0 1040 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 42068

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 1.99 3/181 30270
/proc/meminfo: memFree=27691732/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=95.55 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 2006 32130 0 0 1 0 9547 7 20 0 1 0 336597072 26341376 547 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 547 387 1 0 226 0
[pid=30268] ppid=29712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30268/stat : 30268 (sh) S 29712 29712 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336606632 9367552 263 33554432000 4194304 5064252 140736775293856 140736775292112 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30268/statm: 2287 263 223 213 0 72 0
[pid=30270] ppid=30268 vsize=5176 CPUtime=6.7 cores=1,3,5,7
/proc/30270/stat : 30270 (clasp-1.0) R 30268 29712 29645 0 -1 4202496 879 0 0 0 670 0 0 0 20 0 1 0 336606632 5300224 777 33554432000 134512640 134847168 4288141520 4288140144 134784711 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30270/statm: 1294 777 272 82 0 535 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 40048

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/181 30271
/proc/meminfo: memFree=27687016/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=95.55 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 2006 32130 0 0 1 0 9547 7 20 0 1 0 336597072 26341376 547 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 547 387 1 0 226 0
[pid=30268] ppid=29712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30268/stat : 30268 (sh) S 29712 29712 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336606632 9367552 263 33554432000 4194304 5064252 140736775293856 140736775292112 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30268/statm: 2287 263 223 213 0 72 0
[pid=30270] ppid=30268 vsize=7376 CPUtime=66.68 cores=1,3,5,7
/proc/30270/stat : 30270 (clasp-1.0) R 30268 29712 29645 0 -1 4202496 1423 0 0 0 6668 0 0 0 20 0 1 0 336606632 7553024 1321 33554432000 134512640 134847168 4288141520 4288140144 134784505 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30270/statm: 1844 1321 272 82 0 1085 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 42248

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/181 30271
/proc/meminfo: memFree=27684408/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=95.55 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 2006 32130 0 0 1 0 9547 7 20 0 1 0 336597072 26341376 547 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 547 387 1 0 226 0
[pid=30268] ppid=29712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30268/stat : 30268 (sh) S 29712 29712 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336606632 9367552 263 33554432000 4194304 5064252 140736775293856 140736775292112 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30268/statm: 2287 263 223 213 0 72 0
[pid=30270] ppid=30268 vsize=8052 CPUtime=126.67 cores=1,3,5,7
/proc/30270/stat : 30270 (clasp-1.0) R 30268 29712 29645 0 -1 4202496 1577 0 0 0 12667 0 0 0 20 0 1 0 336606632 8245248 1490 33554432000 134512640 134847168 4288141520 4288140144 134784657 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30270/statm: 2013 1490 272 82 0 1254 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 42924

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/182 30274
/proc/meminfo: memFree=27682072/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=95.55 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 2006 32130 0 0 1 0 9547 7 20 0 1 0 336597072 26341376 547 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 547 387 1 0 226 0
[pid=30268] ppid=29712 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/30290/stat : 30290 (sh) S 29712 29712 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336653024 9367552 263 33554432000 4194304 5064252 140735073696912 140735073695168 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30290/statm: 2287 263 223 213 0 72 0
[pid=30292] ppid=30290 vsize=10376 CPUtime=862.64 cores=1,3,5,7
/proc/30292/stat : 30292 (clasp-1.0) R 30290 29712 29645 0 -1 4202496 2072 0 0 0 86264 0 0 0 20 0 1 0 336653024 10625024 2044 33554432000 134512640 134847168 4290341152 4290339776 134784608 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30292/statm: 2594 2044 272 82 0 1835 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 45248

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 30301
/proc/meminfo: memFree=27668648/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=559.38 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 2235 39188 0 0 1 0 55928 9 20 0 1 0 336597072 26341376 547 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 547 387 1 0 226 0
[pid=30290] ppid=29712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30290/stat : 30290 (sh) S 29712 29712 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336653024 9367552 263 33554432000 4194304 5064252 140735073696912 140735073695168 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30290/statm: 2287 263 223 213 0 72 0
[pid=30292] ppid=30290 vsize=10544 CPUtime=922.63 cores=1,3,5,7
/proc/30292/stat : 30292 (clasp-1.0) R 30290 29712 29645 0 -1 4202496 2106 0 0 0 92263 0 0 0 20 0 1 0 336653024 10797056 2078 33554432000 134512640 134847168 4290341152 4290339840 134616828 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30292/statm: 2636 2078 272 82 0 1877 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 45416

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30301
/proc/meminfo: memFree=27668780/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=559.38 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 2235 39188 0 0 1 0 55928 9 20 0 1 0 336597072 26341376 547 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 547 387 1 0 226 0
[pid=30290] ppid=29712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30290/stat : 30290 (sh) S 29712 29712 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336653024 9367552 263 33554432000 4194304 5064252 140735073696912 140735073695168 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30290/statm: 2287 263 223 213 0 72 0
[pid=30292] ppid=30290 vsize=10712 CPUtime=982.62 cores=1,3,5,7
/proc/30292/stat : 30292 (clasp-1.0) R 30290 29712 29645 0 -1 4202496 2160 0 0 0 98262 0 0 0 20 0 1 0 336653024 10969088 2132 33554432000 134512640 134847168 4290341152 4290339776 134784617 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30292/statm: 2678 2132 272 82 0 1919 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 45584

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30301
/proc/meminfo: memFree=27668096/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=559.38 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 2235 39188 0 0 1 0 55928 9 20 0 1 0 336597072 26341376 547 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 547 387 1 0 226 0
[pid=30290] ppid=29712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30290/stat : 30290 (sh) S 29712 29712 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336653024 9367552 263 33554432000 4194304 5064252 140735073696912 140735073695168 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30290/statm: 2287 263 223 213 0 72 0
[pid=30292] ppid=30290 vsize=10952 CPUtime=1042.61 cores=1,3,5,7
/proc/30292/stat : 30292 (clasp-1.0) R 30290 29712 29645 0 -1 4202496 2205 0 0 0 104261 0 0 0 20 0 1 0 336653024 11214848 2177 33554432000 134512640 134847168 4290341152 4290339920 134617496 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30292/statm: 2738 2177 272 82 0 1979 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 45824

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30302
/proc/meminfo: memFree=27668096/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=559.38 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 2235 39188 0 0 1 0 55928 9 20 0 1 0 336597072 26341376 547 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 547 387 1 0 226 0
[pid=30290] ppid=29712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30290/stat : 30290 (sh) S 29712 29712 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336653024 9367552 263 33554432000 4194304 5064252 140735073696912 140735073695168 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30290/statm: 2287 263 223 213 0 72 0
[pid=30292] ppid=30290 vsize=11084 CPUtime=1102.6 cores=1,3,5,7
/proc/30292/stat : 30292 (clasp-1.0) R 30290 29712 29645 0 -1 4202496 2243 0 0 0 110260 0 0 0 20 0 1 0 336653024 11350016 2215 33554432000 134512640 134847168 4290341152 4290339776 134784803 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30292/statm: 2771 2215 272 82 0 2012 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 45956

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30302
/proc/meminfo: memFree=27667352/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=559.38 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 2235 39188 0 0 1 0 55928 9 20 0 1 0 336597072 26341376 547 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 547 387 1 0 226 0
[pid=30290] ppid=29712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30290/stat : 30290 (sh) S 29712 29712 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336653024 9367552 263 33554432000 4194304 5064252 140735073696912 140735073695168 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30290/statm: 2287 263 223 213 0 72 0
[pid=30292] ppid=30290 vsize=11084 CPUtime=1162.59 cores=1,3,5,7
/proc/30292/stat : 30292 (clasp-1.0) R 30290 29712 29645 0 -1 4202496 2258 0 0 0 116259 0 0 0 20 0 1 0 336653024 11350016 2230 33554432000 134512640 134847168 4290341152 4290339776 134784651 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30292/statm: 2771 2230 272 82 0 2012 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 45956

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30302
/proc/meminfo: memFree=27667104/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=559.38 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 2235 39188 0 0 1 0 55928 9 20 0 1 0 336597072 26341376 547 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 547 387 1 0 226 0
[pid=30290] ppid=29712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30290/stat : 30290 (sh) S 29712 29712 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336653024 9367552 263 33554432000 4194304 5064252 140735073696912 140735073695168 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30290/statm: 2287 263 223 213 0 72 0
[pid=30292] ppid=30290 vsize=11332 CPUtime=1222.58 cores=1,3,5,7
/proc/30292/stat : 30292 (clasp-1.0) R 30290 29712 29645 0 -1 4202496 2320 0 0 0 122258 0 0 0 20 0 1 0 336653024 11603968 2292 33554432000 134512640 134847168 4290341152 4290339776 134784798 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30292/statm: 2833 2292 272 82 0 2074 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 46204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30302
/proc/meminfo: memFree=27666360/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=559.38 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 2235 39188 0 0 1 0 55928 9 20 0 1 0 336597072 26341376 547 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 547 387 1 0 226 0
[pid=30290] ppid=29712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30290/stat : 30290 (sh) S 29712 29712 29645 0 -1 4202496 369 220 0 0 0 0 0 0 20 0 1 0 336653024 9367552 263 33554432000 4194304 5064252 140735073696912 140735073695168 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/30290/statm: 2287 263 223 213 0 72 0
[pid=30292] ppid=30290 vsize=11500 CPUtime=1240.69 cores=1,3,5,7
/proc/30292/stat : 30292 (clasp-1.0) R 30290 29712 29645 0 -1 4202496 2350 0 0 0 124069 0 0 0 20 0 1 0 336653024 11776000 2322 33554432000 134512640 134847168 4290341152 4290339776 134784711 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30292/statm: 2875 2322 272 82 0 2116 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 46372

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -29712

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 30321
/proc/meminfo: memFree=27700032/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=1800.11 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 2402 44310 0 0 1 1 179998 11 20 0 1 0 336597072 26341376 548 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 548 387 1 0 226 0
[pid=30312] ppid=29712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30312/stat : 30312 (sh) S 29712 29712 29645 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 336777115 9367552 264 33554432000 4194304 5064252 140733814242528 140733814240784 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30312/statm: 2287 264 223 213 0 72 0
[pid=30315] ppid=30312 vsize=4516 CPUtime=0.96 cores=1,3,5,7
/proc/30315/stat : 30315 (clasp-1.0) R 30312 29712 29645 0 -1 4202496 702 0 0 0 96 0 0 0 20 0 1 0 336777115 4624384 600 33554432000 134512640 134847168 4291640240 4291638816 134714864 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30315/statm: 1129 600 270 82 0 370 0
Current children cumulated CPU time (s) 1801.07
Current children cumulated vsize (KiB) 39388

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 30321
/proc/meminfo: memFree=27698660/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=1800.11 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 2402 44310 0 0 1 1 179998 11 20 0 1 0 336597072 26341376 548 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 548 387 1 0 226 0
[pid=30312] ppid=29712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30312/stat : 30312 (sh) S 29712 29712 29645 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 336777115 9367552 264 33554432000 4194304 5064252 140733814242528 140733814240784 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30312/statm: 2287 264 223 213 0 72 0
[pid=30315] ppid=30312 vsize=4648 CPUtime=1.76 cores=1,3,5,7
/proc/30315/stat : 30315 (clasp-1.0) R 30312 29712 29645 0 -1 4202496 741 0 0 0 176 0 0 0 20 0 1 0 336777115 4759552 639 33554432000 134512640 134847168 4291640240 4291638864 134784663 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30315/statm: 1162 639 270 82 0 403 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 39520

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 30321
/proc/meminfo: memFree=27698660/32873844 swapFree=7628/7628
[pid=29712] ppid=29710 vsize=25724 CPUtime=1800.11 cores=1,3,5,7
/proc/29712/stat : 29712 (pbclasp) S 29710 29712 29645 0 -1 4202496 2402 44310 0 0 1 1 179998 11 20 0 1 0 336597072 26341376 548 33554432000 4194304 4198148 140737095692544 140737095691472 223655030814 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29712/statm: 6431 548 387 1 0 226 0
[pid=30312] ppid=29712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30312/stat : 30312 (sh) S 29712 29712 29645 0 -1 4202496 373 220 0 0 0 0 0 0 20 0 1 0 336777115 9367552 264 33554432000 4194304 5064252 140733814242528 140733814240784 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30312/statm: 2287 264 223 213 0 72 0
[pid=30315] ppid=30312 vsize=4648 CPUtime=1.96 cores=1,3,5,7
/proc/30315/stat : 30315 (clasp-1.0) R 30312 29712 29645 0 -1 4202496 756 0 0 0 196 0 0 0 20 0 1 0 336777115 4759552 654 33554432000 134512640 134847168 4291640240 4291638864 134784634 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/30315/statm: 1162 654 270 82 0 403 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 39520

Child status: 0
Real time (s): 1802.42
CPU time (s): 1802.11
CPU user time (s): 1801.98
CPU system time (s): 0.12898
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 46372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.98
system time used= 0.12898
maximum resident set size= 9288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48191
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 414
involuntary context switches= 2575

runsolver used 2.6276 second user time and 7.2129 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 08:25:22
IDJOB=3732141
IDBENCH=2031
IDSOLVER=2317
FILE ID=node144/3732141-1338704722
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/routing/normalized-s4-4-3-8pb.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732141-1338704722/watcher-3732141-1338704722 -o /tmp/evaluation-result-3732141-1338704722/solver-3732141-1338704722 -C 1800 -W 1900 -M 15500  pbclasp instance-3732141-1338704722.opb HOME/temp

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

MD5SUM BENCH= b1277fdeb2e21bbaf9784bfe98a40d01
RANDOM SEED=552034944

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:        27707804 kB
Buffers:          631700 kB
Cached:          3647556 kB
SwapCached:          464 kB
Active:          2416624 kB
Inactive:        1883636 kB
Active(anon):       3604 kB
Inactive(anon):    11192 kB
Active(file):    2413020 kB
Inactive(file):  1872444 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:               812 kB
Writeback:             0 kB
AnonPages:         19688 kB
Mapped:            15052 kB
Shmem:               172 kB
Slab:             726308 kB
SReclaimable:     167856 kB
SUnreclaim:       558452 kB
KernelStack:        1376 kB
PageTables:         4652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     128672 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-3732141-1338704722.opb

Free space on /tmp at the end= 70836 MiB
End job on node144 at 2012-06-03 08:55:24