Trace number 3292946

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
SApperloT2010 2011-03-04UNSAT 395.855 395.845

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net70-60-10.shuffled.cnf
MD5SUM6ebe2de27b5534e626cb88c01abcf6c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.028995
Satisfiable
(Un)Satisfiability was proved
Number of variables8400
Number of clauses25061
Sum of the clauses size58730
Maximum clause length70
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216520
Number of clauses of size 38540
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

395.80/395.84	c Solved by BasicSolver 
395.80/395.84	
395.80/395.84	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3292946-1303792818/watcher-3292946-1303792818 -o /tmp/evaluation-result-3292946-1303792818/solver-3292946-1303792818 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3292946-1303792818.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.75 3.28 3.64 5/186 10661
/proc/meminfo: memFree=23885104/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=14540 CPUtime=0 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 987 0 0 0 0 0 0 0 22 0 1 0 490879537 14888960 695 33554432000 4194304 4395502 140735854136704 18446744073709551615 218905391813 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 3635 696 249 50 0 775 0

[startup+0.0725631 s]
/proc/loadavg: 1.75 3.28 3.64 5/186 10661
/proc/meminfo: memFree=23885104/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=17736 CPUtime=0.06 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 1828 0 0 0 6 0 0 0 22 0 1 0 490879537 18161664 1486 33554432000 4194304 4395502 140735854136704 18446744073709551615 218905755543 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 4434 1486 255 50 0 1574 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 17736

[startup+0.100565 s]
/proc/loadavg: 1.75 3.28 3.64 5/186 10661
/proc/meminfo: memFree=23885104/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=17868 CPUtime=0.09 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 1859 0 0 0 9 0 0 0 22 0 1 0 490879537 18296832 1517 33554432000 4194304 4395502 140735854136704 18446744073709551615 218905755543 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 4467 1517 255 50 0 1607 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17868

[startup+0.300523 s]
/proc/loadavg: 1.75 3.28 3.64 5/186 10661
/proc/meminfo: memFree=23885104/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=20132 CPUtime=0.29 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 2433 0 0 0 29 0 0 0 23 0 1 0 490879537 20615168 2091 33554432000 4194304 4395502 140735854136704 18446744073709551615 4299767 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 5033 2091 266 50 0 2173 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20132

[startup+0.700448 s]
/proc/loadavg: 1.75 3.28 3.64 5/186 10661
/proc/meminfo: memFree=23885104/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=21728 CPUtime=0.69 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 2835 0 0 0 69 0 0 0 25 0 1 0 490879537 22249472 2493 33554432000 4194304 4395502 140735854136704 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 5432 2493 266 50 0 2572 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21728

[startup+1.50031 s]
/proc/loadavg: 1.75 3.28 3.64 4/185 10712
/proc/meminfo: memFree=23875796/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=23452 CPUtime=1.49 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 3274 0 0 0 149 0 0 0 25 0 1 0 490879537 24014848 2932 33554432000 4194304 4395502 140735854136704 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 5863 2932 266 50 0 3003 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23452

[startup+3.10102 s]
/proc/loadavg: 1.75 3.28 3.64 5/190 10722
/proc/meminfo: memFree=23866568/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=25200 CPUtime=3.09 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 3691 0 0 0 309 0 0 0 25 0 1 0 490879537 25804800 3349 33554432000 4194304 4395502 140735854136704 18446744073709551615 4288235 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 6300 3349 266 50 0 3440 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25200

[startup+6.30043 s]
/proc/loadavg: 1.93 3.29 3.64 5/190 10723
/proc/meminfo: memFree=23857832/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=28308 CPUtime=6.29 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 4450 0 0 0 629 0 0 0 25 0 1 0 490879537 28987392 4108 33554432000 4194304 4395502 140735854136704 18446744073709551615 4299549 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 7077 4108 266 50 0 4217 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28308

[startup+12.7003 s]
/proc/loadavg: 2.10 3.30 3.64 5/190 10723
/proc/meminfo: memFree=23849404/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=29672 CPUtime=12.69 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 4801 0 0 0 1269 0 0 0 25 0 1 0 490879537 30384128 4459 33554432000 4194304 4395502 140735854136704 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 7418 4459 266 50 0 4558 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29672

[startup+25.501 s]
/proc/loadavg: 2.60 3.35 3.65 5/190 10723
/proc/meminfo: memFree=23839120/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=34080 CPUtime=25.5 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 5860 0 0 0 2549 1 0 0 25 0 1 0 490879537 34897920 5518 33554432000 4194304 4395502 140735854136704 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 8520 5518 266 50 0 5660 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 34080

[startup+51.1003 s]
/proc/loadavg: 3.16 3.42 3.67 5/190 10724
/proc/meminfo: memFree=23828648/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=40340 CPUtime=51.1 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 7354 0 0 0 5109 1 0 0 25 0 1 0 490879537 41308160 7012 33554432000 4194304 4395502 140735854136704 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 10085 7012 266 50 0 7225 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 40340

[startup+102.307 s]
/proc/loadavg: 3.63 3.51 3.68 5/190 10779
/proc/meminfo: memFree=23822688/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=47840 CPUtime=102.3 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 9102 0 0 0 10229 1 0 0 25 0 1 0 490879537 48988160 8760 33554432000 4194304 4395502 140735854136704 18446744073709551615 4299200 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 11960 8760 266 50 0 9100 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 47840

[startup+162.3 s]
/proc/loadavg: 3.86 3.59 3.70 5/190 10781
/proc/meminfo: memFree=23809012/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=56036 CPUtime=162.29 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 10877 0 0 0 16228 1 0 0 25 0 1 0 490879537 57380864 10535 33554432000 4194304 4395502 140735854136704 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 14009 10535 266 50 0 11149 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 56036

[startup+222.3 s]
/proc/loadavg: 4.00 3.68 3.72 5/190 10782
/proc/meminfo: memFree=23798408/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=59372 CPUtime=222.3 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 11682 0 0 0 22228 2 0 0 25 0 1 0 490879537 60796928 11340 33554432000 4194304 4395502 140735854136704 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 14843 11340 266 50 0 11983 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 59372

[startup+282.301 s]
/proc/loadavg: 4.00 3.74 3.74 5/190 10784
/proc/meminfo: memFree=23790672/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=64260 CPUtime=282.3 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 12733 0 0 0 28228 2 0 0 25 0 1 0 490879537 65802240 12391 33554432000 4194304 4395502 140735854136704 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 16065 12391 266 50 0 13205 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 64260

[startup+342.301 s]
/proc/loadavg: 4.00 3.78 3.75 5/190 10786
/proc/meminfo: memFree=23783312/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=69076 CPUtime=342.3 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 13790 0 0 0 34228 2 0 0 25 0 1 0 490879537 70733824 13448 33554432000 4194304 4395502 140735854136704 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 17269 13448 266 50 0 14409 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 69076

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

[startup+358.301 s]
/proc/loadavg: 4.00 3.79 3.75 5/190 10786
/proc/meminfo: memFree=23780692/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=70400 CPUtime=358.3 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 14091 0 0 0 35828 2 0 0 25 0 1 0 490879537 72089600 13749 33554432000 4194304 4395502 140735854136704 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 17600 13749 266 50 0 14740 0
Current children cumulated CPU time (s) 358.3
Current children cumulated vsize (KiB) 70400

[startup+371.101 s]
/proc/loadavg: 4.00 3.80 3.75 5/190 10786
/proc/meminfo: memFree=23779448/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=70936 CPUtime=371.1 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 14214 0 0 0 37108 2 0 0 25 0 1 0 490879537 72638464 13872 33554432000 4194304 4395502 140735854136704 18446744073709551615 4299939 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 17734 13872 266 50 0 14874 0
Current children cumulated CPU time (s) 371.1
Current children cumulated vsize (KiB) 70936

[startup+383.907 s]
/proc/loadavg: 4.00 3.81 3.75 5/190 10787
/proc/meminfo: memFree=23777940/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=72208 CPUtime=383.9 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 14509 0 0 0 38388 2 0 0 25 0 1 0 490879537 73940992 14167 33554432000 4194304 4395502 140735854136704 18446744073709551615 4299072 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 18052 14167 266 50 0 15192 0
Current children cumulated CPU time (s) 383.9
Current children cumulated vsize (KiB) 72208

[startup+390.301 s]
/proc/loadavg: 4.00 3.81 3.76 5/190 10787
/proc/meminfo: memFree=23777692/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=72520 CPUtime=390.3 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 14575 0 0 0 39028 2 0 0 25 0 1 0 490879537 74260480 14233 33554432000 4194304 4395502 140735854136704 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 18130 14233 266 50 0 15270 0
Current children cumulated CPU time (s) 390.3
Current children cumulated vsize (KiB) 72520

[startup+393.5 s]
/proc/loadavg: 4.00 3.81 3.76 5/190 10787
/proc/meminfo: memFree=23777196/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=72680 CPUtime=393.5 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 14638 0 0 0 39348 2 0 0 25 0 1 0 490879537 74424320 14296 33554432000 4194304 4395502 140735854136704 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 18170 14296 266 50 0 15310 0
Current children cumulated CPU time (s) 393.5
Current children cumulated vsize (KiB) 72680

[startup+395.1 s]
/proc/loadavg: 4.00 3.82 3.76 5/190 10787
/proc/meminfo: memFree=23777196/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=72936 CPUtime=395.1 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 14666 0 0 0 39508 2 0 0 25 0 1 0 490879537 74686464 14324 33554432000 4194304 4395502 140735854136704 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 18234 14324 266 50 0 15374 0
Current children cumulated CPU time (s) 395.1
Current children cumulated vsize (KiB) 72936

[startup+395.501 s]
/proc/loadavg: 4.00 3.82 3.76 5/190 10787
/proc/meminfo: memFree=23777196/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=72936 CPUtime=395.5 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 14666 0 0 0 39548 2 0 0 25 0 1 0 490879537 74686464 14324 33554432000 4194304 4395502 140735854136704 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 18234 14324 266 50 0 15374 0
Current children cumulated CPU time (s) 395.5
Current children cumulated vsize (KiB) 72936

[startup+395.701 s]
/proc/loadavg: 4.00 3.82 3.76 5/190 10787
/proc/meminfo: memFree=23777196/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=72936 CPUtime=395.7 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 14666 0 0 0 39568 2 0 0 25 0 1 0 490879537 74686464 14324 33554432000 4194304 4395502 140735854136704 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 18234 14324 266 50 0 15374 0
Current children cumulated CPU time (s) 395.7
Current children cumulated vsize (KiB) 72936

[startup+395.801 s]
/proc/loadavg: 4.00 3.82 3.76 5/190 10787
/proc/meminfo: memFree=23777196/32951124 swapFree=67111412/67111528
[pid=10661] ppid=10659 vsize=72936 CPUtime=395.8 cores=1,3
/proc/10661/stat : 10661 (SApperloT2010) R 10659 10661 9265 0 -1 4202496 14666 0 0 0 39578 2 0 0 25 0 1 0 490879537 74686464 14324 33554432000 4194304 4395502 140735854136704 18446744073709551615 4309750 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/10661/statm: 18234 14324 266 50 0 15374 0
Current children cumulated CPU time (s) 395.8
Current children cumulated vsize (KiB) 72936

Child status: 20
Real time (s): 395.845
CPU time (s): 395.855
CPU user time (s): 395.824
CPU system time (s): 0.030995
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 72936

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

runsolver used 0.648901 second user time and 1.51677 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-26 06:40:18
IDJOB=3292946
IDBENCH=87988
IDSOLVER=1655
FILE ID=node137/3292946-1303792818
RUNJOBID= node137-1303792818-10627
PBS_JOBID= 13157251
Free space on /tmp= 72020 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net70-60-10.shuffled.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292946-1303792818/watcher-3292946-1303792818 -o /tmp/evaluation-result-3292946-1303792818/solver-3292946-1303792818 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3292946-1303792818.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 6ebe2de27b5534e626cb88c01abcf6c6
RANDOM SEED=58075343

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23885392 kB
Buffers:       1752176 kB
Cached:        6688840 kB
SwapCached:        112 kB
Active:        1935072 kB
Inactive:      6577572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23885392 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:            1804 kB
Writeback:           0 kB
AnonPages:       70836 kB
Mapped:          15380 kB
Slab:           489172 kB
PageTables:       5056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   235368 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= 72020 MiB
End job on node137 at 2011-04-26 06:46:54