Trace number 3386231

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
SArTagnan 2011-05-15 (fixed)? (exit code) 1067.26 355.031

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_11_ooo.cnf
MD5SUMf603f11fbfe855df381282b7bce010ea
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables88289
Number of clauses4187694
Sum of the clauses size12410354
Maximum clause length341
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23770000
Number of clauses of size 3347602
Number of clauses of size 41622
Number of clauses of size 51351
Number of clauses of size over 567118

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3386231-1305583456/watcher-3386231-1305583456 -o /tmp/evaluation-result-3386231-1305583456/solver-3386231-1305583456 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386231-1305583456.cnf -threads=4 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 10.59 10.11 8.18 4/428 14278
/proc/meminfo: memFree=21417248/32951124 swapFree=44485784/67111528
[pid=14278] ppid=14276 vsize=124848 CPUtime=0.01 cores=0,2,4,6
/proc/14278/stat : 14278 (SArTagnan) R 14276 14278 14137 0 -1 4202496 2307 0 0 0 1 0 0 0 23 0 1 0 669946322 127844352 2162 33554432000 4194304 4625164 140735377531712 18446744073709551615 244446945024 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14278/statm: 31212 2162 296 106 0 26715 0

[startup+0.0578499 s]
/proc/loadavg: 10.59 10.11 8.18 4/428 14278
/proc/meminfo: memFree=21417248/32951124 swapFree=44485784/67111528
[pid=14278] ppid=14276 vsize=129260 CPUtime=0.04 cores=0,2,4,6
/proc/14278/stat : 14278 (SArTagnan) R 14276 14278 14137 0 -1 4202496 4254 0 0 0 4 0 0 0 23 0 1 0 669946322 132362240 3114 33554432000 4194304 4625164 140735377531712 18446744073709551615 244446945024 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14278/statm: 32315 3114 297 106 0 27818 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 129260

[startup+0.100809 s]
/proc/loadavg: 10.59 10.11 8.18 4/428 14278
/proc/meminfo: memFree=21417248/32951124 swapFree=44485784/67111528
[pid=14278] ppid=14276 vsize=134204 CPUtime=0.09 cores=0,2,4,6
/proc/14278/stat : 14278 (SArTagnan) R 14276 14278 14137 0 -1 4202496 5983 0 0 0 9 0 0 0 23 0 1 0 669946322 137424896 4270 33554432000 4194304 4625164 140735377531712 18446744073709551615 244446945024 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14278/statm: 33551 4270 299 106 0 29054 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 134204

[startup+0.300779 s]
/proc/loadavg: 10.59 10.11 8.18 4/428 14278
/proc/meminfo: memFree=21417248/32951124 swapFree=44485784/67111528
[pid=14278] ppid=14276 vsize=150952 CPUtime=0.29 cores=0,2,4,6
/proc/14278/stat : 14278 (SArTagnan) R 14276 14278 14137 0 -1 4202496 13806 0 0 0 27 2 0 0 25 0 1 0 669946322 154574848 8001 33554432000 4194304 4625164 140735377531712 18446744073709551615 244446945024 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14278/statm: 37738 8002 343 106 0 33241 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 150952

[startup+1.58054 s]
/proc/loadavg: 10.59 10.11 8.18 4/428 14278
/proc/meminfo: memFree=21417248/32951124 swapFree=44485784/67111528
[pid=14278] ppid=14276 vsize=242320 CPUtime=1.57 cores=0,2,4,6
/proc/14278/stat : 14278 (SArTagnan) R 14276 14278 14137 0 -1 4202496 65385 0 0 0 145 12 0 0 25 0 1 0 669946322 248135680 28404 33554432000 4194304 4625164 140735377531712 18446744073709551615 4361496 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14278/statm: 60580 28404 299 106 0 56083 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 242320

[startup+1.60053 s]
/proc/loadavg: 10.59 10.11 8.18 4/428 14278
/proc/meminfo: memFree=21417248/32951124 swapFree=44485784/67111528
[pid=14278] ppid=14276 vsize=252676 CPUtime=1.59 cores=0,2,4,6
/proc/14278/stat : 14278 (SArTagnan) R 14276 14278 14137 0 -1 4202496 67597 0 0 0 147 12 0 0 25 0 1 0 669946322 258740224 30616 33554432000 4194304 4625164 140735377531712 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14278/statm: 63169 30616 299 106 0 58672 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 252676

[startup+3.10022 s]
/proc/loadavg: 10.06 10.01 8.15 8/430 14282
/proc/meminfo: memFree=20953004/32951124 swapFree=44485784/67111528
[pid=14278] ppid=14276 vsize=741156 CPUtime=5.73 cores=0,2,4,6
/proc/14278/stat : 14278 (SArTagnan) R 14276 14278 14137 0 -1 4202496 149814 0 0 0 545 28 0 0 25 0 4 0 669946322 758943744 103388 33554432000 4194304 4625164 140735377531712 18446744073709551615 4390879 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14278/statm: 185289 103388 432 106 0 180792 0
[pid=14278/tid=14280] ppid=14276 vsize=741156 CPUtime=0.7 cores=0,2,4,6
/proc/14278/task/14280/stat : 14280 (SArTagnan) R 14276 14278 14137 0 -1 4202560 4881 0 0 0 70 0 0 0 25 0 4 0 669946499 758943744 103388 33554432000 4194304 4625164 140735377531712 18446744073709551615 4479795 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14278/tid=14281] ppid=14276 vsize=741156 CPUtime=0.6 cores=0,2,4,6
/proc/14278/task/14281/stat : 14281 (SArTagnan) R 14276 14278 14137 0 -1 4202560 5092 0 0 0 60 0 0 0 25 0 4 0 669946499 758943744 103388 33554432000 4194304 4625164 140735377531712 18446744073709551615 4479607 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14278/tid=14282] ppid=14276 vsize=741156 CPUtime=1.3 cores=0,2,4,6
/proc/14278/task/14282/stat : 14282 (SArTagnan) R 14276 14278 14137 0 -1 4202560 8084 0 0 0 129 1 0 0 25 0 4 0 669946499 758943744 103388 33554432000 4194304 4625164 140735377531712 18446744073709551615 4334248 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 741156

[startup+6.3006 s]
/proc/loadavg: 9.82 9.96 8.15 8/435 14288
/proc/meminfo: memFree=20177096/32951124 swapFree=44485784/67111528
[pid=14278] ppid=14276 vsize=784244 CPUtime=15.26 cores=0,2,4,6
/proc/14278/stat : 14278 (SArTagnan) R 14276 14278 14137 0 -1 4202496 193930 0 0 0 1491 35 0 0 25 0 4 0 669946322 803065856 119911 33554432000 4194304 4625164 140735377531712 18446744073709551615 4390651 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14278/statm: 196061 119911 542 106 0 191564 0
[pid=14278/tid=14280] ppid=14276 vsize=784244 CPUtime=2.3 cores=0,2,4,6
/proc/14278/task/14280/stat : 14280 (SArTagnan) R 14276 14278 14137 0 -1 4202560 5809 0 0 0 229 1 0 0 25 0 4 0 669946499 803065856 119911 33554432000 4194304 4625164 140735377531712 18446744073709551615 4288672 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14278/tid=14281] ppid=14276 vsize=784244 CPUtime=2.2 cores=0,2,4,6
/proc/14278/task/14281/stat : 14281 (SArTagnan) R 14276 14278 14137 0 -1 4202560 11260 0 0 0 219 1 0 0 25 0 4 0 669946499 803065856 119911 33554432000 4194304 4625164 140735377531712 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14278/tid=14282] ppid=14276 vsize=784244 CPUtime=4.44 cores=0,2,4,6
/proc/14278/task/14282/stat : 14282 (SArTagnan) R 14276 14278 14137 0 -1 4202560 31892 0 0 0 440 4 0 0 25 0 4 0 669946499 803065856 119911 33554432000 4194304 4625164 140735377531712 18446744073709551615 4554858 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 15.26
Current children cumulated vsize (KiB) 784244

[startup+12.7004 s]
/proc/loadavg: 9.83 9.96 8.16 11/438 14291
/proc/meminfo: memFree=19314164/32951124 swapFree=44485784/67111528
[pid=14278] ppid=14276 vsize=939148 CPUtime=34.31 cores=0,2,4,6
/proc/14278/stat : 14278 (SArTagnan) R 14276 14278 14137 0 -1 4202496 255395 0 0 0 3388 43 0 0 20 0 4 0 669946322 961687552 154349 33554432000 4194304 4625164 140735377531712 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14278/statm: 234787 154349 1345 106 0 230290 0
[pid=14278/tid=14280] ppid=14276 vsize=939148 CPUtime=7.56 cores=0,2,4,6
/proc/14278/task/14280/stat : 14280 (SArTagnan) R 14276 14278 14137 0 -1 4202560 10577 0 0 0 754 2 0 0 25 0 4 0 669946499 961687552 154349 33554432000 4194304 4625164 140735377531712 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14278/tid=14281] ppid=14276 vsize=939148 CPUtime=6.1 cores=0,2,4,6
/proc/14278/task/14281/stat : 14281 (SArTagnan) R 14276 14278 14137 0 -1 4202560 14619 0 0 0 608 2 0 0 25 0 4 0 669946499 961687552 154349 33554432000 4194304 4625164 140735377531712 18446744073709551615 4317294 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14278/tid=14282] ppid=14276 vsize=939148 CPUtime=9.16 cores=0,2,4,6
/proc/14278/task/14282/stat : 14282 (SArTagnan) R 14276 14278 14137 0 -1 4202560 43275 0 0 0 911 5 0 0 25 0 4 0 669946499 961687552 154349 33554432000 4194304 4625164 140735377531712 18446744073709551615 4579607 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 34.31
Current children cumulated vsize (KiB) 939148

[startup+25.501 s]
/proc/loadavg: 9.87 9.96 8.19 11/438 14292
/proc/meminfo: memFree=19097416/32951124 swapFree=44485784/67111528
[pid=14278] ppid=14276 vsize=1150916 CPUtime=72.48 cores=0,2,4,6
/proc/14278/stat : 14278 (SArTagnan) R 14276 14278 14137 0 -1 4202496 377935 0 0 0 7186 62 0 0 25 0 4 0 669946322 1178537984 204971 33554432000 4194304 4625164 140735377531712 18446744073709551615 4381791 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14278/statm: 287729 204971 944 106 0 283232 0
[pid=14278/tid=14280] ppid=14276 vsize=1150916 CPUtime=19.63 cores=0,2,4,6
/proc/14278/task/14280/stat : 14280 (SArTagnan) R 14276 14278 14137 0 -1 4202560 13822 0 0 0 1960 3 0 0 20 0 4 0 669946499 1178537984 204971 33554432000 4194304 4625164 140735377531712 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14278/tid=14281] ppid=14276 vsize=1150916 CPUtime=13.91 cores=0,2,4,6
/proc/14278/task/14281/stat : 14281 (SArTagnan) R 14276 14278 14137 0 -1 4202560 26730 0 0 0 1387 4 0 0 25 0 4 0 669946499 1178537984 204971 33554432000 4194304 4625164 140735377531712 18446744073709551615 4288783 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14278/tid=14282] ppid=14276 vsize=1150916 CPUtime=21.25 cores=0,2,4,6
/proc/14278/task/14282/stat : 14282 (SArTagnan) R 14276 14278 14137 0 -1 4202560 57489 0 0 0 2117 8 0 0 25 0 4 0 669946499 1178537984 204971 33554432000 4194304 4625164 140735377531712 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 72.48
Current children cumulated vsize (KiB) 1150916

[startup+51.1003 s]
/proc/loadavg: 9.91 9.96 8.23 11/438 14293
/proc/meminfo: memFree=18648024/32951124 swapFree=44485784/67111528
[pid=14278] ppid=14276 vsize=1669276 CPUtime=148.81 cores=0,2,4,6
/proc/14278/stat : 14278 (SArTagnan) R 14276 14278 14137 0 -1 4202496 674239 0 0 0 14779 102 0 0 25 0 4 0 669946322 1709338624 314439 33554432000 4194304 4625164 140735377531712 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14278/statm: 417319 314439 406 106 0 412822 0
[pid=14278/tid=14280] ppid=14276 vsize=1669276 CPUtime=38.56 cores=0,2,4,6
/proc/14278/task/14280/stat : 14280 (SArTagnan) R 14276 14278 14137 0 -1 4202560 30319 0 0 0 3848 8 0 0 25 0 4 0 669946499 1709338624 314439 33554432000 4194304 4625164 140735377531712 18446744073709551615 244446593964 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14278/tid=14281] ppid=14276 vsize=1669276 CPUtime=29.19 cores=0,2,4,6
/proc/14278/task/14281/stat : 14281 (SArTagnan) R 14276 14278 14137 0 -1 4202560 55776 0 0 0 2908 11 0 0 24 0 4 0 669946499 1709338624 314439 33554432000 4194304 4625164 140735377531712 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14278/tid=14282] ppid=14276 vsize=1669276 CPUtime=46.34 cores=0,2,4,6
/proc/14278/task/14282/stat : 14282 (SArTagnan) R 14276 14278 14137 0 -1 4202560 80780 0 0 0 4623 11 0 0 25 0 4 0 669946499 1709338624 314439 33554432000 4194304 4625164 140735377531712 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 148.81
Current children cumulated vsize (KiB) 1669276

[startup+102.317 s]
/proc/loadavg: 10.04 9.99 8.33 11/438 14294
/proc/meminfo: memFree=17426360/32951124 swapFree=44485784/67111528
[pid=14278] ppid=14276 vsize=3030376 CPUtime=302.09 cores=0,2,4,6
/proc/14278/stat : 14278 (SArTagnan) R 14276 14278 14137 0 -1 4202496 1463905 0 0 0 29993 216 0 0 25 0 4 0 669946322 3103105024 617669 33554432000 4194304 4625164 140735377531712 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14278/statm: 757594 617669 403 106 0 753097 0
[pid=14278/tid=14280] ppid=14276 vsize=3030376 CPUtime=82.54 cores=0,2,4,6
/proc/14278/task/14280/stat : 14280 (SArTagnan) R 14276 14278 14137 0 -1 4202560 69081 0 0 0 8234 20 0 0 19 0 4 0 669946499 3103105024 617669 33554432000 4194304 4625164 140735377531712 18446744073709551615 4464383 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14278/tid=14281] ppid=14276 vsize=3030376 CPUtime=64.34 cores=0,2,4,6
/proc/14278/task/14281/stat : 14281 (SArTagnan) R 14276 14278 14137 0 -1 4202560 116254 0 0 0 6408 26 0 0 25 0 4 0 669946499 3103105024 617669 33554432000 4194304 4625164 140735377531712 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14278/tid=14282] ppid=14276 vsize=3030376 CPUtime=80.51 cores=0,2,4,6
/proc/14278/task/14282/stat : 14282 (SArTagnan) R 14276 14278 14137 0 -1 4202560 193674 0 0 0 8025 26 0 0 25 0 4 0 669946499 3103105024 617669 33554432000 4194304 4625164 140735377531712 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 302.09
Current children cumulated vsize (KiB) 3030376

[startup+162.301 s]
/proc/loadavg: 10.01 9.99 8.43 11/438 14295
/proc/meminfo: memFree=16598384/32951124 swapFree=44485784/67111528
[pid=14278] ppid=14276 vsize=4083476 CPUtime=481.35 cores=0,2,4,6
/proc/14278/stat : 14278 (SArTagnan) R 14276 14278 14137 0 -1 4202496 2176653 0 0 0 47824 311 0 0 25 0 4 0 669946322 4181479424 805174 33554432000 4194304 4625164 140735377531712 18446744073709551615 4511973 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14278/statm: 1020869 805174 406 106 0 1016372 0
[pid=14278/tid=14280] ppid=14276 vsize=4083476 CPUtime=134.88 cores=0,2,4,6
/proc/14278/task/14280/stat : 14280 (SArTagnan) R 14276 14278 14137 0 -1 4202560 77278 0 0 0 13465 23 0 0 25 0 4 0 669946499 4181479424 805175 33554432000 4194304 4625164 140735377531712 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14278/tid=14281] ppid=14276 vsize=4083476 CPUtime=101.14 cores=0,2,4,6
/proc/14278/task/14281/stat : 14281 (SArTagnan) R 14276 14278 14137 0 -1 4202560 166653 0 0 0 10077 37 0 0 25 0 4 0 669946499 4181479424 805175 33554432000 4194304 4625164 140735377531712 18446744073709551615 4330810 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14278/tid=14282] ppid=14276 vsize=4083476 CPUtime=119.72 cores=0,2,4,6
/proc/14278/task/14282/stat : 14282 (SArTagnan) R 14276 14278 14137 0 -1 4202560 332262 0 0 0 11927 45 0 0 25 0 4 0 669946499 4181479424 805175 33554432000 4194304 4625164 140735377531712 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 481.35
Current children cumulated vsize (KiB) 4083476

[startup+222.3 s]
/proc/loadavg: 10.17 10.03 8.54 11/438 14357
/proc/meminfo: memFree=16387564/32951124 swapFree=44485784/67111528
[pid=14278] ppid=14276 vsize=5473624 CPUtime=685.07 cores=0,2,4,6
/proc/14278/stat : 14278 (SArTagnan) R 14276 14278 14137 0 -1 4202496 3247292 0 0 0 68014 493 0 0 25 0 4 0 669946322 5604990976 1207837 33554432000 4194304 4625164 140735377531712 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14278/statm: 1368406 1207837 408 106 0 1363909 0
[pid=14278/tid=14280] ppid=14276 vsize=5473624 CPUtime=188.17 cores=0,2,4,6
/proc/14278/task/14280/stat : 14280 (SArTagnan) R 14276 14278 14137 0 -1 4202560 105794 0 0 0 18790 27 0 0 25 0 4 0 669946499 5604990976 1207837 33554432000 4194304 4625164 140735377531712 18446744073709551615 4352592 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14278/tid=14281] ppid=14276 vsize=5473624 CPUtime=160.59 cores=0,2,4,6
/proc/14278/task/14281/stat : 14281 (SArTagnan) R 14276 14278 14137 0 -1 4202560 202877 0 0 0 16015 44 0 0 25 0 4 0 669946499 5604990976 1207837 33554432000 4194304 4625164 140735377531712 18446744073709551615 4278650 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14278/tid=14282] ppid=14276 vsize=5473624 CPUtime=168.64 cores=0,2,4,6
/proc/14278/task/14282/stat : 14282 (SArTagnan) R 14276 14278 14137 0 -1 4202560 514867 0 0 0 16795 69 0 0 25 0 4 0 669946499 5604990976 1207837 33554432000 4194304 4625164 140735377531712 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 685.07
Current children cumulated vsize (KiB) 5473624

[startup+282.3 s]
/proc/loadavg: 10.13 10.04 8.64 12/438 14359
/proc/meminfo: memFree=12810112/32951124 swapFree=44485784/67111528
[pid=14278] ppid=14276 vsize=9662624 CPUtime=850.88 cores=0,2,4,6
/proc/14278/stat : 14278 (SArTagnan) R 14276 14278 14137 0 -1 4202496 5741014 0 0 0 84221 867 0 0 25 0 4 0 669946322 9894526976 2019044 33554432000 4194304 4625164 140735377531712 18446744073709551615 4360205 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14278/statm: 2415656 2019044 408 106 0 2411159 0
[pid=14278/tid=14280] ppid=14276 vsize=9662624 CPUtime=239.24 cores=0,2,4,6
/proc/14278/task/14280/stat : 14280 (SArTagnan) R 14276 14278 14137 0 -1 4202560 110444 0 0 0 23895 29 0 0 25 0 4 0 669946499 9894526976 2019044 33554432000 4194304 4625164 140735377531712 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14278/tid=14281] ppid=14276 vsize=9662624 CPUtime=211.31 cores=0,2,4,6
/proc/14278/task/14281/stat : 14281 (SArTagnan) R 14276 14278 14137 0 -1 4202560 212926 0 0 0 21084 47 0 0 25 0 4 0 669946499 9894526976 2019044 33554432000 4194304 4625164 140735377531712 18446744073709551615 4330603 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14278/tid=14282] ppid=14276 vsize=9662624 CPUtime=207.26 cores=0,2,4,6
/proc/14278/task/14282/stat : 14282 (SArTagnan) R 14276 14278 14137 0 -1 4202560 678414 0 0 0 20636 90 0 0 25 0 4 0 669946499 9894526976 2019044 33554432000 4194304 4625164 140735377531712 18446744073709551615 4334441 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 850.88
Current children cumulated vsize (KiB) 9662624

[startup+342.301 s]
/proc/loadavg: 10.10 10.05 8.72 11/438 14360
/proc/meminfo: memFree=10417220/32951124 swapFree=44485784/67111528
[pid=14278] ppid=14276 vsize=10747212 CPUtime=1029.98 cores=0,2,4,6
/proc/14278/stat : 14278 (SArTagnan) R 14276 14278 14137 0 -1 4202496 7711401 0 0 0 101811 1187 0 0 25 0 4 0 669946322 11005145088 2506223 33554432000 4194304 4625164 140735377531712 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14278/statm: 2686803 2506223 421 106 0 2682306 0
[pid=14278/tid=14280] ppid=14276 vsize=10747212 CPUtime=294.76 cores=0,2,4,6
/proc/14278/task/14280/stat : 14280 (SArTagnan) R 14276 14278 14137 0 -1 4202560 142027 0 0 0 29444 32 0 0 25 0 4 0 669946499 11005145088 2506223 33554432000 4194304 4625164 140735377531712 18446744073709551615 4330603 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14278/tid=14281] ppid=14276 vsize=10747212 CPUtime=269.73 cores=0,2,4,6
/proc/14278/task/14281/stat : 14281 (SArTagnan) R 14276 14278 14137 0 -1 4202560 214975 0 0 0 26926 47 0 0 25 0 4 0 669946499 11005145088 2506223 33554432000 4194304 4625164 140735377531712 18446744073709551615 4330600 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14278/tid=14282] ppid=14276 vsize=10747212 CPUtime=239.75 cores=0,2,4,6
/proc/14278/task/14282/stat : 14282 (SArTagnan) R 14276 14278 14137 0 -1 4202560 816328 0 0 0 23864 111 0 0 25 0 4 0 669946499 11005145088 2506223 33554432000 4194304 4625164 140735377531712 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1029.98
Current children cumulated vsize (KiB) 10747212

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

[startup+346.6 s]
/proc/loadavg: 10.10 10.04 8.73 11/438 14360
/proc/meminfo: memFree=10391320/32951124 swapFree=44485784/67111528
[pid=14278] ppid=14276 vsize=10747212 CPUtime=1042.82 cores=0,2,4,6
/proc/14278/stat : 14278 (SArTagnan) R 14276 14278 14137 0 -1 4202496 7736285 0 0 0 103090 1192 0 0 25 0 4 0 669946322 11005145088 2510533 33554432000 4194304 4625164 140735377531712 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14278/statm: 2686803 2510533 420 106 0 2682306 0
[pid=14278/tid=14280] ppid=14276 vsize=10747212 CPUtime=299.06 cores=0,2,4,6
/proc/14278/task/14280/stat : 14280 (SArTagnan) R 14276 14278 14137 0 -1 4202560 142027 0 0 0 29874 32 0 0 25 0 4 0 669946499 11005145088 2510533 33554432000 4194304 4625164 140735377531712 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14278/tid=14281] ppid=14276 vsize=10747212 CPUtime=274.02 cores=0,2,4,6
/proc/14278/task/14281/stat : 14281 (SArTagnan) R 14276 14278 14137 0 -1 4202560 214975 0 0 0 27355 47 0 0 25 0 4 0 669946499 11005145088 2510533 33554432000 4194304 4625164 140735377531712 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14278/tid=14282] ppid=14276 vsize=10747212 CPUtime=241.87 cores=0,2,4,6
/proc/14278/task/14282/stat : 14282 (SArTagnan) R 14276 14278 14137 0 -1 4202560 836274 0 0 0 24072 115 0 0 25 0 4 0 669946499 11005145088 2510533 33554432000 4194304 4625164 140735377531712 18446744073709551615 4288776 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1042.82
Current children cumulated vsize (KiB) 10747212

[startup+349.817 s]
/proc/loadavg: 10.10 10.04 8.73 12/438 14361
/proc/meminfo: memFree=10324232/32951124 swapFree=44485784/67111528
[pid=14278] ppid=14276 vsize=10747212 CPUtime=1052.42 cores=0,2,4,6
/proc/14278/stat : 14278 (SArTagnan) R 14276 14278 14137 0 -1 4202496 7759300 0 0 0 104047 1195 0 0 25 0 4 0 669946322 11005145088 2522500 33554432000 4194304 4625164 140735377531712 18446744073709551615 4511795 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14278/statm: 2686803 2522500 424 106 0 2682306 0
[pid=14278/tid=14280] ppid=14276 vsize=10747212 CPUtime=302.28 cores=0,2,4,6
/proc/14278/task/14280/stat : 14280 (SArTagnan) R 14276 14278 14137 0 -1 4202560 142028 0 0 0 30196 32 0 0 25 0 4 0 669946499 11005145088 2522500 33554432000 4194304 4625164 140735377531712 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14278/tid=14281] ppid=14276 vsize=10747212 CPUtime=277.24 cores=0,2,4,6
/proc/14278/task/14281/stat : 14281 (SArTagnan) R 14276 14278 14137 0 -1 4202560 214995 0 0 0 27677 47 0 0 25 0 4 0 669946499 11005145088 2522500 33554432000 4194304 4625164 140735377531712 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14278/tid=14282] ppid=14276 vsize=10747212 CPUtime=243.46 cores=0,2,4,6
/proc/14278/task/14282/stat : 14282 (SArTagnan) R 14276 14278 14137 0 -1 4202560 847766 0 0 0 24229 117 0 0 25 0 4 0 669946499 11005145088 2522500 33554432000 4194304 4625164 140735377531712 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1052.42
Current children cumulated vsize (KiB) 10747212

[startup+353.001 s]
/proc/loadavg: 10.09 10.04 8.74 11/438 14361
/proc/meminfo: memFree=10315056/32951124 swapFree=44485784/67111528
[pid=14278] ppid=14276 vsize=10747212 CPUtime=1061.97 cores=0,2,4,6
/proc/14278/stat : 14278 (SArTagnan) R 14276 14278 14137 0 -1 4202496 7779345 0 0 0 104999 1198 0 0 25 0 4 0 669946322 11005145088 2522089 33554432000 4194304 4625164 140735377531712 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14278/statm: 2686803 2522089 418 106 0 2682306 0
[pid=14278/tid=14280] ppid=14276 vsize=10747212 CPUtime=305.48 cores=0,2,4,6
/proc/14278/task/14280/stat : 14280 (SArTagnan) R 14276 14278 14137 0 -1 4202560 142028 0 0 0 30516 32 0 0 25 0 4 0 669946499 11005145088 2522089 33554432000 4194304 4625164 140735377531712 18446744073709551615 4330610 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14278/tid=14281] ppid=14276 vsize=10747212 CPUtime=280.44 cores=0,2,4,6
/proc/14278/task/14281/stat : 14281 (SArTagnan) R 14276 14278 14137 0 -1 4202560 214995 0 0 0 27997 47 0 0 25 0 4 0 669946499 11005145088 2522089 33554432000 4194304 4625164 140735377531712 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14278/tid=14282] ppid=14276 vsize=10747212 CPUtime=245.05 cores=0,2,4,6
/proc/14278/task/14282/stat : 14282 (SArTagnan) R 14276 14278 14137 0 -1 4202560 866975 0 0 0 24386 119 0 0 25 0 4 0 669946499 11005145088 2522089 33554432000 4194304 4625164 140735377531712 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 10747212

[startup+353.801 s]
/proc/loadavg: 10.09 10.04 8.74 11/438 14361
/proc/meminfo: memFree=10315056/32951124 swapFree=44485784/67111528
[pid=14278] ppid=14276 vsize=10747212 CPUtime=1064.33 cores=0,2,4,6
/proc/14278/stat : 14278 (SArTagnan) R 14276 14278 14137 0 -1 4202496 7784440 0 0 0 105234 1199 0 0 25 0 4 0 669946322 11005145088 2523020 33554432000 4194304 4625164 140735377531712 18446744073709551615 4392048 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14278/statm: 2686803 2523020 408 106 0 2682306 0
[pid=14278/tid=14280] ppid=14276 vsize=10747212 CPUtime=306.26 cores=0,2,4,6
/proc/14278/task/14280/stat : 14280 (SArTagnan) R 14276 14278 14137 0 -1 4202560 142028 0 0 0 30594 32 0 0 25 0 4 0 669946499 11005145088 2523020 33554432000 4194304 4625164 140735377531712 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14278/tid=14281] ppid=14276 vsize=10747212 CPUtime=281.23 cores=0,2,4,6
/proc/14278/task/14281/stat : 14281 (SArTagnan) R 14276 14278 14137 0 -1 4202560 214995 0 0 0 28076 47 0 0 25 0 4 0 669946499 11005145088 2523020 33554432000 4194304 4625164 140735377531712 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14278/tid=14282] ppid=14276 vsize=10747212 CPUtime=245.45 cores=0,2,4,6
/proc/14278/task/14282/stat : 14282 (SArTagnan) R 14276 14278 14137 0 -1 4202560 867202 0 0 0 24426 119 0 0 25 0 4 0 669946499 11005145088 2523020 33554432000 4194304 4625164 140735377531712 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1064.33
Current children cumulated vsize (KiB) 10747212

[startup+354.601 s]
/proc/loadavg: 10.09 10.04 8.74 11/438 14361
/proc/meminfo: memFree=10291992/32951124 swapFree=44485784/67111528
[pid=14278] ppid=14276 vsize=10779980 CPUtime=1066.71 cores=0,2,4,6
/proc/14278/stat : 14278 (SArTagnan) R 14276 14278 14137 0 -1 4202496 7811011 0 0 0 105468 1203 0 0 25 0 4 0 669946322 11038699520 2540878 33554432000 4194304 4625164 140735377531712 18446744073709551615 244446988471 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14278/statm: 2694995 2540878 428 106 0 2690498 0
[pid=14278/tid=14280] ppid=14276 vsize=10779980 CPUtime=307.06 cores=0,2,4,6
/proc/14278/task/14280/stat : 14280 (SArTagnan) R 14276 14278 14137 0 -1 4202560 142052 0 0 0 30674 32 0 0 25 0 4 0 669946499 11038699520 2540878 33554432000 4194304 4625164 140735377531712 18446744073709551615 4330590 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14278/tid=14281] ppid=14276 vsize=10779980 CPUtime=282.03 cores=0,2,4,6
/proc/14278/task/14281/stat : 14281 (SArTagnan) R 14276 14278 14137 0 -1 4202560 214995 0 0 0 28156 47 0 0 25 0 4 0 669946499 11038699520 2540878 33554432000 4194304 4625164 140735377531712 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14278/tid=14282] ppid=14276 vsize=10779980 CPUtime=245.86 cores=0,2,4,6
/proc/14278/task/14282/stat : 14282 (SArTagnan) R 14276 14278 14137 0 -1 4202560 873221 0 0 0 24466 120 0 0 25 0 4 0 669946499 11038699520 2540878 33554432000 4194304 4625164 140735377531712 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1066.71
Current children cumulated vsize (KiB) 10779980

[startup+355.001 s]
/proc/loadavg: 10.09 10.04 8.74 11/438 14361
/proc/meminfo: memFree=10291992/32951124 swapFree=44485784/67111528
[pid=14278] ppid=14276 vsize=0 CPUtime=1067.22 cores=0,2,4,6
/proc/14278/stat : 14278 (SArTagnan) Z 14276 14278 14137 0 -1 4202524 7812811 0 0 0 105485 1237 0 0 25 0 2 0 669946322 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14278/statm: 0 0 0 0 0 0 0
[pid=14278/tid=14282] ppid=14276 vsize=0 CPUtime=246.2 cores=0,2,4,6
/proc/14278/task/14282/stat : 14282 (SArTagnan) R 14276 14278 14137 0 -1 4203588 873221 0 0 0 24466 154 0 0 25 0 2 0 669946499 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1067.22
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 355.031
CPU time (s): 1067.26
CPU user time (s): 1054.86
CPU system time (s): 12.4081
CPU usage (%): 300.612
Max. virtual memory (cumulated for all children) (KiB): 15671456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1054.86
system time used= 12.4081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7812811
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= 87194
involuntary context switches= 9876

runsolver used 1.45678 second user time and 3.56146 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-17 00:04:19
IDJOB=3386231
IDBENCH=88163
IDSOLVER=1871
FILE ID=node105/3386231-1305583456
RUNJOBID= node105-1305582154-14155
PBS_JOBID= 13350310
Free space on /tmp= 73380 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_11_ooo.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386231-1305583456/watcher-3386231-1305583456 -o /tmp/evaluation-result-3386231-1305583456/solver-3386231-1305583456 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386231-1305583456.cnf -threads=4

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

MD5SUM BENCH= f603f11fbfe855df381282b7bce010ea
RANDOM SEED=1493151852

node105.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5410.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21417528 kB
Buffers:        325952 kB
Cached:        7315012 kB
SwapCached:      39636 kB
Active:        4063624 kB
Inactive:      7172000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21417528 kB
SwapTotal:    67111528 kB
SwapFree:     44485784 kB
Dirty:          142996 kB
Writeback:           0 kB
AnonPages:     3562656 kB
Mapped:          19260 kB
Slab:           148356 kB
PageTables:      81528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115496352 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73424 MiB
End job on node105 at 2011-05-17 00:10:14