Trace number 3726912

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
wbo 1.72? 1799.93 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 |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726912-1338651528.opb.
0.00/0.00	c Instance file HOME/instance-3726912-1338651528.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.58/1800.00	c ===============================================================================
1799.58/1800.00	c Wall Clock Time: 1800.00 s
1799.58/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-3726912-1338651528/watcher-3726912-1338651528 -o /tmp/evaluation-result-3726912-1338651528/solver-3726912-1338651528 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3726912-1338651528.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: 1.35 1.71 1.89 3/171 8601
/proc/meminfo: memFree=24017732/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=4528 CPUtime=0 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) R 8599 8601 7385 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 331281403 4636672 550 33554432000 4194304 5964350 140734525451520 140734094698440 5179535 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 1132 551 164 433 0 669 0

[startup+0.0779749 s]
/proc/loadavg: 1.35 1.71 1.89 3/171 8601
/proc/meminfo: memFree=24017732/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=85508 CPUtime=0.07 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 2101 0 0 0 7 0 0 0 20 0 2 0 331281403 87560192 1900 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 21377 1900 184 433 0 20941 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85508

[startup+0.100191 s]
/proc/loadavg: 1.35 1.71 1.89 3/171 8601
/proc/meminfo: memFree=24017732/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=85508 CPUtime=0.09 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 2148 0 0 0 9 0 0 0 20 0 2 0 331281403 87560192 1947 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 21377 1947 184 433 0 20941 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85508

[startup+0.300113 s]
/proc/loadavg: 1.35 1.71 1.89 3/171 8601
/proc/meminfo: memFree=24017732/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=85508 CPUtime=0.29 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 2595 0 0 0 29 0 0 0 20 0 2 0 331281403 87560192 2394 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 21377 2394 184 433 0 20941 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85508

[startup+0.70011 s]
/proc/loadavg: 1.35 1.71 1.89 3/171 8601
/proc/meminfo: memFree=24017732/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=85508 CPUtime=0.69 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 3392 0 0 0 69 0 0 0 20 0 2 0 331281403 87560192 3191 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 21377 3191 184 433 0 20941 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85508

[startup+1.50026 s]
/proc/loadavg: 1.35 1.71 1.89 3/173 8603
/proc/meminfo: memFree=24003860/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=85508 CPUtime=1.49 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 4761 0 0 0 149 0 0 0 20 0 2 0 331281403 87560192 4560 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 21377 4560 184 433 0 20941 0
[pid=8601/tid=8603] ppid=8599 vsize=85508 CPUtime=1.47 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 3575 0 0 0 147 0 0 0 20 0 2 0 331281404 87560192 4560 33554432000 4194304 5964350 140734525451520 140134673409976 5136340 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) 85508

[startup+3.10026 s]
/proc/loadavg: 1.35 1.71 1.89 3/173 8603
/proc/meminfo: memFree=23996544/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=85508 CPUtime=3.09 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 6826 0 0 0 308 1 0 0 20 0 2 0 331281403 87560192 6625 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 21377 6625 184 433 0 20941 0
[pid=8601/tid=8603] ppid=8599 vsize=85508 CPUtime=3.07 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 5640 0 0 0 305 2 0 0 20 0 2 0 331281404 87560192 6625 33554432000 4194304 5964350 140734525451520 140134673410088 18446744073699066235 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85508

[startup+6.30019 s]
/proc/loadavg: 1.41 1.72 1.89 3/173 8603
/proc/meminfo: memFree=23986624/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=85508 CPUtime=6.28 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 8104 0 0 0 627 1 0 0 20 0 2 0 331281403 87560192 7903 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 21377 7903 184 433 0 20941 0
[pid=8601/tid=8603] ppid=8599 vsize=85508 CPUtime=6.27 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 6918 0 0 0 625 2 0 0 20 0 2 0 331281404 87560192 7903 33554432000 4194304 5964350 140734525451520 140134673410040 4221120 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) 85508

[startup+12.7003 s]
/proc/loadavg: 1.45 1.72 1.89 3/173 8603
/proc/meminfo: memFree=23969908/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=85724 CPUtime=12.68 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 12818 0 0 0 1265 3 0 0 20 0 2 0 331281403 87781376 12828 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 21431 12828 184 433 0 20995 0
[pid=8601/tid=8603] ppid=8599 vsize=85724 CPUtime=12.66 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 11632 0 0 0 1263 3 0 0 20 0 2 0 331281404 87781376 12828 33554432000 4194304 5964350 140734525451520 140134673410040 4399976 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) 85724

[startup+25.5004 s]
/proc/loadavg: 1.57 1.74 1.89 3/177 8830
/proc/meminfo: memFree=23996276/32873844 swapFree=7116/7116
[pid=8601] ppid=8599 vsize=151368 CPUtime=25.47 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 20670 0 0 0 2540 7 0 0 20 0 2 0 331281403 155000832 20672 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 37842 20672 184 433 0 37406 0
[pid=8601/tid=8603] ppid=8599 vsize=151368 CPUtime=25.45 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 19484 0 0 0 2538 7 0 0 20 0 2 0 331281404 155000832 20672 33554432000 4194304 5964350 140734525451520 140134673410040 4399998 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 151368

[startup+51.1003 s]
/proc/loadavg: 1.72 1.75 1.90 3/177 8830
/proc/meminfo: memFree=23892500/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=151528 CPUtime=51.05 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 32410 0 0 0 5094 11 0 0 20 0 2 0 331281403 155164672 32663 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 37882 32663 184 433 0 37446 0
[pid=8601/tid=8603] ppid=8599 vsize=151528 CPUtime=51.04 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 31224 0 0 0 5092 12 0 0 20 0 2 0 331281404 155164672 32663 33554432000 4194304 5964350 140734525451520 140134673410040 4400023 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 151528

[startup+102.307 s]
/proc/loadavg: 1.88 1.79 1.90 3/178 8834
/proc/meminfo: memFree=23806048/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=217304 CPUtime=102.25 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 40780 0 0 0 10212 13 0 0 20 0 2 0 331281403 222519296 41033 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 54326 41033 184 433 0 53890 0
[pid=8601/tid=8603] ppid=8599 vsize=217304 CPUtime=102.24 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 39594 0 0 0 10209 15 0 0 20 0 2 0 331281404 222519296 41033 33554432000 4194304 5964350 140734525451520 140134673409848 4399976 0 0 4096 16387 0 0 0 -1 1 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.95 1.83 1.91 3/177 8834
/proc/meminfo: memFree=23708876/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=282840 CPUtime=162.21 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 54118 0 0 0 16203 18 0 0 20 0 2 0 331281403 289628160 54400 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 70710 54400 184 433 0 70274 0
[pid=8601/tid=8603] ppid=8599 vsize=282840 CPUtime=162.21 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 52932 0 0 0 16200 21 0 0 20 0 2 0 331281404 289628160 54400 33554432000 4194304 5964350 140734525451520 140134673410088 4221120 0 0 4096 16387 0 0 0 -1 1 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.98 1.85 1.91 3/177 8834
/proc/meminfo: memFree=23698232/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=282840 CPUtime=222.19 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 54155 0 0 0 22201 18 0 0 20 0 2 0 331281403 289628160 54478 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 70710 54478 184 433 0 70274 0
[pid=8601/tid=8603] ppid=8599 vsize=282840 CPUtime=222.19 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 52969 0 0 0 22197 22 0 0 20 0 2 0 331281404 289628160 54478 33554432000 4194304 5964350 140734525451520 140134673410088 4400007 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 282840

[startup+282.3 s]
/proc/loadavg: 1.99 1.88 1.91 3/177 8834
/proc/meminfo: memFree=23603064/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=282840 CPUtime=282.18 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 65153 0 0 0 28197 21 0 0 20 0 2 0 331281403 289628160 65980 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 70710 65980 184 433 0 70274 0
[pid=8601/tid=8603] ppid=8599 vsize=282840 CPUtime=282.2 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 63967 0 0 0 28194 26 0 0 20 0 2 0 331281404 289628160 65980 33554432000 4194304 5964350 140734525451520 140134673410040 4400007 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 282840

[startup+342.3 s]
/proc/loadavg: 1.99 1.90 1.91 3/177 8834
/proc/meminfo: memFree=23454712/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=479448 CPUtime=342.17 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 100081 0 0 0 34184 33 0 0 20 0 2 0 331281403 490954752 100908 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 119862 100908 184 433 0 119426 0
[pid=8601/tid=8603] ppid=8599 vsize=479448 CPUtime=342.2 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 98895 0 0 0 34181 39 0 0 20 0 2 0 331281404 490954752 100908 33554432000 4194304 5964350 140734525451520 140134673410184 4399976 0 0 4096 16387 0 0 0 -1 1 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 1.91 1.91 3/177 8835
/proc/meminfo: memFree=23352044/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=545344 CPUtime=402.16 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 123817 0 0 0 40174 42 0 0 20 0 2 0 331281403 558432256 124672 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 136336 124672 184 433 0 135900 0
[pid=8601/tid=8603] ppid=8599 vsize=545344 CPUtime=402.2 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 122631 0 0 0 40171 49 0 0 20 0 2 0 331281404 558432256 124672 33554432000 4194304 5964350 140734525451520 140134673410040 4399840 0 0 4096 16387 0 0 0 -1 1 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: 2.03 1.94 1.91 3/177 8835
/proc/meminfo: memFree=23281580/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=545344 CPUtime=462.14 cores=1,3,5,7

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

/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 229810 0 0 0 130108 109 0 0 20 0 2 0 331281404 1030627328 232111 33554432000 4194304 5964350 140734525451520 140134673410216 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 1006472

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 8866
/proc/meminfo: memFree=22410900/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=1006688 CPUtime=1361.94 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 236173 0 0 0 136102 92 0 0 20 0 2 0 331281403 1030848512 237300 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 251672 237300 184 433 0 251236 0
[pid=8601/tid=8603] ppid=8599 vsize=1006688 CPUtime=1362.17 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 234987 0 0 0 136104 113 0 0 20 0 2 0 331281404 1030848512 237300 33554432000 4194304 5964350 140734525451520 140134673409848 4388266 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 1006688

[startup+1422.31 s]
/proc/loadavg: 2.06 2.01 1.94 3/177 8866
/proc/meminfo: memFree=22334400/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=1073896 CPUtime=1421.94 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 255189 0 0 0 142093 101 0 0 20 0 2 0 331281403 1099669504 256316 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 268474 256316 184 433 0 268038 0
[pid=8601/tid=8603] ppid=8599 vsize=1073896 CPUtime=1422.18 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 254003 0 0 0 142095 123 0 0 20 0 2 0 331281404 1099669504 256316 33554432000 4194304 5964350 140734525451520 140134673410040 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 1073896

[startup+1482.3 s]
/proc/loadavg: 2.08 2.03 1.94 3/177 8866
/proc/meminfo: memFree=22330432/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=1073896 CPUtime=1481.93 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 256165 0 0 0 148091 102 0 0 20 0 2 0 331281403 1099669504 257292 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 268474 257292 184 433 0 268038 0
[pid=8601/tid=8603] ppid=8599 vsize=1073896 CPUtime=1482.17 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 254979 0 0 0 148092 125 0 0 20 0 2 0 331281404 1099669504 257292 33554432000 4194304 5964350 140734525451520 140134673410040 4400007 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 1073896

[startup+1542.3 s]
/proc/loadavg: 2.08 2.03 1.95 3/177 8866
/proc/meminfo: memFree=22330076/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=1073896 CPUtime=1541.92 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 256168 0 0 0 154090 102 0 0 20 0 2 0 331281403 1099669504 257295 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 268474 257295 184 433 0 268038 0
[pid=8601/tid=8603] ppid=8599 vsize=1073896 CPUtime=1542.18 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 254982 0 0 0 154092 126 0 0 20 0 2 0 331281404 1099669504 257295 33554432000 4194304 5964350 140734525451520 140134673410040 4400007 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 1073896

[startup+1602.3 s]
/proc/loadavg: 2.09 2.04 1.95 3/177 8866
/proc/meminfo: memFree=22332592/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=1073896 CPUtime=1601.91 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 256169 0 0 0 160089 102 0 0 20 0 2 0 331281403 1099669504 256469 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 268474 256469 184 433 0 268038 0
[pid=8601/tid=8603] ppid=8599 vsize=1073896 CPUtime=1602.18 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 254983 0 0 0 160091 127 0 0 20 0 2 0 331281404 1099669504 256469 33554432000 4194304 5964350 140734525451520 140134673410072 4399987 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 1073896

[startup+1662.3 s]
/proc/loadavg: 2.03 2.03 1.95 3/177 8867
/proc/meminfo: memFree=22331800/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=1073896 CPUtime=1661.9 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 256169 0 0 0 166088 102 0 0 20 0 2 0 331281403 1099669504 256469 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 268474 256469 184 433 0 268038 0
[pid=8601/tid=8603] ppid=8599 vsize=1073896 CPUtime=1662.18 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 254983 0 0 0 166090 128 0 0 20 0 2 0 331281404 1099669504 256469 33554432000 4194304 5964350 140734525451520 140134673410072 4399976 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 1073896

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/177 8867
/proc/meminfo: memFree=22331800/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=1073896 CPUtime=1721.9 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 256169 0 0 0 172088 102 0 0 20 0 2 0 331281403 1099669504 256469 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 268474 256469 184 433 0 268038 0
[pid=8601/tid=8603] ppid=8599 vsize=1073896 CPUtime=1722.19 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 254983 0 0 0 172090 129 0 0 20 0 2 0 331281404 1099669504 256469 33554432000 4194304 5964350 140734525451520 140134673410072 4400462 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 1073896

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 8867
/proc/meminfo: memFree=22331924/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=1073896 CPUtime=1781.89 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 256169 0 0 0 178087 102 0 0 20 0 2 0 331281403 1099669504 256469 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 268474 256469 184 433 0 268038 0
[pid=8601/tid=8603] ppid=8599 vsize=1073896 CPUtime=1782.19 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 254983 0 0 0 178089 130 0 0 20 0 2 0 331281404 1099669504 256469 33554432000 4194304 5964350 140734525451520 140134673410072 4400410 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
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.02 1.95 3/177 8867
/proc/meminfo: memFree=22331428/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=1073896 CPUtime=1791.49 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 256169 0 0 0 179047 102 0 0 20 0 2 0 331281403 1099669504 256469 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 268474 256469 184 433 0 268038 0
[pid=8601/tid=8603] ppid=8599 vsize=1073896 CPUtime=1791.8 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 254983 0 0 0 179050 130 0 0 20 0 2 0 331281404 1099669504 256469 33554432000 4194304 5964350 140734525451520 140134673410072 4387871 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.49
Current children cumulated vsize (KiB) 1073896

[startup+1795.1 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 8867
/proc/meminfo: memFree=22331676/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=1073896 CPUtime=1794.69 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 256169 0 0 0 179367 102 0 0 20 0 2 0 331281403 1099669504 256469 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 268474 256469 184 433 0 268038 0
[pid=8601/tid=8603] ppid=8599 vsize=1073896 CPUtime=1795 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 254983 0 0 0 179370 130 0 0 20 0 2 0 331281404 1099669504 256469 33554432000 4194304 5964350 140734525451520 140134673410072 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (KiB) 1073896

[startup+1798.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 8867
/proc/meminfo: memFree=22331676/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=1073896 CPUtime=1797.88 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 256169 0 0 0 179686 102 0 0 20 0 2 0 331281403 1099669504 256469 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 268474 256469 184 433 0 268038 0
[pid=8601/tid=8603] ppid=8599 vsize=1073896 CPUtime=1798.19 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 254983 0 0 0 179689 130 0 0 20 0 2 0 331281404 1099669504 256469 33554432000 4194304 5964350 140734525451520 140134673410072 4400007 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.88
Current children cumulated vsize (KiB) 1073896

[startup+1799.1 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 8867
/proc/meminfo: memFree=22331800/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=1073896 CPUtime=1798.68 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 256169 0 0 0 179766 102 0 0 20 0 2 0 331281403 1099669504 256469 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 268474 256469 184 433 0 268038 0
[pid=8601/tid=8603] ppid=8599 vsize=1073896 CPUtime=1798.99 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 254983 0 0 0 179769 130 0 0 20 0 2 0 331281404 1099669504 256469 33554432000 4194304 5964350 140734525451520 140134673410072 4400007 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (KiB) 1073896

[startup+1799.5 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 8867
/proc/meminfo: memFree=22331800/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=1073896 CPUtime=1799.09 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 256169 0 0 0 179807 102 0 0 20 0 2 0 331281403 1099669504 256469 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 268474 256469 184 433 0 268038 0
[pid=8601/tid=8603] ppid=8599 vsize=1073896 CPUtime=1799.4 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 254983 0 0 0 179810 130 0 0 20 0 2 0 331281404 1099669504 256469 33554432000 4194304 5964350 140734525451520 140134673410072 4400007 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.09
Current children cumulated vsize (KiB) 1073896

[startup+1799.9 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 8867
/proc/meminfo: memFree=22331800/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=1073896 CPUtime=1799.48 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 256169 0 0 0 179846 102 0 0 20 0 2 0 331281403 1099669504 256469 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 268474 256469 184 433 0 268038 0
[pid=8601/tid=8603] ppid=8599 vsize=1073896 CPUtime=1799.79 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 254983 0 0 0 179849 130 0 0 20 0 2 0 331281404 1099669504 256469 33554432000 4194304 5964350 140734525451520 140134673410072 4400007 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 1073896

[startup+1800 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 8867
/proc/meminfo: memFree=22331800/32873844 swapFree=7112/7112
[pid=8601] ppid=8599 vsize=1073896 CPUtime=1799.58 cores=1,3,5,7
/proc/8601/stat : 8601 (wbo1.72) S 8599 8601 7385 0 -1 4202496 256169 0 0 0 179856 102 0 0 20 0 2 0 331281403 1099669504 256469 33554432000 4194304 5964350 140734525451520 140734525451040 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8601/statm: 268474 256469 184 433 0 268038 0
[pid=8601/tid=8603] ppid=8599 vsize=1073896 CPUtime=1799.89 cores=1,3,5,7
/proc/8601/task/8603/stat : 8603 (wbo1.72) R 8599 8601 7385 0 -1 4202560 254983 0 0 0 179859 130 0 0 20 0 2 0 331281404 1099669504 256469 33554432000 4194304 5964350 140734525451520 140134673410072 4399987 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.58
Current children cumulated vsize (KiB) 1073896

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.93
CPU user time (s): 1798.61
CPU system time (s): 1.3198
CPU usage (%): 99.9952
Max. virtual memory (cumulated for all children) (KiB): 1073896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 1.3198
maximum resident set size= 1029184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256172
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= 225
involuntary context switches= 2097

runsolver used 4.27535 second user time and 11.0373 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-02 17:38:48
IDJOB=3726912
IDBENCH=1402
IDSOLVER=2313
FILE ID=node104/3726912-1338651528
RUNJOBID= node104-1338651515-8488
PBS_JOBID= 14636479
Free space on /tmp= 66356 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726912-1338651528/watcher-3726912-1338651528 -o /tmp/evaluation-result-3726912-1338651528/solver-3726912-1338651528 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3726912-1338651528.opb

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

MD5SUM BENCH= 6f530d7030eb010292a76e81381ed552
RANDOM SEED=816407898

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
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:       32873844 kB
MemFree:        24018524 kB
Buffers:          539824 kB
Cached:          7304264 kB
SwapCached:          780 kB
Active:          4748188 kB
Inactive:        3106600 kB
Active(anon):       2652 kB
Inactive(anon):     8072 kB
Active(file):    4745536 kB
Inactive(file):  3098528 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105060 kB
Dirty:             99920 kB
Writeback:             0 kB
AnonPages:         14672 kB
Mapped:            14064 kB
Shmem:                 8 kB
Slab:             861788 kB
SReclaimable:     303396 kB
SUnreclaim:       558392 kB
KernelStack:        1424 kB
PageTables:         3628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:      94016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 66436 MiB
End job on node104 at 2012-06-02 18:08:49