Trace number 3275762

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 2737.97 2737.89

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_406.cnf
MD5SUM906590ef62b3db2841b2d529fd1636f7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark698.091
Satisfiable
(Un)Satisfiability was proved
Number of variables203
Number of clauses22241
Sum of the clauses size99837
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 268
Number of clauses of size 320324
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51849

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 1 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 1
2737.86/2737.88	s UNSATISFIABLE
2737.86/2737.88	solver [2] clasp 1.3.6 answered
2737.86/2737.88	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-3275762-1303650381/watcher-3275762-1303650381 -o /tmp/evaluation-result-3275762-1303650381/solver-3275762-1303650381 -C 5000 -W 5100 -M 15500 ppfolio --nbcore=1 HOME/instance-3275762-1303650381.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: 1.04 1.64 1.86 4/180 21812
/proc/meminfo: memFree=15493708/32951124 swapFree=67111528/67111528
[pid=21812] ppid=21810 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21812/stat : 21812 (ppfolio) S 21810 21812 21083 0 -1 4202496 499 0 0 0 0 0 0 0 21 0 1 0 476636099 18763776 394 33554432000 4194304 4287625 140733208610480 18446744073709551615 228122734095 0 0 4096 65536 16265880356496834824 0 0 17 5 0 0 0
/proc/21812/statm: 4581 394 345 23 0 91 0

[startup+0.0919399 s]
/proc/loadavg: 1.04 1.64 1.86 4/180 21812
/proc/meminfo: memFree=15493708/32951124 swapFree=67111528/67111528
[pid=21812] ppid=21810 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21812/stat : 21812 (ppfolio) S 21810 21812 21083 0 -1 4202496 500 0 0 0 0 0 0 0 23 0 1 0 476636099 18763776 394 33554432000 4194304 4287625 140733208610480 18446744073709551615 228122734095 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/21812/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100939 s]
/proc/loadavg: 1.04 1.64 1.86 4/180 21812
/proc/meminfo: memFree=15493708/32951124 swapFree=67111528/67111528
[pid=21812] ppid=21810 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21812/stat : 21812 (ppfolio) S 21810 21812 21083 0 -1 4202496 500 0 0 0 0 0 0 0 23 0 1 0 476636099 18763776 394 33554432000 4194304 4287625 140733208610480 18446744073709551615 228122734095 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/21812/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300902 s]
/proc/loadavg: 1.04 1.64 1.86 4/180 21812
/proc/meminfo: memFree=15493708/32951124 swapFree=67111528/67111528
[pid=21812] ppid=21810 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21812/stat : 21812 (ppfolio) S 21810 21812 21083 0 -1 4202496 500 0 0 0 0 0 0 0 21 0 1 0 476636099 18763776 394 33554432000 4194304 4287625 140733208610480 18446744073709551615 228122734095 0 0 4096 65536 4586816164918722560 0 0 17 5 0 0 0
/proc/21812/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700826 s]
/proc/loadavg: 1.04 1.64 1.86 4/180 21812
/proc/meminfo: memFree=15493708/32951124 swapFree=67111528/67111528
[pid=21812] ppid=21810 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21812/stat : 21812 (ppfolio) S 21810 21812 21083 0 -1 4202496 500 0 0 0 0 0 0 0 18 0 1 0 476636099 18763776 394 33554432000 4194304 4287625 140733208610480 18446744073709551615 228122734095 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/21812/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50069 s]
/proc/loadavg: 1.04 1.64 1.86 7/184 21816
/proc/meminfo: memFree=15475704/32951124 swapFree=67111528/67111528
[pid=21812] ppid=21810 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21812/stat : 21812 (ppfolio) S 21810 21812 21083 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476636099 18763776 394 33554432000 4194304 4287625 140733208610480 18446744073709551615 228122734095 0 0 4096 65536 4586817264430350336 0 0 17 5 0 0 0
/proc/21812/statm: 4581 394 345 23 0 91 0
[pid=21813] ppid=21812 vsize=1456616 CPUtime=1.04 cores=1
/proc/21813/stat : 21813 (cryptominisat) R 21812 21812 21083 0 -1 4202496 3556 0 0 0 104 0 0 0 19 0 1 0 476636099 1491574784 1471 33554432000 4194304 4587354 140737157973712 18446744073709551615 4238739 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21813/statm: 364154 1471 327 96 0 360716 0
[pid=21814] ppid=21812 vsize=14200 CPUtime=0.22 cores=1
/proc/21814/stat : 21814 (clasp) R 21812 21812 21083 0 -1 4202496 1078 0 0 0 22 0 0 0 24 0 1 0 476636100 14540800 888 33554432000 4194304 4785740 140734657322608 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21814/statm: 3550 888 340 145 0 595 0
[pid=21815] ppid=21812 vsize=453844 CPUtime=0.22 cores=1
/proc/21815/stat : 21815 (TNM) R 21812 21812 21083 0 -1 4202496 814 0 0 0 22 0 0 0 25 0 1 0 476636100 464736256 710 33554432000 134512640 134534564 4288944160 18446744073709551615 134524483 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21815/statm: 113461 710 91 6 0 112127 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1942984

[startup+3.10039 s]
/proc/loadavg: 1.04 1.64 1.86 7/184 21816
/proc/meminfo: memFree=15472852/32951124 swapFree=67111528/67111528
[pid=21812] ppid=21810 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21812/stat : 21812 (ppfolio) S 21810 21812 21083 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476636099 18763776 394 33554432000 4194304 4287625 140733208610480 18446744073709551615 228122734095 0 0 4096 65536 4586815340285001728 0 0 17 5 0 0 0
/proc/21812/statm: 4581 394 345 23 0 91 0
[pid=21813] ppid=21812 vsize=1455616 CPUtime=1.55 cores=1
/proc/21813/stat : 21813 (cryptominisat) R 21812 21812 21083 0 -1 4202496 4108 0 0 0 155 0 0 0 20 0 1 0 476636099 1490550784 1589 33554432000 4194304 4587354 140737157973712 18446744073709551615 4241262 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21813/statm: 363904 1589 327 96 0 360466 0
[pid=21814] ppid=21812 vsize=15608 CPUtime=0.72 cores=1
/proc/21814/stat : 21814 (clasp) R 21812 21812 21083 0 -1 4202496 1427 0 0 0 72 0 0 0 25 0 1 0 476636100 15982592 1237 33554432000 4194304 4785740 140734657322608 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21814/statm: 3902 1237 340 145 0 947 0
[pid=21815] ppid=21812 vsize=453844 CPUtime=0.81 cores=1
/proc/21815/stat : 21815 (TNM) R 21812 21812 21083 0 -1 4202496 814 0 0 0 81 0 0 0 25 0 1 0 476636100 464736256 710 33554432000 134512640 134534564 4288944160 18446744073709551615 134524573 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21815/statm: 113461 710 91 6 0 112127 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1943392

[startup+6.30081 s]
/proc/loadavg: 1.44 1.71 1.89 7/184 21816
/proc/meminfo: memFree=15459396/32951124 swapFree=67111528/67111528
[pid=21812] ppid=21810 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21812/stat : 21812 (ppfolio) S 21810 21812 21083 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476636099 18763776 394 33554432000 4194304 4287625 140733208610480 18446744073709551615 228122734095 0 0 4096 65536 4586817126991396864 0 0 17 5 0 0 0
/proc/21812/statm: 4581 394 345 23 0 91 0
[pid=21813] ppid=21812 vsize=1466128 CPUtime=2.64 cores=1
/proc/21813/stat : 21813 (cryptominisat) R 21812 21812 21083 0 -1 4202496 6783 0 0 0 264 0 0 0 22 0 1 0 476636099 1501315072 3767 33554432000 4194304 4587354 140737157973712 18446744073709551615 4463890 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21813/statm: 366532 3767 337 96 0 363094 0
[pid=21814] ppid=21812 vsize=16420 CPUtime=1.82 cores=1
/proc/21814/stat : 21814 (clasp) R 21812 21812 21083 0 -1 4202496 1655 0 0 0 182 0 0 0 25 0 1 0 476636100 16814080 1465 33554432000 4194304 4785740 140734657322608 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21814/statm: 4105 1465 340 145 0 1150 0
[pid=21815] ppid=21812 vsize=457812 CPUtime=1.82 cores=1
/proc/21815/stat : 21815 (TNM) R 21812 21812 21083 0 -1 4202496 1002 0 0 0 182 0 0 0 25 0 1 0 476636100 468799488 898 33554432000 134512640 134534564 4288944160 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21815/statm: 114453 898 95 6 0 113119 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1958684

[startup+12.7006 s]
/proc/loadavg: 1.81 1.79 1.91 7/184 21816
/proc/meminfo: memFree=15445944/32951124 swapFree=67111528/67111528
[pid=21812] ppid=21810 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21812/stat : 21812 (ppfolio) S 21810 21812 21083 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476636099 18763776 394 33554432000 4194304 4287625 140733208610480 18446744073709551615 228122734095 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/21812/statm: 4581 394 345 23 0 91 0
[pid=21813] ppid=21812 vsize=38300 CPUtime=4.75 cores=1
/proc/21813/stat : 21813 (cryptominisat) R 21812 21812 21083 0 -1 4202496 8046 0 0 0 475 0 0 0 25 0 1 0 476636099 39219200 3907 33554432000 4194304 4587354 140737157973712 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21813/statm: 9575 3907 337 96 0 6137 0
[pid=21814] ppid=21812 vsize=17868 CPUtime=3.92 cores=1
/proc/21814/stat : 21814 (clasp) R 21812 21812 21083 0 -1 4202496 1989 0 0 0 392 0 0 0 25 0 1 0 476636100 18296832 1799 33554432000 4194304 4785740 140734657322608 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21814/statm: 4467 1799 340 145 0 1512 0
[pid=21815] ppid=21812 vsize=457812 CPUtime=4.01 cores=1
/proc/21815/stat : 21815 (TNM) R 21812 21812 21083 0 -1 4202496 1002 0 0 0 401 0 0 0 25 0 1 0 476636100 468799488 898 33554432000 134512640 134534564 4288944160 18446744073709551615 134530669 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21815/statm: 114453 898 95 6 0 113119 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 532304

[startup+25.5003 s]
/proc/loadavg: 2.73 1.99 1.97 7/184 21816
/proc/meminfo: memFree=15440000/32951124 swapFree=67111528/67111528
[pid=21812] ppid=21810 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21812/stat : 21812 (ppfolio) S 21810 21812 21083 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476636099 18763776 394 33554432000 4194304 4287625 140733208610480 18446744073709551615 228122734095 0 0 4096 65536 4586816714674536448 0 0 17 5 0 0 0
/proc/21812/statm: 4581 394 345 23 0 91 0
[pid=21813] ppid=21812 vsize=1467304 CPUtime=9.03 cores=1
/proc/21813/stat : 21813 (cryptominisat) R 21812 21812 21083 0 -1 4202496 11214 0 0 0 903 0 0 0 25 0 1 0 476636099 1502519296 4355 33554432000 4194304 4587354 140737157973712 18446744073709551615 4245136 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21813/statm: 366826 4355 337 96 0 363388 0
[pid=21814] ppid=21812 vsize=19524 CPUtime=8.22 cores=1
/proc/21814/stat : 21814 (clasp) R 21812 21812 21083 0 -1 4202496 2367 0 0 0 822 0 0 0 25 0 1 0 476636100 19992576 2177 33554432000 4194304 4785740 140734657322608 18446744073709551615 4299680 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21814/statm: 4881 2177 340 145 0 1926 0
[pid=21815] ppid=21812 vsize=457812 CPUtime=8.22 cores=1
/proc/21815/stat : 21815 (TNM) R 21812 21812 21083 0 -1 4202496 1002 0 0 0 822 0 0 0 25 0 1 0 476636100 468799488 898 33554432000 134512640 134534564 4288944160 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21815/statm: 114453 898 95 6 0 113119 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1962964

[startup+51.1007 s]
/proc/loadavg: 3.85 2.31 2.08 7/184 21877
/proc/meminfo: memFree=15435212/32951124 swapFree=67111528/67111528
[pid=21812] ppid=21810 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21812/stat : 21812 (ppfolio) S 21810 21812 21083 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476636099 18763776 394 33554432000 4194304 4287625 140733208610480 18446744073709551615 228122734095 0 0 4096 65536 4586817126991396864 0 0 17 5 0 0 0
/proc/21812/statm: 4581 394 345 23 0 91 0
[pid=21813] ppid=21812 vsize=1467664 CPUtime=17.56 cores=1
/proc/21813/stat : 21813 (cryptominisat) R 21812 21812 21083 0 -1 4202496 14830 0 0 0 1755 1 0 0 25 0 1 0 476636099 1502887936 5362 33554432000 4194304 4587354 140737157973712 18446744073709551615 4238258 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21813/statm: 366916 5362 337 96 0 363478 0
[pid=21814] ppid=21812 vsize=21932 CPUtime=16.72 cores=1
/proc/21814/stat : 21814 (clasp) R 21812 21812 21083 0 -1 4202496 2929 0 0 0 1672 0 0 0 25 0 1 0 476636100 22458368 2739 33554432000 4194304 4785740 140734657322608 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21814/statm: 5483 2739 340 145 0 2528 0
[pid=21815] ppid=21812 vsize=457812 CPUtime=16.8 cores=1
/proc/21815/stat : 21815 (TNM) R 21812 21812 21083 0 -1 4202496 1002 0 0 0 1680 0 0 0 25 0 1 0 476636100 468799488 898 33554432000 134512640 134534564 4288944160 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21815/statm: 114453 898 95 6 0 113119 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1965732

[startup+102.306 s]
/proc/loadavg: 5.06 2.88 2.28 7/184 21878
/proc/meminfo: memFree=15418376/32951124 swapFree=67111528/67111528
[pid=21812] ppid=21810 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21812/stat : 21812 (ppfolio) S 21810 21812 21083 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476636099 18763776 394 33554432000 4194304 4287625 140733208610480 18446744073709551615 228122734095 0 0 4096 65536 4586817264430350336 0 0 17 5 0 0 0
/proc/21812/statm: 4581 394 345 23 0 91 0
[pid=21813] ppid=21812 vsize=36180 CPUtime=34.63 cores=1
/proc/21813/stat : 21813 (cryptominisat) R 21812 21812 21083 0 -1 4202496 19419 0 0 0 3461 2 0 0 25 0 1 0 476636099 37048320 5520 33554432000 4194304 4587354 140737157973712 18446744073709551615 4430542 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21813/statm: 9045 5520 337 96 0 5607 0
[pid=21814] ppid=21812 vsize=24944 CPUtime=33.81 cores=1
/proc/21814/stat : 21814 (clasp) R 21812 21812 21083 0 -1 4202496 3614 0 0 0 3381 0 0 0 25 0 1 0 476636100 25542656 3424 33554432000 4194304 4785740 140734657322608 18446744073709551615 4553088 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21814/statm: 6236 3424 340 145 0 3281 0
[pid=21815] ppid=21812 vsize=457812 CPUtime=33.84 cores=1
/proc/21815/stat : 21815 (TNM) R 21812 21812 21083 0 -1 4202496 1002 0 0 0 3384 0 0 0 25 0 1 0 476636100 468799488 898 33554432000 134512640 134534564 4288944160 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21815/statm: 114453 898 95 6 0 113119 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 537260

[startup+162.301 s]
/proc/loadavg: 5.65 3.44 2.51 7/184 21880
/proc/meminfo: memFree=15392692/32951124 swapFree=67111528/67111528
[pid=21812] ppid=21810 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21812/stat : 21812 (ppfolio) S 21810 21812 21083 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476636099 18763776 394 33554432000 4194304 4287625 140733208610480 18446744073709551615 228122734095 0 0 4096 65536 4586816027479769088 0 0 17 5 0 0 0
/proc/21812/statm: 4581 394 345 23 0 91 0
[pid=21813] ppid=21812 vsize=62444 CPUtime=54.63 cores=1
/proc/21813/stat : 21813 (cryptominisat) R 21812 21812 21083 0 -1 4202496 36265 0 0 0 5459 4 0 0 25 0 1 0 476636099 63942656 9699 33554432000 4194304 4587354 140737157973712 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21813/statm: 15611 9699 337 96 0 12173 0
[pid=21814] ppid=21812 vsize=27832 CPUtime=53.81 cores=1

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

/proc/21814/statm: 12593 9187 341 145 0 9638 0
[pid=21815] ppid=21812 vsize=457812 CPUtime=893.87 cores=1
/proc/21815/stat : 21815 (TNM) R 21812 21812 21083 0 -1 4202496 1002 0 0 0 89387 0 0 0 25 0 1 0 476636100 468799488 898 33554432000 134512640 134534564 4288944160 18446744073709551615 134528875 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21815/statm: 114453 898 95 6 0 113119 0
Current children cumulated CPU time (s) 2682.35
Current children cumulated vsize (KiB) 602136

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

[startup+2687.9 s]
/proc/loadavg: 6.02 6.01 5.74 7/184 21947
/proc/meminfo: memFree=15284284/32951124 swapFree=67111528/67111528
[pid=21812] ppid=21810 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21812/stat : 21812 (ppfolio) S 21810 21812 21083 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476636099 18763776 394 33554432000 4194304 4287625 140733208610480 18446744073709551615 228122734095 0 0 4096 65536 4586816027479769088 0 0 17 5 0 0 0
/proc/21812/statm: 4581 394 345 23 0 91 0
[pid=21813] ppid=21812 vsize=75628 CPUtime=896.5 cores=1
/proc/21813/stat : 21813 (cryptominisat) R 21812 21812 21083 0 -1 4202496 222199 0 0 0 89606 44 0 0 25 0 1 0 476636099 77443072 14516 33554432000 4194304 4587354 140737157973712 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21813/statm: 18907 14516 337 96 0 15469 0
[pid=21814] ppid=21812 vsize=50800 CPUtime=895.68 cores=1
/proc/21814/stat : 21814 (clasp) R 21812 21812 21083 0 -1 4202496 9795 0 0 0 89567 1 0 0 25 0 1 0 476636100 52019200 9261 33554432000 4194304 4785740 140734657322608 18446744073709551615 4553051 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21814/statm: 12700 9261 341 145 0 9745 0
[pid=21815] ppid=21812 vsize=457812 CPUtime=895.77 cores=1
/proc/21815/stat : 21815 (TNM) R 21812 21812 21083 0 -1 4202496 1002 0 0 0 89577 0 0 0 25 0 1 0 476636100 468799488 898 33554432000 134512640 134534564 4288944160 18446744073709551615 134528902 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21815/statm: 114453 898 95 6 0 113119 0
Current children cumulated CPU time (s) 2687.95
Current children cumulated vsize (KiB) 602564

[startup+2713.5 s]
/proc/loadavg: 6.01 6.01 5.75 7/184 21948
/proc/meminfo: memFree=15299284/32951124 swapFree=67111528/67111528
[pid=21812] ppid=21810 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21812/stat : 21812 (ppfolio) S 21810 21812 21083 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476636099 18763776 394 33554432000 4194304 4287625 140733208610480 18446744073709551615 228122734095 0 0 4096 65536 4586816027479769088 0 0 17 5 0 0 0
/proc/21812/statm: 4581 394 345 23 0 91 0
[pid=21813] ppid=21812 vsize=75676 CPUtime=905.11 cores=1
/proc/21813/stat : 21813 (cryptominisat) R 21812 21812 21083 0 -1 4202496 224896 0 0 0 90466 45 0 0 25 0 1 0 476636099 77492224 13061 33554432000 4194304 4587354 140737157973712 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21813/statm: 18919 13061 337 96 0 15481 0
[pid=21814] ppid=21812 vsize=46372 CPUtime=904.18 cores=1
/proc/21814/stat : 21814 (clasp) R 21812 21812 21083 0 -1 4202496 9795 0 0 0 90417 1 0 0 25 0 1 0 476636100 47484928 8412 33554432000 4194304 4785740 140734657322608 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21814/statm: 11593 8412 341 145 0 8638 0
[pid=21815] ppid=21812 vsize=457812 CPUtime=904.27 cores=1
/proc/21815/stat : 21815 (TNM) R 21812 21812 21083 0 -1 4202496 1002 0 0 0 90427 0 0 0 25 0 1 0 476636100 468799488 898 33554432000 134512640 134534564 4288944160 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21815/statm: 114453 898 95 6 0 113119 0
Current children cumulated CPU time (s) 2713.56
Current children cumulated vsize (KiB) 598184

[startup+2726.3 s]
/proc/loadavg: 6.01 6.01 5.75 7/184 21948
/proc/meminfo: memFree=15294556/32951124 swapFree=67111528/67111528
[pid=21812] ppid=21810 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21812/stat : 21812 (ppfolio) S 21810 21812 21083 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476636099 18763776 394 33554432000 4194304 4287625 140733208610480 18446744073709551615 228122734095 0 0 4096 65536 4586816027479769088 0 0 17 5 0 0 0
/proc/21812/statm: 4581 394 345 23 0 91 0
[pid=21813] ppid=21812 vsize=75676 CPUtime=909.31 cores=1
/proc/21813/stat : 21813 (cryptominisat) R 21812 21812 21083 0 -1 4202496 225600 0 0 0 90886 45 0 0 25 0 1 0 476636099 77492224 13732 33554432000 4194304 4587354 140737157973712 18446744073709551615 228122410641 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21813/statm: 18919 13732 337 96 0 15481 0
[pid=21814] ppid=21812 vsize=45944 CPUtime=908.48 cores=1
/proc/21814/stat : 21814 (clasp) R 21812 21812 21083 0 -1 4202496 9795 0 0 0 90847 1 0 0 25 0 1 0 476636100 47046656 8340 33554432000 4194304 4785740 140734657322608 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21814/statm: 11486 8340 341 145 0 8531 0
[pid=21815] ppid=21812 vsize=457812 CPUtime=908.57 cores=1
/proc/21815/stat : 21815 (TNM) R 21812 21812 21083 0 -1 4202496 1002 0 0 0 90857 0 0 0 25 0 1 0 476636100 468799488 898 33554432000 134512640 134534564 4288944160 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21815/statm: 114453 898 95 6 0 113119 0
Current children cumulated CPU time (s) 2726.36
Current children cumulated vsize (KiB) 597756

[startup+2732.7 s]
/proc/loadavg: 6.01 6.01 5.75 7/184 21948
/proc/meminfo: memFree=15292324/32951124 swapFree=67111528/67111528
[pid=21812] ppid=21810 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21812/stat : 21812 (ppfolio) S 21810 21812 21083 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476636099 18763776 394 33554432000 4194304 4287625 140733208610480 18446744073709551615 228122734095 0 0 4096 65536 4586816027479769088 0 0 17 5 0 0 0
/proc/21812/statm: 4581 394 345 23 0 91 0
[pid=21813] ppid=21812 vsize=75676 CPUtime=911.5 cores=1
/proc/21813/stat : 21813 (cryptominisat) R 21812 21812 21083 0 -1 4202496 225937 0 0 0 91105 45 0 0 25 0 1 0 476636099 77492224 14053 33554432000 4194304 4587354 140737157973712 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21813/statm: 18919 14053 337 96 0 15481 0
[pid=21814] ppid=21812 vsize=44804 CPUtime=910.58 cores=1
/proc/21814/stat : 21814 (clasp) R 21812 21812 21083 0 -1 4202496 9795 0 0 0 91057 1 0 0 25 0 1 0 476636100 45879296 8099 33554432000 4194304 4785740 140734657322608 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21814/statm: 11201 8099 341 145 0 8246 0
[pid=21815] ppid=21812 vsize=457812 CPUtime=910.67 cores=1
/proc/21815/stat : 21815 (TNM) R 21812 21812 21083 0 -1 4202496 1002 0 0 0 91067 0 0 0 25 0 1 0 476636100 468799488 898 33554432000 134512640 134534564 4288944160 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21815/statm: 114453 898 95 6 0 113119 0
Current children cumulated CPU time (s) 2732.75
Current children cumulated vsize (KiB) 596616

[startup+2735.9 s]
/proc/loadavg: 6.01 6.01 5.75 7/184 21949
/proc/meminfo: memFree=15292068/32951124 swapFree=67111528/67111528
[pid=21812] ppid=21810 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21812/stat : 21812 (ppfolio) S 21810 21812 21083 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476636099 18763776 394 33554432000 4194304 4287625 140733208610480 18446744073709551615 228122734095 0 0 4096 65536 4586816027479769088 0 0 17 5 0 0 0
/proc/21812/statm: 4581 394 345 23 0 91 0
[pid=21813] ppid=21812 vsize=75676 CPUtime=912.51 cores=1
/proc/21813/stat : 21813 (cryptominisat) R 21812 21812 21083 0 -1 4202496 226080 0 0 0 91206 45 0 0 25 0 1 0 476636099 77492224 14193 33554432000 4194304 4587354 140737157973712 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21813/statm: 18919 14193 337 96 0 15481 0
[pid=21814] ppid=21812 vsize=43520 CPUtime=911.68 cores=1
/proc/21814/stat : 21814 (clasp) R 21812 21812 21083 0 -1 4202496 9795 0 0 0 91167 1 0 0 25 0 1 0 476636100 44564480 7844 33554432000 4194304 4785740 140734657322608 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21814/statm: 10880 7844 341 145 0 7925 0
[pid=21815] ppid=21812 vsize=457812 CPUtime=911.77 cores=1
/proc/21815/stat : 21815 (TNM) R 21812 21812 21083 0 -1 4202496 1002 0 0 0 91177 0 0 0 25 0 1 0 476636100 468799488 898 33554432000 134512640 134534564 4288944160 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21815/statm: 114453 898 95 6 0 113119 0
Current children cumulated CPU time (s) 2735.96
Current children cumulated vsize (KiB) 595332

[startup+2736.7 s]
/proc/loadavg: 6.01 6.01 5.75 7/184 21949
/proc/meminfo: memFree=15292068/32951124 swapFree=67111528/67111528
[pid=21812] ppid=21810 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21812/stat : 21812 (ppfolio) S 21810 21812 21083 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476636099 18763776 394 33554432000 4194304 4287625 140733208610480 18446744073709551615 228122734095 0 0 4096 65536 4586816027479769088 0 0 17 5 0 0 0
/proc/21812/statm: 4581 394 345 23 0 91 0
[pid=21813] ppid=21812 vsize=75676 CPUtime=912.8 cores=1
/proc/21813/stat : 21813 (cryptominisat) R 21812 21812 21083 0 -1 4202496 226118 0 0 0 91235 45 0 0 25 0 1 0 476636099 77492224 14230 33554432000 4194304 4587354 140737157973712 18446744073709551615 4241262 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21813/statm: 18919 14230 337 96 0 15481 0
[pid=21814] ppid=21812 vsize=43232 CPUtime=911.98 cores=1
/proc/21814/stat : 21814 (clasp) R 21812 21812 21083 0 -1 4202496 9795 0 0 0 91197 1 0 0 25 0 1 0 476636100 44269568 7787 33554432000 4194304 4785740 140734657322608 18446744073709551615 4287225 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21814/statm: 10808 7787 341 145 0 7853 0
[pid=21815] ppid=21812 vsize=457812 CPUtime=911.98 cores=1
/proc/21815/stat : 21815 (TNM) R 21812 21812 21083 0 -1 4202496 1002 0 0 0 91198 0 0 0 25 0 1 0 476636100 468799488 898 33554432000 134512640 134534564 4288944160 18446744073709551615 134528497 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21815/statm: 114453 898 95 6 0 113119 0
Current children cumulated CPU time (s) 2736.76
Current children cumulated vsize (KiB) 595044

[startup+2737.5 s]
/proc/loadavg: 6.01 6.01 5.75 7/184 21949
/proc/meminfo: memFree=15292068/32951124 swapFree=67111528/67111528
[pid=21812] ppid=21810 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21812/stat : 21812 (ppfolio) S 21810 21812 21083 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476636099 18763776 394 33554432000 4194304 4287625 140733208610480 18446744073709551615 228122734095 0 0 4096 65536 4586816027479769088 0 0 17 5 0 0 0
/proc/21812/statm: 4581 394 345 23 0 91 0
[pid=21813] ppid=21812 vsize=75676 CPUtime=913.1 cores=1
/proc/21813/stat : 21813 (cryptominisat) R 21812 21812 21083 0 -1 4202496 226159 0 0 0 91265 45 0 0 25 0 1 0 476636099 77492224 14270 33554432000 4194304 4587354 140737157973712 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21813/statm: 18919 14270 337 96 0 15481 0
[pid=21814] ppid=21812 vsize=42944 CPUtime=912.18 cores=1
/proc/21814/stat : 21814 (clasp) R 21812 21812 21083 0 -1 4202496 9795 0 0 0 91217 1 0 0 25 0 1 0 476636100 43974656 7726 33554432000 4194304 4785740 140734657322608 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21814/statm: 10736 7726 341 145 0 7781 0
[pid=21815] ppid=21812 vsize=457812 CPUtime=912.27 cores=1
/proc/21815/stat : 21815 (TNM) R 21812 21812 21083 0 -1 4202496 1002 0 0 0 91227 0 0 0 25 0 1 0 476636100 468799488 898 33554432000 134512640 134534564 4288944160 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21815/statm: 114453 898 95 6 0 113119 0
Current children cumulated CPU time (s) 2737.55
Current children cumulated vsize (KiB) 594756

[startup+2737.7 s]
/proc/loadavg: 6.01 6.01 5.75 7/184 21949
/proc/meminfo: memFree=15292068/32951124 swapFree=67111528/67111528
[pid=21812] ppid=21810 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21812/stat : 21812 (ppfolio) S 21810 21812 21083 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476636099 18763776 394 33554432000 4194304 4287625 140733208610480 18446744073709551615 228122734095 0 0 4096 65536 4586816027479769088 0 0 17 5 0 0 0
/proc/21812/statm: 4581 394 345 23 0 91 0
[pid=21813] ppid=21812 vsize=75676 CPUtime=913.11 cores=1
/proc/21813/stat : 21813 (cryptominisat) R 21812 21812 21083 0 -1 4202496 226160 0 0 0 91266 45 0 0 25 0 1 0 476636099 77492224 14271 33554432000 4194304 4587354 140737157973712 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21813/statm: 18919 14271 337 96 0 15481 0
[pid=21814] ppid=21812 vsize=42944 CPUtime=912.28 cores=1
/proc/21814/stat : 21814 (clasp) R 21812 21812 21083 0 -1 4202496 9795 0 0 0 91227 1 0 0 25 0 1 0 476636100 43974656 7726 33554432000 4194304 4785740 140734657322608 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21814/statm: 10736 7726 341 145 0 7781 0
[pid=21815] ppid=21812 vsize=457812 CPUtime=912.37 cores=1
/proc/21815/stat : 21815 (TNM) R 21812 21812 21083 0 -1 4202496 1002 0 0 0 91237 0 0 0 25 0 1 0 476636100 468799488 898 33554432000 134512640 134534564 4288944160 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21815/statm: 114453 898 95 6 0 113119 0
Current children cumulated CPU time (s) 2737.76
Current children cumulated vsize (KiB) 594756

[startup+2737.8 s]
/proc/loadavg: 6.01 6.00 5.75 7/184 21949
/proc/meminfo: memFree=15291944/32951124 swapFree=67111528/67111528
[pid=21812] ppid=21810 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21812/stat : 21812 (ppfolio) S 21810 21812 21083 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476636099 18763776 394 33554432000 4194304 4287625 140733208610480 18446744073709551615 228122734095 0 0 4096 65536 4586816027479769088 0 0 17 5 0 0 0
/proc/21812/statm: 4581 394 345 23 0 91 0
[pid=21813] ppid=21812 vsize=75676 CPUtime=913.2 cores=1
/proc/21813/stat : 21813 (cryptominisat) R 21812 21812 21083 0 -1 4202496 226172 0 0 0 91275 45 0 0 25 0 1 0 476636099 77492224 14282 33554432000 4194304 4587354 140737157973712 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21813/statm: 18919 14282 337 96 0 15481 0
[pid=21814] ppid=21812 vsize=42944 CPUtime=912.29 cores=1
/proc/21814/stat : 21814 (clasp) R 21812 21812 21083 0 -1 4202496 9795 0 0 0 91228 1 0 0 25 0 1 0 476636100 43974656 7726 33554432000 4194304 4785740 140734657322608 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21814/statm: 10736 7726 341 145 0 7781 0
[pid=21815] ppid=21812 vsize=457812 CPUtime=912.37 cores=1
/proc/21815/stat : 21815 (TNM) R 21812 21812 21083 0 -1 4202496 1002 0 0 0 91237 0 0 0 25 0 1 0 476636100 468799488 898 33554432000 134512640 134534564 4288944160 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21815/statm: 114453 898 95 6 0 113119 0
Current children cumulated CPU time (s) 2737.86
Current children cumulated vsize (KiB) 594756

Child status: 0
Real time (s): 2737.89
CPU time (s): 2737.97
CPU user time (s): 2737.49
CPU system time (s): 0.481926
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3401232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2737.49
system time used= 0.481926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237506
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= 298
involuntary context switches= 30486

runsolver used 4.52631 second user time and 10.3834 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-24 15:06:21
IDJOB=3275762
IDBENCH=83298
IDSOLVER=1639
FILE ID=node138/3275762-1303650381
RUNJOBID= node138-1303650381-21790
PBS_JOBID= 13150710
Free space on /tmp= 72036 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-21_406.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275762-1303650381/watcher-3275762-1303650381 -o /tmp/evaluation-result-3275762-1303650381/solver-3275762-1303650381 -C 5000 -W 5100 -M 15500  ppfolio --nbcore=1 HOME/instance-3275762-1303650381.cnf

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

MD5SUM BENCH= 906590ef62b3db2841b2d529fd1636f7
RANDOM SEED=1074913385

node138.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.854
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.70
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.854
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.75
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.854
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.854
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.854
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.80
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.854
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.854
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.854
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:      15494236 kB
Buffers:       2061656 kB
Cached:       14772220 kB
SwapCached:          0 kB
Active:        9745480 kB
Inactive:      7155172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15494236 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           20968 kB
Writeback:           0 kB
AnonPages:       66332 kB
Mapped:          15268 kB
Slab:           493884 kB
PageTables:       4736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   217280 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= 72024 MiB
End job on node138 at 2011-04-24 15:51:59