Trace number 3265517

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 par? (TO) 4800.15 1201.71

General information on the benchmark

NameSAT05/crafted/roussel05/visbmc-PHNF/
phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.cnf
MD5SUM32f22e9ac89bf164b7f5db6bef950d03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1140.77
Satisfiable
(Un)Satisfiability was proved
Number of variables36304
Number of clauses1711065
Sum of the clauses size3450220
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21706958
Number of clauses of size 30
Number of clauses of size 45
Number of clauses of size 57
Number of clauses of size over 54095

Solver Data

0.00/0.80	This is pico-portfolio, a naive parallel portfolio
0.00/0.80	Copyright (C) 2011 Olivier Roussel
0.00/0.80	Using 4 processing units
0.00/0.80	This portfolio uses the following solvers:
0.00/0.80	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.80	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.80	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.80	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.80	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.80	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.80	Starting clasp 1.3.6 on core(s) 4
0.00/0.80	Starting TNM 2009 on core(s) 6
0.00/0.80	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.80	Starting march_hi 2009 on core(s) 6

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-3265517-1304095720/watcher-3265517-1304095720 -o /tmp/evaluation-result-3265517-1304095720/solver-3265517-1304095720 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3265517-1304095720.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.78 7.76 7.91 7/182 28968
/proc/meminfo: memFree=17101184/32950940 swapFree=67111528/67111528
[pid=28968] ppid=28966 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28968/stat : 28968 (ppfolio) R 28966 28968 28861 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 599802910 18763776 390 33554432000 4194304 4287625 140735304877600 18446744073709551615 215988612623 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/28968/statm: 4581 390 341 23 0 91 0

[startup+0.163224 s]
/proc/loadavg: 6.78 7.76 7.91 7/182 28968
/proc/meminfo: memFree=17101184/32950940 swapFree=67111528/67111528
[pid=28968] ppid=28966 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28968/stat : 28968 (ppfolio) S 28966 28968 28861 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 599802910 18763776 390 33554432000 4194304 4287625 140735304877600 18446744073709551615 215988612623 0 0 4096 65536 4151756185655050239 0 0 17 4 0 0 0
/proc/28968/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200217 s]
/proc/loadavg: 6.78 7.76 7.91 7/182 28968
/proc/meminfo: memFree=17101184/32950940 swapFree=67111528/67111528
[pid=28968] ppid=28966 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28968/stat : 28968 (ppfolio) S 28966 28968 28861 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 599802910 18763776 390 33554432000 4194304 4287625 140735304877600 18446744073709551615 215988612623 0 0 4096 65536 4151756185655050239 0 0 17 4 0 0 0
/proc/28968/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.3002 s]
/proc/loadavg: 6.78 7.76 7.91 7/182 28968
/proc/meminfo: memFree=17101184/32950940 swapFree=67111528/67111528
[pid=28968] ppid=28966 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28968/stat : 28968 (ppfolio) S 28966 28968 28861 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 599802910 18763776 390 33554432000 4194304 4287625 140735304877600 18446744073709551615 215988612623 0 0 4096 65536 4151756185655050239 0 0 17 4 0 0 0
/proc/28968/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700131 s]
/proc/loadavg: 6.78 7.76 7.91 7/182 28968
/proc/meminfo: memFree=17101184/32950940 swapFree=67111528/67111528
[pid=28968] ppid=28966 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28968/stat : 28968 (ppfolio) S 28966 28968 28861 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 599802910 18763776 390 33554432000 4194304 4287625 140735304877600 18446744073709551615 215988612623 0 0 4096 65536 4151756185655050239 0 0 17 4 0 0 0
/proc/28968/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50099 s]
/proc/loadavg: 6.78 7.76 7.91 11/188 28974
/proc/meminfo: memFree=16704008/32950940 swapFree=67111528/67111528
[pid=28968] ppid=28966 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28968/stat : 28968 (ppfolio) S 28966 28968 28861 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 599802910 18763776 390 33554432000 4194304 4287625 140735304877600 18446744073709551615 215988612623 0 0 4096 65536 4151756185655050239 0 0 17 4 0 0 0
/proc/28968/statm: 4581 390 341 23 0 91 0
[pid=28969] ppid=28968 vsize=158244 CPUtime=1.49 cores=0
/proc/28969/stat : 28969 (cryptominisat) R 28968 28968 28861 0 -1 4202496 32705 0 0 0 145 4 0 0 20 0 1 0 599802911 162041856 32585 33554432000 4194304 4587354 140734153482240 18446744073709551615 4268382 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28969/statm: 39561 32585 311 96 0 36123 0
[pid=28970] ppid=28968 vsize=131568 CPUtime=1.49 cores=4
/proc/28970/stat : 28970 (clasp) R 28968 28968 28861 0 -1 4202496 37920 0 0 0 144 5 0 0 25 0 1 0 599802911 134725632 28195 33554432000 4194304 4785740 140736151939840 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28970/statm: 32892 28195 313 145 0 29937 0
[pid=28971] ppid=28968 vsize=470348 CPUtime=0.74 cores=6
/proc/28971/stat : 28971 (TNM) R 28968 28968 28861 0 -1 4202496 8336 0 0 0 73 1 0 0 25 0 1 0 599802911 481636352 8233 33554432000 134512640 134534564 4291728624 18446744073709551615 8089119 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28971/statm: 117587 8233 90 6 0 116253 0
[pid=28972] ppid=28968 vsize=40268 CPUtime=1.48 cores=2
/proc/28972/stat : 28972 (lingeling) R 28968 28968 28861 0 -1 4202496 19076 0 0 0 144 4 0 0 25 0 1 0 599802911 41234432 9221 33554432000 4194304 4352236 140735919652160 18446744073709551615 4312304 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28972/statm: 10067 9221 118 39 0 9147 0
[pid=28973] ppid=28968 vsize=79048 CPUtime=0.73 cores=6
/proc/28973/stat : 28973 (march_hi) R 28968 28968 28861 0 -1 4194304 18214 0 0 0 71 2 0 0 25 0 1 0 599802911 80945152 18108 33554432000 4194304 4331988 140734963262432 18446744073709551615 215987995920 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28973/statm: 19762 18108 113 34 0 18204 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 897800

[startup+3.10071 s]
/proc/loadavg: 6.78 7.76 7.91 12/188 28974
/proc/meminfo: memFree=16587200/32950940 swapFree=67111528/67111528
[pid=28968] ppid=28966 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28968/stat : 28968 (ppfolio) S 28966 28968 28861 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 599802910 18763776 390 33554432000 4194304 4287625 140735304877600 18446744073709551615 215988612623 0 0 4096 65536 4151756185655050239 0 0 17 4 0 0 0
/proc/28968/statm: 4581 390 341 23 0 91 0
[pid=28969] ppid=28968 vsize=245900 CPUtime=3.09 cores=0
/proc/28969/stat : 28969 (cryptominisat) R 28968 28968 28861 0 -1 4202496 54894 0 0 0 302 7 0 0 25 0 1 0 599802911 251801600 54490 33554432000 4194304 4587354 140734153482240 18446744073709551615 4388261 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28969/statm: 61475 54490 315 96 0 58037 0
[pid=28970] ppid=28968 vsize=131568 CPUtime=3.09 cores=4
/proc/28970/stat : 28970 (clasp) R 28968 28968 28861 0 -1 4202496 37920 0 0 0 304 5 0 0 25 0 1 0 599802911 134725632 28195 33554432000 4194304 4785740 140736151939840 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28970/statm: 32892 28195 313 145 0 29937 0
[pid=28971] ppid=28968 vsize=533176 CPUtime=1.54 cores=6
/proc/28971/stat : 28971 (TNM) R 28968 28968 28861 0 -1 4202496 27444 0 0 0 151 3 0 0 25 0 1 0 599802911 545972224 27340 33554432000 134512640 134534564 4291728624 18446744073709551615 134524573 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28971/statm: 133294 27340 91 6 0 131960 0
[pid=28972] ppid=28968 vsize=50796 CPUtime=3.08 cores=2
/proc/28972/stat : 28972 (lingeling) R 28968 28968 28861 0 -1 4202496 21594 0 0 0 303 5 0 0 25 0 1 0 599802911 52015104 11739 33554432000 4194304 4352236 140735919652160 18446744073709551615 4267956 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28972/statm: 12699 11739 125 39 0 11779 0
[pid=28973] ppid=28968 vsize=173628 CPUtime=1.52 cores=6
/proc/28973/stat : 28973 (march_hi) R 28968 28968 28861 0 -1 4194304 29343 0 0 0 148 4 0 0 25 0 1 0 599802911 177795072 23572 33554432000 4194304 4331988 140734963262432 18446744073709551615 4257075 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28973/statm: 43407 23572 125 34 0 41849 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 1153392

[startup+6.30115 s]
/proc/loadavg: 7.04 7.80 7.92 11/188 28974
/proc/meminfo: memFree=16449716/32950940 swapFree=67111528/67111528
[pid=28968] ppid=28966 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28968/stat : 28968 (ppfolio) S 28966 28968 28861 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 599802910 18763776 390 33554432000 4194304 4287625 140735304877600 18446744073709551615 215988612623 0 0 4096 65536 4151756185655050239 0 0 17 4 0 0 0
/proc/28968/statm: 4581 390 341 23 0 91 0
[pid=28969] ppid=28968 vsize=270496 CPUtime=6.29 cores=0
/proc/28969/stat : 28969 (cryptominisat) R 28968 28968 28861 0 -1 4202496 67257 0 0 0 621 8 0 0 25 0 1 0 599802911 276987904 56814 33554432000 4194304 4587354 140734153482240 18446744073709551615 4375056 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28969/statm: 67624 56814 316 96 0 64186 0
[pid=28970] ppid=28968 vsize=131568 CPUtime=6.29 cores=4
/proc/28970/stat : 28970 (clasp) R 28968 28968 28861 0 -1 4202496 37920 0 0 0 624 5 0 0 25 0 1 0 599802911 134725632 28195 33554432000 4194304 4785740 140736151939840 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28970/statm: 32892 28195 313 145 0 29937 0
[pid=28971] ppid=28968 vsize=533176 CPUtime=3.14 cores=6
/proc/28971/stat : 28971 (TNM) R 28968 28968 28861 0 -1 4202496 27444 0 0 0 311 3 0 0 25 0 1 0 599802911 545972224 27340 33554432000 134512640 134534564 4291728624 18446744073709551615 134524582 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28971/statm: 133294 27340 91 6 0 131960 0
[pid=28972] ppid=28968 vsize=50452 CPUtime=6.28 cores=2
/proc/28972/stat : 28972 (lingeling) R 28968 28968 28861 0 -1 4202496 22072 0 0 0 623 5 0 0 25 0 1 0 599802911 51662848 11782 33554432000 4194304 4352236 140735919652160 18446744073709551615 4328090 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28972/statm: 12613 11782 127 39 0 11693 0
[pid=28973] ppid=28968 vsize=168428 CPUtime=3.1 cores=6
/proc/28973/stat : 28973 (march_hi) R 28968 28968 28861 0 -1 4194304 40617 0 0 0 304 6 0 0 25 0 1 0 599802911 172470272 23928 33554432000 4194304 4331988 140734963262432 18446744073709551615 4251963 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28973/statm: 42107 23928 127 34 0 40549 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 1172444

[startup+12.701 s]
/proc/loadavg: 7.27 7.84 7.93 11/188 28974
/proc/meminfo: memFree=16391128/32950940 swapFree=67111528/67111528
[pid=28968] ppid=28966 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28968/stat : 28968 (ppfolio) S 28966 28968 28861 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 599802910 18763776 390 33554432000 4194304 4287625 140735304877600 18446744073709551615 215988612623 0 0 4096 65536 4151756185655050239 0 0 17 4 0 0 0
/proc/28968/statm: 4581 390 341 23 0 91 0
[pid=28969] ppid=28968 vsize=281760 CPUtime=12.69 cores=0
/proc/28969/stat : 28969 (cryptominisat) R 28968 28968 28861 0 -1 4202496 90576 0 0 0 1257 12 0 0 25 0 1 0 599802911 288522240 60225 33554432000 4194304 4587354 140734153482240 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28969/statm: 70440 60225 327 96 0 67002 0
[pid=28970] ppid=28968 vsize=131568 CPUtime=12.69 cores=4
/proc/28970/stat : 28970 (clasp) R 28968 28968 28861 0 -1 4202496 37924 0 0 0 1264 5 0 0 25 0 1 0 599802911 134725632 28199 33554432000 4194304 4785740 140736151939840 18446744073709551615 4482821 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28970/statm: 32892 28199 317 145 0 29937 0
[pid=28971] ppid=28968 vsize=533176 CPUtime=6.31 cores=6
/proc/28971/stat : 28971 (TNM) R 28968 28968 28861 0 -1 4202496 27444 0 0 0 628 3 0 0 25 0 1 0 599802911 545972224 27340 33554432000 134512640 134534564 4291728624 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28971/statm: 133294 27340 91 6 0 131960 0
[pid=28972] ppid=28968 vsize=49452 CPUtime=12.68 cores=2
/proc/28972/stat : 28972 (lingeling) R 28968 28968 28861 0 -1 4202496 22506 0 0 0 1263 5 0 0 25 0 1 0 599802911 50638848 11532 33554432000 4194304 4352236 140735919652160 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28972/statm: 12363 11532 127 39 0 11443 0
[pid=28973] ppid=28968 vsize=198392 CPUtime=6.3 cores=6
/proc/28973/stat : 28973 (march_hi) R 28968 28968 28861 0 -1 4202496 85879 0 0 0 618 12 0 0 25 0 1 0 599802911 203153408 31450 33554432000 4194304 4331988 140734963262432 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28973/statm: 49598 31450 147 34 0 48040 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1212672

[startup+25.5008 s]
/proc/loadavg: 7.95 7.96 7.97 11/188 28975
/proc/meminfo: memFree=16297812/32950940 swapFree=67111528/67111528
[pid=28968] ppid=28966 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28968/stat : 28968 (ppfolio) S 28966 28968 28861 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 599802910 18763776 390 33554432000 4194304 4287625 140735304877600 18446744073709551615 215988612623 0 0 4096 65536 4151756185655050239 0 0 17 4 0 0 0
/proc/28968/statm: 4581 390 341 23 0 91 0
[pid=28969] ppid=28968 vsize=269608 CPUtime=25.49 cores=0
/proc/28969/stat : 28969 (cryptominisat) R 28968 28968 28861 0 -1 4202496 99989 0 0 0 2536 13 0 0 25 0 1 0 599802911 276078592 58088 33554432000 4194304 4587354 140734153482240 18446744073709551615 215988286420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28969/statm: 67402 58088 338 96 0 63964 0
[pid=28970] ppid=28968 vsize=135920 CPUtime=25.49 cores=4
/proc/28970/stat : 28970 (clasp) R 28968 28968 28861 0 -1 4202496 43629 0 0 0 2543 6 0 0 25 0 1 0 599802911 139182080 30562 33554432000 4194304 4785740 140736151939840 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28970/statm: 33980 30562 340 145 0 31025 0
[pid=28971] ppid=28968 vsize=533176 CPUtime=12.64 cores=6
/proc/28971/stat : 28971 (TNM) R 28968 28968 28861 0 -1 4202496 27444 0 0 0 1261 3 0 0 25 0 1 0 599802911 545972224 27340 33554432000 134512640 134534564 4291728624 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28971/statm: 133294 27340 91 6 0 131960 0
[pid=28972] ppid=28968 vsize=51996 CPUtime=25.48 cores=2
/proc/28972/stat : 28972 (lingeling) R 28968 28968 28861 0 -1 4202496 27240 0 0 0 2542 6 0 0 25 0 1 0 599802911 53243904 12168 33554432000 4194304 4352236 140735919652160 18446744073709551615 4276744 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28972/statm: 12999 12168 127 39 0 12079 0
[pid=28973] ppid=28968 vsize=269436 CPUtime=12.7 cores=6
/proc/28973/stat : 28973 (march_hi) R 28968 28968 28861 0 -1 4202496 130948 0 0 0 1252 18 0 0 25 0 1 0 599802911 275902464 31273 33554432000 4194304 4331988 140734963262432 18446744073709551615 215987987902 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28973/statm: 67359 31273 159 34 0 65801 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 1278460

[startup+51.1013 s]
/proc/loadavg: 8.72 8.14 8.02 11/188 28975
/proc/meminfo: memFree=16002712/32950940 swapFree=67111528/67111528
[pid=28968] ppid=28966 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28968/stat : 28968 (ppfolio) S 28966 28968 28861 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 599802910 18763776 390 33554432000 4194304 4287625 140735304877600 18446744073709551615 215988612623 0 0 4096 65536 4151756185655050239 0 0 17 4 0 0 0
/proc/28968/statm: 4581 390 341 23 0 91 0
[pid=28969] ppid=28968 vsize=364544 CPUtime=51.09 cores=0
/proc/28969/stat : 28969 (cryptominisat) R 28968 28968 28861 0 -1 4202496 132173 0 0 0 5092 17 0 0 25 0 1 0 599802911 373293056 77606 33554432000 4194304 4587354 140734153482240 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28969/statm: 91136 77606 338 96 0 87698 0
[pid=28970] ppid=28968 vsize=135920 CPUtime=51.09 cores=4
/proc/28970/stat : 28970 (clasp) R 28968 28968 28861 0 -1 4202496 43629 0 0 0 5103 6 0 0 25 0 1 0 599802911 139182080 30562 33554432000 4194304 4785740 140736151939840 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28970/statm: 33980 30562 340 145 0 31025 0
[pid=28971] ppid=28968 vsize=533176 CPUtime=25.4 cores=6
/proc/28971/stat : 28971 (TNM) R 28968 28968 28861 0 -1 4202496 27444 0 0 0 2537 3 0 0 25 0 1 0 599802911 545972224 27340 33554432000 134512640 134534564 4291728624 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28971/statm: 133294 27340 91 6 0 131960 0
[pid=28972] ppid=28968 vsize=74396 CPUtime=51.07 cores=2

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

/proc/28973/statm: 71892 36122 174 34 0 70334 0
Current children cumulated CPU time (s) 3524.29
Current children cumulated vsize (KiB) 3106980

[startup+942.3 s]
/proc/loadavg: 10.21 10.09 9.34 11/188 29008
/proc/meminfo: memFree=14985028/32950940 swapFree=67111528/67111528
[pid=28968] ppid=28966 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28968/stat : 28968 (ppfolio) S 28966 28968 28861 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 599802910 18763776 390 33554432000 4194304 4287625 140735304877600 18446744073709551615 215988612623 0 0 4096 65536 4151756185655050239 0 0 17 4 0 0 0
/proc/28968/statm: 4581 390 341 23 0 91 0
[pid=28969] ppid=28968 vsize=1807764 CPUtime=942.3 cores=0
/proc/28969/stat : 28969 (cryptominisat) R 28968 28968 28861 0 -1 4202496 137324 0 0 0 94210 20 0 0 25 0 1 0 599802911 1851150336 79939 33554432000 4194304 4587354 140734153482240 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28969/statm: 451941 79939 338 96 0 448503 0
[pid=28970] ppid=28968 vsize=339516 CPUtime=942.31 cores=4
/proc/28970/stat : 28970 (clasp) R 28968 28968 28861 0 -1 4202496 94067 0 0 0 94204 27 0 0 25 0 1 0 599802911 347664384 81000 33554432000 4194304 4785740 140736151939840 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28970/statm: 84879 81000 340 145 0 81924 0
[pid=28971] ppid=28968 vsize=546932 CPUtime=468.57 cores=6
/proc/28971/stat : 28971 (TNM) R 28968 28968 28861 0 -1 4202496 40339 0 0 0 46852 5 0 0 25 0 1 0 599802911 560058368 40235 33554432000 134512640 134534564 4291728624 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28971/statm: 136733 40235 95 6 0 135399 0
[pid=28972] ppid=28968 vsize=121528 CPUtime=942.17 cores=2
/proc/28972/stat : 28972 (lingeling) R 28968 28968 28861 0 -1 4202496 49885 0 0 0 94209 8 0 0 25 0 1 0 599802911 124444672 29551 33554432000 4194304 4352236 140735919652160 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28972/statm: 30382 29551 127 39 0 29462 0
[pid=28973] ppid=28968 vsize=291020 CPUtime=468.59 cores=6
/proc/28973/stat : 28973 (march_hi) R 28968 28968 28861 0 -1 4202496 151013 0 0 0 46837 22 0 0 25 0 1 0 599802911 298004480 36154 33554432000 4194304 4331988 140734963262432 18446744073709551615 4263143 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28973/statm: 72755 36154 174 34 0 71197 0
Current children cumulated CPU time (s) 3763.94
Current children cumulated vsize (KiB) 3125084

[startup+1002.3 s]
/proc/loadavg: 10.19 10.10 9.39 11/188 29010
/proc/meminfo: memFree=14900424/32950940 swapFree=67111528/67111528
[pid=28968] ppid=28966 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28968/stat : 28968 (ppfolio) S 28966 28968 28861 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 599802910 18763776 390 33554432000 4194304 4287625 140735304877600 18446744073709551615 215988612623 0 0 4096 65536 4151756185655050239 0 0 17 4 0 0 0
/proc/28968/statm: 4581 390 341 23 0 91 0
[pid=28969] ppid=28968 vsize=1766936 CPUtime=1002.3 cores=0
/proc/28969/stat : 28969 (cryptominisat) R 28968 28968 28861 0 -1 4202496 137562 0 0 0 100210 20 0 0 25 0 1 0 599802911 1809342464 79920 33554432000 4194304 4587354 140734153482240 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28969/statm: 441734 79920 338 96 0 438296 0
[pid=28970] ppid=28968 vsize=355132 CPUtime=1002.31 cores=4
/proc/28970/stat : 28970 (clasp) R 28968 28968 28861 0 -1 4202496 97672 0 0 0 100203 28 0 0 25 0 1 0 599802911 363655168 84605 33554432000 4194304 4785740 140736151939840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28970/statm: 88783 84605 340 145 0 85828 0
[pid=28971] ppid=28968 vsize=546932 CPUtime=498.41 cores=6
/proc/28971/stat : 28971 (TNM) R 28968 28968 28861 0 -1 4202496 40339 0 0 0 49836 5 0 0 25 0 1 0 599802911 560058368 40235 33554432000 134512640 134534564 4291728624 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28971/statm: 136733 40235 95 6 0 135399 0
[pid=28972] ppid=28968 vsize=121528 CPUtime=1002.18 cores=2
/proc/28972/stat : 28972 (lingeling) R 28968 28968 28861 0 -1 4202496 49885 0 0 0 100209 9 0 0 25 0 1 0 599802911 124444672 29551 33554432000 4194304 4352236 140735919652160 18446744073709551615 4276757 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28972/statm: 30382 29551 127 39 0 29462 0
[pid=28973] ppid=28968 vsize=291020 CPUtime=498.43 cores=6
/proc/28973/stat : 28973 (march_hi) R 28968 28968 28861 0 -1 4202496 151044 0 0 0 49821 22 0 0 25 0 1 0 599802911 298004480 36185 33554432000 4194304 4331988 140734963262432 18446744073709551615 4228196 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28973/statm: 72755 36185 174 34 0 71197 0
Current children cumulated CPU time (s) 4003.63
Current children cumulated vsize (KiB) 3099872

[startup+1062.3 s]
/proc/loadavg: 10.11 10.10 9.43 11/188 29011
/proc/meminfo: memFree=14833928/32950940 swapFree=67111528/67111528
[pid=28968] ppid=28966 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28968/stat : 28968 (ppfolio) S 28966 28968 28861 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 599802910 18763776 390 33554432000 4194304 4287625 140735304877600 18446744073709551615 215988612623 0 0 4096 65536 4151756185655050239 0 0 17 4 0 0 0
/proc/28968/statm: 4581 390 341 23 0 91 0
[pid=28969] ppid=28968 vsize=1779004 CPUtime=1062.31 cores=0
/proc/28969/stat : 28969 (cryptominisat) R 28968 28968 28861 0 -1 4202496 137607 0 0 0 106211 20 0 0 25 0 1 0 599802911 1821700096 79920 33554432000 4194304 4587354 140734153482240 18446744073709551615 4230288 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28969/statm: 444751 79920 338 96 0 441313 0
[pid=28970] ppid=28968 vsize=368908 CPUtime=1062.31 cores=4
/proc/28970/stat : 28970 (clasp) R 28968 28968 28861 0 -1 4202496 101086 0 0 0 106201 30 0 0 25 0 1 0 599802911 377761792 88019 33554432000 4194304 4785740 140736151939840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28970/statm: 92227 88019 340 145 0 89272 0
[pid=28971] ppid=28968 vsize=546932 CPUtime=528.26 cores=6
/proc/28971/stat : 28971 (TNM) R 28968 28968 28861 0 -1 4202496 40339 0 0 0 52821 5 0 0 25 0 1 0 599802911 560058368 40235 33554432000 134512640 134534564 4291728624 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28971/statm: 136733 40235 95 6 0 135399 0
[pid=28972] ppid=28968 vsize=121528 CPUtime=1062.17 cores=2
/proc/28972/stat : 28972 (lingeling) R 28968 28968 28861 0 -1 4202496 49885 0 0 0 106208 9 0 0 25 0 1 0 599802911 124444672 29551 33554432000 4194304 4352236 140735919652160 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28972/statm: 30382 29551 127 39 0 29462 0
[pid=28973] ppid=28968 vsize=291020 CPUtime=528.25 cores=6
/proc/28973/stat : 28973 (march_hi) R 28968 28968 28861 0 -1 4202496 151075 0 0 0 52803 22 0 0 25 0 1 0 599802911 298004480 36216 33554432000 4194304 4331988 140734963262432 18446744073709551615 4228290 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28973/statm: 72755 36216 174 34 0 71197 0
Current children cumulated CPU time (s) 4243.3
Current children cumulated vsize (KiB) 3125716

[startup+1122.3 s]
/proc/loadavg: 10.15 10.11 9.47 11/188 29013
/proc/meminfo: memFree=14691908/32950940 swapFree=67111528/67111528
[pid=28968] ppid=28966 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28968/stat : 28968 (ppfolio) S 28966 28968 28861 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 599802910 18763776 390 33554432000 4194304 4287625 140735304877600 18446744073709551615 215988612623 0 0 4096 65536 4151756185655050239 0 0 17 4 0 0 0
/proc/28968/statm: 4581 390 341 23 0 91 0
[pid=28969] ppid=28968 vsize=1802564 CPUtime=1122.31 cores=0
/proc/28969/stat : 28969 (cryptominisat) R 28968 28968 28861 0 -1 4202496 137922 0 0 0 112211 20 0 0 25 0 1 0 599802911 1845825536 79920 33554432000 4194304 4587354 140734153482240 18446744073709551615 4238543 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28969/statm: 450641 79920 338 96 0 447203 0
[pid=28970] ppid=28968 vsize=381300 CPUtime=1122.31 cores=4
/proc/28970/stat : 28970 (clasp) R 28968 28968 28861 0 -1 4202496 103993 0 0 0 112200 31 0 0 25 0 1 0 599802911 390451200 90926 33554432000 4194304 4785740 140736151939840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28970/statm: 95325 90926 340 145 0 92370 0
[pid=28971] ppid=28968 vsize=546932 CPUtime=558.06 cores=6
/proc/28971/stat : 28971 (TNM) R 28968 28968 28861 0 -1 4202496 40339 0 0 0 55801 5 0 0 25 0 1 0 599802911 560058368 40235 33554432000 134512640 134534564 4291728624 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28971/statm: 136733 40235 95 6 0 135399 0
[pid=28972] ppid=28968 vsize=126684 CPUtime=1122.16 cores=2
/proc/28972/stat : 28972 (lingeling) R 28968 28968 28861 0 -1 4202496 51174 0 0 0 112207 9 0 0 25 0 1 0 599802911 129724416 30840 33554432000 4194304 4352236 140735919652160 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28972/statm: 31671 30840 127 39 0 30751 0
[pid=28973] ppid=28968 vsize=291020 CPUtime=558.12 cores=6
/proc/28973/stat : 28973 (march_hi) R 28968 28968 28861 0 -1 4202496 151106 0 0 0 55790 22 0 0 25 0 1 0 599802911 298004480 36247 33554432000 4194304 4331988 140734963262432 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28973/statm: 72755 36247 174 34 0 71197 0
Current children cumulated CPU time (s) 4482.96
Current children cumulated vsize (KiB) 3166824

[startup+1182.3 s]
/proc/loadavg: 10.16 10.12 9.52 11/188 29014
/proc/meminfo: memFree=14693872/32950940 swapFree=67111528/67111528
[pid=28968] ppid=28966 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28968/stat : 28968 (ppfolio) S 28966 28968 28861 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 599802910 18763776 390 33554432000 4194304 4287625 140735304877600 18446744073709551615 215988612623 0 0 4096 65536 4151756185655050239 0 0 17 4 0 0 0
/proc/28968/statm: 4581 390 341 23 0 91 0
[pid=28969] ppid=28968 vsize=1672012 CPUtime=1182.3 cores=0
/proc/28969/stat : 28969 (cryptominisat) R 28968 28968 28861 0 -1 4202496 138374 0 0 0 118210 20 0 0 25 0 1 0 599802911 1712140288 79920 33554432000 4194304 4587354 140734153482240 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28969/statm: 418003 79920 338 96 0 414565 0
[pid=28970] ppid=28968 vsize=394648 CPUtime=1182.31 cores=4
/proc/28970/stat : 28970 (clasp) R 28968 28968 28861 0 -1 4202496 107195 0 0 0 118200 31 0 0 25 0 1 0 599802911 404119552 94128 33554432000 4194304 4785740 140736151939840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28970/statm: 98662 94128 340 145 0 95707 0
[pid=28971] ppid=28968 vsize=546932 CPUtime=587.94 cores=6
/proc/28971/stat : 28971 (TNM) R 28968 28968 28861 0 -1 4202496 40339 0 0 0 58789 5 0 0 25 0 1 0 599802911 560058368 40235 33554432000 134512640 134534564 4291728624 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28971/statm: 136733 40235 95 6 0 135399 0
[pid=28972] ppid=28968 vsize=121236 CPUtime=1182.16 cores=2
/proc/28972/stat : 28972 (lingeling) R 28968 28968 28861 0 -1 4202496 51174 0 0 0 118207 9 0 0 25 0 1 0 599802911 124145664 29478 33554432000 4194304 4352236 140735919652160 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28972/statm: 30309 29478 127 39 0 29389 0
[pid=28973] ppid=28968 vsize=291020 CPUtime=587.91 cores=6
/proc/28973/stat : 28973 (march_hi) R 28968 28968 28861 0 -1 4202496 151137 0 0 0 58769 22 0 0 25 0 1 0 599802911 298004480 36278 33554432000 4194304 4331988 140734963262432 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28973/statm: 72755 36278 174 34 0 71197 0
Current children cumulated CPU time (s) 4722.62
Current children cumulated vsize (KiB) 3044172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.27 10.14 9.54 11/188 29048
/proc/meminfo: memFree=16200820/32950940 swapFree=67111528/67111528
[pid=28968] ppid=28966 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28968/stat : 28968 (ppfolio) S 28966 28968 28861 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 599802910 18763776 390 33554432000 4194304 4287625 140735304877600 18446744073709551615 215988612623 0 0 4096 65536 4151756185655050239 0 0 17 4 0 0 0
/proc/28968/statm: 4581 390 341 23 0 91 0
[pid=28969] ppid=28968 vsize=1672012 CPUtime=1201.72 cores=0
/proc/28969/stat : 28969 (cryptominisat) R 28968 28968 28861 0 -1 4202496 138374 0 0 0 120151 21 0 0 25 0 1 0 599802911 1712140288 79920 33554432000 4194304 4587354 140734153482240 18446744073709551615 4238224 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28969/statm: 418003 79920 338 96 0 414565 0
[pid=28970] ppid=28968 vsize=398556 CPUtime=1201.72 cores=4
/proc/28970/stat : 28970 (clasp) R 28968 28968 28861 0 -1 4202496 108243 0 0 0 120140 32 0 0 25 0 1 0 599802911 408121344 95176 33554432000 4194304 4785740 140736151939840 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28970/statm: 99639 95176 340 145 0 96684 0
[pid=28971] ppid=28968 vsize=546932 CPUtime=597.55 cores=6
/proc/28971/stat : 28971 (TNM) R 28968 28968 28861 0 -1 4202496 40339 0 0 0 59750 5 0 0 25 0 1 0 599802911 560058368 40235 33554432000 134512640 134534564 4291728624 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28971/statm: 136733 40235 95 6 0 135399 0
[pid=28972] ppid=28968 vsize=121236 CPUtime=1201.56 cores=2
/proc/28972/stat : 28972 (lingeling) R 28968 28968 28861 0 -1 4202496 51174 0 0 0 120147 9 0 0 25 0 1 0 599802911 124145664 29478 33554432000 4194304 4352236 140735919652160 18446744073709551615 4328116 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28972/statm: 30309 29478 127 39 0 29389 0
[pid=28973] ppid=28968 vsize=291020 CPUtime=597.6 cores=6
/proc/28973/stat : 28973 (march_hi) R 28968 28968 28861 0 -1 4202496 151147 0 0 0 59738 22 0 0 25 0 1 0 599802911 298004480 36288 33554432000 4194304 4331988 140734963262432 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28973/statm: 72755 36288 174 34 0 71197 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 3048080

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28968 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=3999
# CPU time returned by wait4() is 0.004998
# while last known CPU time is 4800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.71
CPU time (s): 4800.15
CPU user time (s): 4799.26
CPU system time (s): 0.89
CPU usage (%): 399.442
Max. virtual memory (cumulated for all children) (KiB): 4578572

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

runsolver used 1.80972 second user time and 4.75528 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 18:48:41
IDJOB=3265517
IDBENCH=85764
IDSOLVER=1612
FILE ID=node117/3265517-1304095720
RUNJOBID= node117-1304095715-28879
PBS_JOBID= 13170599
Free space on /tmp= 71636 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT05/crafted/roussel05/visbmc-PHNF/phnf-size10-exclusive-philo.used-as.sat04-988.shuffled-as.sat05-4195.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265517-1304095720/watcher-3265517-1304095720 -o /tmp/evaluation-result-3265517-1304095720/solver-3265517-1304095720 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3265517-1304095720.cnf

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

MD5SUM BENCH= 32f22e9ac89bf164b7f5db6bef950d03
RANDOM SEED=708584663

node117.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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.75
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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17101340 kB
Buffers:       2380284 kB
Cached:       12527288 kB
SwapCached:          0 kB
Active:        8492636 kB
Inactive:      6769728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17101340 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           56884 kB
Writeback:           0 kB
AnonPages:      353944 kB
Mapped:          16592 kB
Slab:           520768 kB
PageTables:       5568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   972492 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= 71636 MiB
End job on node117 at 2011-04-29 19:08:45