Trace number 3275767

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 3205.55 3205.45

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_445.cnf
MD5SUM4f7ff14ba0d33c4cf7de4e3c004f2f79
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark893.472
Satisfiable
(Un)Satisfiability was proved
Number of variables223
Number of clauses26441
Sum of the clauses size116565
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2296
Number of clauses of size 324153
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51992

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
3205.46/3205.44	s UNSATISFIABLE
3205.46/3205.45	solver [2] clasp 1.3.6 answered
3205.46/3205.45	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-3275767-1303650410/watcher-3275767-1303650410 -o /tmp/evaluation-result-3275767-1303650410/solver-3275767-1303650410 -C 5000 -W 5100 -M 15500 ppfolio --nbcore=1 HOME/instance-3275767-1303650410.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.00 1.59 1.84 2/176 8009
/proc/meminfo: memFree=19589476/32951124 swapFree=67111416/67111528
[pid=8009] ppid=8007 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8009/stat : 8009 (ppfolio) S 8007 8009 7316 0 -1 4202496 500 0 0 0 0 0 0 0 22 0 1 0 476639231 18763776 394 33554432000 4194304 4287625 140734817121968 18446744073709551615 246516854287 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/8009/statm: 4581 394 345 23 0 91 0

[startup+0.240213 s]
/proc/loadavg: 1.00 1.59 1.84 2/176 8009
/proc/meminfo: memFree=19589476/32951124 swapFree=67111416/67111528
[pid=8009] ppid=8007 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8009/stat : 8009 (ppfolio) S 8007 8009 7316 0 -1 4202496 500 0 0 0 0 0 0 0 22 0 1 0 476639231 18763776 394 33554432000 4194304 4287625 140734817121968 18446744073709551615 246516854287 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/8009/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30021 s]
/proc/loadavg: 1.00 1.59 1.84 2/176 8009
/proc/meminfo: memFree=19589476/32951124 swapFree=67111416/67111528
[pid=8009] ppid=8007 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8009/stat : 8009 (ppfolio) S 8007 8009 7316 0 -1 4202496 500 0 0 0 0 0 0 0 22 0 1 0 476639231 18763776 394 33554432000 4194304 4287625 140734817121968 18446744073709551615 246516854287 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/8009/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400184 s]
/proc/loadavg: 1.00 1.59 1.84 2/176 8009
/proc/meminfo: memFree=19589476/32951124 swapFree=67111416/67111528
[pid=8009] ppid=8007 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8009/stat : 8009 (ppfolio) S 8007 8009 7316 0 -1 4202496 500 0 0 0 0 0 0 0 22 0 1 0 476639231 18763776 394 33554432000 4194304 4287625 140734817121968 18446744073709551615 246516854287 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/8009/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700125 s]
/proc/loadavg: 1.00 1.59 1.84 2/176 8009
/proc/meminfo: memFree=19589476/32951124 swapFree=67111416/67111528
[pid=8009] ppid=8007 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8009/stat : 8009 (ppfolio) S 8007 8009 7316 0 -1 4202496 500 0 0 0 0 0 0 0 20 0 1 0 476639231 18763776 394 33554432000 4194304 4287625 140734817121968 18446744073709551615 246516854287 0 0 4096 65536 280768815367716864 0 0 17 3 0 0 0
/proc/8009/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50098 s]
/proc/loadavg: 1.40 1.67 1.86 7/188 8021
/proc/meminfo: memFree=19564192/32951124 swapFree=67111416/67111528
[pid=8009] ppid=8007 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8009/stat : 8009 (ppfolio) S 8007 8009 7316 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476639231 18763776 394 33554432000 4194304 4287625 140734817121968 18446744073709551615 246516854287 0 0 4096 65536 280769090245623808 0 0 17 3 0 0 0
/proc/8009/statm: 4581 394 345 23 0 91 0
[pid=8012] ppid=8009 vsize=430300 CPUtime=1.29 cores=1
/proc/8012/stat : 8012 (cryptominisat) R 8009 8009 7316 0 -1 4202496 3416 0 0 0 129 0 0 0 19 0 1 0 476639231 440627200 1887 33554432000 4194304 4587354 140736114088304 18446744073709551615 4243546 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8012/statm: 107575 1887 327 96 0 104137 0
[pid=8015] ppid=8009 vsize=14620 CPUtime=0.09 cores=1
/proc/8015/stat : 8015 (clasp) R 8009 8009 7316 0 -1 4202496 1134 0 0 0 9 0 0 0 22 0 1 0 476639231 14970880 988 33554432000 4194304 4785740 140737374709280 18446744073709551615 4495784 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8015/statm: 3655 988 313 145 0 700 0
[pid=8016] ppid=8009 vsize=454108 CPUtime=0.09 cores=1
/proc/8016/stat : 8016 (TNM) R 8009 8009 7316 0 -1 4202496 915 0 0 0 9 0 0 0 25 0 1 0 476639231 465006592 811 33554432000 134512640 134534564 4288426880 18446744073709551615 134524700 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8016/statm: 113527 811 91 6 0 112193 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 917352

[startup+3.10069 s]
/proc/loadavg: 1.40 1.67 1.86 7/188 8021
/proc/meminfo: memFree=19559980/32951124 swapFree=67111416/67111528
[pid=8009] ppid=8007 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8009/stat : 8009 (ppfolio) S 8007 8009 7316 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476639231 18763776 394 33554432000 4194304 4287625 140734817121968 18446744073709551615 246516854287 0 0 4096 65536 280767028661321728 0 0 17 3 0 0 0
/proc/8009/statm: 4581 394 345 23 0 91 0
[pid=8012] ppid=8009 vsize=430300 CPUtime=1.79 cores=1
/proc/8012/stat : 8012 (cryptominisat) R 8009 8009 7316 0 -1 4202496 3580 0 0 0 179 0 0 0 20 0 1 0 476639231 440627200 2042 33554432000 4194304 4587354 140736114088304 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8012/statm: 107575 2042 327 96 0 104137 0
[pid=8015] ppid=8009 vsize=15604 CPUtime=0.59 cores=1
/proc/8015/stat : 8015 (clasp) R 8009 8009 7316 0 -1 4202496 1426 0 0 0 59 0 0 0 24 0 1 0 476639231 15978496 1228 33554432000 4194304 4785740 140737374709280 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8015/statm: 3901 1228 340 145 0 946 0
[pid=8016] ppid=8009 vsize=454108 CPUtime=0.69 cores=1
/proc/8016/stat : 8016 (TNM) R 8009 8009 7316 0 -1 4202496 915 0 0 0 69 0 0 0 25 0 1 0 476639231 465006592 811 33554432000 134512640 134534564 4288426880 18446744073709551615 134524573 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8016/statm: 113527 811 91 6 0 112193 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 918336

[startup+6.30111 s]
/proc/loadavg: 1.40 1.67 1.86 7/188 8022
/proc/meminfo: memFree=19546476/32951124 swapFree=67111416/67111528
[pid=8009] ppid=8007 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8009/stat : 8009 (ppfolio) S 8007 8009 7316 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476639231 18763776 394 33554432000 4194304 4287625 140734817121968 18446744073709551615 246516854287 0 0 4096 65536 280768815367716864 0 0 17 3 0 0 0
/proc/8009/statm: 4581 394 345 23 0 91 0
[pid=8012] ppid=8009 vsize=441072 CPUtime=2.89 cores=1
/proc/8012/stat : 8012 (cryptominisat) R 8009 8009 7316 0 -1 4202496 6065 0 0 0 289 0 0 0 23 0 1 0 476639231 451657728 3894 33554432000 4194304 4587354 140736114088304 18446744073709551615 4238224 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8012/statm: 110268 3894 337 96 0 106830 0
[pid=8015] ppid=8009 vsize=16748 CPUtime=1.69 cores=1
/proc/8015/stat : 8015 (clasp) R 8009 8009 7316 0 -1 4202496 1725 0 0 0 169 0 0 0 25 0 1 0 476639231 17149952 1527 33554432000 4194304 4785740 140737374709280 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8015/statm: 4187 1527 340 145 0 1232 0
[pid=8016] ppid=8009 vsize=458204 CPUtime=1.69 cores=1
/proc/8016/stat : 8016 (TNM) R 8009 8009 7316 0 -1 4202496 1134 0 0 0 169 0 0 0 25 0 1 0 476639231 469200896 1030 33554432000 134512640 134534564 4288426880 18446744073709551615 134530268 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8016/statm: 114551 1030 95 6 0 113217 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 934348

[startup+12.7009 s]
/proc/loadavg: 2.10 1.81 1.90 7/188 8022
/proc/meminfo: memFree=19533948/32951124 swapFree=67111416/67111528
[pid=8009] ppid=8007 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8009/stat : 8009 (ppfolio) S 8007 8009 7316 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476639231 18763776 394 33554432000 4194304 4287625 140734817121968 18446744073709551615 246516854287 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/8009/statm: 4581 394 345 23 0 91 0
[pid=8012] ppid=8009 vsize=6704024 CPUtime=4.99 cores=1
/proc/8012/stat : 8012 (cryptominisat) R 8009 8009 7316 0 -1 4202496 7309 0 0 0 499 0 0 0 25 0 1 0 476639231 6864920576 3961 33554432000 4194304 4587354 140736114088304 18446744073709551615 4238538 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8012/statm: 1676006 3961 337 96 0 1672568 0
[pid=8015] ppid=8009 vsize=18536 CPUtime=3.79 cores=1
/proc/8015/stat : 8015 (clasp) R 8009 8009 7316 0 -1 4202496 2139 0 0 0 379 0 0 0 25 0 1 0 476639231 18980864 1941 33554432000 4194304 4785740 140737374709280 18446744073709551615 4287211 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8015/statm: 4634 1941 340 145 0 1679 0
[pid=8016] ppid=8009 vsize=458204 CPUtime=3.89 cores=1
/proc/8016/stat : 8016 (TNM) R 8009 8009 7316 0 -1 4202496 1134 0 0 0 389 0 0 0 25 0 1 0 476639231 469200896 1030 33554432000 134512640 134534564 4288426880 18446744073709551615 134530484 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8016/statm: 114551 1030 95 6 0 113217 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7199088

[startup+25.5066 s]
/proc/loadavg: 2.70 1.95 1.95 7/188 8022
/proc/meminfo: memFree=19524780/32951124 swapFree=67111416/67111528
[pid=8009] ppid=8007 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8009/stat : 8009 (ppfolio) S 8007 8009 7316 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476639231 18763776 394 33554432000 4194304 4287625 140734817121968 18446744073709551615 246516854287 0 0 4096 65536 280768265611902976 0 0 17 3 0 0 0
/proc/8009/statm: 4581 394 345 23 0 91 0
[pid=8012] ppid=8009 vsize=39420 CPUtime=9.29 cores=1
/proc/8012/stat : 8012 (cryptominisat) R 8009 8009 7316 0 -1 4202496 10241 0 0 0 929 0 0 0 25 0 1 0 476639231 40366080 4136 33554432000 4194304 4587354 140736114088304 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8012/statm: 9855 4136 337 96 0 6417 0
[pid=8015] ppid=8009 vsize=20184 CPUtime=8.09 cores=1
/proc/8015/stat : 8015 (clasp) R 8009 8009 7316 0 -1 4202496 2524 0 0 0 809 0 0 0 25 0 1 0 476639231 20668416 2326 33554432000 4194304 4785740 140737374709280 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8015/statm: 5046 2326 340 145 0 2091 0
[pid=8016] ppid=8009 vsize=458204 CPUtime=8.1 cores=1
/proc/8016/stat : 8016 (TNM) R 8009 8009 7316 0 -1 4202496 1134 0 0 0 810 0 0 0 25 0 1 0 476639231 469200896 1030 33554432000 134512640 134534564 4288426880 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8016/statm: 114551 1030 95 6 0 113217 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 536132

[startup+51.101 s]
/proc/loadavg: 4.06 2.35 2.08 7/188 8023
/proc/meminfo: memFree=19493132/32951124 swapFree=67111416/67111528
[pid=8009] ppid=8007 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8009/stat : 8009 (ppfolio) S 8007 8009 7316 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476639231 18763776 394 33554432000 4194304 4287625 140734817121968 18446744073709551615 246516854287 0 0 4096 65536 280768952806670336 0 0 17 3 0 0 0
/proc/8009/statm: 4581 394 345 23 0 91 0
[pid=8012] ppid=8009 vsize=455156 CPUtime=17.79 cores=1
/proc/8012/stat : 8012 (cryptominisat) R 8009 8009 7316 0 -1 4202496 16408 0 0 0 1778 1 0 0 25 0 1 0 476639231 466079744 8645 33554432000 4194304 4587354 140736114088304 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8012/statm: 113789 8645 337 96 0 110351 0
[pid=8015] ppid=8009 vsize=22680 CPUtime=16.59 cores=1
/proc/8015/stat : 8015 (clasp) R 8009 8009 7316 0 -1 4202496 3107 0 0 0 1659 0 0 0 25 0 1 0 476639231 23224320 2909 33554432000 4194304 4785740 140737374709280 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8015/statm: 5670 2909 340 145 0 2715 0
[pid=8016] ppid=8009 vsize=458204 CPUtime=16.69 cores=1
/proc/8016/stat : 8016 (TNM) R 8009 8009 7316 0 -1 4202496 1134 0 0 0 1669 0 0 0 25 0 1 0 476639231 469200896 1030 33554432000 134512640 134534564 4288426880 18446744073709551615 134528412 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8016/statm: 114551 1030 95 6 0 113217 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 954364

[startup+102.301 s]
/proc/loadavg: 5.20 2.92 2.29 7/188 8024
/proc/meminfo: memFree=19482464/32951124 swapFree=67111416/67111528
[pid=8009] ppid=8007 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8009/stat : 8009 (ppfolio) S 8007 8009 7316 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476639231 18763776 394 33554432000 4194304 4287625 140734817121968 18446744073709551615 246516854287 0 0 4096 65536 280767990733996032 0 0 17 3 0 0 0
/proc/8009/statm: 4581 394 345 23 0 91 0
[pid=8012] ppid=8009 vsize=458228 CPUtime=34.88 cores=1
/proc/8012/stat : 8012 (cryptominisat) R 8009 8009 7316 0 -1 4202496 27004 0 0 0 3486 2 0 0 25 0 1 0 476639231 469225472 7352 33554432000 4194304 4587354 140736114088304 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8012/statm: 114557 7352 337 96 0 111119 0
[pid=8015] ppid=8009 vsize=25308 CPUtime=33.68 cores=1
/proc/8015/stat : 8015 (clasp) R 8009 8009 7316 0 -1 4202496 3761 0 0 0 3368 0 0 0 25 0 1 0 476639231 25915392 3563 33554432000 4194304 4785740 140737374709280 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8015/statm: 6327 3563 340 145 0 3372 0
[pid=8016] ppid=8009 vsize=458204 CPUtime=33.7 cores=1
/proc/8016/stat : 8016 (TNM) R 8009 8009 7316 0 -1 4202496 1134 0 0 0 3370 0 0 0 25 0 1 0 476639231 469200896 1030 33554432000 134512640 134534564 4288426880 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8016/statm: 114551 1030 95 6 0 113217 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 960064

[startup+162.301 s]
/proc/loadavg: 5.70 3.48 2.52 7/188 8026
/proc/meminfo: memFree=19471776/32951124 swapFree=67111416/67111528
[pid=8009] ppid=8007 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8009/stat : 8009 (ppfolio) S 8007 8009 7316 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476639231 18763776 394 33554432000 4194304 4287625 140734817121968 18446744073709551615 246516854287 0 0 4096 65536 280768677928763392 0 0 17 3 0 0 0
/proc/8009/statm: 4581 394 345 23 0 91 0
[pid=8012] ppid=8009 vsize=461416 CPUtime=54.88 cores=1
/proc/8012/stat : 8012 (cryptominisat) R 8009 8009 7316 0 -1 4202496 33436 0 0 0 5484 4 0 0 25 0 1 0 476639231 472489984 8520 33554432000 4194304 4587354 140736114088304 18446744073709551615 4241265 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8012/statm: 115354 8520 337 96 0 111916 0
[pid=8015] ppid=8009 vsize=27724 CPUtime=53.68 cores=1

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

/proc/8015/statm: 12516 9249 341 145 0 9561 0
[pid=8016] ppid=8009 vsize=458204 CPUtime=1053.73 cores=1
/proc/8016/stat : 8016 (TNM) R 8009 8009 7316 0 -1 4202496 1134 0 0 0 105373 0 0 0 25 0 1 0 476639231 469200896 1030 33554432000 134512640 134534564 4288426880 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8016/statm: 114551 1030 95 6 0 113217 0
Current children cumulated CPU time (s) 3162.37
Current children cumulated vsize (KiB) 621892

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

[startup+3174.5 s]
/proc/loadavg: 6.10 6.03 5.85 7/188 8106
/proc/meminfo: memFree=19351740/32951124 swapFree=67111416/67111528
[pid=8009] ppid=8007 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8009/stat : 8009 (ppfolio) S 8007 8009 7316 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476639231 18763776 394 33554432000 4194304 4287625 140734817121968 18446744073709551615 246516854287 0 0 4096 65536 280767853295042560 0 0 17 3 0 0 0
/proc/8009/statm: 4581 394 345 23 0 91 0
[pid=8012] ppid=8009 vsize=95300 CPUtime=1059 cores=1
/proc/8012/stat : 8012 (cryptominisat) R 8009 8009 7316 0 -1 4202496 270055 0 0 0 105852 48 0 0 25 0 1 0 476639231 97587200 19697 33554432000 4194304 4587354 140736114088304 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8012/statm: 23825 19697 337 96 0 20387 0
[pid=8015] ppid=8009 vsize=50064 CPUtime=1057.73 cores=1
/proc/8015/stat : 8015 (clasp) R 8009 8009 7316 0 -1 4202496 10858 0 0 0 105771 2 0 0 25 0 1 0 476639231 51265536 9249 33554432000 4194304 4785740 140737374709280 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8015/statm: 12516 9249 341 145 0 9561 0
[pid=8016] ppid=8009 vsize=458204 CPUtime=1057.83 cores=1
/proc/8016/stat : 8016 (TNM) R 8009 8009 7316 0 -1 4202496 1134 0 0 0 105783 0 0 0 25 0 1 0 476639231 469200896 1030 33554432000 134512640 134534564 4288426880 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8016/statm: 114551 1030 95 6 0 113217 0
Current children cumulated CPU time (s) 3174.56
Current children cumulated vsize (KiB) 621892

[startup+3187.3 s]
/proc/loadavg: 6.07 6.03 5.85 7/188 8106
/proc/meminfo: memFree=19350004/32951124 swapFree=67111416/67111528
[pid=8009] ppid=8007 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8009/stat : 8009 (ppfolio) S 8007 8009 7316 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476639231 18763776 394 33554432000 4194304 4287625 140734817121968 18446744073709551615 246516854287 0 0 4096 65536 280767853295042560 0 0 17 3 0 0 0
/proc/8009/statm: 4581 394 345 23 0 91 0
[pid=8012] ppid=8009 vsize=95300 CPUtime=1063.23 cores=1
/proc/8012/stat : 8012 (cryptominisat) R 8009 8009 7316 0 -1 4202496 270368 0 0 0 106275 48 0 0 25 0 1 0 476639231 97587200 19996 33554432000 4194304 4587354 140736114088304 18446744073709551615 4232269 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8012/statm: 23825 19996 337 96 0 20387 0
[pid=8015] ppid=8009 vsize=50064 CPUtime=1062.03 cores=1
/proc/8015/stat : 8015 (clasp) R 8009 8009 7316 0 -1 4202496 10858 0 0 0 106201 2 0 0 25 0 1 0 476639231 51265536 9249 33554432000 4194304 4785740 140737374709280 18446744073709551615 4287252 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8015/statm: 12516 9249 341 145 0 9561 0
[pid=8016] ppid=8009 vsize=458204 CPUtime=1062.11 cores=1
/proc/8016/stat : 8016 (TNM) R 8009 8009 7316 0 -1 4202496 1134 0 0 0 106211 0 0 0 25 0 1 0 476639231 469200896 1030 33554432000 134512640 134534564 4288426880 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8016/statm: 114551 1030 95 6 0 113217 0
Current children cumulated CPU time (s) 3187.37
Current children cumulated vsize (KiB) 621892

[startup+3193.7 s]
/proc/loadavg: 6.07 6.03 5.85 7/188 8107
/proc/meminfo: memFree=19345408/32951124 swapFree=67111416/67111528
[pid=8009] ppid=8007 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8009/stat : 8009 (ppfolio) S 8007 8009 7316 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476639231 18763776 394 33554432000 4194304 4287625 140734817121968 18446744073709551615 246516854287 0 0 4096 65536 280767853295042560 0 0 17 3 0 0 0
/proc/8009/statm: 4581 394 345 23 0 91 0
[pid=8012] ppid=8009 vsize=95344 CPUtime=1065.4 cores=1
/proc/8012/stat : 8012 (cryptominisat) R 8009 8009 7316 0 -1 4202496 272521 0 0 0 106492 48 0 0 25 0 1 0 476639231 97632256 17839 33554432000 4194304 4587354 140736114088304 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8012/statm: 23836 17839 337 96 0 20398 0
[pid=8015] ppid=8009 vsize=50064 CPUtime=1064.13 cores=1
/proc/8015/stat : 8015 (clasp) R 8009 8009 7316 0 -1 4202496 10858 0 0 0 106411 2 0 0 25 0 1 0 476639231 51265536 9249 33554432000 4194304 4785740 140737374709280 18446744073709551615 4550307 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8015/statm: 12516 9249 341 145 0 9561 0
[pid=8016] ppid=8009 vsize=458204 CPUtime=1064.23 cores=1
/proc/8016/stat : 8016 (TNM) R 8009 8009 7316 0 -1 4202496 1134 0 0 0 106423 0 0 0 25 0 1 0 476639231 469200896 1030 33554432000 134512640 134534564 4288426880 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8016/statm: 114551 1030 95 6 0 113217 0
Current children cumulated CPU time (s) 3193.76
Current children cumulated vsize (KiB) 621936

[startup+3200.11 s]
/proc/loadavg: 6.06 6.03 5.85 7/188 8107
/proc/meminfo: memFree=19377644/32951124 swapFree=67111416/67111528
[pid=8009] ppid=8007 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8009/stat : 8009 (ppfolio) S 8007 8009 7316 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476639231 18763776 394 33554432000 4194304 4287625 140734817121968 18446744073709551615 246516854287 0 0 4096 65536 280767853295042560 0 0 17 3 0 0 0
/proc/8009/statm: 4581 394 345 23 0 91 0
[pid=8012] ppid=8009 vsize=95344 CPUtime=1067.53 cores=1
/proc/8012/stat : 8012 (cryptominisat) R 8009 8009 7316 0 -1 4202496 272852 0 0 0 106705 48 0 0 25 0 1 0 476639231 97632256 18157 33554432000 4194304 4587354 140736114088304 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8012/statm: 23836 18157 337 96 0 20398 0
[pid=8015] ppid=8009 vsize=49776 CPUtime=1066.31 cores=1
/proc/8015/stat : 8015 (clasp) R 8009 8009 7316 0 -1 4202496 10859 0 0 0 106629 2 0 0 25 0 1 0 476639231 50970624 9178 33554432000 4194304 4785740 140737374709280 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8015/statm: 12444 9178 341 145 0 9489 0
[pid=8016] ppid=8009 vsize=458204 CPUtime=1066.33 cores=1
/proc/8016/stat : 8016 (TNM) R 8009 8009 7316 0 -1 4202496 1134 0 0 0 106633 0 0 0 25 0 1 0 476639231 469200896 1030 33554432000 134512640 134534564 4288426880 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8016/statm: 114551 1030 95 6 0 113217 0
Current children cumulated CPU time (s) 3200.17
Current children cumulated vsize (KiB) 621648

[startup+3203.3 s]
/proc/loadavg: 6.06 6.03 5.85 7/188 8107
/proc/meminfo: memFree=19377396/32951124 swapFree=67111416/67111528
[pid=8009] ppid=8007 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8009/stat : 8009 (ppfolio) S 8007 8009 7316 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476639231 18763776 394 33554432000 4194304 4287625 140734817121968 18446744073709551615 246516854287 0 0 4096 65536 280767853295042560 0 0 17 3 0 0 0
/proc/8009/statm: 4581 394 345 23 0 91 0
[pid=8012] ppid=8009 vsize=95344 CPUtime=1068.61 cores=1
/proc/8012/stat : 8012 (cryptominisat) R 8009 8009 7316 0 -1 4202496 273005 0 0 0 106813 48 0 0 25 0 1 0 476639231 97632256 18305 33554432000 4194304 4587354 140736114088304 18446744073709551615 246516530882 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8012/statm: 23836 18305 337 96 0 20398 0
[pid=8015] ppid=8009 vsize=49060 CPUtime=1067.33 cores=1
/proc/8015/stat : 8015 (clasp) R 8009 8009 7316 0 -1 4202496 10859 0 0 0 106731 2 0 0 25 0 1 0 476639231 50237440 9054 33554432000 4194304 4785740 140737374709280 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8015/statm: 12265 9054 341 145 0 9310 0
[pid=8016] ppid=8009 vsize=458204 CPUtime=1067.43 cores=1
/proc/8016/stat : 8016 (TNM) R 8009 8009 7316 0 -1 4202496 1134 0 0 0 106743 0 0 0 25 0 1 0 476639231 469200896 1030 33554432000 134512640 134534564 4288426880 18446744073709551615 134528741 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8016/statm: 114551 1030 95 6 0 113217 0
Current children cumulated CPU time (s) 3203.37
Current children cumulated vsize (KiB) 620932

[startup+3204.1 s]
/proc/loadavg: 6.06 6.03 5.85 7/188 8107
/proc/meminfo: memFree=19377396/32951124 swapFree=67111416/67111528
[pid=8009] ppid=8007 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8009/stat : 8009 (ppfolio) S 8007 8009 7316 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476639231 18763776 394 33554432000 4194304 4287625 140734817121968 18446744073709551615 246516854287 0 0 4096 65536 280767853295042560 0 0 17 3 0 0 0
/proc/8009/statm: 4581 394 345 23 0 91 0
[pid=8012] ppid=8009 vsize=95344 CPUtime=1068.83 cores=1
/proc/8012/stat : 8012 (cryptominisat) R 8009 8009 7316 0 -1 4202496 273035 0 0 0 106835 48 0 0 25 0 1 0 476639231 97632256 18332 33554432000 4194304 4587354 140736114088304 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8012/statm: 23836 18332 337 96 0 20398 0
[pid=8015] ppid=8009 vsize=49060 CPUtime=1067.63 cores=1
/proc/8015/stat : 8015 (clasp) R 8009 8009 7316 0 -1 4202496 10859 0 0 0 106761 2 0 0 25 0 1 0 476639231 50237440 9054 33554432000 4194304 4785740 140737374709280 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8015/statm: 12265 9054 341 145 0 9310 0
[pid=8016] ppid=8009 vsize=458204 CPUtime=1067.71 cores=1
/proc/8016/stat : 8016 (TNM) R 8009 8009 7316 0 -1 4202496 1134 0 0 0 106771 0 0 0 25 0 1 0 476639231 469200896 1030 33554432000 134512640 134534564 4288426880 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8016/statm: 114551 1030 95 6 0 113217 0
Current children cumulated CPU time (s) 3204.17
Current children cumulated vsize (KiB) 620932

[startup+3204.9 s]
/proc/loadavg: 6.06 6.03 5.85 7/188 8107
/proc/meminfo: memFree=19377272/32951124 swapFree=67111416/67111528
[pid=8009] ppid=8007 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8009/stat : 8009 (ppfolio) S 8007 8009 7316 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476639231 18763776 394 33554432000 4194304 4287625 140734817121968 18446744073709551615 246516854287 0 0 4096 65536 280767853295042560 0 0 17 3 0 0 0
/proc/8009/statm: 4581 394 345 23 0 91 0
[pid=8012] ppid=8009 vsize=95344 CPUtime=1069.13 cores=1
/proc/8012/stat : 8012 (cryptominisat) R 8009 8009 7316 0 -1 4202496 273077 0 0 0 106865 48 0 0 25 0 1 0 476639231 97632256 18371 33554432000 4194304 4587354 140736114088304 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8012/statm: 23836 18371 337 96 0 20398 0
[pid=8015] ppid=8009 vsize=49060 CPUtime=1067.91 cores=1
/proc/8015/stat : 8015 (clasp) R 8009 8009 7316 0 -1 4202496 10859 0 0 0 106789 2 0 0 25 0 1 0 476639231 50237440 9054 33554432000 4194304 4785740 140737374709280 18446744073709551615 4553187 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8015/statm: 12265 9054 341 145 0 9310 0
[pid=8016] ppid=8009 vsize=458204 CPUtime=1067.93 cores=1
/proc/8016/stat : 8016 (TNM) R 8009 8009 7316 0 -1 4202496 1134 0 0 0 106793 0 0 0 25 0 1 0 476639231 469200896 1030 33554432000 134512640 134534564 4288426880 18446744073709551615 134530652 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8016/statm: 114551 1030 95 6 0 113217 0
Current children cumulated CPU time (s) 3204.97
Current children cumulated vsize (KiB) 620932

[startup+3205.3 s]
/proc/loadavg: 6.06 6.03 5.85 7/188 8107
/proc/meminfo: memFree=19377272/32951124 swapFree=67111416/67111528
[pid=8009] ppid=8007 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8009/stat : 8009 (ppfolio) S 8007 8009 7316 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476639231 18763776 394 33554432000 4194304 4287625 140734817121968 18446744073709551615 246516854287 0 0 4096 65536 280767853295042560 0 0 17 3 0 0 0
/proc/8009/statm: 4581 394 345 23 0 91 0
[pid=8012] ppid=8009 vsize=95344 CPUtime=1069.23 cores=1
/proc/8012/stat : 8012 (cryptominisat) R 8009 8009 7316 0 -1 4202496 273092 0 0 0 106875 48 0 0 25 0 1 0 476639231 97632256 18384 33554432000 4194304 4587354 140736114088304 18446744073709551615 4238459 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8012/statm: 23836 18384 337 96 0 20398 0
[pid=8015] ppid=8009 vsize=49060 CPUtime=1068.03 cores=1
/proc/8015/stat : 8015 (clasp) R 8009 8009 7316 0 -1 4202496 10859 0 0 0 106801 2 0 0 25 0 1 0 476639231 50237440 9054 33554432000 4194304 4785740 140737374709280 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8015/statm: 12265 9054 341 145 0 9310 0
[pid=8016] ppid=8009 vsize=458204 CPUtime=1068.11 cores=1
/proc/8016/stat : 8016 (TNM) R 8009 8009 7316 0 -1 4202496 1134 0 0 0 106811 0 0 0 25 0 1 0 476639231 469200896 1030 33554432000 134512640 134534564 4288426880 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8016/statm: 114551 1030 95 6 0 113217 0
Current children cumulated CPU time (s) 3205.37
Current children cumulated vsize (KiB) 620932

[startup+3205.4 s]
/proc/loadavg: 6.06 6.03 5.85 7/188 8107
/proc/meminfo: memFree=19377272/32951124 swapFree=67111416/67111528
[pid=8009] ppid=8007 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/8009/stat : 8009 (ppfolio) S 8007 8009 7316 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 476639231 18763776 394 33554432000 4194304 4287625 140734817121968 18446744073709551615 246516854287 0 0 4096 65536 280767853295042560 0 0 17 3 0 0 0
/proc/8009/statm: 4581 394 345 23 0 91 0
[pid=8012] ppid=8009 vsize=95344 CPUtime=1069.3 cores=1
/proc/8012/stat : 8012 (cryptominisat) R 8009 8009 7316 0 -1 4202496 273100 0 0 0 106882 48 0 0 25 0 1 0 476639231 97632256 18392 33554432000 4194304 4587354 140736114088304 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/8012/statm: 23836 18392 337 96 0 20398 0
[pid=8015] ppid=8009 vsize=49060 CPUtime=1068.03 cores=1
/proc/8015/stat : 8015 (clasp) R 8009 8009 7316 0 -1 4202496 10859 0 0 0 106801 2 0 0 25 0 1 0 476639231 50237440 9054 33554432000 4194304 4785740 140737374709280 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8015/statm: 12265 9054 341 145 0 9310 0
[pid=8016] ppid=8009 vsize=458204 CPUtime=1068.13 cores=1
/proc/8016/stat : 8016 (TNM) R 8009 8009 7316 0 -1 4202496 1134 0 0 0 106813 0 0 0 25 0 1 0 476639231 469200896 1030 33554432000 134512640 134534564 4288426880 18446744073709551615 134530648 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8016/statm: 114551 1030 95 6 0 113217 0
Current children cumulated CPU time (s) 3205.46
Current children cumulated vsize (KiB) 620932

Child status: 0
Real time (s): 3205.45
CPU time (s): 3205.55
CPU user time (s): 3205.03
CPU system time (s): 0.51992
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 7307148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3205.03
system time used= 0.51992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285632
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= 324
involuntary context switches= 38488

runsolver used 5.16621 second user time and 12.3041 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-24 15:06:50
IDJOB=3275767
IDBENCH=83311
IDSOLVER=1639
FILE ID=node134/3275767-1303650410
RUNJOBID= node134-1303650410-7995
PBS_JOBID= 13150714
Free space on /tmp= 71456 MiB

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

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

MD5SUM BENCH= 4f7ff14ba0d33c4cf7de4e3c004f2f79
RANDOM SEED=850879699

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.831
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.83
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.831
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.75
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19589880 kB
Buffers:       2337592 kB
Cached:       10411964 kB
SwapCached:        108 kB
Active:        8715768 kB
Inactive:      4098152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19589880 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           21064 kB
Writeback:           0 kB
AnonPages:       63824 kB
Mapped:          14656 kB
Slab:           484424 kB
PageTables:       4848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187132 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71432 MiB
End job on node134 at 2011-04-24 16:00:16