Trace number 3741747

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/
kullmann/normalized-sbox_4_shg.opb
MD5SUM175e0a4a6cd805ac131e3fa3fd7ba75e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark0.138978
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables147
Total number of constraints240
Number of constraints which are clauses240
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 constraint2
Maximum length of a constraint21
Number of terms in the objective function 147
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 147
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 147
Number of bits of the biggest sum of numbers8
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.04	o 31
0.00/0.06	o 29
0.00/0.07	o 28
0.00/0.09	o 27
0.07/0.13	o 26
0.07/0.15	o 25
0.12/0.74	o 24
72.84/72.92	o 23
729.93/730.19	sh: line 1:  7374 Done                    cat HOME/temp/instance-3741747-1338780914.opb.op
729.93/730.19	      7375 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3741747-1338780914.opb.clasp
1800.06/1800.40	sh: line 1:  7398 Done                    cat HOME/temp/instance-3741747-1338780914.opb.op
1800.06/1800.40	      7399 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3741747-1338780914.opb.clasp
1800.06/1800.41	c Somebody sent me a SIGTERM
1800.06/1800.41	s SATISFIABLE
1800.06/1800.41	v x11 x13 x17 x20 x27 x29 x37 x38 x46 x55 x59 x62 x65 x74 x77 x79 x92 x113 x122 x125 x130 x137 x146 
1800.06/1800.41	pb2clasp1: no process killed
1802.06/1802.41	sh: line 1:  7594 Done                    cat HOME/temp/instance-3741747-1338780914.opb.op
1802.06/1802.41	      7595 Killed                  | clasp-1.0 --trans=no > HOME/temp/instance-3741747-1338780914.opb.clasp

Verifier Data

OK	23

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-3741747-1338780914/watcher-3741747-1338780914 -o /tmp/evaluation-result-3741747-1338780914/solver-3741747-1338780914 -C 1800 -W 1900 -M 15500 pbclasp instance-3741747-1338780914.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 1.99 3/176 7301
/proc/meminfo: memFree=28269484/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=0 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) R 7299 7301 5924 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 344216911 26206208 472 33554432000 4194304 4198148 140736396275040 140736396272488 252288383360 0 0 4224 16384 0 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 475 351 1 0 193 0

[startup+0.00907088 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 7301
/proc/meminfo: memFree=28269484/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=0 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 589 0 0 0 0 0 0 0 20 0 1 0 344216911 26206208 501 33554432000 4194304 4198148 140736396275040 140736396273928 252266472688 0 0 4224 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 501 368 1 0 193 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 25592

[startup+0.100208 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 7301
/proc/meminfo: memFree=28269484/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=0.07 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 1125 11089 0 0 0 0 5 2 20 0 1 0 344216911 26206208 526 33554432000 4194304 4198148 140736396275040 140736396274040 252266472688 0 0 4224 16384 0 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 526 387 1 0 193 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25592

[startup+0.300182 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 7301
/proc/meminfo: memFree=28269484/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=0.12 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 1376 16454 0 0 0 0 9 3 20 0 1 0 344216911 26206208 526 33554432000 4194304 4198148 140736396275040 140736396273968 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 526 387 1 0 193 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 25592

[startup+0.700178 s]
/proc/loadavg: 2.00 2.00 1.99 3/176 7301
/proc/meminfo: memFree=28269484/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=0.12 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 1376 16454 0 0 0 0 9 3 20 0 1 0 344216911 26206208 526 33554432000 4194304 4198148 140736396275040 140736396273968 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 526 387 1 0 193 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 25592

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 7367
/proc/meminfo: memFree=28267216/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=0.71 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 1494 18906 0 0 0 0 68 3 20 0 1 0 344216911 26206208 526 33554432000 4194304 4198148 140736396275040 140736396273968 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 526 387 1 0 193 0
[pid=7365] ppid=7301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7365/stat : 7365 (sh) S 7301 7301 5924 0 -1 4202496 372 218 0 0 0 0 0 0 20 0 1 0 344216987 9367552 264 33554432000 4194304 5064252 140733982897504 140733982895760 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7365/statm: 2287 264 223 213 0 72 0
[pid=7367] ppid=7365 vsize=3712 CPUtime=0.74 cores=1,3,5,7
/proc/7367/stat : 7367 (clasp-1.0) R 7365 7301 5924 0 -1 4202496 513 0 0 0 74 0 0 0 20 0 1 0 344216987 3801088 410 33554432000 134512640 134847168 4294269904 4294268544 134715276 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7367/statm: 928 410 270 82 0 169 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 38452

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 7367
/proc/meminfo: memFree=28265908/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=0.71 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 1494 18906 0 0 0 0 68 3 20 0 1 0 344216911 26206208 526 33554432000 4194304 4198148 140736396275040 140736396273968 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 526 387 1 0 193 0
[pid=7365] ppid=7301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7365/stat : 7365 (sh) S 7301 7301 5924 0 -1 4202496 372 218 0 0 0 0 0 0 20 0 1 0 344216987 9367552 264 33554432000 4194304 5064252 140733982897504 140733982895760 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7365/statm: 2287 264 223 213 0 72 0
[pid=7367] ppid=7365 vsize=3844 CPUtime=2.34 cores=1,3,5,7
/proc/7367/stat : 7367 (clasp-1.0) R 7365 7301 5924 0 -1 4202496 547 0 0 0 234 0 0 0 20 0 1 0 344216987 3936256 444 33554432000 134512640 134847168 4294269904 4294268544 134715248 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7367/statm: 961 444 270 82 0 202 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 38584

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 7367
/proc/meminfo: memFree=28263856/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=0.71 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 1494 18906 0 0 0 0 68 3 20 0 1 0 344216911 26206208 526 33554432000 4194304 4198148 140736396275040 140736396273968 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 526 387 1 0 193 0
[pid=7365] ppid=7301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7365/stat : 7365 (sh) S 7301 7301 5924 0 -1 4202496 372 218 0 0 0 0 0 0 20 0 1 0 344216987 9367552 264 33554432000 4194304 5064252 140733982897504 140733982895760 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7365/statm: 2287 264 223 213 0 72 0
[pid=7367] ppid=7365 vsize=3976 CPUtime=5.54 cores=1,3,5,7
/proc/7367/stat : 7367 (clasp-1.0) R 7365 7301 5924 0 -1 4202496 591 0 0 0 554 0 0 0 20 0 1 0 344216987 4071424 488 33554432000 134512640 134847168 4294269904 4294268528 134784651 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7367/statm: 994 488 270 82 0 235 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 38716

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 7367
/proc/meminfo: memFree=28261944/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=0.71 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 1494 18906 0 0 0 0 68 3 20 0 1 0 344216911 26206208 526 33554432000 4194304 4198148 140736396275040 140736396273968 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 526 387 1 0 193 0
[pid=7365] ppid=7301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7365/stat : 7365 (sh) S 7301 7301 5924 0 -1 4202496 372 218 0 0 0 0 0 0 20 0 1 0 344216987 9367552 264 33554432000 4194304 5064252 140733982897504 140733982895760 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7365/statm: 2287 264 223 213 0 72 0
[pid=7367] ppid=7365 vsize=4108 CPUtime=11.94 cores=1,3,5,7
/proc/7367/stat : 7367 (clasp-1.0) R 7365 7301 5924 0 -1 4202496 625 0 0 0 1194 0 0 0 20 0 1 0 344216987 4206592 522 33554432000 134512640 134847168 4294269904 4294268528 134784711 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7367/statm: 1027 522 270 82 0 268 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 38848

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 7367
/proc/meminfo: memFree=28258424/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=0.71 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 1494 18906 0 0 0 0 68 3 20 0 1 0 344216911 26206208 526 33554432000 4194304 4198148 140736396275040 140736396273968 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 526 387 1 0 193 0
[pid=7365] ppid=7301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7365/stat : 7365 (sh) S 7301 7301 5924 0 -1 4202496 372 218 0 0 0 0 0 0 20 0 1 0 344216987 9367552 264 33554432000 4194304 5064252 140733982897504 140733982895760 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7365/statm: 2287 264 223 213 0 72 0
[pid=7367] ppid=7365 vsize=4360 CPUtime=24.73 cores=1,3,5,7
/proc/7367/stat : 7367 (clasp-1.0) R 7365 7301 5924 0 -1 4202496 671 0 0 0 2473 0 0 0 20 0 1 0 344216987 4464640 568 33554432000 134512640 134847168 4294269904 4294268608 134616816 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7367/statm: 1090 568 270 82 0 331 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 39100

[startup+51.1003 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 7367
/proc/meminfo: memFree=28254204/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=0.71 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 1494 18906 0 0 0 0 68 3 20 0 1 0 344216911 26206208 526 33554432000 4194304 4198148 140736396275040 140736396273968 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 526 387 1 0 193 0
[pid=7365] ppid=7301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7365/stat : 7365 (sh) S 7301 7301 5924 0 -1 4202496 372 218 0 0 0 0 0 0 20 0 1 0 344216987 9367552 264 33554432000 4194304 5064252 140733982897504 140733982895760 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7365/statm: 2287 264 223 213 0 72 0
[pid=7367] ppid=7365 vsize=4624 CPUtime=50.33 cores=1,3,5,7
/proc/7367/stat : 7367 (clasp-1.0) R 7365 7301 5924 0 -1 4202496 729 0 0 0 5033 0 0 0 20 0 1 0 344216987 4734976 626 33554432000 134512640 134847168 4294269904 4294268608 134616720 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7367/statm: 1156 626 270 82 0 397 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 39364

[startup+102.306 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 7375
/proc/meminfo: memFree=28250424/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=72.88 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 1612 21600 0 0 0 0 7284 4 20 0 1 0 344216911 26206208 526 33554432000 4194304 4198148 140736396275040 140736396273968 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 526 387 1 0 193 0
[pid=7373] ppid=7301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7373/stat : 7373 (sh) S 7301 7301 5924 0 -1 4202496 370 218 0 0 0 0 0 0 20 0 1 0 344224205 9367552 263 33554432000 4194304 5064252 140736398688624 140736398686880 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7373/statm: 2287 263 223 213 0 72 0
[pid=7375] ppid=7373 vsize=4372 CPUtime=29.35 cores=1,3,5,7
/proc/7375/stat : 7375 (clasp-1.0) R 7373 7301 5924 0 -1 4202496 677 0 0 0 2935 0 0 0 20 0 1 0 344224205 4476928 575 33554432000 134512640 134847168 4288547568 4288546192 134784634 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7375/statm: 1093 575 270 82 0 334 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 39112

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 7375
/proc/meminfo: memFree=28248376/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=72.88 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 1612 21600 0 0 0 0 7284 4 20 0 1 0 344216911 26206208 526 33554432000 4194304 4198148 140736396275040 140736396273968 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 526 387 1 0 193 0
[pid=7373] ppid=7301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7373/stat : 7373 (sh) S 7301 7301 5924 0 -1 4202496 370 218 0 0 0 0 0 0 20 0 1 0 344224205 9367552 263 33554432000 4194304 5064252 140736398688624 140736398686880 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7373/statm: 2287 263 223 213 0 72 0
[pid=7375] ppid=7373 vsize=4772 CPUtime=89.33 cores=1,3,5,7
/proc/7375/stat : 7375 (clasp-1.0) R 7373 7301 5924 0 -1 4202496 783 0 0 0 8933 0 0 0 20 0 1 0 344224205 4886528 681 33554432000 134512640 134847168 4288547568 4288546272 134616608 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7375/statm: 1193 681 270 82 0 434 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 39512

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 7376
/proc/meminfo: memFree=28241612/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=72.88 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 1612 21600 0 0 0 0 7284 4 20 0 1 0 344216911 26206208 526 33554432000 4194304 4198148 140736396275040 140736396273968 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 526 387 1 0 193 0
[pid=7373] ppid=7301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7373/stat : 7373 (sh) S 7301 7301 5924 0 -1 4202496 370 218 0 0 0 0 0 0 20 0 1 0 344224205 9367552 263 33554432000 4194304 5064252 140736398688624 140736398686880 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7373/statm: 2287 263 223 213 0 72 0
[pid=7375] ppid=7373 vsize=4908 CPUtime=149.32 cores=1,3,5,7
/proc/7375/stat : 7375 (clasp-1.0) R 7373 7301 5924 0 -1 4202496 828 0 0 0 14932 0 0 0 20 0 1 0 344224205 5025792 726 33554432000 134512640 134847168 4288547568 4288546248 134784582 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7375/statm: 1227 726 270 82 0 468 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 39648

[startup+282.3 s]

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

/proc/7397/stat : 7397 (sh) S 7301 7301 5924 0 -1 4202496 370 218 0 0 0 0 0 0 20 0 1 0 344289932 9367552 263 33554432000 4194304 5064252 140735126761312 140735126759568 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7397/statm: 2287 263 223 213 0 72 0
[pid=7399] ppid=7397 vsize=5684 CPUtime=691.98 cores=1,3,5,7
/proc/7399/stat : 7399 (clasp-1.0) R 7397 7301 5924 0 -1 4202496 1011 0 0 0 69196 2 0 0 20 0 1 0 344289932 5820416 909 33554432000 134512640 134847168 4287001920 4287000544 134784617 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7399/statm: 1421 909 270 82 0 662 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 40424

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 7558
/proc/meminfo: memFree=27387144/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=730.04 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 1715 24511 0 0 0 0 72999 5 20 0 1 0 344216911 26206208 526 33554432000 4194304 4198148 140736396275040 140736396273968 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 526 387 1 0 193 0
[pid=7397] ppid=7301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7397/stat : 7397 (sh) S 7301 7301 5924 0 -1 4202496 370 218 0 0 0 0 0 0 20 0 1 0 344289932 9367552 263 33554432000 4194304 5064252 140735126761312 140735126759568 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7397/statm: 2287 263 223 213 0 72 0
[pid=7399] ppid=7397 vsize=5824 CPUtime=751.97 cores=1,3,5,7
/proc/7399/stat : 7399 (clasp-1.0) R 7397 7301 5924 0 -1 4202496 1042 0 0 0 75195 2 0 0 20 0 1 0 344289932 5963776 940 33554432000 134512640 134847168 4287001920 4287000544 134784634 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7399/statm: 1456 940 270 82 0 697 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 40564

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 7561
/proc/meminfo: memFree=27386888/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=730.04 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 1715 24511 0 0 0 0 72999 5 20 0 1 0 344216911 26206208 526 33554432000 4194304 4198148 140736396275040 140736396273968 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 526 387 1 0 193 0
[pid=7397] ppid=7301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7397/stat : 7397 (sh) S 7301 7301 5924 0 -1 4202496 370 218 0 0 0 0 0 0 20 0 1 0 344289932 9367552 263 33554432000 4194304 5064252 140735126761312 140735126759568 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7397/statm: 2287 263 223 213 0 72 0
[pid=7399] ppid=7397 vsize=5824 CPUtime=811.96 cores=1,3,5,7
/proc/7399/stat : 7399 (clasp-1.0) R 7397 7301 5924 0 -1 4202496 1045 0 0 0 81194 2 0 0 20 0 1 0 344289932 5963776 943 33554432000 134512640 134847168 4287001920 4287000624 134616592 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7399/statm: 1456 943 270 82 0 697 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 40564

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/180 7583
/proc/meminfo: memFree=27369032/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=730.04 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 1715 24511 0 0 0 0 72999 5 20 0 1 0 344216911 26206208 526 33554432000 4194304 4198148 140736396275040 140736396273968 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 526 387 1 0 193 0
[pid=7397] ppid=7301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7397/stat : 7397 (sh) S 7301 7301 5924 0 -1 4202496 370 218 0 0 0 0 0 0 20 0 1 0 344289932 9367552 263 33554432000 4194304 5064252 140735126761312 140735126759568 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7397/statm: 2287 263 223 213 0 72 0
[pid=7399] ppid=7397 vsize=5824 CPUtime=871.95 cores=1,3,5,7
/proc/7399/stat : 7399 (clasp-1.0) R 7397 7301 5924 0 -1 4202496 1045 0 0 0 87193 2 0 0 20 0 1 0 344289932 5963776 943 33554432000 134512640 134847168 4287001920 4287000496 134714694 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7399/statm: 1456 943 270 82 0 697 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 40564

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 7583
/proc/meminfo: memFree=27276412/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=730.04 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 1715 24511 0 0 0 0 72999 5 20 0 1 0 344216911 26206208 526 33554432000 4194304 4198148 140736396275040 140736396273968 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 526 387 1 0 193 0
[pid=7397] ppid=7301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7397/stat : 7397 (sh) S 7301 7301 5924 0 -1 4202496 370 218 0 0 0 0 0 0 20 0 1 0 344289932 9367552 263 33554432000 4194304 5064252 140735126761312 140735126759568 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7397/statm: 2287 263 223 213 0 72 0
[pid=7399] ppid=7397 vsize=5824 CPUtime=931.94 cores=1,3,5,7
/proc/7399/stat : 7399 (clasp-1.0) R 7397 7301 5924 0 -1 4202496 1045 0 0 0 93192 2 0 0 20 0 1 0 344289932 5963776 943 33554432000 134512640 134847168 4287001920 4287000600 134789705 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7399/statm: 1456 943 270 82 0 697 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 40564

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7584
/proc/meminfo: memFree=27250148/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=730.04 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 1715 24511 0 0 0 0 72999 5 20 0 1 0 344216911 26206208 526 33554432000 4194304 4198148 140736396275040 140736396273968 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 526 387 1 0 193 0
[pid=7397] ppid=7301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7397/stat : 7397 (sh) S 7301 7301 5924 0 -1 4202496 370 218 0 0 0 0 0 0 20 0 1 0 344289932 9367552 263 33554432000 4194304 5064252 140735126761312 140735126759568 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7397/statm: 2287 263 223 213 0 72 0
[pid=7399] ppid=7397 vsize=5824 CPUtime=991.93 cores=1,3,5,7
/proc/7399/stat : 7399 (clasp-1.0) R 7397 7301 5924 0 -1 4202496 1049 0 0 0 99191 2 0 0 20 0 1 0 344289932 5963776 947 33554432000 134512640 134847168 4287001920 4287000612 134616619 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7399/statm: 1456 947 270 82 0 697 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 40564

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7584
/proc/meminfo: memFree=27250052/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=730.04 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 1715 24511 0 0 0 0 72999 5 20 0 1 0 344216911 26206208 526 33554432000 4194304 4198148 140736396275040 140736396273968 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 526 387 1 0 193 0
[pid=7397] ppid=7301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7397/stat : 7397 (sh) S 7301 7301 5924 0 -1 4202496 370 218 0 0 0 0 0 0 20 0 1 0 344289932 9367552 263 33554432000 4194304 5064252 140735126761312 140735126759568 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7397/statm: 2287 263 223 213 0 72 0
[pid=7399] ppid=7397 vsize=5824 CPUtime=1051.92 cores=1,3,5,7
/proc/7399/stat : 7399 (clasp-1.0) R 7397 7301 5924 0 -1 4202496 1049 0 0 0 105190 2 0 0 20 0 1 0 344289932 5963776 947 33554432000 134512640 134847168 4287001920 4287000560 134782432 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7399/statm: 1456 947 270 82 0 697 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 40564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7584
/proc/meminfo: memFree=27250208/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=730.04 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 1715 24511 0 0 0 0 72999 5 20 0 1 0 344216911 26206208 526 33554432000 4194304 4198148 140736396275040 140736396273968 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 526 387 1 0 193 0
[pid=7397] ppid=7301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7397/stat : 7397 (sh) S 7301 7301 5924 0 -1 4202496 370 218 0 0 0 0 0 0 20 0 1 0 344289932 9367552 263 33554432000 4194304 5064252 140735126761312 140735126759568 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7397/statm: 2287 263 223 213 0 72 0
[pid=7399] ppid=7397 vsize=5824 CPUtime=1070.02 cores=1,3,5,7
/proc/7399/stat : 7399 (clasp-1.0) R 7397 7301 5924 0 -1 4202496 1049 0 0 0 107000 2 0 0 20 0 1 0 344289932 5963776 947 33554432000 134512640 134847168 4287001920 4287000544 134784634 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7399/statm: 1456 947 270 82 0 697 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 40564

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -7301

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7603
/proc/meminfo: memFree=28135508/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=1800.1 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 1884 28326 0 0 0 0 180001 9 20 0 1 0 344216911 26206208 526 33554432000 4194304 4198148 140736396275040 140736396273968 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 526 387 1 0 193 0
[pid=7593] ppid=7301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7593/stat : 7593 (sh) S 7301 7301 5924 0 -1 4202496 372 217 0 0 0 0 0 0 20 0 1 0 344396954 9367552 264 33554432000 4194304 5064252 140736555044816 140736555043072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7593/statm: 2287 264 223 213 0 72 0
[pid=7595] ppid=7593 vsize=3712 CPUtime=0.97 cores=1,3,5,7
/proc/7595/stat : 7595 (clasp-1.0) R 7593 7301 5924 0 -1 4202496 523 0 0 0 97 0 0 0 20 0 1 0 344396954 3801088 421 33554432000 134512640 134847168 4290286288 4290284912 134784615 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7595/statm: 928 421 270 82 0 169 0
Current children cumulated CPU time (s) 1801.07
Current children cumulated vsize (KiB) 38452

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7603
/proc/meminfo: memFree=28116940/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=1800.1 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 1884 28326 0 0 0 0 180001 9 20 0 1 0 344216911 26206208 526 33554432000 4194304 4198148 140736396275040 140736396273968 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 526 387 1 0 193 0
[pid=7593] ppid=7301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7593/stat : 7593 (sh) S 7301 7301 5924 0 -1 4202496 372 217 0 0 0 0 0 0 20 0 1 0 344396954 9367552 264 33554432000 4194304 5064252 140736555044816 140736555043072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7593/statm: 2287 264 223 213 0 72 0
[pid=7595] ppid=7593 vsize=3844 CPUtime=1.76 cores=1,3,5,7
/proc/7595/stat : 7595 (clasp-1.0) R 7593 7301 5924 0 -1 4202496 538 0 0 0 176 0 0 0 20 0 1 0 344396954 3936256 436 33554432000 134512640 134847168 4290286288 4290284912 134784651 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7595/statm: 961 436 270 82 0 202 0
Current children cumulated CPU time (s) 1801.86
Current children cumulated vsize (KiB) 38584

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 7603
/proc/meminfo: memFree=28116940/32873852 swapFree=7624/7624
[pid=7301] ppid=7299 vsize=25592 CPUtime=1800.1 cores=1,3,5,7
/proc/7301/stat : 7301 (pbclasp) S 7299 7301 5924 0 -1 4202496 1884 28326 0 0 0 0 180001 9 20 0 1 0 344216911 26206208 526 33554432000 4194304 4198148 140736396275040 140736396273968 252266475550 0 0 4230 16384 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/7301/statm: 6398 526 387 1 0 193 0
[pid=7593] ppid=7301 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/7593/stat : 7593 (sh) S 7301 7301 5924 0 -1 4202496 372 217 0 0 0 0 0 0 20 0 1 0 344396954 9367552 264 33554432000 4194304 5064252 140736555044816 140736555043072 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/7593/statm: 2287 264 223 213 0 72 0
[pid=7595] ppid=7593 vsize=3844 CPUtime=1.96 cores=1,3,5,7
/proc/7595/stat : 7595 (clasp-1.0) R 7593 7301 5924 0 -1 4202496 538 0 0 0 196 0 0 0 20 0 1 0 344396954 3936256 436 33554432000 134512640 134847168 4290286288 4290284704 134781195 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7595/statm: 961 436 270 82 0 202 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 38584

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802.01
system time used= 0.103984
maximum resident set size= 3788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31447
page faults= 0
swaps= 0
block input operations= 0
block output operations= 824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 304
involuntary context switches= 2438

runsolver used 2.77258 second user time and 7.14391 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-04 05:35:15
IDJOB=3741747
IDBENCH=89907
IDSOLVER=2317
FILE ID=node131/3741747-1338780914
RUNJOBID= node131-1338774007-5941
PBS_JOBID= 14636826
Free space on /tmp= 71404 MiB

SOLVER NAME= PB07: PB-clasp 2007-04-10
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/kullmann/normalized-sbox_4_shg.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741747-1338780914/watcher-3741747-1338780914 -o /tmp/evaluation-result-3741747-1338780914/solver-3741747-1338780914 -C 1800 -W 1900 -M 15500  pbclasp instance-3741747-1338780914.opb HOME/temp

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

MD5SUM BENCH= 175e0a4a6cd805ac131e3fa3fd7ba75e
RANDOM SEED=837930961

node131.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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
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.805
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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
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.805
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.91
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.805
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.805
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.92
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28269740 kB
Buffers:          569456 kB
Cached:          3152188 kB
SwapCached:         2348 kB
Active:          1464804 kB
Inactive:        2270456 kB
Active(anon):       9560 kB
Inactive(anon):     3664 kB
Active(file):    1455244 kB
Inactive(file):  2266792 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:               700 kB
Writeback:             0 kB
AnonPages:         17636 kB
Mapped:            16424 kB
Shmem:                 0 kB
Slab:             729456 kB
SReclaimable:     171744 kB
SUnreclaim:       557712 kB
KernelStack:        1496 kB
PageTables:         3996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     133036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 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-3741747-1338780914.opb

Free space on /tmp at the end= 71280 MiB
End job on node131 at 2012-06-04 06:05:17