Trace number 3293729

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-03-24? (exit code) 1354.1 341.231

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_k.cnf
MD5SUM932387240a0c17f4c88af52c4ca151c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark325.87
Satisfiable
(Un)Satisfiability was proved
Number of variables89315
Number of clauses5584003
Sum of the clauses size16593705
Maximum clause length295
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25473787
Number of clauses of size 337063
Number of clauses of size 4514
Number of clauses of size 5453
Number of clauses of size over 572185

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: 935)

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-3293729-1304118625/watcher-3293729-1304118625 -o /tmp/evaluation-result-3293729-1304118625/solver-3293729-1304118625 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3293729-1304118625.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: 7.69 8.00 7.61 5/180 4627
/proc/meminfo: memFree=27504108/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=24424 CPUtime=0 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) R 4625 4627 4254 0 -1 4202496 1563 0 0 0 0 0 0 0 23 0 1 0 602093322 25010176 1502 33554432000 4194304 4623224 140736513375568 18446744073709551615 4296444 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4627/statm: 6106 1514 290 105 0 1610 0

[startup+0.041846 s]
/proc/loadavg: 7.69 8.00 7.61 5/180 4627
/proc/meminfo: memFree=27504108/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=160256 CPUtime=0.03 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) R 4625 4627 4254 0 -1 4202496 3512 0 0 0 3 0 0 0 23 0 1 0 602093322 164102144 2753 33554432000 4194304 4623224 140736513375568 18446744073709551615 251367546624 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4627/statm: 40064 2753 297 105 0 35568 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 160256

[startup+0.100889 s]
/proc/loadavg: 7.69 8.00 7.61 5/180 4627
/proc/meminfo: memFree=27504108/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=166972 CPUtime=0.09 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) R 4625 4627 4254 0 -1 4202496 6065 0 0 0 9 0 0 0 23 0 1 0 602093322 170979328 4349 33554432000 4194304 4623224 140736513375568 18446744073709551615 251367546624 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4627/statm: 41743 4349 313 105 0 37247 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 166972

[startup+0.300801 s]
/proc/loadavg: 7.69 8.00 7.61 5/180 4627
/proc/meminfo: memFree=27504108/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=183808 CPUtime=0.29 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) R 4625 4627 4254 0 -1 4202496 13989 0 0 0 28 1 0 0 25 0 1 0 602093322 188219392 8139 33554432000 4194304 4623224 140736513375568 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4627/statm: 45952 8139 384 105 0 41456 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 183808

[startup+0.700728 s]
/proc/loadavg: 7.69 8.00 7.61 5/180 4627
/proc/meminfo: memFree=27504108/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=204164 CPUtime=0.69 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) R 4625 4627 4254 0 -1 4202496 28940 0 0 0 65 4 0 0 25 0 1 0 602093322 209063936 12348 33554432000 4194304 4623224 140736513375568 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4627/statm: 51041 12349 299 105 0 46545 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 204164

[startup+1.50058 s]
/proc/loadavg: 7.69 8.00 7.61 6/181 4628
/proc/meminfo: memFree=27416200/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=264056 CPUtime=1.49 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) R 4625 4627 4254 0 -1 4202496 62487 0 0 0 140 9 0 0 25 0 1 0 602093322 270393344 24801 33554432000 4194304 4623224 140736513375568 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4627/statm: 66014 24801 449 105 0 61518 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 264056

[startup+3.10022 s]
/proc/loadavg: 7.69 8.00 7.61 7/181 4629
/proc/meminfo: memFree=27274716/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=877356 CPUtime=5.92 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) R 4625 4627 4254 0 -1 4202496 176375 0 0 0 567 25 0 0 25 0 4 0 602093322 898412544 104580 33554432000 4194304 4623224 140736513375568 18446744073709551615 4413914 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4627/statm: 219339 104580 637 105 0 214843 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 877356

[startup+6.30063 s]
/proc/loadavg: 7.79 8.02 7.62 9/184 4632
/proc/meminfo: memFree=26651632/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=1539608 CPUtime=18.65 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) R 4625 4627 4254 0 -1 4202496 536902 0 0 0 1787 78 0 0 20 0 4 0 602093322 1576558592 245930 33554432000 4194304 4623224 140736513375568 18446744073709551615 4387993 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4627/statm: 384902 245932 776 105 0 380406 0
[pid=4627/tid=4630] ppid=4625 vsize=1539608 CPUtime=4.11 cores=0,2,4,6
/proc/4627/task/4630/stat : 4630 (SArTagnan) R 4625 4627 4254 0 -1 4202560 21687 0 0 0 407 4 0 0 24 0 4 0 602093537 1576558592 245932 33554432000 4194304 4623224 140736513375568 18446744073709551615 4367191 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4627/tid=4631] ppid=4625 vsize=1539608 CPUtime=4.11 cores=0,2,4,6
/proc/4627/task/4631/stat : 4631 (SArTagnan) R 4625 4627 4254 0 -1 4202560 21139 0 0 0 406 5 0 0 20 0 4 0 602093537 1576558592 245932 33554432000 4194304 4623224 140736513375568 18446744073709551615 4467736 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4627/tid=4632] ppid=4625 vsize=1539608 CPUtime=4.13 cores=0,2,4,6
/proc/4627/task/4632/stat : 4632 (SArTagnan) R 4625 4627 4254 0 -1 4202560 19034 0 0 0 411 2 0 0 25 0 4 0 602093537 1576558592 245933 33554432000 4194304 4623224 140736513375568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.65
Current children cumulated vsize (KiB) 1539608

[startup+12.7004 s]
/proc/loadavg: 7.81 8.02 7.62 9/184 4632
/proc/meminfo: memFree=26010340/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=2100872 CPUtime=44.18 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) R 4625 4627 4254 0 -1 4202496 838170 0 0 0 4295 123 0 0 25 0 4 0 602093322 2151292928 368655 33554432000 4194304 4623224 140736513375568 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4627/statm: 525218 368655 510 105 0 520722 0
[pid=4627/tid=4630] ppid=4625 vsize=2100872 CPUtime=10.5 cores=0,2,4,6
/proc/4627/task/4630/stat : 4630 (SArTagnan) R 4625 4627 4254 0 -1 4202560 35337 0 0 0 1044 6 0 0 25 0 4 0 602093537 2151292928 368655 33554432000 4194304 4623224 140736513375568 18446744073709551615 4463010 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4627/tid=4631] ppid=4625 vsize=2100872 CPUtime=10.48 cores=0,2,4,6
/proc/4627/task/4631/stat : 4631 (SArTagnan) R 4625 4627 4254 0 -1 4202560 54888 0 0 0 1038 10 0 0 18 0 4 0 602093537 2151292928 368655 33554432000 4194304 4623224 140736513375568 18446744073709551615 4377910 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4627/tid=4632] ppid=4625 vsize=2100872 CPUtime=10.49 cores=0,2,4,6
/proc/4627/task/4632/stat : 4632 (SArTagnan) R 4625 4627 4254 0 -1 4202560 45897 0 0 0 1043 6 0 0 25 0 4 0 602093537 2151292928 368655 33554432000 4194304 4623224 140736513375568 18446744073709551615 4376806 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 44.18
Current children cumulated vsize (KiB) 2100872

[startup+25.5011 s]
/proc/loadavg: 7.93 8.03 7.63 9/184 4632
/proc/meminfo: memFree=25466056/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=2571612 CPUtime=95.29 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) R 4625 4627 4254 0 -1 4202496 1089353 0 0 0 9369 160 0 0 25 0 4 0 602093322 2633330688 482466 33554432000 4194304 4623224 140736513375568 18446744073709551615 4388305 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4627/statm: 642903 482473 530 105 0 638407 0
[pid=4627/tid=4630] ppid=4625 vsize=2571612 CPUtime=23.29 cores=0,2,4,6
/proc/4627/task/4630/stat : 4630 (SArTagnan) R 4625 4627 4254 0 -1 4202560 45630 0 0 0 2321 8 0 0 25 0 4 0 602093537 2633330688 482474 33554432000 4194304 4623224 140736513375568 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4627/tid=4631] ppid=4625 vsize=2571612 CPUtime=23.28 cores=0,2,4,6
/proc/4627/task/4631/stat : 4631 (SArTagnan) R 4625 4627 4254 0 -1 4202560 112589 0 0 0 2305 23 0 0 25 0 4 0 602093537 2633330688 482476 33554432000 4194304 4623224 140736513375568 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4627/tid=4632] ppid=4625 vsize=2571612 CPUtime=23.2 cores=0,2,4,6
/proc/4627/task/4632/stat : 4632 (SArTagnan) R 4625 4627 4254 0 -1 4202560 71548 0 0 0 2310 10 0 0 25 0 4 0 602093537 2633330688 482476 33554432000 4194304 4623224 140736513375568 18446744073709551615 4289942 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 95.29
Current children cumulated vsize (KiB) 2571612

[startup+51.1003 s]
/proc/loadavg: 7.95 8.03 7.64 9/184 4633
/proc/meminfo: memFree=24946636/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=2887196 CPUtime=197.55 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) R 4625 4627 4254 0 -1 4202496 1345856 0 0 0 19551 204 0 0 25 0 4 0 602093322 2956488704 582811 33554432000 4194304 4623224 140736513375568 18446744073709551615 4510189 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4627/statm: 721799 582811 505 105 0 717303 0
[pid=4627/tid=4630] ppid=4625 vsize=2887196 CPUtime=48.89 cores=0,2,4,6
/proc/4627/task/4630/stat : 4630 (SArTagnan) R 4625 4627 4254 0 -1 4202560 92869 0 0 0 4873 16 0 0 25 0 4 0 602093537 2956488704 582811 33554432000 4194304 4623224 140736513375568 18446744073709551615 4377457 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4627/tid=4631] ppid=4625 vsize=2887196 CPUtime=48.88 cores=0,2,4,6
/proc/4627/task/4631/stat : 4631 (SArTagnan) R 4625 4627 4254 0 -1 4202560 165582 0 0 0 4855 33 0 0 25 0 4 0 602093537 2956488704 582811 33554432000 4194304 4623224 140736513375568 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4627/tid=4632] ppid=4625 vsize=2887196 CPUtime=48.66 cores=0,2,4,6
/proc/4627/task/4632/stat : 4632 (SArTagnan) R 4625 4627 4254 0 -1 4202560 175251 0 0 0 4839 27 0 0 25 0 4 0 602093537 2956488704 582811 33554432000 4194304 4623224 140736513375568 18446744073709551615 4289781 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 197.55
Current children cumulated vsize (KiB) 2887196

[startup+102.307 s]
/proc/loadavg: 8.07 8.05 7.67 9/184 4634
/proc/meminfo: memFree=24132036/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=3323924 CPUtime=402.06 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) R 4625 4627 4254 0 -1 4202496 1728918 0 0 0 39943 263 0 0 25 0 4 0 602093322 3403698176 638986 33554432000 4194304 4623224 140736513375568 18446744073709551615 4510472 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4627/statm: 830981 638986 511 105 0 826485 0
[pid=4627/tid=4630] ppid=4625 vsize=3323924 CPUtime=100.09 cores=0,2,4,6
/proc/4627/task/4630/stat : 4630 (SArTagnan) R 4625 4627 4254 0 -1 4202560 98596 0 0 0 9991 18 0 0 25 0 4 0 602093537 3403698176 638986 33554432000 4194304 4623224 140736513375568 18446744073709551615 4357430 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4627/tid=4631] ppid=4625 vsize=3323924 CPUtime=100.09 cores=0,2,4,6
/proc/4627/task/4631/stat : 4631 (SArTagnan) R 4625 4627 4254 0 -1 4202560 166969 0 0 0 9976 33 0 0 25 0 4 0 602093537 3403698176 638986 33554432000 4194304 4623224 140736513375568 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4627/tid=4632] ppid=4625 vsize=3323924 CPUtime=99.56 cores=0,2,4,6
/proc/4627/task/4632/stat : 4632 (SArTagnan) R 4625 4627 4254 0 -1 4202560 326912 0 0 0 9905 51 0 0 25 0 4 0 602093537 3403698176 638986 33554432000 4194304 4623224 140736513375568 18446744073709551615 4330921 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 3323924

[startup+162.301 s]
/proc/loadavg: 8.06 8.05 7.69 9/184 4636
/proc/meminfo: memFree=23655084/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=3459188 CPUtime=641.71 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) R 4625 4627 4254 0 -1 4202496 1889670 0 0 0 63877 294 0 0 25 0 4 0 602093322 3542208512 673526 33554432000 4194304 4623224 140736513375568 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4627/statm: 864797 673526 561 105 0 860301 0
[pid=4627/tid=4630] ppid=4625 vsize=3459188 CPUtime=160.08 cores=0,2,4,6
/proc/4627/task/4630/stat : 4630 (SArTagnan) R 4625 4627 4254 0 -1 4202560 100335 0 0 0 15990 18 0 0 25 0 4 0 602093537 3542208512 673526 33554432000 4194304 4623224 140736513375568 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4627/tid=4631] ppid=4625 vsize=3459188 CPUtime=160.08 cores=0,2,4,6
/proc/4627/task/4631/stat : 4631 (SArTagnan) R 4625 4627 4254 0 -1 4202560 167171 0 0 0 15975 33 0 0 25 0 4 0 602093537 3542208512 673526 33554432000 4194304 4623224 140736513375568 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4627/tid=4632] ppid=4625 vsize=3459188 CPUtime=159.22 cores=0,2,4,6
/proc/4627/task/4632/stat : 4632 (SArTagnan) R 4625 4627 4254 0 -1 4202560 454925 0 0 0 15848 74 0 0 25 0 4 0 602093537 3542208512 673526 33554432000 4194304 4623224 140736513375568 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 641.71
Current children cumulated vsize (KiB) 3459188

[startup+222.301 s]
/proc/loadavg: 8.11 8.07 7.72 9/184 4637
/proc/meminfo: memFree=22822736/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=3467640 CPUtime=881.38 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) R 4625 4627 4254 0 -1 4202496 2080347 0 0 0 87807 331 0 0 25 0 4 0 602093322 3550863360 681664 33554432000 4194304 4623224 140736513375568 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4627/statm: 866910 681664 506 105 0 862414 0
[pid=4627/tid=4630] ppid=4625 vsize=3467640 CPUtime=220.07 cores=0,2,4,6
/proc/4627/task/4630/stat : 4630 (SArTagnan) R 4625 4627 4254 0 -1 4202560 100346 0 0 0 21989 18 0 0 25 0 4 0 602093537 3550863360 681664 33554432000 4194304 4623224 140736513375568 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4627/tid=4631] ppid=4625 vsize=3467640 CPUtime=220.09 cores=0,2,4,6
/proc/4627/task/4631/stat : 4631 (SArTagnan) R 4625 4627 4254 0 -1 4202560 167173 0 0 0 21976 33 0 0 25 0 4 0 602093537 3550863360 681664 33554432000 4194304 4623224 140736513375568 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4627/tid=4632] ppid=4625 vsize=3467640 CPUtime=218.9 cores=0,2,4,6
/proc/4627/task/4632/stat : 4632 (SArTagnan) R 4625 4627 4254 0 -1 4202560 639175 0 0 0 21780 110 0 0 25 0 4 0 602093537 3550863360 681664 33554432000 4194304 4623224 140736513375568 18446744073709551615 4330746 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 881.38
Current children cumulated vsize (KiB) 3467640

[startup+282.301 s]
/proc/loadavg: 8.20 8.10 7.75 9/184 4639
/proc/meminfo: memFree=18741488/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=8990464 CPUtime=1120.78 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) R 4625 4627 4254 0 -1 4202496 3760884 0 0 0 111491 587 0 0 25 0 4 0 602093322 9206235136 1383491 33554432000 4194304 4623224 140736513375568 18446744073709551615 251367244245 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4627/statm: 2247616 1383511 978 105 0 2243120 0
[pid=4627/tid=4630] ppid=4625 vsize=8990464 CPUtime=280 cores=0,2,4,6
/proc/4627/task/4630/stat : 4630 (SArTagnan) R 4625 4627 4254 0 -1 4202560 147339 0 0 0 27973 27 0 0 25 0 4 0 602093537 9206235136 1383520 33554432000 4194304 4623224 140736513375568 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4627/tid=4631] ppid=4625 vsize=8990464 CPUtime=280.07 cores=0,2,4,6
/proc/4627/task/4631/stat : 4631 (SArTagnan) R 4625 4627 4254 0 -1 4202560 217976 0 0 0 27961 46 0 0 25 0 4 0 602093537 9206235136 1383531 33554432000 4194304 4623224 140736513375568 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4627/tid=4632] ppid=4625 vsize=8990464 CPUtime=278.56 cores=0,2,4,6
/proc/4627/task/4632/stat : 4632 (SArTagnan) R 4625 4627 4254 0 -1 4202560 830704 0 0 0 27717 139 0 0 25 0 4 0 602093537 9206235136 1383543 33554432000 4194304 4623224 140736513375568 18446744073709551615 4363742 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1120.78
Current children cumulated vsize (KiB) 8990464

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

[startup+307.101 s]
/proc/loadavg: 8.21 8.11 7.76 9/184 4640
/proc/meminfo: memFree=16219696/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=7497804 CPUtime=1219.67 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) R 4625 4627 4254 0 -1 4202496 4827987 0 0 0 121192 775 0 0 25 0 4 0 602093322 7677751296 1669771 33554432000 4194304 4623224 140736513375568 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4627/statm: 1874451 1669771 972 105 0 1869955 0
[pid=4627/tid=4630] ppid=4625 vsize=7497804 CPUtime=304.8 cores=0,2,4,6
/proc/4627/task/4630/stat : 4630 (SArTagnan) R 4625 4627 4254 0 -1 4202560 148582 0 0 0 30453 27 0 0 25 0 4 0 602093537 7677751296 1669771 33554432000 4194304 4623224 140736513375568 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4627/tid=4631] ppid=4625 vsize=7497804 CPUtime=304.78 cores=0,2,4,6
/proc/4627/task/4631/stat : 4631 (SArTagnan) R 4625 4627 4254 0 -1 4202560 243434 0 0 0 30426 52 0 0 25 0 4 0 602093537 7677751296 1669771 33554432000 4194304 4623224 140736513375568 18446744073709551615 4377923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4627/tid=4632] ppid=4625 vsize=7497804 CPUtime=303.16 cores=0,2,4,6
/proc/4627/task/4632/stat : 4632 (SArTagnan) R 4625 4627 4254 0 -1 4202560 928986 0 0 0 30162 154 0 0 25 0 4 0 602093537 7677751296 1669771 33554432000 4194304 4623224 140736513375568 18446744073709551615 4376850 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1219.67
Current children cumulated vsize (KiB) 7497804

[startup+319.901 s]
/proc/loadavg: 8.16 8.10 7.76 9/184 4640
/proc/meminfo: memFree=14604456/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=9780692 CPUtime=1270.63 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) R 4625 4627 4254 0 -1 4202496 6138485 0 0 0 126097 966 0 0 25 0 4 0 602093322 10015428608 2020230 33554432000 4194304 4623224 140736513375568 18446744073709551615 4507568 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4627/statm: 2445173 2020230 972 105 0 2440677 0
[pid=4627/tid=4630] ppid=4625 vsize=9780692 CPUtime=317.6 cores=0,2,4,6
/proc/4627/task/4630/stat : 4630 (SArTagnan) R 4625 4627 4254 0 -1 4202560 149095 0 0 0 31733 27 0 0 25 0 4 0 602093537 10015428608 2020230 33554432000 4194304 4623224 140736513375568 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4627/tid=4631] ppid=4625 vsize=9780692 CPUtime=317.44 cores=0,2,4,6
/proc/4627/task/4631/stat : 4631 (SArTagnan) R 4625 4627 4254 0 -1 4202560 269080 0 0 0 31684 60 0 0 25 0 4 0 602093537 10015428608 2020230 33554432000 4194304 4623224 140736513375568 18446744073709551615 4377034 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4627/tid=4632] ppid=4625 vsize=9780692 CPUtime=315.89 cores=0,2,4,6
/proc/4627/task/4632/stat : 4632 (SArTagnan) R 4625 4627 4254 0 -1 4202560 944573 0 0 0 31433 156 0 0 25 0 4 0 602093537 10015428608 2020230 33554432000 4194304 4623224 140736513375568 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1270.63
Current children cumulated vsize (KiB) 9780692

[startup+332.7 s]
/proc/loadavg: 8.14 8.10 7.76 9/184 4640
/proc/meminfo: memFree=12898584/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=10239444 CPUtime=1321.76 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) R 4625 4627 4254 0 -1 4202496 6507491 0 0 0 131131 1045 0 0 25 0 4 0 602093322 10485190656 2273787 33554432000 4194304 4623224 140736513375568 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4627/statm: 2559861 2273787 973 105 0 2555365 0
[pid=4627/tid=4630] ppid=4625 vsize=10239444 CPUtime=330.4 cores=0,2,4,6
/proc/4627/task/4630/stat : 4630 (SArTagnan) R 4625 4627 4254 0 -1 4202560 149723 0 0 0 33013 27 0 0 25 0 4 0 602093537 10485190656 2273787 33554432000 4194304 4623224 140736513375568 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4627/tid=4631] ppid=4625 vsize=10239444 CPUtime=330.24 cores=0,2,4,6
/proc/4627/task/4631/stat : 4631 (SArTagnan) R 4625 4627 4254 0 -1 4202560 278392 0 0 0 32962 62 0 0 25 0 4 0 602093537 10485190656 2273787 33554432000 4194304 4623224 140736513375568 18446744073709551615 4354994 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4627/tid=4632] ppid=4625 vsize=10239444 CPUtime=328.62 cores=0,2,4,6
/proc/4627/task/4632/stat : 4632 (SArTagnan) R 4625 4627 4254 0 -1 4202560 979912 0 0 0 32700 162 0 0 25 0 4 0 602093537 10485190656 2273787 33554432000 4194304 4623224 140736513375568 18446744073709551615 4552678 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1321.76
Current children cumulated vsize (KiB) 10239444

[startup+335.901 s]
/proc/loadavg: 8.21 8.11 7.77 9/184 4641
/proc/meminfo: memFree=12613508/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=15769560 CPUtime=1334.55 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) R 4625 4627 4254 0 -1 4202496 6678087 0 0 0 132382 1073 0 0 25 0 4 0 602093322 16148029440 2409242 33554432000 4194304 4623224 140736513375568 18446744073709551615 251367244245 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4627/statm: 3942390 2409263 973 105 0 3937894 0
[pid=4627/tid=4630] ppid=4625 vsize=15769560 CPUtime=333.6 cores=0,2,4,6
/proc/4627/task/4630/stat : 4630 (SArTagnan) R 4625 4627 4254 0 -1 4202560 150299 0 0 0 33333 27 0 0 25 0 4 0 602093537 16148029440 2409274 33554432000 4194304 4623224 140736513375568 18446744073709551615 4357376 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4627/tid=4631] ppid=4625 vsize=15769560 CPUtime=333.44 cores=0,2,4,6
/proc/4627/task/4631/stat : 4631 (SArTagnan) R 4625 4627 4254 0 -1 4202560 278803 0 0 0 33282 62 0 0 25 0 4 0 602093537 16148029440 2409286 33554432000 4194304 4623224 140736513375568 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4627/tid=4632] ppid=4625 vsize=15769560 CPUtime=331.8 cores=0,2,4,6
/proc/4627/task/4632/stat : 4632 (SArTagnan) R 4625 4627 4254 0 -1 4202560 1006889 0 0 0 33014 166 0 0 25 0 4 0 602093537 16148029440 2409298 33554432000 4194304 4623224 140736513375568 18446744073709551615 4545209 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1334.55
Current children cumulated vsize (KiB) 15769560

[startup+339.101 s]
/proc/loadavg: 8.19 8.11 7.77 9/184 4641
/proc/meminfo: memFree=7541884/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=15769560 CPUtime=1347.02 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) R 4625 4627 4254 0 -1 4202496 8069850 0 0 0 133450 1252 0 0 25 0 4 0 602093322 16148029440 2856094 33554432000 4194304 4623224 140736513375568 18446744073709551615 251367590023 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4627/statm: 3942390 2855582 134183 105 0 3937894 0
[pid=4627/tid=4630] ppid=4625 vsize=15769560 CPUtime=336.7 cores=0,2,4,6
/proc/4627/task/4630/stat : 4630 (SArTagnan) D 4625 4627 4254 0 -1 4202560 150400 0 0 0 33643 27 0 0 25 0 4 0 602093537 16148029440 2855582 33554432000 4194304 4623224 140736513375568 18446744073709551615 4366439 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4627/tid=4631] ppid=4625 vsize=15769560 CPUtime=336.52 cores=0,2,4,6
/proc/4627/task/4631/stat : 4631 (SArTagnan) D 4625 4627 4254 0 -1 4202560 278814 0 0 0 33590 62 0 0 25 0 4 0 602093537 16148029440 2855456 33554432000 4194304 4623224 140736513375568 18446744073709551615 4354596 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4627/tid=4632] ppid=4625 vsize=15769560 CPUtime=334.89 cores=0,2,4,6
/proc/4627/task/4632/stat : 4632 (SArTagnan) D 4625 4627 4254 0 -1 4202560 1023304 0 0 0 33320 169 0 0 25 0 4 0 602093537 16148029440 2855456 33554432000 4194304 4623224 140736513375568 18446744073709551615 251367590247 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1347.02
Current children cumulated vsize (KiB) 15769560

[startup+339.907 s]
/proc/loadavg: 8.19 8.11 7.77 9/184 4641
/proc/meminfo: memFree=11801408/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=10559412 CPUtime=1350.09 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) R 4625 4627 4254 0 -1 4202496 8099880 0 0 0 133745 1264 0 0 18 0 4 0 602093322 10812837888 2489441 33554432000 4194304 4623224 140736513375568 18446744073709551615 4388002 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4627/statm: 2639853 2489441 974 105 0 2635357 0
[pid=4627/tid=4630] ppid=4625 vsize=10559412 CPUtime=337.46 cores=0,2,4,6
/proc/4627/task/4630/stat : 4630 (SArTagnan) R 4625 4627 4254 0 -1 4202560 150438 0 0 0 33719 27 0 0 25 0 4 0 602093537 10812837888 2489443 33554432000 4194304 4623224 140736513375568 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4627/tid=4631] ppid=4625 vsize=10559412 CPUtime=337.28 cores=0,2,4,6
/proc/4627/task/4631/stat : 4631 (SArTagnan) R 4625 4627 4254 0 -1 4202560 278829 0 0 0 33666 62 0 0 25 0 4 0 602093537 10812837888 2489443 33554432000 4194304 4623224 140736513375568 18446744073709551615 4479512 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4627/tid=4632] ppid=4625 vsize=10559412 CPUtime=335.64 cores=0,2,4,6
/proc/4627/task/4632/stat : 4632 (SArTagnan) R 4625 4627 4254 0 -1 4202560 1027694 0 0 0 33394 170 0 0 25 0 4 0 602093537 10812837888 2489443 33554432000 4194304 4623224 140736513375568 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1350.09
Current children cumulated vsize (KiB) 10559412

[startup+340.701 s]
/proc/loadavg: 8.19 8.11 7.77 9/184 4641
/proc/meminfo: memFree=11801408/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=10624948 CPUtime=1353.25 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) R 4625 4627 4254 0 -1 4202496 8130493 0 0 0 134055 1270 0 0 20 0 4 0 602093322 10879946752 2510933 33554432000 4194304 4623224 140736513375568 18446744073709551615 4387993 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4627/statm: 2656237 2510933 974 105 0 2651741 0
[pid=4627/tid=4630] ppid=4625 vsize=10624948 CPUtime=338.25 cores=0,2,4,6
/proc/4627/task/4630/stat : 4630 (SArTagnan) R 4625 4627 4254 0 -1 4202560 150438 0 0 0 33798 27 0 0 25 0 4 0 602093537 10879946752 2510933 33554432000 4194304 4623224 140736513375568 18446744073709551615 4357547 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4627/tid=4631] ppid=4625 vsize=10624948 CPUtime=338.07 cores=0,2,4,6
/proc/4627/task/4631/stat : 4631 (SArTagnan) R 4625 4627 4254 0 -1 4202560 278829 0 0 0 33745 62 0 0 25 0 4 0 602093537 10879946752 2510933 33554432000 4194304 4623224 140736513375568 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4627/tid=4632] ppid=4625 vsize=10624948 CPUtime=336.44 cores=0,2,4,6
/proc/4627/task/4632/stat : 4632 (SArTagnan) R 4625 4627 4254 0 -1 4202560 1030232 0 0 0 33473 171 0 0 25 0 4 0 602093537 10879946752 2510933 33554432000 4194304 4623224 140736513375568 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1353.25
Current children cumulated vsize (KiB) 10624948

[startup+341.101 s]
/proc/loadavg: 8.19 8.11 7.77 6/182 4641
/proc/meminfo: memFree=13898004/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=0 CPUtime=1353.96 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) Z 4625 4627 4254 0 -1 4202524 8132642 0 0 0 134096 1300 0 0 20 0 2 0 602093322 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4627/statm: 0 0 0 0 0 0 0
[pid=4627/tid=4632] ppid=4625 vsize=0 CPUtime=336.83 cores=0,2,4,6
/proc/4627/task/4632/stat : 4632 (SArTagnan) R 4625 4627 4254 0 -1 4203588 1030249 0 0 0 33483 200 0 0 25 0 2 0 602093537 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1353.96
Current children cumulated vsize (KiB) 0

[startup+341.201 s]
/proc/loadavg: 8.19 8.11 7.77 6/182 4641
/proc/meminfo: memFree=13898004/32950928 swapFree=67111352/67111528
[pid=4627] ppid=4625 vsize=0 CPUtime=1354.06 cores=0,2,4,6
/proc/4627/stat : 4627 (SArTagnan) Z 4625 4627 4254 0 -1 4202524 8132642 0 0 0 134096 1310 0 0 20 0 2 0 602093322 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4627/statm: 0 0 0 0 0 0 0
[pid=4627/tid=4632] ppid=4625 vsize=0 CPUtime=336.93 cores=0,2,4,6
/proc/4627/task/4632/stat : 4632 (SArTagnan) R 4625 4627 4254 0 -1 4203588 1030249 0 0 0 33483 210 0 0 25 0 2 0 602093537 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1354.06
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 341.231
CPU time (s): 1354.1
CPU user time (s): 1340.97
CPU system time (s): 13.136
CPU usage (%): 396.828
Max. virtual memory (cumulated for all children) (KiB): 15769560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1340.97
system time used= 13.136
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8132642
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= 60232
involuntary context switches= 9742

runsolver used 0.544917 second user time and 1.3218 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-30 01:10:27
IDJOB=3293729
IDBENCH=88167
IDSOLVER=1656
FILE ID=node113/3293729-1304118625
RUNJOBID= node113-1304116558-4272
PBS_JOBID= 13170715
Free space on /tmp= 70976 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_k.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293729-1304118625/watcher-3293729-1304118625 -o /tmp/evaluation-result-3293729-1304118625/solver-3293729-1304118625 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3293729-1304118625.cnf -threads=4

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

MD5SUM BENCH= 932387240a0c17f4c88af52c4ca151c6
RANDOM SEED=1244717968

node113.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.846
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.69
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.846
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	: 5332.76
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.846
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.74
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.846
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.846
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	: 5332.74
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.846
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.75
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.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27504140 kB
Buffers:        729196 kB
Cached:        3176148 kB
SwapCached:         12 kB
Active:        1302616 kB
Inactive:      3622720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27504140 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:          103636 kB
Writeback:           0 kB
AnonPages:     1019844 kB
Mapped:          15452 kB
Slab:           456652 kB
PageTables:       6312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1367296 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= 70976 MiB
End job on node113 at 2011-04-30 01:16:08