Trace number 3499420

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
SAT09 reference solver: SATzilla2009_C 2009-03-22? (exit code) 4998.93 4998.78

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-15-15-unsat.cnf
MD5SUM647576009a3d34cc33c6dfd3ecb1a2ef
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of clauses1800
Sum of the clauses size6525
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21575
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5225

Solver Data

16.58/16.64	c SATzilla is building models for class 2
16.58/16.64	c run presolver march_dl2004 for 5 seconds ... 
16.58/16.64	c Bin: Executing march_dl2004
16.58/16.64	c spawning binary file with 5 seconds ...
16.58/16.64	c child exit by a signal
16.58/16.64	c march_dl2004 returned code 137.
16.58/16.64	c run presolver mxc-sr08 for 5 seconds ... 
16.58/16.64	c Bin: Executing mxc-sr08
16.58/16.64	c spawning binary file with 5 seconds ...
16.58/16.64	c child exit by a signal
16.58/16.64	c mxc-sr08 returned code 137.
16.58/16.64	c Orignal number of varibales is 225, number of clauses is 1800 
16.58/16.64	c predicted feature computation time is 6.927771 
16.58/16.64	c Bin: Executing satelite
16.58/16.64	c spawning binary file with 240 seconds ...
16.58/16.64	c child exited successfully
16.58/16.64	c satzilla computing base features
16.58/16.64	c Number of variabe is: 225, Number of clause is : 1800 
16.58/16.64	c Initializing...
16.58/16.64	c satzilla compute diameter ...
16.58/16.64	c start diameter features ...
16.58/16.64	c satzilla doing clause learning
16.58/16.64	c start clause learning features ...
16.58/16.64	c Bin: Executing zchaff07
16.58/16.64	c spawning binary file with 2 seconds ...
16.58/16.64	c child exit by a signal
16.58/16.64	c satzilla doing survey propogation probe
16.58/16.64	c do survay propogation for 2 second ...
16.58/16.64	c satzilla doing local search probe
16.58/16.64	c satzilla doing lobjois search-space size estimate
16.58/16.64	c features are:225 1800 225 1800 0 0 0.125 1 0 -0 0.0161111 1.18603 0.00888889 0.0666667 0.37677 0.875 0.875 0.0161111 0 0.0161111 0.0161111 -0 0.0344828 0 0.0344828 0.0344828 -0 0.00777778 0 0.00777778 0.00777778 -0 0.875 0.0888889 0 0.0888889 0.0888889 3 0 3 3 -0 4900 0.0046924 4876 4931 4931 4876 4931 4876 4893 76.9212 0.0641432 72.2519 83.7463 83.7463 72.2519 83.7463 72.2519 74.7654 0.747605 0.000169847 0.747342 0.747832 0.747757 0.747426 0.747715 0.74748 0.74763 0.0302385 0.00177917 0.0301564 0.0303808 0.0303081 0.0301778 0.0302884 0.0301895 0.0302252 15.6495 0.191513 83.2237 0.0931864 83 73 93 3.43437 0.147 0.983856 0.0148722 0.825515 0.866995 
16.58/16.64	c satzilla's ranking:
16.58/16.64	c 1) tts-4-0: 6.215685
16.58/16.64	c 2) mxc-sr08: 5.875417
16.58/16.64	c 3) minisat20SAT07: 5.740942
16.58/16.64	c 4) zchaff_rand: 5.578111
16.58/16.64	c 5) minisat20: 4.666383
16.58/16.64	c 6) march_dl2004: 3.994422
16.58/16.64	c 7) vallst: -0.038680
16.58/16.64	c 8) SATenstein: -10000.000000
16.58/16.64	c 9) gnovelty+: -10000.000000
16.58/16.64	c 10) adaptg2wsat+: -10000.000000
16.58/16.64	c 11) adaptg2wsat0: -10000.000000
16.58/16.64	c 12) picosat846: -10000.000000
16.58/16.64	c 13) kcnfs04SAT07: -10000.000000
16.58/16.64	c satzilla running tts-4-0 ... 
4998.82/4998.77	c Bin: Executing tts-4-0
4998.82/4998.77	c spawning binary file with 4983 seconds ...
4998.82/4998.77	c child exit by a signal
4998.82/4998.77	c tts-4-0 returned code 137.
4998.82/4998.77	c satzilla running mxc-sr08 ... 
4998.82/4998.78	c Bin: Executing mxc-sr08
4998.82/4998.78	c mxc-sr08 returned code 1.
4998.82/4998.78	c satzilla running minisat20SAT07 ... 
4998.82/4998.78	c Bin: Executing minisat20SAT07
4998.82/4998.78	c minisat20SAT07 returned code 1.
4998.82/4998.78	c satzilla running zchaff_rand ... 
4998.82/4998.78	c Bin: Executing zchaff_rand
4998.82/4998.78	c zchaff_rand returned code 1.
4998.82/4998.78	c satzilla running minisat20 ... 
4998.82/4998.78	c Bin: Executing minisat20
4998.82/4998.78	c minisat20 returned code 1.
4998.82/4998.78	c satzilla running march_dl2004 ... 
4998.82/4998.78	c Bin: Executing march_dl2004
4998.82/4998.78	c march_dl2004 returned code 1.
4998.82/4998.78	c satzilla running vallst ... 
4998.82/4998.78	c Bin: Executing vallst
4998.82/4998.78	c vallst returned code 1.
4998.82/4998.78	c satzilla running SATenstein ... 
4998.82/4998.78	c Bin: Executing SATenstein
4998.82/4998.78	c SATenstein returned code 1.
4998.82/4998.78	c satzilla running gnovelty+ ... 
4998.82/4998.78	c Bin: Executing gnovelty+
4998.82/4998.78	c gnovelty+ returned code 1.
4998.82/4998.78	c satzilla running adaptg2wsat+ ... 
4998.82/4998.78	c Bin: Executing adaptg2wsat+
4998.82/4998.78	c adaptg2wsat+ returned code 1.
4998.82/4998.78	c satzilla running adaptg2wsat0 ... 
4998.82/4998.78	c Bin: Executing adaptg2wsat0
4998.82/4998.78	c adaptg2wsat0 returned code 1.
4998.82/4998.78	c satzilla running picosat846 ... 
4998.82/4998.78	c Bin: Executing picosat846
4998.82/4998.78	c picosat846 returned code 1.
4998.82/4998.78	c satzilla running kcnfs04SAT07 ... 
4998.82/4998.78	c Bin: Executing kcnfs04SAT07
4998.82/4998.78	c kcnfs04SAT07 returned code 1.
4998.82/4998.78	c ERROR: All Failed! 
4998.82/4998.78	c SATZILLA_TIME=4999.670000

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.1 (svn: 989)

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-3499420-1308492038/watcher-3499420-1308492038 -o /tmp/evaluation-result-3499420-1308492038/solver-3499420-1308492038 -C 5000 -W 5100 -M 15500 HOME/SATzilla2009_C HOME/instance-3499420-1308492038.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: 2.00 2.00 1.63 2/178 27891
/proc/meminfo: memFree=28336716/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=2136 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 163 0 0 0 0 0 0 0 25 0 1 0 960804265 2187264 114 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 3 0 0 0
/proc/27891/statm: 534 114 97 400 0 131 0

[startup+0.0155821 s]
/proc/loadavg: 2.00 2.00 1.63 2/178 27891
/proc/meminfo: memFree=28336716/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=2136 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 163 0 0 0 0 0 0 0 25 0 1 0 960804265 2187264 114 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 3 0 0 0
/proc/27891/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+0.100566 s]
/proc/loadavg: 2.00 2.00 1.63 2/178 27891
/proc/meminfo: memFree=28336716/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=2136 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 163 0 0 0 0 0 0 0 25 0 1 0 960804265 2187264 114 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 3 0 0 0
/proc/27891/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+0.30053 s]
/proc/loadavg: 2.00 2.00 1.63 2/178 27891
/proc/meminfo: memFree=28336716/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=2136 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 163 0 0 0 0 0 0 0 25 0 1 0 960804265 2187264 114 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 3 0 0 0
/proc/27891/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+0.700458 s]
/proc/loadavg: 2.00 2.00 1.63 2/178 27891
/proc/meminfo: memFree=28336716/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=2136 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 163 0 0 0 0 0 0 0 25 0 1 0 960804265 2187264 114 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 3 0 0 0
/proc/27891/statm: 534 114 97 400 0 131 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2136

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 1.63 3/180 27893
/proc/meminfo: memFree=28334704/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=2136 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 163 0 0 0 0 0 0 0 25 0 1 0 960804265 2187264 114 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 3 0 0 0
/proc/27891/statm: 534 114 97 400 0 131 0
[pid=27892] ppid=27891 vsize=3092 CPUtime=1.49 cores=1,3,5,7
/proc/27892/stat : 27892 (march_dl2004) R 27891 27891 27675 0 -1 4202496 688 0 0 0 149 0 0 0 25 0 1 0 960804265 3166208 658 33554432000 134512640 134996440 4290997232 18446744073709551615 134551494 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27892/statm: 773 658 74 119 0 652 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5228

[startup+3.10103 s]
/proc/loadavg: 2.00 2.00 1.63 3/180 27893
/proc/meminfo: memFree=28334208/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=2136 CPUtime=0 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 163 0 0 0 0 0 0 0 25 0 1 0 960804265 2187264 114 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 3 0 0 0
/proc/27891/statm: 534 114 97 400 0 131 0
[pid=27892] ppid=27891 vsize=3488 CPUtime=3.09 cores=1,3,5,7
/proc/27892/stat : 27892 (march_dl2004) R 27891 27891 27675 0 -1 4202496 769 0 0 0 309 0 0 0 25 0 1 0 960804265 3571712 739 33554432000 134512640 134996440 4290997232 18446744073709551615 134537766 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27892/statm: 872 739 74 119 0 751 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5624

[startup+6.30044 s]
/proc/loadavg: 2.00 2.00 1.63 3/180 27894
/proc/meminfo: memFree=28334224/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=2136 CPUtime=4.99 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 188 786 0 0 0 0 499 0 18 0 1 0 960804265 2187264 127 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 0 18446744071562232103 0 0 17 3 0 0 0
/proc/27891/statm: 534 127 108 400 0 131 0
[pid=27894] ppid=27891 vsize=2396 CPUtime=1.29 cores=1,3,5,7
/proc/27894/stat : 27894 (mxc-sr08) R 27891 27891 27675 0 -1 4202496 526 0 0 0 129 0 0 0 23 0 1 0 960804765 2453504 499 33554432000 134512640 135078026 4289096880 18446744073709551615 134534601 0 0 8392704 0 0 0 0 17 5 0 0 0
/proc/27894/statm: 599 499 73 139 0 458 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 4532

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.63 3/180 27896
/proc/meminfo: memFree=28328516/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=7448 CPUtime=12.68 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) R 27889 27891 27675 0 -1 4202496 513 3611 0 0 55 14 1198 1 18 0 1 0 960804265 7626752 395 33554432000 134512640 136149437 4289200544 18446744073709551615 135542670 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27891/statm: 1862 395 208 400 0 1459 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7448

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 1.64 3/180 27906
/proc/meminfo: memFree=28322828/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=3348 CPUtime=16.63 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 558 3611 0 0 407 57 1198 1 25 0 1 0 960804265 3428352 374 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/27891/statm: 837 374 220 400 0 434 0
[pid=27897] ppid=27891 vsize=11276 CPUtime=8.84 cores=1,3,5,7
/proc/27897/stat : 27897 (tts-4-0) R 27891 27891 27675 0 -1 4202496 2766 0 0 0 884 0 0 0 25 0 1 0 960805930 11546624 2739 33554432000 134512640 134965848 4286682640 18446744073709551615 134537384 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27897/statm: 2819 2739 68 111 0 2706 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14624

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.65 3/180 27907
/proc/meminfo: memFree=28305328/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=3348 CPUtime=16.63 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 558 3611 0 0 407 57 1198 1 25 0 1 0 960804265 3428352 374 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/27891/statm: 837 374 220 400 0 434 0
[pid=27897] ppid=27891 vsize=29092 CPUtime=34.44 cores=1,3,5,7
/proc/27897/stat : 27897 (tts-4-0) R 27891 27891 27675 0 -1 4202496 7218 0 0 0 3444 0 0 0 25 0 1 0 960805930 29790208 7191 33554432000 134512640 134965848 4286682640 18446744073709551615 134534071 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27897/statm: 7273 7191 68 111 0 7160 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 32440

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.66 3/180 27908
/proc/meminfo: memFree=28280504/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=3348 CPUtime=16.63 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 558 3611 0 0 407 57 1198 1 25 0 1 0 960804265 3428352 374 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/27891/statm: 837 374 220 400 0 434 0
[pid=27897] ppid=27891 vsize=53708 CPUtime=85.65 cores=1,3,5,7
/proc/27897/stat : 27897 (tts-4-0) R 27891 27891 27675 0 -1 4202496 13380 0 0 0 8564 1 0 0 25 0 1 0 960805930 54996992 13353 33554432000 134512640 134965848 4286682640 18446744073709551615 134534139 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27897/statm: 13427 13353 68 111 0 13314 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 57056

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.68 3/180 27910
/proc/meminfo: memFree=28258148/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=3348 CPUtime=16.63 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 558 3611 0 0 407 57 1198 1 25 0 1 0 960804265 3428352 374 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/27891/statm: 837 374 220 400 0 434 0
[pid=27897] ppid=27891 vsize=76212 CPUtime=145.65 cores=1,3,5,7
/proc/27897/stat : 27897 (tts-4-0) R 27891 27891 27675 0 -1 4202496 18998 0 0 0 14563 2 0 0 25 0 1 0 960805930 78041088 18971 33554432000 134512640 134965848 4286682640 18446744073709551615 134591067 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27897/statm: 19053 18971 68 111 0 18940 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 79560

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.70 3/180 27915
/proc/meminfo: memFree=28237724/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=3348 CPUtime=16.63 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 558 3611 0 0 407 57 1198 1 25 0 1 0 960804265 3428352 374 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/27891/statm: 837 374 220 400 0 434 0
[pid=27897] ppid=27891 vsize=96604 CPUtime=205.64 cores=1,3,5,7
/proc/27897/stat : 27897 (tts-4-0) R 27891 27891 27675 0 -1 4202496 24094 0 0 0 20561 3 0 0 25 0 1 0 960805930 98922496 24067 33554432000 134512640 134965848 4286682640 18446744073709551615 134534071 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27897/statm: 24151 24067 68 111 0 24038 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 99952

[startup+282.301 s]
/proc/loadavg: 2.04 2.01 1.72 3/180 27916
/proc/meminfo: memFree=28219064/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=3348 CPUtime=16.63 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 558 3611 0 0 407 57 1198 1 25 0 1 0 960804265 3428352 374 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/27891/statm: 837 374 220 400 0 434 0
[pid=27897] ppid=27891 vsize=115356 CPUtime=265.65 cores=1,3,5,7
/proc/27897/stat : 27897 (tts-4-0) R 27891 27891 27675 0 -1 4202496 28771 0 0 0 26561 4 0 0 25 0 1 0 960805930 118124544 28744 33554432000 134512640 134965848 4286682640 18446744073709551615 134534080 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27897/statm: 28839 28744 68 111 0 28726 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 118704

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 1.73 3/180 27918
/proc/meminfo: memFree=28203156/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=3348 CPUtime=16.63 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 558 3611 0 0 407 57 1198 1 25 0 1 0 960804265 3428352 374 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/27891/statm: 837 374 220 400 0 434 0
[pid=27897] ppid=27891 vsize=131528 CPUtime=325.65 cores=1,3,5,7
/proc/27897/stat : 27897 (tts-4-0) R 27891 27891 27675 0 -1 4202496 32781 0 0 0 32560 5 0 0 25 0 1 0 960805930 134684672 32754 33554432000 134512640 134965848 4286682640 18446744073709551615 134534080 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27897/statm: 32882 32754 68 111 0 32769 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 134876

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.75 3/180 27919
/proc/meminfo: memFree=28188240/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=3348 CPUtime=16.63 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 558 3611 0 0 407 57 1198 1 25 0 1 0 960804265 3428352 374 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/27891/statm: 837 374 220 400 0 434 0
[pid=27897] ppid=27891 vsize=146296 CPUtime=385.65 cores=1,3,5,7

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


[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 28088
/proc/meminfo: memFree=27490472/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=3348 CPUtime=16.63 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 558 3611 0 0 407 57 1198 1 25 0 1 0 960804265 3428352 374 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/27891/statm: 837 374 220 400 0 434 0
[pid=27897] ppid=27891 vsize=998576 CPUtime=4645.79 cores=1,3,5,7
/proc/27897/stat : 27897 (tts-4-0) R 27891 27891 27675 0 -1 4202496 249573 0 0 0 464491 88 0 0 25 0 1 0 960805930 1022541824 249546 33554432000 134512640 134965848 4286682640 18446744073709551615 134534071 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27897/statm: 249644 249546 68 111 0 249531 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 1001924

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 28090
/proc/meminfo: memFree=27479884/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=3348 CPUtime=16.63 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 558 3611 0 0 407 57 1198 1 25 0 1 0 960804265 3428352 374 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/27891/statm: 837 374 220 400 0 434 0
[pid=27897] ppid=27891 vsize=1009124 CPUtime=4705.79 cores=1,3,5,7
/proc/27897/stat : 27897 (tts-4-0) R 27891 27891 27675 0 -1 4202496 252209 0 0 0 470490 89 0 0 25 0 1 0 960805930 1033342976 252182 33554432000 134512640 134965848 4286682640 18446744073709551615 134534071 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27897/statm: 252281 252182 68 111 0 252168 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 1012472

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 28091
/proc/meminfo: memFree=27474644/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=3348 CPUtime=16.63 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 558 3611 0 0 407 57 1198 1 25 0 1 0 960804265 3428352 374 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/27891/statm: 837 374 220 400 0 434 0
[pid=27897] ppid=27891 vsize=1014280 CPUtime=4765.78 cores=1,3,5,7
/proc/27897/stat : 27897 (tts-4-0) R 27891 27891 27675 0 -1 4202496 253479 0 0 0 476488 90 0 0 25 0 1 0 960805930 1038622720 253452 33554432000 134512640 134965848 4286682640 18446744073709551615 134534071 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27897/statm: 253570 253452 68 111 0 253457 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 1017628

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 28135
/proc/meminfo: memFree=27416904/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=3348 CPUtime=16.63 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 558 3611 0 0 407 57 1198 1 25 0 1 0 960804265 3428352 374 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/27891/statm: 837 374 220 400 0 434 0
[pid=27897] ppid=27891 vsize=1022484 CPUtime=4825.79 cores=1,3,5,7
/proc/27897/stat : 27897 (tts-4-0) R 27891 27891 27675 0 -1 4202496 255523 0 0 0 482488 91 0 0 25 0 1 0 960805930 1047023616 255496 33554432000 134512640 134965848 4286682640 18446744073709551615 134534071 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27897/statm: 255621 255496 68 111 0 255508 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 1025832

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 28137
/proc/meminfo: memFree=27365396/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=3348 CPUtime=16.63 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 558 3611 0 0 407 57 1198 1 25 0 1 0 960804265 3428352 374 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/27891/statm: 837 374 220 400 0 434 0
[pid=27897] ppid=27891 vsize=1031156 CPUtime=4885.78 cores=1,3,5,7
/proc/27897/stat : 27897 (tts-4-0) R 27891 27891 27675 0 -1 4202496 257699 0 0 0 488486 92 0 0 25 0 1 0 960805930 1055903744 257672 33554432000 134512640 134965848 4286682640 18446744073709551615 134534080 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27897/statm: 257789 257672 68 111 0 257676 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 1034504

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 28139
/proc/meminfo: memFree=27358948/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=3348 CPUtime=16.63 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 558 3611 0 0 407 57 1198 1 25 0 1 0 960804265 3428352 374 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/27891/statm: 837 374 220 400 0 434 0
[pid=27897] ppid=27891 vsize=1037252 CPUtime=4945.79 cores=1,3,5,7
/proc/27897/stat : 27897 (tts-4-0) R 27891 27891 27675 0 -1 4202496 259234 0 0 0 494485 94 0 0 25 0 1 0 960805930 1062146048 259207 33554432000 134512640 134965848 4286682640 18446744073709551615 134534071 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27897/statm: 259313 259207 68 111 0 259200 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 1040600

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

[startup+4966.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 28139
/proc/meminfo: memFree=27358452/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=3348 CPUtime=16.63 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 558 3611 0 0 407 57 1198 1 25 0 1 0 960804265 3428352 374 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/27891/statm: 837 374 220 400 0 434 0
[pid=27897] ppid=27891 vsize=1037720 CPUtime=4949.79 cores=1,3,5,7
/proc/27897/stat : 27897 (tts-4-0) R 27891 27891 27675 0 -1 4202496 259382 0 0 0 494885 94 0 0 25 0 1 0 960805930 1062625280 259355 33554432000 134512640 134965848 4286682640 18446744073709551615 134534090 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27897/statm: 259430 259355 68 111 0 259317 0
Current children cumulated CPU time (s) 4966.42
Current children cumulated vsize (KiB) 1041068

[startup+4979.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 28139
/proc/meminfo: memFree=27356204/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=3348 CPUtime=16.63 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 558 3611 0 0 407 57 1198 1 25 0 1 0 960804265 3428352 374 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/27891/statm: 837 374 220 400 0 434 0
[pid=27897] ppid=27891 vsize=1040064 CPUtime=4962.59 cores=1,3,5,7
/proc/27897/stat : 27897 (tts-4-0) R 27891 27891 27675 0 -1 4202496 259946 0 0 0 496165 94 0 0 25 0 1 0 960805930 1065025536 259919 33554432000 134512640 134965848 4286682640 18446744073709551615 134534047 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27897/statm: 260016 259919 68 111 0 259903 0
Current children cumulated CPU time (s) 4979.22
Current children cumulated vsize (KiB) 1043412

[startup+4991.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 28140
/proc/meminfo: memFree=27354328/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=3348 CPUtime=16.63 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 558 3611 0 0 407 57 1198 1 25 0 1 0 960804265 3428352 374 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/27891/statm: 837 374 220 400 0 434 0
[pid=27897] ppid=27891 vsize=1041704 CPUtime=4975.39 cores=1,3,5,7
/proc/27897/stat : 27897 (tts-4-0) R 27891 27891 27675 0 -1 4202496 260380 0 0 0 497445 94 0 0 25 0 1 0 960805930 1066704896 260353 33554432000 134512640 134965848 4286682640 18446744073709551615 134534096 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27897/statm: 260426 260353 68 111 0 260313 0
Current children cumulated CPU time (s) 4992.02
Current children cumulated vsize (KiB) 1045052

[startup+4995.11 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 28140
/proc/meminfo: memFree=27353708/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=3348 CPUtime=16.63 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 558 3611 0 0 407 57 1198 1 25 0 1 0 960804265 3428352 374 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/27891/statm: 837 374 220 400 0 434 0
[pid=27897] ppid=27891 vsize=1042408 CPUtime=4978.6 cores=1,3,5,7
/proc/27897/stat : 27897 (tts-4-0) R 27891 27891 27675 0 -1 4202496 260512 0 0 0 497766 94 0 0 25 0 1 0 960805930 1067425792 260485 33554432000 134512640 134965848 4286682640 18446744073709551615 134534071 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27897/statm: 260602 260485 68 111 0 260489 0
Current children cumulated CPU time (s) 4995.23
Current children cumulated vsize (KiB) 1045756

[startup+4996.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 28140
/proc/meminfo: memFree=27353460/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=3348 CPUtime=16.63 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 558 3611 0 0 407 57 1198 1 25 0 1 0 960804265 3428352 374 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/27891/statm: 837 374 220 400 0 434 0
[pid=27897] ppid=27891 vsize=1042644 CPUtime=4980.19 cores=1,3,5,7
/proc/27897/stat : 27897 (tts-4-0) R 27891 27891 27675 0 -1 4202496 260586 0 0 0 497925 94 0 0 25 0 1 0 960805930 1067667456 260559 33554432000 134512640 134965848 4286682640 18446744073709551615 134534020 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27897/statm: 260661 260559 68 111 0 260548 0
Current children cumulated CPU time (s) 4996.82
Current children cumulated vsize (KiB) 1045992

[startup+4997.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 28140
/proc/meminfo: memFree=27353336/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=3348 CPUtime=16.63 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 558 3611 0 0 407 57 1198 1 25 0 1 0 960804265 3428352 374 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/27891/statm: 837 374 220 400 0 434 0
[pid=27897] ppid=27891 vsize=1042644 CPUtime=4980.99 cores=1,3,5,7
/proc/27897/stat : 27897 (tts-4-0) R 27891 27891 27675 0 -1 4202496 260606 0 0 0 498005 94 0 0 25 0 1 0 960805930 1067667456 260579 33554432000 134512640 134965848 4286682640 18446744073709551615 134535960 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27897/statm: 260661 260579 68 111 0 260548 0
Current children cumulated CPU time (s) 4997.62
Current children cumulated vsize (KiB) 1045992

[startup+4998.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 28140
/proc/meminfo: memFree=27353332/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=3348 CPUtime=16.63 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 558 3611 0 0 407 57 1198 1 25 0 1 0 960804265 3428352 374 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/27891/statm: 837 374 220 400 0 434 0
[pid=27897] ppid=27891 vsize=1042876 CPUtime=4981.79 cores=1,3,5,7
/proc/27897/stat : 27897 (tts-4-0) R 27891 27891 27675 0 -1 4202496 260633 0 0 0 498085 94 0 0 25 0 1 0 960805930 1067905024 260606 33554432000 134512640 134965848 4286682640 18446744073709551615 134534071 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27897/statm: 260719 260606 68 111 0 260606 0
Current children cumulated CPU time (s) 4998.42
Current children cumulated vsize (KiB) 1046224

[startup+4998.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/180 28140
/proc/meminfo: memFree=27353332/32951124 swapFree=67053048/67111528
[pid=27891] ppid=27889 vsize=3348 CPUtime=16.63 cores=1,3,5,7
/proc/27891/stat : 27891 (SATzilla2009_C) S 27889 27891 27675 0 -1 4202496 558 3611 0 0 407 57 1198 1 25 0 1 0 960804265 3428352 374 33554432000 134512640 136149437 4289200544 18446744073709551615 135542781 0 0 4096 3 18446744071562232103 0 0 17 1 0 0 0
/proc/27891/statm: 837 374 220 400 0 434 0
[pid=27897] ppid=27891 vsize=1042876 CPUtime=4982.19 cores=1,3,5,7
/proc/27897/stat : 27897 (tts-4-0) R 27891 27891 27675 0 -1 4202496 260641 0 0 0 498125 94 0 0 25 0 1 0 960805930 1067905024 260614 33554432000 134512640 134965848 4286682640 18446744073709551615 134534131 0 0 8392704 0 0 0 0 17 3 0 0 0
/proc/27897/statm: 260719 260614 68 111 0 260606 0
Current children cumulated CPU time (s) 4998.82
Current children cumulated vsize (KiB) 1046224

Child status: 17
Real time (s): 4998.78
CPU time (s): 4998.93
CPU user time (s): 4997.35
CPU system time (s): 1.58376
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1046224

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

runsolver used 8.31874 second user time and 18.0293 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-19 16:00:38
IDJOB=3499420
IDBENCH=83230
IDSOLVER=1995
FILE ID=node104/3499420-1308492038
RUNJOBID= node104-1308490400-27694
PBS_JOBID= 13608202
Free space on /tmp= 73352 MiB

SOLVER NAME= SAT09 reference solver: SATzilla2009_C 2009-03-22
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-15-15-unsat.cnf
COMMAND LINE= HOME/SATzilla2009_C BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499420-1308492038/watcher-3499420-1308492038 -o /tmp/evaluation-result-3499420-1308492038/solver-3499420-1308492038 -C 5000 -W 5100 -M 15500  HOME/SATzilla2009_C HOME/instance-3499420-1308492038.cnf

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

MD5SUM BENCH= 647576009a3d34cc33c6dfd3ecb1a2ef
RANDOM SEED=1998235783

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28336796 kB
Buffers:        496044 kB
Cached:        3566368 kB
SwapCached:      12456 kB
Active:        1746440 kB
Inactive:      2494664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28336796 kB
SwapTotal:    67111528 kB
SwapFree:     67053048 kB
Dirty:           31488 kB
Writeback:           0 kB
AnonPages:      175616 kB
Mapped:          10352 kB
Slab:           309616 kB
PageTables:       4704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   374672 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= 73312 MiB
End job on node104 at 2011-06-19 17:23:57