Trace number 3704098

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.0? 1799.54 1800.02

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl35_40_pb.cnf.cr.opb
MD5SUMd3d31f2bec4390bf166702fac3cf6fcc
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.053991
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2800
Total number of constraints150
Number of constraints which are clauses80
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint40
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 41
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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704098-1338089234.opb.
0.00/0.00	c Instance file HOME/instance-3704098-1338089234.opb
0.00/0.00	c File size is 49508 bytes.
0.00/0.00	c Highest Coefficient sum: 41
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      2800                                                |
0.00/0.00	c |  Number Clauses:        80                                                  |
0.00/0.00	c |  Number Cardinality:    70                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Decision                                            |
0.00/0.00	c |  Objective Function:    None                                                |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
1799.54/1800.00	c ===============================================================================
1799.54/1800.00	c Wall Clock Time: 1800.00 s
1799.54/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-3704098-1338089234/watcher-3704098-1338089234 -o /tmp/evaluation-result-3704098-1338089234/solver-3704098-1338089234 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704098-1338089234.opb 

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.06 2.02 1.90 3/177 18048
/proc/meminfo: memFree=28673928/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=4700 CPUtime=0 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) R 18046 18048 17458 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 275047935 4812800 547 33554432000 4194304 5965102 140736720983904 140736720981320 4296686 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 1175 558 168 433 0 739 0

[startup+0.0305211 s]
/proc/loadavg: 2.06 2.02 1.90 3/177 18048
/proc/meminfo: memFree=28673928/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=84584 CPUtime=0.02 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 1364 0 0 0 2 0 0 0 20 0 2 0 275047935 86614016 1304 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 21146 1304 189 433 0 20710 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 84584

[startup+0.100156 s]
/proc/loadavg: 2.06 2.02 1.90 3/177 18048
/proc/meminfo: memFree=28673928/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=84584 CPUtime=0.09 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 1573 0 0 0 9 0 0 0 20 0 2 0 275047935 86614016 1513 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 21146 1513 190 433 0 20710 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84584

[startup+0.300114 s]
/proc/loadavg: 2.06 2.02 1.90 3/177 18048
/proc/meminfo: memFree=28673928/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=84584 CPUtime=0.29 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 2120 0 0 0 29 0 0 0 20 0 2 0 275047935 86614016 2060 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 21146 2060 190 433 0 20710 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84584

[startup+0.700112 s]
/proc/loadavg: 2.06 2.02 1.90 3/177 18048
/proc/meminfo: memFree=28673928/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=84584 CPUtime=0.68 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 3064 0 0 0 68 0 0 0 20 0 2 0 275047935 86614016 3004 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 21146 3004 190 433 0 20710 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 84584

[startup+1.50025 s]
/proc/loadavg: 2.06 2.02 1.90 3/179 18050
/proc/meminfo: memFree=28659264/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=84584 CPUtime=1.49 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 4726 0 0 0 148 1 0 0 20 0 2 0 275047935 86614016 4666 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 21146 4666 190 433 0 20710 0
[pid=18048/tid=18050] ppid=18046 vsize=84584 CPUtime=1.47 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 3800 0 0 0 146 1 0 0 20 0 2 0 275047935 86614016 4667 33554432000 4194304 5965102 140736720983904 140576870221816 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84584

[startup+3.10026 s]
/proc/loadavg: 2.06 2.02 1.90 3/179 18050
/proc/meminfo: memFree=28652196/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=84728 CPUtime=3.08 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 6420 0 0 0 307 1 0 0 20 0 2 0 275047935 86761472 6360 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 21182 6360 190 433 0 20746 0
[pid=18048/tid=18050] ppid=18046 vsize=84728 CPUtime=3.08 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 5493 0 0 0 306 2 0 0 20 0 2 0 275047935 86761472 6360 33554432000 4194304 5965102 140736720983904 140576870221816 4401155 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84728

[startup+6.3003 s]
/proc/loadavg: 2.06 2.02 1.90 3/179 18050
/proc/meminfo: memFree=28637552/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=84800 CPUtime=6.28 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 9274 0 0 0 626 2 0 0 20 0 2 0 275047935 86835200 9214 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 21200 9214 190 433 0 20764 0
[pid=18048/tid=18050] ppid=18046 vsize=84800 CPUtime=6.26 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 8347 0 0 0 624 2 0 0 20 0 2 0 275047935 86835200 9214 33554432000 4194304 5965102 140736720983904 140576870221816 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84800

[startup+12.7003 s]
/proc/loadavg: 2.05 2.02 1.90 3/179 18050
/proc/meminfo: memFree=28625088/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=84800 CPUtime=12.68 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 10554 0 0 0 1266 2 0 0 20 0 2 0 275047935 86835200 10494 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 21200 10494 190 433 0 20764 0
[pid=18048/tid=18050] ppid=18046 vsize=84800 CPUtime=12.64 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 9627 0 0 0 1262 2 0 0 20 0 2 0 275047935 86835200 10494 33554432000 4194304 5965102 140736720983904 140576870221816 4401827 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84800

[startup+25.5003 s]
/proc/loadavg: 2.04 2.02 1.90 3/179 18050
/proc/meminfo: memFree=28596140/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=84908 CPUtime=25.48 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 16402 0 0 0 2543 5 0 0 20 0 2 0 275047935 86945792 16342 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 21227 16342 190 433 0 20791 0
[pid=18048/tid=18050] ppid=18046 vsize=84908 CPUtime=25.41 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 15475 0 0 0 2536 5 0 0 20 0 2 0 275047935 86945792 16342 33554432000 4194304 5965102 140736720983904 140576870221864 5137076 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84908

[startup+51.1003 s]
/proc/loadavg: 2.02 2.02 1.91 3/179 18050
/proc/meminfo: memFree=28554960/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=150604 CPUtime=51.07 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 26331 0 0 0 5099 8 0 0 20 0 2 0 275047935 154218496 26271 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 37651 26271 190 433 0 37215 0
[pid=18048/tid=18050] ppid=18046 vsize=150604 CPUtime=50.94 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 25404 0 0 0 5086 8 0 0 20 0 2 0 275047935 154218496 26271 33554432000 4194304 5965102 140736720983904 140576870221816 4401155 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 150604

[startup+102.307 s]
/proc/loadavg: 1.95 2.00 1.91 3/179 18245
/proc/meminfo: memFree=28783916/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=216380 CPUtime=102.27 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 34589 0 0 0 10215 12 0 0 20 0 2 0 275047935 221573120 34551 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 54095 34551 190 433 0 53659 0
[pid=18048/tid=18050] ppid=18046 vsize=216380 CPUtime=102.01 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 33662 0 0 0 10188 13 0 0 20 0 2 0 275047935 221573120 34551 33554432000 4194304 5965102 140736720983904 140576870221816 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 216380

[startup+162.3 s]
/proc/loadavg: 1.98 2.00 1.91 3/179 18245
/proc/meminfo: memFree=28651676/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=216740 CPUtime=162.22 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 46921 0 0 0 16205 17 0 0 20 0 2 0 275047935 221941760 47132 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 54185 47132 190 433 0 53749 0
[pid=18048/tid=18050] ppid=18046 vsize=216740 CPUtime=161.81 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 45994 0 0 0 16162 19 0 0 20 0 2 0 275047935 221941760 47132 33554432000 4194304 5965102 140736720983904 140576870221816 4401127 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 216740

[startup+222.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/180 18249
/proc/meminfo: memFree=28592912/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=216740 CPUtime=222.18 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 47517 0 0 0 22201 17 0 0 20 0 2 0 275047935 221941760 48433 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 54185 48433 190 433 0 53749 0
[pid=18048/tid=18050] ppid=18046 vsize=216740 CPUtime=221.64 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 46590 0 0 0 22144 20 0 0 20 0 2 0 275047935 221941760 48433 33554432000 4194304 5965102 140736720983904 140576870221816 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 216740

[startup+282.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/179 18249
/proc/meminfo: memFree=28432556/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=284760 CPUtime=282.17 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 58646 0 0 0 28195 22 0 0 20 0 2 0 275047935 291594240 59562 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 71190 59562 190 433 0 70754 0
[pid=18048/tid=18050] ppid=18046 vsize=284760 CPUtime=281.48 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 57719 0 0 0 28122 26 0 0 20 0 2 0 275047935 291594240 59562 33554432000 4194304 5965102 140736720983904 140576870221624 4401118 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 284760

[startup+342.3 s]
/proc/loadavg: 2.04 2.01 1.91 3/179 18249
/proc/meminfo: memFree=28184720/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=416552 CPUtime=342.16 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 87870 0 0 0 34183 33 0 0 20 0 2 0 275047935 426549248 88809 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 104138 88809 190 433 0 103702 0
[pid=18048/tid=18050] ppid=18046 vsize=416552 CPUtime=341.32 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 86943 0 0 0 34094 38 0 0 20 0 2 0 275047935 426549248 88809 33554432000 4194304 5965102 140736720983904 140576870221816 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 416552

[startup+402.3 s]
/proc/loadavg: 2.06 2.02 1.92 3/179 18249
/proc/meminfo: memFree=28088252/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=483384 CPUtime=402.12 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 104199 0 0 0 40171 41 0 0 20 0 2 0 275047935 494985216 105243 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 120846 105243 190 433 0 120410 0
[pid=18048/tid=18050] ppid=18046 vsize=483384 CPUtime=401.13 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 103272 0 0 0 40066 47 0 0 20 0 2 0 275047935 494985216 105243 33554432000 4194304 5965102 140736720983904 140576870221816 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 483384

[startup+462.3 s]
/proc/loadavg: 2.02 2.02 1.92 3/179 18249
/proc/meminfo: memFree=28012220/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=483384 CPUtime=462.11 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 18259
/proc/meminfo: memFree=27396372/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=754544 CPUtime=1421.92 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 180775 0 0 0 142105 87 0 0 20 0 2 0 275047935 772653056 181606 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 188636 181606 190 433 0 188200 0
[pid=18048/tid=18050] ppid=18046 vsize=754544 CPUtime=1418.43 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 179848 0 0 0 141735 108 0 0 20 0 2 0 275047935 772653056 181606 33554432000 4194304 5965102 140736720983904 140576870221848 4401096 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 754544

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 18259
/proc/meminfo: memFree=27376656/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=820080 CPUtime=1481.91 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 185926 0 0 0 148100 91 0 0 20 0 2 0 275047935 839761920 186757 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 205020 186757 190 433 0 204584 0
[pid=18048/tid=18050] ppid=18046 vsize=820080 CPUtime=1478.27 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 184999 0 0 0 147714 113 0 0 20 0 2 0 275047935 839761920 186757 33554432000 4194304 5965102 140736720983904 140576870221816 4401131 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 820080

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 18259
/proc/meminfo: memFree=27354836/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=824652 CPUtime=1541.89 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 191292 0 0 0 154094 95 0 0 20 0 2 0 275047935 844443648 192123 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 206163 192123 190 433 0 205727 0
[pid=18048/tid=18050] ppid=18046 vsize=824652 CPUtime=1538.11 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 190365 0 0 0 153693 118 0 0 20 0 2 0 275047935 844443648 192123 33554432000 4194304 5965102 140736720983904 140576870221816 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 824652

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 18259
/proc/meminfo: memFree=27336980/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=824652 CPUtime=1601.89 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 195730 0 0 0 160089 100 0 0 20 0 2 0 275047935 844443648 196561 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 206163 196561 190 433 0 205727 0
[pid=18048/tid=18050] ppid=18046 vsize=824652 CPUtime=1597.96 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 194803 0 0 0 159673 123 0 0 20 0 2 0 275047935 844443648 196561 33554432000 4194304 5965102 140736720983904 140576870221816 4401131 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 824652

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 18259
/proc/meminfo: memFree=27318380/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=824652 CPUtime=1661.88 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 200368 0 0 0 166085 103 0 0 20 0 2 0 275047935 844443648 201199 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 206163 201199 190 433 0 205727 0
[pid=18048/tid=18050] ppid=18046 vsize=824652 CPUtime=1657.8 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 199441 0 0 0 165652 128 0 0 20 0 2 0 275047935 844443648 201199 33554432000 4194304 5965102 140736720983904 140576870221816 4401107 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 824652

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 18260
/proc/meminfo: memFree=27302880/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=890188 CPUtime=1721.87 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 204134 0 0 0 172081 106 0 0 20 0 2 0 275047935 911552512 204965 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 222547 204965 190 433 0 222111 0
[pid=18048/tid=18050] ppid=18046 vsize=890188 CPUtime=1717.64 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 203207 0 0 0 171632 132 0 0 20 0 2 0 275047935 911552512 204965 33554432000 4194304 5965102 140736720983904 140576870221816 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 890188

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 18260
/proc/meminfo: memFree=27267368/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=890188 CPUtime=1781.85 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 205738 0 0 0 178078 107 0 0 20 0 2 0 275047935 911552512 206588 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 222547 206588 190 433 0 222111 0
[pid=18048/tid=18050] ppid=18046 vsize=890188 CPUtime=1777.48 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 204811 0 0 0 177614 134 0 0 20 0 2 0 275047935 911552512 206588 33554432000 4194304 5965102 140736720983904 140576870221816 4401131 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 890188

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 18260
/proc/meminfo: memFree=27267228/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=890188 CPUtime=1791.45 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 205744 0 0 0 179038 107 0 0 20 0 2 0 275047935 911552512 206595 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 222547 206595 190 433 0 222111 0
[pid=18048/tid=18050] ppid=18046 vsize=890188 CPUtime=1787.06 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 204817 0 0 0 178572 134 0 0 20 0 2 0 275047935 911552512 206595 33554432000 4194304 5965102 140736720983904 140576870221816 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (KiB) 890188

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 18260
/proc/meminfo: memFree=27267228/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=890188 CPUtime=1794.65 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 205744 0 0 0 179358 107 0 0 20 0 2 0 275047935 911552512 206595 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 222547 206595 190 433 0 222111 0
[pid=18048/tid=18050] ppid=18046 vsize=890188 CPUtime=1790.25 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 204817 0 0 0 178891 134 0 0 20 0 2 0 275047935 911552512 206595 33554432000 4194304 5965102 140736720983904 140576870221816 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (KiB) 890188

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 18260
/proc/meminfo: memFree=27267088/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=890188 CPUtime=1797.84 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 205751 0 0 0 179677 107 0 0 20 0 2 0 275047935 911552512 206595 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 222547 206595 190 433 0 222111 0
[pid=18048/tid=18050] ppid=18046 vsize=890188 CPUtime=1793.43 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 204824 0 0 0 179209 134 0 0 20 0 2 0 275047935 911552512 206595 33554432000 4194304 5965102 140736720983904 140576870221816 4401107 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (KiB) 890188

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 18260
/proc/meminfo: memFree=27267212/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=890188 CPUtime=1798.64 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 205751 0 0 0 179757 107 0 0 20 0 2 0 275047935 911552512 206595 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 222547 206595 190 433 0 222111 0
[pid=18048/tid=18050] ppid=18046 vsize=890188 CPUtime=1794.23 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 204824 0 0 0 179289 134 0 0 20 0 2 0 275047935 911552512 206595 33554432000 4194304 5965102 140736720983904 140576870221816 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (KiB) 890188

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 18260
/proc/meminfo: memFree=27267212/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=890188 CPUtime=1799.04 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 205751 0 0 0 179797 107 0 0 20 0 2 0 275047935 911552512 206595 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 222547 206595 190 433 0 222111 0
[pid=18048/tid=18050] ppid=18046 vsize=890188 CPUtime=1794.63 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 204824 0 0 0 179329 134 0 0 20 0 2 0 275047935 911552512 206595 33554432000 4194304 5965102 140736720983904 140576870221816 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.04
Current children cumulated vsize (KiB) 890188

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 18260
/proc/meminfo: memFree=27267212/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=890188 CPUtime=1799.44 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 205751 0 0 0 179837 107 0 0 20 0 2 0 275047935 911552512 206595 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 222547 206595 190 433 0 222111 0
[pid=18048/tid=18050] ppid=18046 vsize=890188 CPUtime=1795.02 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 204824 0 0 0 179368 134 0 0 20 0 2 0 275047935 911552512 206595 33554432000 4194304 5965102 140736720983904 140576870221816 4401118 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 890188

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 18260
/proc/meminfo: memFree=27267212/32873648 swapFree=6604/6604
[pid=18048] ppid=18046 vsize=890188 CPUtime=1799.54 cores=1,3,5,7
/proc/18048/stat : 18048 (pwbo2.0) S 18046 18048 17458 0 -1 4202496 205751 0 0 0 179847 107 0 0 20 0 2 0 275047935 911552512 206595 33554432000 4194304 5965102 140736720983904 140736720983424 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18048/statm: 222547 206595 190 433 0 222111 0
[pid=18048/tid=18050] ppid=18046 vsize=890188 CPUtime=1795.12 cores=1,3,5,7
/proc/18048/task/18050/stat : 18050 (pwbo2.0) R 18046 18048 17458 0 -1 4202560 204824 0 0 0 179378 134 0 0 20 0 2 0 275047935 911552512 206595 33554432000 4194304 5965102 140736720983904 140576870221816 4401118 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 890188

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18048 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=792302
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=364792
# CPU time returned by wait4() is 1795.16
# while last known CPU time is 1799.54
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.02
CPU time (s): 1799.54
CPU user time (s): 1798.47
CPU system time (s): 1.07
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 890188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.79
system time used= 1.36479
maximum resident set size= 826392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205754
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= 253
involuntary context switches= 2127

runsolver used 3.40348 second user time and 9.81951 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 05:27:14
IDJOB=3704098
IDBENCH=1390
IDSOLVER=2280
FILE ID=node148/3704098-1338089234
RUNJOBID= node148-1338087316-17475
PBS_JOBID= 14624438
Free space on /tmp= 71712 MiB

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

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

MD5SUM BENCH= d3d31f2bec4390bf166702fac3cf6fcc
RANDOM SEED=683946657

node148.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		: 2667.284
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	: 5334.56
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		: 2667.284
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.94
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		: 2667.284
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		: 2667.284
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		: 2667.284
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		: 2667.284
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		: 2667.284
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		: 2667.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28674184 kB
Buffers:          312884 kB
Cached:          2741376 kB
SwapCached:          576 kB
Active:           794068 kB
Inactive:        2578476 kB
Active(anon):     309768 kB
Inactive(anon):    11120 kB
Active(file):     484300 kB
Inactive(file):  2567356 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:              5828 kB
Writeback:             0 kB
AnonPages:        324304 kB
Mapped:            15016 kB
Shmem:                96 kB
Slab:             689192 kB
SReclaimable:     132924 kB
SUnreclaim:       556268 kB
KernelStack:        1456 kB
PageTables:         4580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     159008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    239616 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= 71708 MiB
End job on node148 at 2012-05-27 05:57:15