Trace number 3276197

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
ppfolio seqUNSAT 1127.06 1127.03

General information on the benchmark

NameSAT05/crafted/sorge05/QG7/
gensys-icl007.shuffled-as.sat05-3133.cnf
MD5SUM88361752c7b0c05e849791aafdd7bdba
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark219.938
Satisfiable
(Un)Satisfiability was proved
Number of variables762
Number of clauses17262
Sum of the clauses size76511
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 21135
Number of clauses of size 38742
Number of clauses of size 4236
Number of clauses of size 5256
Number of clauses of size over 56851

Solver Data

0.00/0.01	This is pico-portfolio, a naive parallel portfolio
0.00/0.01	Copyright (C) 2011 Olivier Roussel
0.00/0.01	Using 1 processing units
0.00/0.01	This portfolio uses the following solvers:
0.00/0.01	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.01	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.01	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.01	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.01	Starting clasp 1.3.6 on core(s) 1
0.00/0.01	Starting TNM 2009 on core(s) 1
1127.00/1127.02	s UNSATISFIABLE
1127.00/1127.03	solver [2] clasp 1.3.6 answered
1127.00/1127.03	Done

Verifier Data

No possible verification on an UNSAT instance

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-3276197-1303664376/watcher-3276197-1303664376 -o /tmp/evaluation-result-3276197-1303664376/solver-3276197-1303664376 -C 5000 -W 5100 -M 15500 ppfolio --nbcore=1 HOME/instance-3276197-1303664376.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 0.85 0.98 1.22 3/180 13843
/proc/meminfo: memFree=16747144/32951124 swapFree=67111528/67111528
[pid=13843] ppid=13841 vsize=2712 CPUtime=0 cores=1,3,5,7
/proc/13843/stat : 13843 (ppfolio) S 13841 13843 12158 0 -1 4194304 83 0 0 0 0 0 0 0 22 0 1 0 478038072 2777088 37 33554432000 4194304 4287625 140735526646560 18446744073709551615 244442021511 0 2147483391 4096 0 18446744071699945619 0 0 17 1 0 0 0
/proc/13843/statm: 678 37 27 23 0 23 0

[startup+0.044141 s]
/proc/loadavg: 0.85 0.98 1.22 3/180 13843
/proc/meminfo: memFree=16747144/32951124 swapFree=67111528/67111528
[pid=13843] ppid=13841 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13843/stat : 13843 (ppfolio) S 13841 13843 12158 0 -1 4202496 500 0 0 0 0 0 0 0 20 0 1 0 478038072 18763776 394 33554432000 4194304 4287625 140735526646560 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/13843/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101153 s]
/proc/loadavg: 0.85 0.98 1.22 3/180 13843
/proc/meminfo: memFree=16747144/32951124 swapFree=67111528/67111528
[pid=13843] ppid=13841 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13843/stat : 13843 (ppfolio) S 13841 13843 12158 0 -1 4202496 500 0 0 0 0 0 0 0 20 0 1 0 478038072 18763776 394 33554432000 4194304 4287625 140735526646560 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/13843/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301095 s]
/proc/loadavg: 0.85 0.98 1.22 3/180 13843
/proc/meminfo: memFree=16747144/32951124 swapFree=67111528/67111528
[pid=13843] ppid=13841 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13843/stat : 13843 (ppfolio) S 13841 13843 12158 0 -1 4202496 500 0 0 0 0 0 0 0 18 0 1 0 478038072 18763776 394 33554432000 4194304 4287625 140735526646560 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/13843/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.701023 s]
/proc/loadavg: 0.85 0.98 1.22 3/180 13843
/proc/meminfo: memFree=16747144/32951124 swapFree=67111528/67111528
[pid=13843] ppid=13841 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13843/stat : 13843 (ppfolio) S 13841 13843 12158 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 478038072 18763776 394 33554432000 4194304 4287625 140735526646560 18446744073709551615 244446965263 0 0 4096 65536 5629149477198626816 0 0 17 5 0 0 0
/proc/13843/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50087 s]
/proc/loadavg: 0.85 0.98 1.22 7/184 13877
/proc/meminfo: memFree=16736356/32951124 swapFree=67111528/67111528
[pid=13843] ppid=13841 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13843/stat : 13843 (ppfolio) S 13841 13843 12158 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 478038072 18763776 394 33554432000 4194304 4287625 140735526646560 18446744073709551615 244446965263 0 0 4096 65536 5629149752076533760 0 0 17 5 0 0 0
/proc/13843/statm: 4581 394 345 23 0 91 0
[pid=13845] ppid=13843 vsize=507264 CPUtime=0.84 cores=1
/proc/13845/stat : 13845 (cryptominisat) R 13843 13843 12158 0 -1 4202496 2346 0 0 0 84 0 0 0 18 0 1 0 478038073 519438336 1455 33554432000 4194304 4587354 140734791664240 18446744073709551615 4238770 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13845/statm: 126816 1455 327 96 0 123378 0
[pid=13846] ppid=13843 vsize=15144 CPUtime=0.62 cores=1
/proc/13846/stat : 13846 (clasp) R 13843 13843 12158 0 -1 4202496 1269 0 0 0 62 0 0 0 19 0 1 0 478038073 15507456 1122 33554432000 4194304 4785740 140737358703376 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13846/statm: 3786 1122 340 145 0 831 0
[pid=13847] ppid=13843 vsize=452132 CPUtime=0.01 cores=1
/proc/13847/stat : 13847 (TNM) R 13843 13843 12158 0 -1 4202496 331 0 0 0 1 0 0 0 21 0 1 0 478038073 462983168 229 33554432000 134512640 134534564 4287662464 18446744073709551615 9774489 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13847/statm: 113033 229 90 6 0 111699 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 992864

[startup+3.10057 s]
/proc/loadavg: 0.85 0.98 1.22 7/184 13877
/proc/meminfo: memFree=16729536/32951124 swapFree=67111528/67111528
[pid=13843] ppid=13841 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13843/stat : 13843 (ppfolio) S 13841 13843 12158 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 478038072 18763776 394 33554432000 4194304 4287625 140735526646560 18446744073709551615 244446965263 0 0 4096 65536 5629149889515487232 0 0 17 5 0 0 0
/proc/13843/statm: 4581 394 345 23 0 91 0
[pid=13845] ppid=13843 vsize=507980 CPUtime=1.44 cores=1
/proc/13845/stat : 13845 (cryptominisat) R 13843 13843 12158 0 -1 4202496 2769 0 0 0 144 0 0 0 19 0 1 0 478038073 520171520 1505 33554432000 4194304 4587354 140734791664240 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13845/statm: 126995 1505 327 96 0 123557 0
[pid=13846] ppid=13843 vsize=15812 CPUtime=1.12 cores=1
/proc/13846/stat : 13846 (clasp) R 13843 13843 12158 0 -1 4202496 1433 0 0 0 112 0 0 0 19 0 1 0 478038073 16191488 1286 33554432000 4194304 4785740 140737358703376 18446744073709551615 4552635 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13846/statm: 3953 1286 340 145 0 998 0
[pid=13847] ppid=13843 vsize=453316 CPUtime=0.51 cores=1
/proc/13847/stat : 13847 (TNM) R 13843 13843 12158 0 -1 4202496 676 0 0 0 51 0 0 0 23 0 1 0 478038073 464195584 573 33554432000 134512640 134534564 4287662464 18446744073709551615 134524712 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13847/statm: 113329 573 91 6 0 111995 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 995432

[startup+6.30098 s]
/proc/loadavg: 1.26 1.06 1.25 7/184 13877
/proc/meminfo: memFree=16725196/32951124 swapFree=67111528/67111528
[pid=13843] ppid=13841 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13843/stat : 13843 (ppfolio) S 13841 13843 12158 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 478038072 18763776 394 33554432000 4194304 4287625 140735526646560 18446744073709551615 244446965263 0 0 4096 65536 5629149477198626816 0 0 17 5 0 0 0
/proc/13843/statm: 4581 394 345 23 0 91 0
[pid=13845] ppid=13843 vsize=517272 CPUtime=2.54 cores=1
/proc/13845/stat : 13845 (cryptominisat) R 13843 13843 12158 0 -1 4202496 5033 0 0 0 254 0 0 0 22 0 1 0 478038073 529686528 3332 33554432000 4194304 4587354 140734791664240 18446744073709551615 4364802 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13845/statm: 129318 3332 337 96 0 125880 0
[pid=13846] ppid=13843 vsize=16360 CPUtime=2.12 cores=1
/proc/13846/stat : 13846 (clasp) R 13843 13843 12158 0 -1 4202496 1589 0 0 0 212 0 0 0 22 0 1 0 478038073 16752640 1442 33554432000 4194304 4785740 140737358703376 18446744073709551615 4553423 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13846/statm: 4090 1442 340 145 0 1135 0
[pid=13847] ppid=13843 vsize=457416 CPUtime=1.61 cores=1
/proc/13847/stat : 13847 (TNM) R 13843 13843 12158 0 -1 4202496 893 0 0 0 161 0 0 0 25 0 1 0 478038073 468393984 790 33554432000 134512640 134534564 4287662464 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13847/statm: 114354 790 95 6 0 113020 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 1009372

[startup+12.7008 s]
/proc/loadavg: 1.64 1.14 1.27 7/184 13877
/proc/meminfo: memFree=16708916/32951124 swapFree=67111528/67111528
[pid=13843] ppid=13841 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13843/stat : 13843 (ppfolio) S 13841 13843 12158 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 478038072 18763776 394 33554432000 4194304 4287625 140735526646560 18446744073709551615 244446965263 0 0 4096 65536 5629148240248045568 0 0 17 5 0 0 0
/proc/13843/statm: 4581 394 345 23 0 91 0
[pid=13845] ppid=13843 vsize=514768 CPUtime=4.74 cores=1
/proc/13845/stat : 13845 (cryptominisat) R 13843 13843 12158 0 -1 4202496 5726 0 0 0 474 0 0 0 25 0 1 0 478038073 527122432 3515 33554432000 4194304 4587354 140734791664240 18446744073709551615 4237686 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13845/statm: 128692 3515 337 96 0 125254 0
[pid=13846] ppid=13843 vsize=17196 CPUtime=4.22 cores=1
/proc/13846/stat : 13846 (clasp) R 13843 13843 12158 0 -1 4202496 1787 0 0 0 422 0 0 0 25 0 1 0 478038073 17608704 1640 33554432000 4194304 4785740 140737358703376 18446744073709551615 4319146 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13846/statm: 4299 1640 340 145 0 1344 0
[pid=13847] ppid=13843 vsize=457416 CPUtime=3.71 cores=1
/proc/13847/stat : 13847 (TNM) R 13843 13843 12158 0 -1 4202496 893 0 0 0 371 0 0 0 25 0 1 0 478038073 468393984 790 33554432000 134512640 134534564 4287662464 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13847/statm: 114354 790 95 6 0 113020 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1007704

[startup+25.5004 s]
/proc/loadavg: 2.60 1.38 1.35 7/184 13877
/proc/meminfo: memFree=16702476/32951124 swapFree=67111528/67111528
[pid=13843] ppid=13841 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13843/stat : 13843 (ppfolio) S 13841 13843 12158 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 478038072 18763776 394 33554432000 4194304 4287625 140735526646560 18446744073709551615 244446965263 0 0 4096 65536 5629148515125952512 0 0 17 5 0 0 0
/proc/13843/statm: 4581 394 345 23 0 91 0
[pid=13845] ppid=13843 vsize=515080 CPUtime=8.94 cores=1
/proc/13845/stat : 13845 (cryptominisat) R 13843 13843 12158 0 -1 4202496 7332 0 0 0 894 0 0 0 25 0 1 0 478038073 527441920 3299 33554432000 4194304 4587354 140734791664240 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13845/statm: 128770 3299 337 96 0 125332 0
[pid=13846] ppid=13843 vsize=18724 CPUtime=8.52 cores=1
/proc/13846/stat : 13846 (clasp) R 13843 13843 12158 0 -1 4202496 2144 0 0 0 852 0 0 0 25 0 1 0 478038073 19173376 1997 33554432000 4194304 4785740 140737358703376 18446744073709551615 4287229 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13846/statm: 4681 1997 340 145 0 1726 0
[pid=13847] ppid=13843 vsize=457416 CPUtime=8.01 cores=1
/proc/13847/stat : 13847 (TNM) R 13843 13843 12158 0 -1 4202496 893 0 0 0 801 0 0 0 25 0 1 0 478038073 468393984 790 33554432000 134512640 134534564 4287662464 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13847/statm: 114354 790 95 6 0 113020 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1009544

[startup+51.1007 s]
/proc/loadavg: 3.76 1.75 1.47 7/184 13878
/proc/meminfo: memFree=16686468/32951124 swapFree=67111528/67111528
[pid=13843] ppid=13841 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13843/stat : 13843 (ppfolio) S 13841 13843 12158 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 478038072 18763776 394 33554432000 4194304 4287625 140735526646560 18446744073709551615 244446965263 0 0 4096 65536 5629148515125952512 0 0 17 5 0 0 0
/proc/13843/statm: 4581 394 345 23 0 91 0
[pid=13845] ppid=13843 vsize=527020 CPUtime=17.54 cores=1
/proc/13845/stat : 13845 (cryptominisat) R 13843 13843 12158 0 -1 4202496 12168 0 0 0 1753 1 0 0 25 0 1 0 478038073 539668480 6662 33554432000 4194304 4587354 140734791664240 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13845/statm: 131755 6662 337 96 0 128317 0
[pid=13846] ppid=13843 vsize=20172 CPUtime=17.03 cores=1
/proc/13846/stat : 13846 (clasp) R 13843 13843 12158 0 -1 4202496 2498 0 0 0 1703 0 0 0 25 0 1 0 478038073 20656128 2351 33554432000 4194304 4785740 140737358703376 18446744073709551615 4549853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13846/statm: 5043 2351 340 145 0 2088 0
[pid=13847] ppid=13843 vsize=457416 CPUtime=16.5 cores=1
/proc/13847/stat : 13847 (TNM) R 13843 13843 12158 0 -1 4202496 893 0 0 0 1650 0 0 0 25 0 1 0 478038073 468393984 790 33554432000 134512640 134534564 4287662464 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13847/statm: 114354 790 95 6 0 113020 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1022932

[startup+102.306 s]
/proc/loadavg: 5.03 2.40 1.71 7/184 13888
/proc/meminfo: memFree=16679384/32951124 swapFree=67111528/67111528
[pid=13843] ppid=13841 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13843/stat : 13843 (ppfolio) S 13841 13843 12158 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 478038072 18763776 394 33554432000 4194304 4287625 140735526646560 18446744073709551615 244446965263 0 0 4096 65536 5629149477198626816 0 0 17 5 0 0 0
/proc/13843/statm: 4581 394 345 23 0 91 0
[pid=13845] ppid=13843 vsize=517600 CPUtime=34.56 cores=1
/proc/13845/stat : 13845 (cryptominisat) R 13843 13843 12158 0 -1 4202496 14175 0 0 0 3455 1 0 0 25 0 1 0 478038073 530022400 5879 33554432000 4194304 4587354 140734791664240 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13845/statm: 129400 5879 337 96 0 125962 0
[pid=13846] ppid=13843 vsize=22404 CPUtime=34.11 cores=1
/proc/13846/stat : 13846 (clasp) R 13843 13843 12158 0 -1 4202496 3026 0 0 0 3411 0 0 0 25 0 1 0 478038073 22941696 2879 33554432000 4194304 4785740 140737358703376 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13846/statm: 5601 2879 340 145 0 2646 0
[pid=13847] ppid=13843 vsize=457416 CPUtime=33.6 cores=1
/proc/13847/stat : 13847 (TNM) R 13843 13843 12158 0 -1 4202496 893 0 0 0 3360 0 0 0 25 0 1 0 478038073 468393984 790 33554432000 134512640 134534564 4287662464 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13847/statm: 114354 790 95 6 0 113020 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1015744

[startup+162.301 s]
/proc/loadavg: 5.64 3.05 1.97 7/184 13890
/proc/meminfo: memFree=16667220/32951124 swapFree=67111528/67111528
[pid=13843] ppid=13841 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13843/stat : 13843 (ppfolio) S 13841 13843 12158 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 478038072 18763776 394 33554432000 4194304 4287625 140735526646560 18446744073709551615 244446965263 0 0 4096 65536 5629147827931185152 0 0 17 5 0 0 0
/proc/13843/statm: 4581 394 345 23 0 91 0
[pid=13845] ppid=13843 vsize=528316 CPUtime=54.57 cores=1
/proc/13845/stat : 13845 (cryptominisat) R 13843 13843 12158 0 -1 4202496 16576 0 0 0 5455 2 0 0 25 0 1 0 478038073 540995584 7125 33554432000 4194304 4587354 140734791664240 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13845/statm: 132079 7125 337 96 0 128641 0
[pid=13846] ppid=13843 vsize=24728 CPUtime=54.11 cores=1

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

/proc/13846/statm: 8099 5175 340 145 0 5144 0
[pid=13847] ppid=13843 vsize=457416 CPUtime=293.56 cores=1
/proc/13847/stat : 13847 (TNM) R 13843 13843 12158 0 -1 4202496 893 0 0 0 29356 0 0 0 25 0 1 0 478038073 468393984 790 33554432000 134512640 134534564 4287662464 18446744073709551615 134525956 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13847/statm: 114354 790 95 6 0 113020 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 1067616

[startup+942.306 s]
/proc/loadavg: 5.99 5.73 4.21 7/184 14064
/proc/meminfo: memFree=16114080/32951124 swapFree=67111528/67111528
[pid=13843] ppid=13841 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13843/stat : 13843 (ppfolio) S 13841 13843 12158 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 478038072 18763776 394 33554432000 4194304 4287625 140735526646560 18446744073709551615 244446965263 0 0 4096 65536 5629149752076533760 0 0 17 5 0 0 0
/proc/13843/statm: 4581 394 345 23 0 91 0
[pid=13845] ppid=13843 vsize=560128 CPUtime=314.59 cores=1
/proc/13845/stat : 13845 (cryptominisat) R 13843 13843 12158 0 -1 4202496 52464 0 0 0 31451 8 0 0 25 0 1 0 478038073 573571072 14021 33554432000 4194304 4587354 140734791664240 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13845/statm: 140032 14021 337 96 0 136594 0
[pid=13846] ppid=13843 vsize=32396 CPUtime=314.15 cores=1
/proc/13846/stat : 13846 (clasp) R 13843 13843 12158 0 -1 4202496 5368 0 0 0 31415 0 0 0 25 0 1 0 478038073 33173504 5221 33554432000 4194304 4785740 140737358703376 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13846/statm: 8099 5221 340 145 0 5144 0
[pid=13847] ppid=13843 vsize=457416 CPUtime=313.56 cores=1
/proc/13847/stat : 13847 (TNM) R 13843 13843 12158 0 -1 4202496 893 0 0 0 31356 0 0 0 25 0 1 0 478038073 468393984 790 33554432000 134512640 134534564 4287662464 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13847/statm: 114354 790 95 6 0 113020 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 1068264

[startup+1002.3 s]
/proc/loadavg: 5.99 5.77 4.32 7/184 14065
/proc/meminfo: memFree=16036452/32951124 swapFree=67111528/67111528
[pid=13843] ppid=13841 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13843/stat : 13843 (ppfolio) S 13841 13843 12158 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 478038072 18763776 394 33554432000 4194304 4287625 140735526646560 18446744073709551615 244446965263 0 0 4096 65536 5629149889515487232 0 0 17 5 0 0 0
/proc/13843/statm: 4581 394 345 23 0 91 0
[pid=13845] ppid=13843 vsize=548760 CPUtime=334.59 cores=1
/proc/13845/stat : 13845 (cryptominisat) R 13843 13843 12158 0 -1 4202496 54140 0 0 0 33450 9 0 0 25 0 1 0 478038073 561930240 13307 33554432000 4194304 4587354 140734791664240 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13845/statm: 137190 13307 337 96 0 133752 0
[pid=13846] ppid=13843 vsize=32888 CPUtime=334.15 cores=1
/proc/13846/stat : 13846 (clasp) R 13843 13843 12158 0 -1 4202496 5499 0 0 0 33415 0 0 0 25 0 1 0 478038073 33677312 5319 33554432000 4194304 4785740 140737358703376 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13846/statm: 8222 5319 340 145 0 5267 0
[pid=13847] ppid=13843 vsize=457416 CPUtime=333.56 cores=1
/proc/13847/stat : 13847 (TNM) R 13843 13843 12158 0 -1 4202496 893 0 0 0 33356 0 0 0 25 0 1 0 478038073 468393984 790 33554432000 134512640 134534564 4287662464 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13847/statm: 114354 790 95 6 0 113020 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 1057388

[startup+1062.3 s]
/proc/loadavg: 5.99 5.81 4.42 7/184 14067
/proc/meminfo: memFree=16008028/32951124 swapFree=67111528/67111528
[pid=13843] ppid=13841 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13843/stat : 13843 (ppfolio) S 13841 13843 12158 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 478038072 18763776 394 33554432000 4194304 4287625 140735526646560 18446744073709551615 244446965263 0 0 4096 65536 5629147827931185152 0 0 17 5 0 0 0
/proc/13843/statm: 4581 394 345 23 0 91 0
[pid=13845] ppid=13843 vsize=560604 CPUtime=354.59 cores=1
/proc/13845/stat : 13845 (cryptominisat) R 13843 13843 12158 0 -1 4202496 55034 0 0 0 35450 9 0 0 25 0 1 0 478038073 574058496 14199 33554432000 4194304 4587354 140734791664240 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13845/statm: 140151 14199 337 96 0 136713 0
[pid=13846] ppid=13843 vsize=33276 CPUtime=354.16 cores=1
/proc/13846/stat : 13846 (clasp) R 13843 13843 12158 0 -1 4202496 5649 0 0 0 35416 0 0 0 25 0 1 0 478038073 34074624 5429 33554432000 4194304 4785740 140737358703376 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13846/statm: 8319 5429 340 145 0 5364 0
[pid=13847] ppid=13843 vsize=457416 CPUtime=353.55 cores=1
/proc/13847/stat : 13847 (TNM) R 13843 13843 12158 0 -1 4202496 893 0 0 0 35355 0 0 0 25 0 1 0 478038073 468393984 790 33554432000 134512640 134534564 4287662464 18446744073709551615 134529024 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13847/statm: 114354 790 95 6 0 113020 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 1069620

[startup+1122.3 s]
/proc/loadavg: 5.99 5.84 4.52 7/184 14068
/proc/meminfo: memFree=15995000/32951124 swapFree=67111528/67111528
[pid=13843] ppid=13841 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13843/stat : 13843 (ppfolio) S 13841 13843 12158 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 478038072 18763776 394 33554432000 4194304 4287625 140735526646560 18446744073709551615 244446965263 0 0 4096 65536 5629147965370138624 0 0 17 5 0 0 0
/proc/13843/statm: 4581 394 345 23 0 91 0
[pid=13845] ppid=13843 vsize=546916 CPUtime=374.58 cores=1
/proc/13845/stat : 13845 (cryptominisat) R 13843 13843 12158 0 -1 4202496 56703 0 0 0 37449 9 0 0 25 0 1 0 478038073 560041984 13335 33554432000 4194304 4587354 140734791664240 18446744073709551615 4243904 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13845/statm: 136729 13335 337 96 0 133291 0
[pid=13846] ppid=13843 vsize=33276 CPUtime=374.16 cores=1
/proc/13846/stat : 13846 (clasp) R 13843 13843 12158 0 -1 4202496 5654 0 0 0 37416 0 0 0 25 0 1 0 478038073 34074624 5434 33554432000 4194304 4785740 140737358703376 18446744073709551615 4287211 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13846/statm: 8319 5434 340 145 0 5364 0
[pid=13847] ppid=13843 vsize=457416 CPUtime=373.56 cores=1
/proc/13847/stat : 13847 (TNM) R 13843 13843 12158 0 -1 4202496 893 0 0 0 37356 0 0 0 25 0 1 0 478038073 468393984 790 33554432000 134512640 134534564 4287662464 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13847/statm: 114354 790 95 6 0 113020 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 1055932

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

[startup+1123.81 s]
/proc/loadavg: 5.99 5.84 4.52 7/184 14068
/proc/meminfo: memFree=15991776/32951124 swapFree=67111528/67111528
[pid=13843] ppid=13841 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13843/stat : 13843 (ppfolio) S 13841 13843 12158 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 478038072 18763776 394 33554432000 4194304 4287625 140735526646560 18446744073709551615 244446965263 0 0 4096 65536 5629147965370138624 0 0 17 5 0 0 0
/proc/13843/statm: 4581 394 345 23 0 91 0
[pid=13845] ppid=13843 vsize=546916 CPUtime=375.08 cores=1
/proc/13845/stat : 13845 (cryptominisat) R 13843 13843 12158 0 -1 4202496 56703 0 0 0 37499 9 0 0 25 0 1 0 478038073 560041984 13335 33554432000 4194304 4587354 140734791664240 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13845/statm: 136729 13335 337 96 0 133291 0
[pid=13846] ppid=13843 vsize=33276 CPUtime=374.66 cores=1
/proc/13846/stat : 13846 (clasp) R 13843 13843 12158 0 -1 4202496 5654 0 0 0 37466 0 0 0 25 0 1 0 478038073 34074624 5434 33554432000 4194304 4785740 140737358703376 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13846/statm: 8319 5434 340 145 0 5364 0
[pid=13847] ppid=13843 vsize=457416 CPUtime=374.07 cores=1
/proc/13847/stat : 13847 (TNM) R 13843 13843 12158 0 -1 4202496 893 0 0 0 37407 0 0 0 25 0 1 0 478038073 468393984 790 33554432000 134512640 134534564 4287662464 18446744073709551615 134530582 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13847/statm: 114354 790 95 6 0 113020 0
Current children cumulated CPU time (s) 1123.81
Current children cumulated vsize (KiB) 1055932

[startup+1125.4 s]
/proc/loadavg: 5.99 5.85 4.53 7/184 14069
/proc/meminfo: memFree=15990040/32951124 swapFree=67111528/67111528
[pid=13843] ppid=13841 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13843/stat : 13843 (ppfolio) S 13841 13843 12158 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 478038072 18763776 394 33554432000 4194304 4287625 140735526646560 18446744073709551615 244446965263 0 0 4096 65536 5629147965370138624 0 0 17 5 0 0 0
/proc/13843/statm: 4581 394 345 23 0 91 0
[pid=13845] ppid=13843 vsize=546916 CPUtime=375.59 cores=1
/proc/13845/stat : 13845 (cryptominisat) R 13843 13843 12158 0 -1 4202496 56703 0 0 0 37550 9 0 0 25 0 1 0 478038073 560041984 13335 33554432000 4194304 4587354 140734791664240 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13845/statm: 136729 13335 337 96 0 133291 0
[pid=13846] ppid=13843 vsize=33084 CPUtime=375.15 cores=1
/proc/13846/stat : 13846 (clasp) R 13843 13843 12158 0 -1 4202496 5654 0 0 0 37515 0 0 0 25 0 1 0 478038073 33878016 5401 33554432000 4194304 4785740 140737358703376 18446744073709551615 4553001 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13846/statm: 8271 5401 340 145 0 5316 0
[pid=13847] ppid=13843 vsize=457416 CPUtime=374.65 cores=1
/proc/13847/stat : 13847 (TNM) R 13843 13843 12158 0 -1 4202496 893 0 0 0 37465 0 0 0 25 0 1 0 478038073 468393984 790 33554432000 134512640 134534564 4287662464 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13847/statm: 114354 790 95 6 0 113020 0
Current children cumulated CPU time (s) 1125.39
Current children cumulated vsize (KiB) 1055740

[startup+1126.2 s]
/proc/loadavg: 5.99 5.85 4.53 7/184 14069
/proc/meminfo: memFree=15988552/32951124 swapFree=67111528/67111528
[pid=13843] ppid=13841 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13843/stat : 13843 (ppfolio) S 13841 13843 12158 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 478038072 18763776 394 33554432000 4194304 4287625 140735526646560 18446744073709551615 244446965263 0 0 4096 65536 5629147965370138624 0 0 17 5 0 0 0
/proc/13843/statm: 4581 394 345 23 0 91 0
[pid=13845] ppid=13843 vsize=546916 CPUtime=375.88 cores=1
/proc/13845/stat : 13845 (cryptominisat) R 13843 13843 12158 0 -1 4202496 56703 0 0 0 37579 9 0 0 25 0 1 0 478038073 560041984 13335 33554432000 4194304 4587354 140734791664240 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13845/statm: 136729 13335 337 96 0 133291 0
[pid=13846] ppid=13843 vsize=33084 CPUtime=375.45 cores=1
/proc/13846/stat : 13846 (clasp) R 13843 13843 12158 0 -1 4202496 5654 0 0 0 37545 0 0 0 25 0 1 0 478038073 33878016 5401 33554432000 4194304 4785740 140737358703376 18446744073709551615 4287186 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13846/statm: 8271 5401 340 145 0 5316 0
[pid=13847] ppid=13843 vsize=457416 CPUtime=374.86 cores=1
/proc/13847/stat : 13847 (TNM) R 13843 13843 12158 0 -1 4202496 893 0 0 0 37486 0 0 0 25 0 1 0 478038073 468393984 790 33554432000 134512640 134534564 4287662464 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13847/statm: 114354 790 95 6 0 113020 0
Current children cumulated CPU time (s) 1126.19
Current children cumulated vsize (KiB) 1055740

[startup+1126.6 s]
/proc/loadavg: 5.99 5.85 4.53 7/184 14069
/proc/meminfo: memFree=15988552/32951124 swapFree=67111528/67111528
[pid=13843] ppid=13841 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13843/stat : 13843 (ppfolio) S 13841 13843 12158 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 478038072 18763776 394 33554432000 4194304 4287625 140735526646560 18446744073709551615 244446965263 0 0 4096 65536 5629147965370138624 0 0 17 5 0 0 0
/proc/13843/statm: 4581 394 345 23 0 91 0
[pid=13845] ppid=13843 vsize=546916 CPUtime=375.99 cores=1
/proc/13845/stat : 13845 (cryptominisat) R 13843 13843 12158 0 -1 4202496 56703 0 0 0 37590 9 0 0 25 0 1 0 478038073 560041984 13335 33554432000 4194304 4587354 140734791664240 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13845/statm: 136729 13335 337 96 0 133291 0
[pid=13846] ppid=13843 vsize=33084 CPUtime=375.55 cores=1
/proc/13846/stat : 13846 (clasp) R 13843 13843 12158 0 -1 4202496 5654 0 0 0 37555 0 0 0 25 0 1 0 478038073 33878016 5401 33554432000 4194304 4785740 140737358703376 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13846/statm: 8271 5401 340 145 0 5316 0
[pid=13847] ppid=13843 vsize=457416 CPUtime=375.05 cores=1
/proc/13847/stat : 13847 (TNM) R 13843 13843 12158 0 -1 4202496 893 0 0 0 37505 0 0 0 25 0 1 0 478038073 468393984 790 33554432000 134512640 134534564 4287662464 18446744073709551615 134530504 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13847/statm: 114354 790 95 6 0 113020 0
Current children cumulated CPU time (s) 1126.59
Current children cumulated vsize (KiB) 1055740

[startup+1127 s]
/proc/loadavg: 5.99 5.85 4.53 7/184 14069
/proc/meminfo: memFree=15987188/32951124 swapFree=67111528/67111528
[pid=13843] ppid=13841 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/13843/stat : 13843 (ppfolio) S 13841 13843 12158 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 478038072 18763776 394 33554432000 4194304 4287625 140735526646560 18446744073709551615 244446965263 0 0 4096 65536 5629147965370138624 0 0 17 5 0 0 0
/proc/13843/statm: 4581 394 345 23 0 91 0
[pid=13845] ppid=13843 vsize=546916 CPUtime=376.18 cores=1
/proc/13845/stat : 13845 (cryptominisat) R 13843 13843 12158 0 -1 4202496 56703 0 0 0 37609 9 0 0 25 0 1 0 478038073 560041984 13335 33554432000 4194304 4587354 140734791664240 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13845/statm: 136729 13335 337 96 0 133291 0
[pid=13846] ppid=13843 vsize=33084 CPUtime=375.67 cores=1
/proc/13846/stat : 13846 (clasp) R 13843 13843 12158 0 -1 4202496 5654 0 0 0 37567 0 0 0 25 0 1 0 478038073 33878016 5401 33554432000 4194304 4785740 140737358703376 18446744073709551615 4290592 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13846/statm: 8271 5401 340 145 0 5316 0
[pid=13847] ppid=13843 vsize=457416 CPUtime=375.15 cores=1
/proc/13847/stat : 13847 (TNM) R 13843 13843 12158 0 -1 4202496 893 0 0 0 37515 0 0 0 25 0 1 0 478038073 468393984 790 33554432000 134512640 134534564 4287662464 18446744073709551615 134530268 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13847/statm: 114354 790 95 6 0 113020 0
Current children cumulated CPU time (s) 1127
Current children cumulated vsize (KiB) 1055740

Child status: 0
Real time (s): 1127.03
CPU time (s): 1127.06
CPU user time (s): 1126.95
CPU system time (s): 0.112982
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1550564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1126.95
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63787
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= 230
involuntary context switches= 12415

runsolver used 1.81672 second user time and 4.32734 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-24 18:59:36
IDJOB=3276197
IDBENCH=85826
IDSOLVER=1639
FILE ID=node105/3276197-1303664376
RUNJOBID= node105-1303664376-13821
PBS_JOBID= 13150743
Free space on /tmp= 71920 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT05/crafted/sorge05/QG7/gensys-icl007.shuffled-as.sat05-3133.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3276197-1303664376/watcher-3276197-1303664376 -o /tmp/evaluation-result-3276197-1303664376/solver-3276197-1303664376 -C 5000 -W 5100 -M 15500  ppfolio --nbcore=1 HOME/instance-3276197-1303664376.cnf

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

MD5SUM BENCH= 88361752c7b0c05e849791aafdd7bdba
RANDOM SEED=56419075

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:      16747424 kB
Buffers:       2275624 kB
Cached:       13297712 kB
SwapCached:          0 kB
Active:        8330200 kB
Inactive:      7307300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16747424 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           20600 kB
Writeback:           0 kB
AnonPages:       63880 kB
Mapped:          15656 kB
Slab:           503128 kB
PageTables:       4724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   656540 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= 71888 MiB
End job on node105 at 2011-04-24 19:18:23