Trace number 3726403

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 NameAnswerCPU timeWall clock time
pwbo 2.02? 1799.92 1800.01

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr.opb
MD5SUM6f530d7030eb010292a76e81381ed552
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.105982
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6000
Total number of constraints220
Number of constraints which are clauses120
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint60
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726403-1338653445.opb.
0.00/0.00	c Instance file HOME/instance-3726403-1338653445.opb
0.00/0.00	c File size is 107628 bytes.
0.00/0.01	c Highest Coefficient sum: 61
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      6000                                                |
0.00/0.01	c |  Number Clauses:        120                                                 |
0.00/0.01	c |  Number Cardinality:    100                                                 |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Decision                                            |
0.00/0.01	c |  Objective Function:    None                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c ===============================================================================
1799.55/1800.00	c ===============================================================================
1799.55/1800.00	c Wall Clock Time: 1800.00 s
1799.55/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

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-3726403-1338653445/watcher-3726403-1338653445 -o /tmp/evaluation-result-3726403-1338653445/solver-3726403-1338653445 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726403-1338653445.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.96 2.00 1.92 2/178 27202
/proc/meminfo: memFree=27874572/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=4388 CPUtime=0 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) R 27200 27202 25232 0 -1 4202496 565 0 0 0 0 0 0 0 20 0 1 0 331470442 4493312 518 33554432000 4194304 5964478 140736626314960 140734277759704 4395406 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 1097 518 163 433 0 634 0

[startup+0.093617 s]
/proc/loadavg: 1.96 2.00 1.92 2/178 27202
/proc/meminfo: memFree=27874572/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=85508 CPUtime=0.08 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 2158 0 0 0 8 0 0 0 20 0 2 0 331470442 87560192 1958 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 21377 1958 186 433 0 20941 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 85508

[startup+0.100182 s]
/proc/loadavg: 1.96 2.00 1.92 2/178 27202
/proc/meminfo: memFree=27874572/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=85508 CPUtime=0.09 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 2173 0 0 0 9 0 0 0 20 0 2 0 331470442 87560192 1973 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 21377 1973 186 433 0 20941 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85508

[startup+0.300175 s]
/proc/loadavg: 1.96 2.00 1.92 2/178 27202
/proc/meminfo: memFree=27874572/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=85508 CPUtime=0.29 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 2641 0 0 0 29 0 0 0 20 0 2 0 331470442 87560192 2441 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 21377 2441 186 433 0 20941 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85508

[startup+0.700178 s]
/proc/loadavg: 1.96 2.00 1.92 2/178 27202
/proc/meminfo: memFree=27874572/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=85508 CPUtime=0.69 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 3448 0 0 0 69 0 0 0 20 0 2 0 331470442 87560192 3248 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 21377 3248 186 433 0 20941 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85508

[startup+1.50021 s]
/proc/loadavg: 1.96 2.00 1.92 3/180 27204
/proc/meminfo: memFree=27858824/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=85508 CPUtime=1.49 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 4846 0 0 0 149 0 0 0 20 0 2 0 331470442 87560192 4646 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 21377 4646 186 433 0 20941 0
[pid=27202/tid=27204] ppid=27200 vsize=85508 CPUtime=1.47 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 3659 0 0 0 147 0 0 0 20 0 2 0 331470443 87560192 4646 33554432000 4194304 5964478 140736626314960 140651741149176 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85508

[startup+3.1002 s]
/proc/loadavg: 1.96 2.00 1.92 3/180 27204
/proc/meminfo: memFree=27846788/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=85508 CPUtime=3.09 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 6828 0 0 0 308 1 0 0 20 0 2 0 331470442 87560192 6628 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 21377 6628 186 433 0 20941 0
[pid=27202/tid=27204] ppid=27200 vsize=85508 CPUtime=3.07 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 5641 0 0 0 306 1 0 0 20 0 2 0 331470443 87560192 6628 33554432000 4194304 5964478 140736626314960 140651741149224 4381996 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85508

[startup+6.30013 s]
/proc/loadavg: 1.97 2.00 1.92 3/180 27204
/proc/meminfo: memFree=27829436/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=85508 CPUtime=6.29 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 8106 0 0 0 627 2 0 0 20 0 2 0 331470442 87560192 7906 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 21377 7906 186 433 0 20941 0
[pid=27202/tid=27204] ppid=27200 vsize=85508 CPUtime=6.27 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 6919 0 0 0 625 2 0 0 20 0 2 0 331470443 87560192 7906 33554432000 4194304 5964478 140736626314960 140651741149176 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85508

[startup+12.7001 s]
/proc/loadavg: 1.97 2.00 1.92 3/180 27204
/proc/meminfo: memFree=27810428/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=85724 CPUtime=12.69 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 13244 0 0 0 1266 3 0 0 20 0 2 0 331470442 87781376 13044 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 21431 13044 186 433 0 20995 0
[pid=27202/tid=27204] ppid=27200 vsize=85724 CPUtime=12.67 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 12057 0 0 0 1264 3 0 0 20 0 2 0 331470443 87781376 13044 33554432000 4194304 5964478 140736626314960 140651741149176 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85724

[startup+25.5002 s]
/proc/loadavg: 1.98 2.00 1.92 3/179 27204
/proc/meminfo: memFree=27755536/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=151368 CPUtime=25.48 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 20926 0 0 0 2542 6 0 0 20 0 2 0 331470442 155000832 20726 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 37842 20726 186 433 0 37406 0
[pid=27202/tid=27204] ppid=27200 vsize=151368 CPUtime=25.47 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 19739 0 0 0 2540 7 0 0 20 0 2 0 331470443 155000832 20726 33554432000 4194304 5964478 140736626314960 140651741149176 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 151368

[startup+51.1002 s]
/proc/loadavg: 1.98 2.00 1.92 3/179 27204
/proc/meminfo: memFree=27665700/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=151528 CPUtime=51.08 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 32380 0 0 0 5100 8 0 0 20 0 2 0 331470442 155164672 32433 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 37882 32433 186 433 0 37446 0
[pid=27202/tid=27204] ppid=27200 vsize=151528 CPUtime=51.07 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 31193 0 0 0 5098 9 0 0 20 0 2 0 331470443 155164672 32433 33554432000 4194304 5964478 140736626314960 140651741149176 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 151528

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 1.92 3/179 27204
/proc/meminfo: memFree=27607140/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=217304 CPUtime=102.25 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 40789 0 0 0 10215 10 0 0 20 0 2 0 331470442 222519296 40876 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 54326 40876 186 433 0 53890 0
[pid=27202/tid=27204] ppid=27200 vsize=217304 CPUtime=102.25 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 39602 0 0 0 10213 12 0 0 20 0 2 0 331470443 222519296 40876 33554432000 4194304 5964478 140736626314960 140651741148984 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 217304

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.92 3/179 27204
/proc/meminfo: memFree=27487844/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=282840 CPUtime=162.21 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 54115 0 0 0 16206 15 0 0 20 0 2 0 331470442 289628160 54998 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 70710 54998 186 433 0 70274 0
[pid=27202/tid=27204] ppid=27200 vsize=282840 CPUtime=162.23 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 52928 0 0 0 16205 18 0 0 20 0 2 0 331470443 289628160 54998 33554432000 4194304 5964478 140736626314960 140651741149224 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 282840

[startup+222.3 s]
/proc/loadavg: 1.99 2.00 1.92 3/179 27205
/proc/meminfo: memFree=27466056/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=282840 CPUtime=222.2 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 54131 0 0 0 22205 15 0 0 20 0 2 0 331470442 289628160 55014 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 70710 55014 186 433 0 70274 0
[pid=27202/tid=27204] ppid=27200 vsize=282840 CPUtime=222.23 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 52944 0 0 0 22204 19 0 0 20 0 2 0 331470443 289628160 55014 33554432000 4194304 5964478 140736626314960 140651741149224 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 282840

[startup+282.3 s]
/proc/loadavg: 1.99 2.00 1.92 3/179 27205
/proc/meminfo: memFree=27396160/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=348376 CPUtime=282.19 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 67266 0 0 0 28199 20 0 0 20 0 2 0 331470442 356737024 68149 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 87094 68149 186 433 0 86658 0
[pid=27202/tid=27204] ppid=27200 vsize=348376 CPUtime=282.23 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 66079 0 0 0 28199 24 0 0 20 0 2 0 331470443 356737024 68149 33554432000 4194304 5964478 140736626314960 140651741149176 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 348376

[startup+342.3 s]
/proc/loadavg: 1.99 2.00 1.92 3/179 27205
/proc/meminfo: memFree=27221876/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=479448 CPUtime=342.17 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 102643 0 0 0 34187 30 0 0 20 0 2 0 331470442 490954752 103551 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 119862 103551 186 433 0 119426 0
[pid=27202/tid=27204] ppid=27200 vsize=479448 CPUtime=342.22 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 101456 0 0 0 34186 36 0 0 20 0 2 0 331470443 490954752 103551 33554432000 4194304 5964478 140736626314960 140651741149176 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 479448

[startup+402.3 s]
/proc/loadavg: 1.99 2.00 1.92 3/179 27205
/proc/meminfo: memFree=27060768/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=545344 CPUtime=402.16 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 124744 0 0 0 40176 40 0 0 20 0 2 0 331470442 558432256 125690 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 136336 125690 186 433 0 135900 0
[pid=27202/tid=27204] ppid=27200 vsize=545344 CPUtime=402.22 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 123557 0 0 0 40176 46 0 0 20 0 2 0 331470443 558432256 125690 33554432000 4194304 5964478 140736626314960 140651741149224 4400067 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 545344

[startup+462.3 s]
/proc/loadavg: 1.99 2.00 1.92 3/179 27205
/proc/meminfo: memFree=27016612/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=545344 CPUtime=462.14 cores=0,2,4,6

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

/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 229835 0 0 0 130119 98 0 0 20 0 2 0 331470443 1030627328 232220 33554432000 4194304 5964478 140736626314960 140651741149352 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 1006472

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/179 27214
/proc/meminfo: memFree=26315132/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=1073680 CPUtime=1361.91 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 250497 0 0 0 136106 85 0 0 20 0 2 0 331470442 1099448320 251695 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 268420 251695 186 433 0 267984 0
[pid=27202/tid=27204] ppid=27200 vsize=1073680 CPUtime=1362.17 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 249310 0 0 0 136111 106 0 0 20 0 2 0 331470443 1099448320 251695 33554432000 4194304 5964478 140736626314960 140651741149176 4400103 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 1073680

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 27215
/proc/meminfo: memFree=26291508/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=1073896 CPUtime=1421.91 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 256192 0 0 0 142103 88 0 0 20 0 2 0 331470442 1099669504 257389 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 268474 257389 186 433 0 268038 0
[pid=27202/tid=27204] ppid=27200 vsize=1073896 CPUtime=1422.18 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 255005 0 0 0 142108 110 0 0 20 0 2 0 331470443 1099669504 257389 33554432000 4194304 5964478 140736626314960 140651741149176 4390980 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 1073896

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 27215
/proc/meminfo: memFree=26291756/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=1073896 CPUtime=1481.9 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 256195 0 0 0 148102 88 0 0 20 0 2 0 331470442 1099669504 257392 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 268474 257392 186 433 0 268038 0
[pid=27202/tid=27204] ppid=27200 vsize=1073896 CPUtime=1482.17 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 255008 0 0 0 148106 111 0 0 20 0 2 0 331470443 1099669504 257392 33554432000 4194304 5964478 140736626314960 140651741149176 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 1073896

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 27215
/proc/meminfo: memFree=26291508/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=1073896 CPUtime=1541.89 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 256196 0 0 0 154101 88 0 0 20 0 2 0 331470442 1099669504 257393 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 268474 257393 186 433 0 268038 0
[pid=27202/tid=27204] ppid=27200 vsize=1073896 CPUtime=1542.17 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 255009 0 0 0 154105 112 0 0 20 0 2 0 331470443 1099669504 257393 33554432000 4194304 5964478 140736626314960 140651741149176 4400103 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 1073896

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/179 27215
/proc/meminfo: memFree=26278600/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=1073896 CPUtime=1601.88 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 256196 0 0 0 160100 88 0 0 20 0 2 0 331470442 1099669504 256566 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 268474 256566 186 433 0 268038 0
[pid=27202/tid=27204] ppid=27200 vsize=1073896 CPUtime=1602.18 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 255009 0 0 0 160105 113 0 0 20 0 2 0 331470443 1099669504 256566 33554432000 4194304 5964478 140736626314960 140651741149208 4382029 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 1073896

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/179 27215
/proc/meminfo: memFree=26266500/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=1073896 CPUtime=1661.87 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 256196 0 0 0 166099 88 0 0 20 0 2 0 331470442 1099669504 256566 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 268474 256566 186 433 0 268038 0
[pid=27202/tid=27204] ppid=27200 vsize=1073896 CPUtime=1662.18 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 255009 0 0 0 166104 114 0 0 20 0 2 0 331470443 1099669504 256566 33554432000 4194304 5964478 140736626314960 140651741149208 4400078 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 1073896

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 27215
/proc/meminfo: memFree=26269360/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=1073896 CPUtime=1721.86 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 256196 0 0 0 172098 88 0 0 20 0 2 0 331470442 1099669504 256566 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 268474 256566 186 433 0 268038 0
[pid=27202/tid=27204] ppid=27200 vsize=1073896 CPUtime=1722.18 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 255009 0 0 0 172103 115 0 0 20 0 2 0 331470443 1099669504 256566 33554432000 4194304 5964478 140736626314960 140651741149208 4400115 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 1073896

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 27219
/proc/meminfo: memFree=26269484/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=1073896 CPUtime=1781.85 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 256196 0 0 0 178097 88 0 0 20 0 2 0 331470442 1099669504 256566 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 268474 256566 186 433 0 268038 0
[pid=27202/tid=27204] ppid=27200 vsize=1073896 CPUtime=1782.18 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 255009 0 0 0 178102 116 0 0 20 0 2 0 331470443 1099669504 256566 33554432000 4194304 5964478 140736626314960 140651741149208 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 1073896

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 27258
/proc/meminfo: memFree=26762808/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=1073896 CPUtime=1791.46 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 256196 0 0 0 179058 88 0 0 20 0 2 0 331470442 1099669504 256566 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 268474 256566 186 433 0 268038 0
[pid=27202/tid=27204] ppid=27200 vsize=1073896 CPUtime=1791.79 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 255009 0 0 0 179063 116 0 0 20 0 2 0 331470443 1099669504 256566 33554432000 4194304 5964478 140736626314960 140651741149208 4400078 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 1073896

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 27258
/proc/meminfo: memFree=26761576/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=1073896 CPUtime=1794.66 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 256196 0 0 0 179378 88 0 0 20 0 2 0 331470442 1099669504 256566 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 268474 256566 186 433 0 268038 0
[pid=27202/tid=27204] ppid=27200 vsize=1073896 CPUtime=1794.99 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 255009 0 0 0 179383 116 0 0 20 0 2 0 331470443 1099669504 256566 33554432000 4194304 5964478 140736626314960 140651741149208 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 1073896

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 27258
/proc/meminfo: memFree=26761244/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=1073896 CPUtime=1797.85 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 256198 0 0 0 179697 88 0 0 20 0 2 0 331470442 1099669504 256579 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 268474 256579 186 433 0 268038 0
[pid=27202/tid=27204] ppid=27200 vsize=1073896 CPUtime=1798.18 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 255011 0 0 0 179702 116 0 0 20 0 2 0 331470443 1099669504 256579 33554432000 4194304 5964478 140736626314960 140651741149208 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (KiB) 1073896

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 27258
/proc/meminfo: memFree=26760672/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=1073896 CPUtime=1798.65 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 256198 0 0 0 179777 88 0 0 20 0 2 0 331470442 1099669504 256579 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 268474 256579 186 433 0 268038 0
[pid=27202/tid=27204] ppid=27200 vsize=1073896 CPUtime=1798.98 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 255011 0 0 0 179782 116 0 0 20 0 2 0 331470443 1099669504 256579 33554432000 4194304 5964478 140736626314960 140651741149208 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 1073896

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 27258
/proc/meminfo: memFree=26760548/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=1073896 CPUtime=1799.05 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 256198 0 0 0 179817 88 0 0 20 0 2 0 331470442 1099669504 256579 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 268474 256579 186 433 0 268038 0
[pid=27202/tid=27204] ppid=27200 vsize=1073896 CPUtime=1799.39 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 255011 0 0 0 179823 116 0 0 20 0 2 0 331470443 1099669504 256579 33554432000 4194304 5964478 140736626314960 140651741149208 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.05
Current children cumulated vsize (KiB) 1073896

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 27258
/proc/meminfo: memFree=26760548/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=1073896 CPUtime=1799.45 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 256198 0 0 0 179857 88 0 0 20 0 2 0 331470442 1099669504 256579 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 268474 256579 186 433 0 268038 0
[pid=27202/tid=27204] ppid=27200 vsize=1073896 CPUtime=1799.78 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 255011 0 0 0 179862 116 0 0 20 0 2 0 331470443 1099669504 256579 33554432000 4194304 5964478 140736626314960 140651741149208 4381702 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 1073896

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 27258
/proc/meminfo: memFree=26760548/32873648 swapFree=7112/7112
[pid=27202] ppid=27200 vsize=1073896 CPUtime=1799.55 cores=0,2,4,6
/proc/27202/stat : 27202 (pwbo2.02) S 27200 27202 25232 0 -1 4202496 256198 0 0 0 179867 88 0 0 20 0 2 0 331470442 1099669504 256579 33554432000 4194304 5964478 140736626314960 140736626314480 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27202/statm: 268474 256579 186 433 0 268038 0
[pid=27202/tid=27204] ppid=27200 vsize=1073896 CPUtime=1799.88 cores=0,2,4,6
/proc/27202/task/27204/stat : 27204 (pwbo2.02) R 27200 27202 25232 0 -1 4202560 255011 0 0 0 179872 116 0 0 20 0 2 0 331470443 1099669504 256579 33554432000 4194304 5964478 140736626314960 140651741149208 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 1073896

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.92
CPU user time (s): 1798.74
CPU system time (s): 1.18282
CPU usage (%): 99.9948
Max. virtual memory (cumulated for all children) (KiB): 1073896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.74
system time used= 1.18282
maximum resident set size= 1029572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256201
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 254
involuntary context switches= 1837

runsolver used 2.72959 second user time and 7.09192 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-02 18:10:45
IDJOB=3726403
IDBENCH=1402
IDSOLVER=2310
FILE ID=node126/3726403-1338653445
RUNJOBID= node126-1338651602-26666
PBS_JOBID= 14636454
Free space on /tmp= 70800 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726403-1338653445/watcher-3726403-1338653445 -o /tmp/evaluation-result-3726403-1338653445/solver-3726403-1338653445 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726403-1338653445.opb

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

MD5SUM BENCH= 6f530d7030eb010292a76e81381ed552
RANDOM SEED=47697858

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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.90
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.456
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:       32873648 kB
MemFree:        27875208 kB
Buffers:          393700 kB
Cached:          3685560 kB
SwapCached:         9476 kB
Active:          1480184 kB
Inactive:        2657868 kB
Active(anon):      48712 kB
Inactive(anon):    12180 kB
Active(file):    1431472 kB
Inactive(file):  2645688 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67094928 kB
Dirty:             11336 kB
Writeback:             0 kB
AnonPages:         57220 kB
Mapped:            10316 kB
Shmem:                 0 kB
Slab:             722764 kB
SReclaimable:     165984 kB
SUnreclaim:       556780 kB
KernelStack:        1496 kB
PageTables:         4524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     143708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70784 MiB
End job on node126 at 2012-06-02 18:40:45