Trace number 3219238

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 seq? (TO) 5000.02 4999.91

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S1196935200-064-UNKNOWN.cnf
MD5SUMa5ac359cd8af4f1e83d886effb49a2a9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark56.4894
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 0
0.00/0.00	Starting TNM 2009 on core(s) 0

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3219238-1303223665/watcher-3219238-1303223665 -o /tmp/evaluation-result-3219238-1303223665/solver-3219238-1303223665 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3219238-1303223665.cnf 

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

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): 5000 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: 5.79 5.97 5.98 5/184 23051
/proc/meminfo: memFree=21843944/32951124 swapFree=67111416/67111528
[pid=23051] ppid=23049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23051/stat : 23051 (ppfolio) S 23049 23051 22728 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 433964755 18763776 393 33554432000 4194304 4287625 140733420581424 18446744073709551615 246516854287 0 0 4096 65536 4020981097281061122 0 0 17 2 0 0 0
/proc/23051/statm: 4581 393 345 23 0 91 0

[startup+0.0512519 s]
/proc/loadavg: 5.79 5.97 5.98 5/184 23051
/proc/meminfo: memFree=21843944/32951124 swapFree=67111416/67111528
[pid=23051] ppid=23049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23051/stat : 23051 (ppfolio) S 23049 23051 22728 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 433964755 18763776 393 33554432000 4194304 4287625 140733420581424 18446744073709551615 246516854287 0 0 4096 65536 4020981097281061122 0 0 17 2 0 0 0
/proc/23051/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100251 s]
/proc/loadavg: 5.79 5.97 5.98 5/184 23051
/proc/meminfo: memFree=21843944/32951124 swapFree=67111416/67111528
[pid=23051] ppid=23049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23051/stat : 23051 (ppfolio) S 23049 23051 22728 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 433964755 18763776 393 33554432000 4194304 4287625 140733420581424 18446744073709551615 246516854287 0 0 4096 65536 4020981097281061122 0 0 17 2 0 0 0
/proc/23051/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300205 s]
/proc/loadavg: 5.79 5.97 5.98 5/184 23051
/proc/meminfo: memFree=21843944/32951124 swapFree=67111416/67111528
[pid=23051] ppid=23049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23051/stat : 23051 (ppfolio) S 23049 23051 22728 0 -1 4202496 500 0 0 0 0 0 0 0 24 0 1 0 433964755 18763776 393 33554432000 4194304 4287625 140733420581424 18446744073709551615 246516854287 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/23051/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.701114 s]
/proc/loadavg: 5.79 5.97 5.98 5/184 23051
/proc/meminfo: memFree=21843944/32951124 swapFree=67111416/67111528
[pid=23051] ppid=23049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23051/stat : 23051 (ppfolio) S 23049 23051 22728 0 -1 4202496 500 0 0 0 0 0 0 0 20 0 1 0 433964755 18763776 393 33554432000 4194304 4287625 140733420581424 18446744073709551615 246516854287 0 0 4096 65536 9169804654983249920 0 0 17 2 0 0 0
/proc/23051/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50097 s]
/proc/loadavg: 5.79 5.97 5.98 7/188 23055
/proc/meminfo: memFree=21778812/32951124 swapFree=67111416/67111528
[pid=23051] ppid=23049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23051/stat : 23051 (ppfolio) S 23049 23051 22728 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 433964755 18763776 393 33554432000 4194304 4287625 140733420581424 18446744073709551615 246516854287 0 0 4096 65536 9169805342178017280 0 0 17 2 0 0 0
/proc/23051/statm: 4581 393 345 23 0 91 0
[pid=23052] ppid=23051 vsize=51192 CPUtime=0.45 cores=0
/proc/23052/stat : 23052 (cryptominisat) R 23051 23051 22728 0 -1 4202496 10172 0 0 0 44 1 0 0 25 0 1 0 433964755 52420608 7766 33554432000 4194304 4587354 140735276435392 18446744073709551615 246516834176 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23052/statm: 12798 7766 323 96 0 9360 0
[pid=23053] ppid=23051 vsize=28392 CPUtime=0.44 cores=0
/proc/23053/stat : 23053 (clasp) R 23051 23051 22728 0 -1 4202496 5810 0 0 0 43 1 0 0 25 0 1 0 433964756 29073408 4377 33554432000 4194304 4785740 140733401786656 18446744073709551615 4553083 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23053/statm: 7098 4377 339 145 0 4143 0
[pid=23054] ppid=23051 vsize=464024 CPUtime=0.58 cores=0
/proc/23054/stat : 23054 (TNM) R 23051 23051 22728 0 -1 4202496 5103 0 0 0 57 1 0 0 25 0 1 0 433964756 475160576 5000 33554432000 134512640 134534564 4287789488 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23054/statm: 116006 5000 95 6 0 114672 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 561932

[startup+3.1007 s]
/proc/loadavg: 5.79 5.97 5.98 7/188 23055
/proc/meminfo: memFree=21775340/32951124 swapFree=67111416/67111528
[pid=23051] ppid=23049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23051/stat : 23051 (ppfolio) S 23049 23051 22728 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 433964755 18763776 393 33554432000 4194304 4287625 140733420581424 18446744073709551615 246516854287 0 0 4096 65536 9169805479616970752 0 0 17 2 0 0 0
/proc/23051/statm: 4581 393 345 23 0 91 0
[pid=23052] ppid=23051 vsize=51192 CPUtime=0.99 cores=0
/proc/23052/stat : 23052 (cryptominisat) R 23051 23051 22728 0 -1 4202496 10651 0 0 0 98 1 0 0 25 0 1 0 433964755 52420608 8243 33554432000 4194304 4587354 140735276435392 18446744073709551615 4238276 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23052/statm: 12798 8243 326 96 0 9360 0
[pid=23053] ppid=23051 vsize=28392 CPUtime=0.96 cores=0
/proc/23053/stat : 23053 (clasp) R 23051 23051 22728 0 -1 4202496 5811 0 0 0 95 1 0 0 25 0 1 0 433964756 29073408 4378 33554432000 4194304 4785740 140733401786656 18446744073709551615 4287237 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23053/statm: 7098 4378 340 145 0 4143 0
[pid=23054] ppid=23051 vsize=464024 CPUtime=1.12 cores=0
/proc/23054/stat : 23054 (TNM) R 23051 23051 22728 0 -1 4202496 5103 0 0 0 111 1 0 0 25 0 1 0 433964756 475160576 5000 33554432000 134512640 134534564 4287789488 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23054/statm: 116006 5000 95 6 0 114672 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 561932

[startup+6.30112 s]
/proc/loadavg: 5.81 5.97 5.98 7/188 23055
/proc/meminfo: memFree=21766776/32951124 swapFree=67111416/67111528
[pid=23051] ppid=23049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23051/stat : 23051 (ppfolio) S 23049 23051 22728 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 433964755 18763776 393 33554432000 4194304 4287625 140733420581424 18446744073709551615 246516854287 0 0 4096 65536 9169805617055924224 0 0 17 2 0 0 0
/proc/23051/statm: 4581 393 345 23 0 91 0
[pid=23052] ppid=23051 vsize=51192 CPUtime=2.01 cores=0
/proc/23052/stat : 23052 (cryptominisat) R 23051 23051 22728 0 -1 4202496 11470 0 0 0 200 1 0 0 25 0 1 0 433964755 52420608 9060 33554432000 4194304 4587354 140735276435392 18446744073709551615 4238297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23052/statm: 12798 9060 326 96 0 9360 0
[pid=23053] ppid=23051 vsize=31500 CPUtime=2.04 cores=0
/proc/23053/stat : 23053 (clasp) R 23051 23051 22728 0 -1 4202496 6628 0 0 0 203 1 0 0 25 0 1 0 433964756 32256000 5195 33554432000 4194304 4785740 140733401786656 18446744073709551615 4303711 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23053/statm: 7875 5195 340 145 0 4920 0
[pid=23054] ppid=23051 vsize=464024 CPUtime=2.22 cores=0
/proc/23054/stat : 23054 (TNM) R 23051 23051 22728 0 -1 4202496 5103 0 0 0 221 1 0 0 25 0 1 0 433964756 475160576 5000 33554432000 134512640 134534564 4287789488 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23054/statm: 116006 5000 95 6 0 114672 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 565040

[startup+12.7009 s]
/proc/loadavg: 5.82 5.97 5.98 7/188 23055
/proc/meminfo: memFree=21744844/32951124 swapFree=67111416/67111528
[pid=23051] ppid=23049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23051/stat : 23051 (ppfolio) S 23049 23051 22728 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 433964755 18763776 393 33554432000 4194304 4287625 140733420581424 18446744073709551615 246516854287 0 0 4096 65536 9169805754494877696 0 0 17 2 0 0 0
/proc/23051/statm: 4581 393 345 23 0 91 0
[pid=23052] ppid=23051 vsize=88696 CPUtime=4.19 cores=0
/proc/23052/stat : 23052 (cryptominisat) R 23051 23051 22728 0 -1 4202496 12985 0 0 0 418 1 0 0 25 0 1 0 433964755 90824704 10567 33554432000 4194304 4587354 140735276435392 18446744073709551615 4238299 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23052/statm: 22174 10567 326 96 0 18736 0
[pid=23053] ppid=23051 vsize=41896 CPUtime=4.16 cores=0
/proc/23053/stat : 23053 (clasp) R 23051 23051 22728 0 -1 4202496 9187 0 0 0 415 1 0 0 25 0 1 0 433964756 42901504 7754 33554432000 4194304 4785740 140733401786656 18446744073709551615 246516495393 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23053/statm: 10474 7754 340 145 0 7519 0
[pid=23054] ppid=23051 vsize=464024 CPUtime=4.32 cores=0
/proc/23054/stat : 23054 (TNM) R 23051 23051 22728 0 -1 4202496 5103 0 0 0 431 1 0 0 25 0 1 0 433964756 475160576 5000 33554432000 134512640 134534564 4287789488 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23054/statm: 116006 5000 95 6 0 114672 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 612940

[startup+25.5006 s]
/proc/loadavg: 5.93 5.99 5.99 7/188 23055
/proc/meminfo: memFree=21720784/32951124 swapFree=67111416/67111528
[pid=23051] ppid=23049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23051/stat : 23051 (ppfolio) S 23049 23051 22728 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 433964755 18763776 393 33554432000 4194304 4287625 140733420581424 18446744073709551615 246516854287 0 0 4096 65536 9169803967788482560 0 0 17 2 0 0 0
/proc/23051/statm: 4581 393 345 23 0 91 0
[pid=23052] ppid=23051 vsize=1061888 CPUtime=8.42 cores=0
/proc/23052/stat : 23052 (cryptominisat) R 23051 23051 22728 0 -1 4202496 17439 0 0 0 840 2 0 0 25 0 1 0 433964755 1087373312 9056 33554432000 4194304 4587354 140735276435392 18446744073709551615 4238271 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23052/statm: 265472 9056 327 96 0 262034 0
[pid=23053] ppid=23051 vsize=61700 CPUtime=8.44 cores=0
/proc/23053/stat : 23053 (clasp) R 23051 23051 22728 0 -1 4202496 14150 0 0 0 840 4 0 0 25 0 1 0 433964756 63180800 12717 33554432000 4194304 4785740 140733401786656 18446744073709551615 4276894 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23053/statm: 15425 12717 340 145 0 12470 0
[pid=23054] ppid=23051 vsize=464024 CPUtime=8.62 cores=0
/proc/23054/stat : 23054 (TNM) R 23051 23051 22728 0 -1 4202496 5103 0 0 0 861 1 0 0 25 0 1 0 433964756 475160576 5000 33554432000 134512640 134534564 4287789488 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23054/statm: 116006 5000 95 6 0 114672 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1605936

[startup+51.101 s]
/proc/loadavg: 5.95 5.99 5.99 7/188 23056
/proc/meminfo: memFree=21677888/32951124 swapFree=67111416/67111528
[pid=23051] ppid=23049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23051/stat : 23051 (ppfolio) S 23049 23051 22728 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 433964755 18763776 393 33554432000 4194304 4287625 140733420581424 18446744073709551615 246516854287 0 0 4096 65536 9169804242666389504 0 0 17 2 0 0 0
/proc/23051/statm: 4581 393 345 23 0 91 0
[pid=23052] ppid=23051 vsize=1061888 CPUtime=16.99 cores=0
/proc/23052/stat : 23052 (cryptominisat) R 23051 23051 22728 0 -1 4202496 41149 0 0 0 1694 5 0 0 25 0 1 0 433964755 1087373312 12921 33554432000 4194304 4587354 140735276435392 18446744073709551615 4241168 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23052/statm: 265472 12921 337 96 0 262034 0
[pid=23053] ppid=23051 vsize=101268 CPUtime=16.96 cores=0
/proc/23053/stat : 23053 (clasp) R 23051 23051 22728 0 -1 4202496 23953 0 0 0 1690 6 0 0 25 0 1 0 433964756 103698432 22520 33554432000 4194304 4785740 140733401786656 18446744073709551615 4552993 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23053/statm: 25317 22520 340 145 0 22362 0
[pid=23054] ppid=23051 vsize=464024 CPUtime=17.12 cores=0
/proc/23054/stat : 23054 (TNM) R 23051 23051 22728 0 -1 4202496 5103 0 0 0 1711 1 0 0 25 0 1 0 433964756 475160576 5000 33554432000 134512640 134534564 4287789488 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23054/statm: 116006 5000 95 6 0 114672 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1645504

[startup+102.307 s]
/proc/loadavg: 5.98 5.99 5.99 7/188 23057
/proc/meminfo: memFree=21480216/32951124 swapFree=67111416/67111528
[pid=23051] ppid=23049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23051/stat : 23051 (ppfolio) S 23049 23051 22728 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 433964755 18763776 393 33554432000 4194304 4287625 140733420581424 18446744073709551615 246516854287 0 0 4096 65536 9169804654983249920 0 0 17 2 0 0 0
/proc/23051/statm: 4581 393 345 23 0 91 0
[pid=23052] ppid=23051 vsize=1070416 CPUtime=34.03 cores=0
/proc/23052/stat : 23052 (cryptominisat) R 23051 23051 22728 0 -1 4202496 78595 0 0 0 3392 11 0 0 25 0 1 0 433964755 1096105984 11135 33554432000 4194304 4587354 140735276435392 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23052/statm: 267604 11135 337 96 0 264166 0
[pid=23053] ppid=23051 vsize=121244 CPUtime=34.03 cores=0
/proc/23053/stat : 23053 (clasp) R 23051 23051 22728 0 -1 4202496 28953 0 0 0 3396 7 0 0 25 0 1 0 433964756 124153856 27520 33554432000 4194304 4785740 140733401786656 18446744073709551615 4549040 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23053/statm: 30311 27520 340 145 0 27356 0
[pid=23054] ppid=23051 vsize=464024 CPUtime=34.21 cores=0
/proc/23054/stat : 23054 (TNM) R 23051 23051 22728 0 -1 4202496 5103 0 0 0 3420 1 0 0 25 0 1 0 433964756 475160576 5000 33554432000 134512640 134534564 4287789488 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23054/statm: 116006 5000 95 6 0 114672 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1674008

[startup+162.301 s]
/proc/loadavg: 5.99 5.99 5.99 7/188 23059
/proc/meminfo: memFree=21411368/32951124 swapFree=67111416/67111528
[pid=23051] ppid=23049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23051/stat : 23051 (ppfolio) S 23049 23051 22728 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 433964755 18763776 393 33554432000 4194304 4287625 140733420581424 18446744073709551615 246516854287 0 0 4096 65536 9169804792422203392 0 0 17 2 0 0 0
/proc/23051/statm: 4581 393 345 23 0 91 0
[pid=23052] ppid=23051 vsize=1202540 CPUtime=54.03 cores=0
/proc/23052/stat : 23052 (cryptominisat) R 23051 23051 22728 0 -1 4202496 122655 0 0 0 5385 18 0 0 25 0 1 0 433964755 1231400960 48138 33554432000 4194304 4587354 140735276435392 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23052/statm: 300635 48138 337 96 0 297197 0
[pid=23053] ppid=23051 vsize=146112 CPUtime=54.03 cores=0

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

/proc/23054/statm: 116006 5000 95 6 0 114672 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 2009636

[startup+4662.3 s]
/proc/loadavg: 5.94 5.99 5.99 7/188 23222
/proc/meminfo: memFree=21645212/32951124 swapFree=67111416/67111528
[pid=23051] ppid=23049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23051/stat : 23051 (ppfolio) S 23049 23051 22728 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 433964755 18763776 393 33554432000 4194304 4287625 140733420581424 18446744073709551615 246516854287 0 0 4096 65536 9169806029372784640 0 0 17 2 0 0 0
/proc/23051/statm: 4581 393 345 23 0 91 0
[pid=23052] ppid=23051 vsize=1104584 CPUtime=1554.06 cores=0
/proc/23052/stat : 23052 (cryptominisat) R 23051 23051 22728 0 -1 4202496 1029185 0 0 0 155185 221 0 0 25 0 1 0 433964755 1131094016 23668 33554432000 4194304 4587354 140735276435392 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23052/statm: 276146 23668 337 96 0 272708 0
[pid=23053] ppid=23051 vsize=447964 CPUtime=1554.11 cores=0
/proc/23053/stat : 23053 (clasp) R 23051 23051 22728 0 -1 4202496 108800 0 0 0 155382 29 0 0 25 0 1 0 433964756 458715136 107367 33554432000 4194304 4785740 140733401786656 18446744073709551615 4304953 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23053/statm: 111991 107367 340 145 0 109036 0
[pid=23054] ppid=23051 vsize=464024 CPUtime=1554.25 cores=0
/proc/23054/stat : 23054 (TNM) R 23051 23051 22728 0 -1 4202496 5103 0 0 0 155424 1 0 0 25 0 1 0 433964756 475160576 5000 33554432000 134512640 134534564 4287789488 18446744073709551615 134530268 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23054/statm: 116006 5000 95 6 0 114672 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 2034896

[startup+4722.31 s]
/proc/loadavg: 5.98 5.99 5.99 7/188 23223
/proc/meminfo: memFree=21590384/32951124 swapFree=67111416/67111528
[pid=23051] ppid=23049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23051/stat : 23051 (ppfolio) S 23049 23051 22728 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 433964755 18763776 393 33554432000 4194304 4287625 140733420581424 18446744073709551615 246516854287 0 0 4096 65536 9169806029372784640 0 0 17 2 0 0 0
/proc/23051/statm: 4581 393 345 23 0 91 0
[pid=23052] ppid=23051 vsize=1104584 CPUtime=1574.05 cores=0
/proc/23052/stat : 23052 (cryptominisat) R 23051 23051 22728 0 -1 4202496 1038458 0 0 0 157182 223 0 0 25 0 1 0 433964755 1131094016 32912 33554432000 4194304 4587354 140735276435392 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23052/statm: 276146 32912 337 96 0 272708 0
[pid=23053] ppid=23051 vsize=447964 CPUtime=1574.1 cores=0
/proc/23053/stat : 23053 (clasp) R 23051 23051 22728 0 -1 4202496 108811 0 0 0 157381 29 0 0 25 0 1 0 433964756 458715136 107378 33554432000 4194304 4785740 140733401786656 18446744073709551615 4552553 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23053/statm: 111991 107378 340 145 0 109036 0
[pid=23054] ppid=23051 vsize=464024 CPUtime=1574.26 cores=0
/proc/23054/stat : 23054 (TNM) R 23051 23051 22728 0 -1 4202496 5103 0 0 0 157425 1 0 0 25 0 1 0 433964756 475160576 5000 33554432000 134512640 134534564 4287789488 18446744073709551615 134528966 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23054/statm: 116006 5000 95 6 0 114672 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 2034896

[startup+4782.3 s]
/proc/loadavg: 5.99 5.99 5.99 7/188 23225
/proc/meminfo: memFree=21618400/32951124 swapFree=67111416/67111528
[pid=23051] ppid=23049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23051/stat : 23051 (ppfolio) S 23049 23051 22728 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 433964755 18763776 393 33554432000 4194304 4287625 140733420581424 18446744073709551615 246516854287 0 0 4096 65536 9169806029372784640 0 0 17 2 0 0 0
/proc/23051/statm: 4581 393 345 23 0 91 0
[pid=23052] ppid=23051 vsize=1110076 CPUtime=1594.05 cores=0
/proc/23052/stat : 23052 (cryptominisat) R 23051 23051 22728 0 -1 4202496 1050151 0 0 0 159179 226 0 0 25 0 1 0 433964755 1136717824 22617 33554432000 4194304 4587354 140735276435392 18446744073709551615 4230294 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23052/statm: 277519 22617 337 96 0 274081 0
[pid=23053] ppid=23051 vsize=448484 CPUtime=1594.1 cores=0
/proc/23053/stat : 23053 (clasp) R 23051 23051 22728 0 -1 4202496 108898 0 0 0 159381 29 0 0 25 0 1 0 433964756 459247616 107465 33554432000 4194304 4785740 140733401786656 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23053/statm: 112121 107465 340 145 0 109166 0
[pid=23054] ppid=23051 vsize=464024 CPUtime=1594.27 cores=0
/proc/23054/stat : 23054 (TNM) R 23051 23051 22728 0 -1 4202496 5103 0 0 0 159426 1 0 0 25 0 1 0 433964756 475160576 5000 33554432000 134512640 134534564 4287789488 18446744073709551615 134528392 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23054/statm: 116006 5000 95 6 0 114672 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 2040908

[startup+4842.3 s]
/proc/loadavg: 5.99 5.99 5.99 7/188 23227
/proc/meminfo: memFree=21619868/32951124 swapFree=67111416/67111528
[pid=23051] ppid=23049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23051/stat : 23051 (ppfolio) S 23049 23051 22728 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 433964755 18763776 393 33554432000 4194304 4287625 140733420581424 18446744073709551615 246516854287 0 0 4096 65536 9169806029372784640 0 0 17 2 0 0 0
/proc/23051/statm: 4581 393 345 23 0 91 0
[pid=23052] ppid=23051 vsize=1110076 CPUtime=1614.04 cores=0
/proc/23052/stat : 23052 (cryptominisat) R 23051 23051 22728 0 -1 4202496 1059369 0 0 0 161176 228 0 0 25 0 1 0 433964755 1136717824 31818 33554432000 4194304 4587354 140735276435392 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23052/statm: 277519 31818 337 96 0 274081 0
[pid=23053] ppid=23051 vsize=448484 CPUtime=1614.09 cores=0
/proc/23053/stat : 23053 (clasp) R 23051 23051 22728 0 -1 4202496 108899 0 0 0 161380 29 0 0 25 0 1 0 433964756 459247616 107466 33554432000 4194304 4785740 140733401786656 18446744073709551615 4304541 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23053/statm: 112121 107466 340 145 0 109166 0
[pid=23054] ppid=23051 vsize=464024 CPUtime=1614.27 cores=0
/proc/23054/stat : 23054 (TNM) R 23051 23051 22728 0 -1 4202496 5103 0 0 0 161426 1 0 0 25 0 1 0 433964756 475160576 5000 33554432000 134512640 134534564 4287789488 18446744073709551615 134530124 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23054/statm: 116006 5000 95 6 0 114672 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 2040908

[startup+4902.3 s]
/proc/loadavg: 6.03 6.00 5.99 7/188 23228
/proc/meminfo: memFree=21613040/32951124 swapFree=67111416/67111528
[pid=23051] ppid=23049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23051/stat : 23051 (ppfolio) S 23049 23051 22728 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 433964755 18763776 393 33554432000 4194304 4287625 140733420581424 18446744073709551615 246516854287 0 0 4096 65536 9169803967788482560 0 0 17 2 0 0 0
/proc/23051/statm: 4581 393 345 23 0 91 0
[pid=23052] ppid=23051 vsize=1111996 CPUtime=1634.06 cores=0
/proc/23052/stat : 23052 (cryptominisat) R 23051 23051 22728 0 -1 4202496 1070800 0 0 0 163176 230 0 0 25 0 1 0 433964755 1138683904 21368 33554432000 4194304 4587354 140735276435392 18446744073709551615 4238224 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23052/statm: 277999 21368 337 96 0 274561 0
[pid=23053] ppid=23051 vsize=448484 CPUtime=1634.09 cores=0
/proc/23053/stat : 23053 (clasp) R 23051 23051 22728 0 -1 4202496 108899 0 0 0 163380 29 0 0 25 0 1 0 433964756 459247616 107466 33554432000 4194304 4785740 140733401786656 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23053/statm: 112121 107466 340 145 0 109166 0
[pid=23054] ppid=23051 vsize=464024 CPUtime=1634.27 cores=0
/proc/23054/stat : 23054 (TNM) R 23051 23051 22728 0 -1 4202496 5103 0 0 0 163426 1 0 0 25 0 1 0 433964756 475160576 5000 33554432000 134512640 134534564 4287789488 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23054/statm: 116006 5000 95 6 0 114672 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 2042828

[startup+4962.3 s]
/proc/loadavg: 6.07 6.02 6.00 7/188 23230
/proc/meminfo: memFree=21615500/32951124 swapFree=67111416/67111528
[pid=23051] ppid=23049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23051/stat : 23051 (ppfolio) S 23049 23051 22728 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 433964755 18763776 393 33554432000 4194304 4287625 140733420581424 18446744073709551615 246516854287 0 0 4096 65536 9169803967788482560 0 0 17 2 0 0 0
/proc/23051/statm: 4581 393 345 23 0 91 0
[pid=23052] ppid=23051 vsize=1111996 CPUtime=1654.06 cores=0
/proc/23052/stat : 23052 (cryptominisat) R 23051 23051 22728 0 -1 4202496 1080106 0 0 0 165174 232 0 0 25 0 1 0 433964755 1138683904 30637 33554432000 4194304 4587354 140735276435392 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23052/statm: 277999 30637 337 96 0 274561 0
[pid=23053] ppid=23051 vsize=449712 CPUtime=1654.08 cores=0
/proc/23053/stat : 23053 (clasp) R 23051 23051 22728 0 -1 4202496 109125 0 0 0 165379 29 0 0 25 0 1 0 433964756 460505088 107692 33554432000 4194304 4785740 140733401786656 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23053/statm: 112428 107692 340 145 0 109473 0
[pid=23054] ppid=23051 vsize=464024 CPUtime=1654.27 cores=0
/proc/23054/stat : 23054 (TNM) R 23051 23051 22728 0 -1 4202496 5103 0 0 0 165426 1 0 0 25 0 1 0 433964756 475160576 5000 33554432000 134512640 134534564 4287789488 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23054/statm: 116006 5000 95 6 0 114672 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 2044056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 6.04 6.01 6.00 7/188 23231
/proc/meminfo: memFree=21673144/32951124 swapFree=67111416/67111528
[pid=23051] ppid=23049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23051/stat : 23051 (ppfolio) S 23049 23051 22728 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 433964755 18763776 393 33554432000 4194304 4287625 140733420581424 18446744073709551615 246516854287 0 0 4096 65536 9169803967788482560 0 0 17 2 0 0 0
/proc/23051/statm: 4581 393 345 23 0 91 0
[pid=23052] ppid=23051 vsize=1103432 CPUtime=1666.64 cores=0
/proc/23052/stat : 23052 (cryptominisat) R 23051 23051 22728 0 -1 4202496 1087432 0 0 0 166430 234 0 0 25 0 1 0 433964755 1129914368 15814 33554432000 4194304 4587354 140735276435392 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23052/statm: 275858 15814 337 96 0 272420 0
[pid=23053] ppid=23051 vsize=449712 CPUtime=1666.62 cores=0
/proc/23053/stat : 23053 (clasp) R 23051 23051 22728 0 -1 4202496 109125 0 0 0 166633 29 0 0 25 0 1 0 433964756 460505088 107692 33554432000 4194304 4785740 140733401786656 18446744073709551615 4278573 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23053/statm: 112428 107692 340 145 0 109473 0
[pid=23054] ppid=23051 vsize=464024 CPUtime=1666.76 cores=0
/proc/23054/stat : 23054 (TNM) R 23051 23051 22728 0 -1 4202496 5103 0 0 0 166675 1 0 0 25 0 1 0 433964756 475160576 5000 33554432000 134512640 134534564 4287789488 18446744073709551615 134530504 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23054/statm: 116006 5000 95 6 0 114672 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 2035492

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+4999.9 s]
/proc/loadavg: 6.04 6.01 6.00 7/188 23231
/proc/meminfo: memFree=21673144/32951124 swapFree=67111416/67111528
[pid=23051] ppid=23049 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23051/stat : 23051 (ppfolio) S 23049 23051 22728 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 433964755 18763776 393 33554432000 4194304 4287625 140733420581424 18446744073709551615 246516854287 0 0 4096 65536 9169803967788482560 0 0 17 2 0 0 0
/proc/23051/statm: 4581 393 345 23 0 91 0
[pid=23052] ppid=23051 vsize=1103432 CPUtime=1666.64 cores=0
/proc/23052/stat : 23052 (cryptominisat) R 23051 23051 22728 0 -1 4202496 1087432 0 0 0 166430 234 0 0 25 0 1 0 433964755 1129914368 15814 33554432000 4194304 4587354 140735276435392 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23052/statm: 275858 15814 337 96 0 272420 0
[pid=23053] ppid=23051 vsize=449712 CPUtime=1666.62 cores=0
/proc/23053/stat : 23053 (clasp) R 23051 23051 22728 0 -1 4202496 109125 0 0 0 166633 29 0 0 25 0 1 0 433964756 460505088 107692 33554432000 4194304 4785740 140733401786656 18446744073709551615 4278573 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23053/statm: 112428 107692 340 145 0 109473 0
[pid=23054] ppid=23051 vsize=464024 CPUtime=1666.76 cores=0
/proc/23054/stat : 23054 (TNM) R 23051 23051 22728 0 -1 4202496 5103 0 0 0 166675 1 0 0 25 0 1 0 433964756 475160576 5000 33554432000 134512640 134534564 4287789488 18446744073709551615 134530504 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23054/statm: 116006 5000 95 6 0 114672 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 2035492

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23051 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 5000.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4999.91
CPU time (s): 5000.02
CPU user time (s): 4997.38
CPU system time (s): 2.64
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3084288

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

runsolver used 8.81766 second user time and 18.4642 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-19 16:34:26
IDJOB=3219238
IDBENCH=82556
IDSOLVER=1639
FILE ID=node134/3219238-1303223665
RUNJOBID= node134-1303218216-22746
PBS_JOBID= 13036139
Free space on /tmp= 71976 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S1196935200-064-UNKNOWN.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219238-1303223665/watcher-3219238-1303223665 -o /tmp/evaluation-result-3219238-1303223665/solver-3219238-1303223665 -C 5000 -W 5000 -M 15500  ppfolio --nbcore=1 HOME/instance-3219238-1303223665.cnf

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

MD5SUM BENCH= a5ac359cd8af4f1e83d886effb49a2a9
RANDOM SEED=780886647

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:      21844224 kB
Buffers:        658436 kB
Cached:        9615220 kB
SwapCached:        108 kB
Active:        6169292 kB
Inactive:      4576308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21844224 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           12420 kB
Writeback:           0 kB
AnonPages:      471352 kB
Mapped:          16836 kB
Slab:           297140 kB
PageTables:       5772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1406956 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= 71968 MiB
End job on node134 at 2011-04-19 17:57:48