Trace number 3280758

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
SApperloT 2011-03-23UNSAT 536.197 536.186

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h21-unknown.cnf
MD5SUM3b8c6114a974b09e9b1601ba0718cbf3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.5654
Satisfiable
(Un)Satisfiability was proved
Number of variables135534
Number of clauses905980
Sum of the clauses size2447966
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2771665
Number of clauses of size 3128198
Number of clauses of size 41424
Number of clauses of size 579
Number of clauses of size over 54489

Solver Data

536.10/536.18	
536.10/536.18	s UNSATISFIABLE
536.10/536.18	c Reason for Unsat: Learned empty clause

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-3280758-1303750794/watcher-3280758-1303750794 -o /tmp/evaluation-result-3280758-1303750794/solver-3280758-1303750794 -C 2400 -W 1300 -M 7680 SApperloT HOME/instance-3280758-1303750794.cnf 

running on 2 cores: 0,2

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: 3.41 3.86 3.68 5/189 29618
/proc/meminfo: memFree=14789188/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=16668 CPUtime=0 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 1145 0 0 0 0 0 0 0 21 0 1 0 486680410 17068032 1084 33554432000 4194304 4465733 140735100044576 18446744073709551615 4287468 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 4167 1096 248 67 0 1290 0

[startup+0.0329151 s]
/proc/loadavg: 3.41 3.86 3.68 5/189 29618
/proc/meminfo: memFree=14789188/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=30828 CPUtime=0.02 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 1968 0 0 0 2 0 0 0 21 0 1 0 486680410 31567872 1843 33554432000 4194304 4465733 140735100044576 18446744073709551615 4274030 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 7707 1844 250 67 0 4830 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 30828

[startup+0.100941 s]
/proc/loadavg: 3.41 3.86 3.68 5/189 29618
/proc/meminfo: memFree=14789188/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=30828 CPUtime=0.09 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 2932 0 0 0 9 0 0 0 21 0 1 0 486680410 31567872 2642 33554432000 4194304 4465733 140735100044576 18446744073709551615 270613110528 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 7707 2643 250 67 0 4830 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30828

[startup+0.300894 s]
/proc/loadavg: 3.41 3.86 3.68 5/189 29618
/proc/meminfo: memFree=14789188/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=39684 CPUtime=0.29 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 10034 0 0 0 28 1 0 0 22 0 1 0 486680410 40636416 4858 33554432000 4194304 4465733 140735100044576 18446744073709551615 270613110528 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 9921 4859 250 67 0 7044 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39684

[startup+0.700828 s]
/proc/loadavg: 3.41 3.86 3.68 5/189 29618
/proc/meminfo: memFree=14789188/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=40772 CPUtime=0.68 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 11194 0 0 0 67 1 0 0 24 0 1 0 486680410 41750528 5933 33554432000 4194304 4465733 140735100044576 18446744073709551615 4270161 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 10193 5933 255 67 0 7316 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 40772

[startup+1.50069 s]
/proc/loadavg: 3.41 3.86 3.68 5/190 29646
/proc/meminfo: memFree=14787080/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=40772 CPUtime=1.48 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 11271 0 0 0 147 1 0 0 25 0 1 0 486680410 41750528 5984 33554432000 4194304 4465733 140735100044576 18446744073709551615 4271110 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 10193 5984 255 67 0 7316 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 40772

[startup+3.10038 s]
/proc/loadavg: 3.41 3.86 3.68 5/190 29646
/proc/meminfo: memFree=14780508/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=41028 CPUtime=3.09 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 11585 0 0 0 307 2 0 0 25 0 1 0 486680410 42012672 6185 33554432000 4194304 4465733 140735100044576 18446744073709551615 4295941 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 10257 6185 255 67 0 7380 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41028

[startup+6.30083 s]
/proc/loadavg: 3.45 3.87 3.68 5/190 29646
/proc/meminfo: memFree=14769432/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=41028 CPUtime=6.29 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 11936 0 0 0 627 2 0 0 25 0 1 0 486680410 42012672 6392 33554432000 4194304 4465733 140735100044576 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 10257 6392 255 67 0 7380 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41028

[startup+12.7007 s]
/proc/loadavg: 3.50 3.87 3.68 5/190 29674
/proc/meminfo: memFree=14711816/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=133124 CPUtime=12.69 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 24541 0 0 0 1266 3 0 0 25 0 1 0 486680410 136318976 15217 33554432000 4194304 4465733 140735100044576 18446744073709551615 4300747 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 33281 15217 280 67 0 30404 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 133124

[startup+25.5004 s]
/proc/loadavg: 3.61 3.87 3.69 5/190 29701
/proc/meminfo: memFree=14711624/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=133124 CPUtime=25.49 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 24559 0 0 0 2546 3 0 0 25 0 1 0 486680410 136318976 15235 33554432000 4194304 4465733 140735100044576 18446744073709551615 4300747 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 33281 15235 280 67 0 30404 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 133124

[startup+51.1009 s]
/proc/loadavg: 3.74 3.88 3.69 5/190 29702
/proc/meminfo: memFree=14620084/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=133124 CPUtime=51.09 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 24588 0 0 0 5106 3 0 0 25 0 1 0 486680410 136318976 15263 33554432000 4194304 4465733 140735100044576 18446744073709551615 4304879 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 33281 15263 280 67 0 30404 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 133124

[startup+102.307 s]
/proc/loadavg: 3.89 3.90 3.71 5/190 29712
/proc/meminfo: memFree=14582320/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=133124 CPUtime=102.3 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 24650 0 0 0 10226 4 0 0 25 0 1 0 486680410 136318976 15324 33554432000 4194304 4465733 140735100044576 18446744073709551615 4314630 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 33281 15324 280 67 0 30404 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 133124

[startup+162.3 s]
/proc/loadavg: 3.96 3.91 3.73 5/190 29741
/proc/meminfo: memFree=14653012/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=140236 CPUtime=162.29 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 25893 0 0 0 16225 4 0 0 25 0 1 0 486680410 143601664 16565 33554432000 4194304 4465733 140735100044576 18446744073709551615 4304897 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 35059 16565 280 67 0 32182 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 140236

[startup+222.301 s]
/proc/loadavg: 3.98 3.93 3.74 5/190 29742
/proc/meminfo: memFree=14611772/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=148428 CPUtime=222.29 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 27382 0 0 0 22224 5 0 0 25 0 1 0 486680410 151990272 18052 33554432000 4194304 4465733 140735100044576 18446744073709551615 4304194 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 37107 18052 280 67 0 34230 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 148428

[startup+282.301 s]
/proc/loadavg: 4.09 3.97 3.76 5/190 29747
/proc/meminfo: memFree=14566244/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=148428 CPUtime=282.29 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 27894 0 0 0 28224 5 0 0 25 0 1 0 486680410 151990272 18558 33554432000 4194304 4465733 140735100044576 18446744073709551615 4304311 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 37107 18558 280 67 0 34230 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 148428

[startup+342.3 s]
/proc/loadavg: 4.03 3.97 3.77 5/190 29748
/proc/meminfo: memFree=14580116/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=148428 CPUtime=342.29 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 28257 0 0 0 34224 5 0 0 25 0 1 0 486680410 151990272 18919 33554432000 4194304 4465733 140735100044576 18446744073709551615 4300780 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 37107 18919 280 67 0 34230 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 148428

[startup+402.301 s]
/proc/loadavg: 4.01 3.97 3.78 5/190 29750
/proc/meminfo: memFree=14506700/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=151964 CPUtime=402.3 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 30417 0 0 0 40224 6 0 0 25 0 1 0 486680410 155611136 19304 33554432000 4194304 4465733 140735100044576 18446744073709551615 4300904 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 37991 19304 280 67 0 35114 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 151964

[startup+462.301 s]
/proc/loadavg: 4.04 3.99 3.80 5/190 29752
/proc/meminfo: memFree=14478764/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=173084 CPUtime=462.3 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 34136 0 0 0 46223 7 0 0 25 0 1 0 486680410 177238016 23010 33554432000 4194304 4465733 140735100044576 18446744073709551615 4300521 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 43271 23010 280 67 0 40394 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 173084

[startup+522.3 s]
/proc/loadavg: 4.01 3.99 3.81 5/190 29753
/proc/meminfo: memFree=14485320/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=107092 CPUtime=522.3 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 40866 0 0 0 52222 8 0 0 25 0 1 0 486680410 109662208 22440 33554432000 4194304 4465733 140735100044576 18446744073709551615 4270161 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 26773 22440 282 67 0 23896 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 107092

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

[startup+524.707 s]
/proc/loadavg: 4.01 3.99 3.81 5/190 29753
/proc/meminfo: memFree=14485320/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=107092 CPUtime=524.7 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 40866 0 0 0 52462 8 0 0 25 0 1 0 486680410 109662208 22440 33554432000 4194304 4465733 140735100044576 18446744073709551615 4270816 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 26773 22440 282 67 0 23896 0
Current children cumulated CPU time (s) 524.7
Current children cumulated vsize (KiB) 107092

[startup+531.101 s]
/proc/loadavg: 4.01 3.99 3.81 5/190 29753
/proc/meminfo: memFree=14496600/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=107092 CPUtime=531.1 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 40866 0 0 0 53102 8 0 0 25 0 1 0 486680410 109662208 22440 33554432000 4194304 4465733 140735100044576 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 26773 22440 282 67 0 23896 0
Current children cumulated CPU time (s) 531.1
Current children cumulated vsize (KiB) 107092

[startup+534.3 s]
/proc/loadavg: 4.01 3.99 3.81 5/190 29754
/proc/meminfo: memFree=14496476/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=178608 CPUtime=534.3 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 42260 0 0 0 53421 9 0 0 25 0 1 0 486680410 182894592 23822 33554432000 4194304 4465733 140735100044576 18446744073709551615 270612808139 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 44652 23822 282 67 0 41775 0
Current children cumulated CPU time (s) 534.3
Current children cumulated vsize (KiB) 178608

[startup+535.101 s]
/proc/loadavg: 4.01 3.99 3.82 5/190 29754
/proc/meminfo: memFree=14489036/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=178608 CPUtime=535.1 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 42700 0 0 0 53501 9 0 0 25 0 1 0 486680410 182894592 24258 33554432000 4194304 4465733 140735100044576 18446744073709551615 4358656 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 44652 24258 282 67 0 41775 0
Current children cumulated CPU time (s) 535.1
Current children cumulated vsize (KiB) 178608

[startup+535.901 s]
/proc/loadavg: 4.01 3.99 3.82 5/190 29754
/proc/meminfo: memFree=14495360/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=107092 CPUtime=535.9 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 42703 0 0 0 53581 9 0 0 25 0 1 0 486680410 109662208 22521 33554432000 4194304 4465733 140735100044576 18446744073709551615 4294176 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 26773 22521 282 67 0 23896 0
Current children cumulated CPU time (s) 535.9
Current children cumulated vsize (KiB) 107092

[startup+536.101 s]
/proc/loadavg: 4.01 3.99 3.82 5/190 29754
/proc/meminfo: memFree=14495360/32951124 swapFree=67111528/67111528
[pid=29618] ppid=29616 vsize=107092 CPUtime=536.1 cores=0,2
/proc/29618/stat : 29618 (SApperloT) R 29616 29618 29071 0 -1 4202496 42703 0 0 0 53601 9 0 0 25 0 1 0 486680410 109662208 22521 33554432000 4194304 4465733 140735100044576 18446744073709551615 4262984 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29618/statm: 26773 22521 282 67 0 23896 0
Current children cumulated CPU time (s) 536.1
Current children cumulated vsize (KiB) 107092

Child status: 20
Real time (s): 536.186
CPU time (s): 536.197
CPU user time (s): 536.098
CPU system time (s): 0.097985
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 178608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 536.098
system time used= 0.097985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42709
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= 6097

runsolver used 0.953854 second user time and 1.9747 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-25 18:59:55
IDJOB=3280758
IDBENCH=20431
IDSOLVER=1657
FILE ID=node108/3280758-1303750794
RUNJOBID= node108-1303750794-29576
PBS_JOBID= 13154054
Free space on /tmp= 71808 MiB

SOLVER NAME= SApperloT 2011-03-23
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h21-unknown.cnf
COMMAND LINE= SApperloT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280758-1303750794/watcher-3280758-1303750794 -o /tmp/evaluation-result-3280758-1303750794/solver-3280758-1303750794 -C 2400 -W 1300 -M 7680  SApperloT HOME/instance-3280758-1303750794.cnf

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

MD5SUM BENCH= 3b8c6114a974b09e9b1601ba0718cbf3
RANDOM SEED=1035629541

node108.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.820
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.64
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.820
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	: 5226.15
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.820
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.82
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.820
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.77
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.820
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.820
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.820
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.820
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14789592 kB
Buffers:       2258052 kB
Cached:       15227356 kB
SwapCached:          0 kB
Active:        9735888 kB
Inactive:      7853140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14789592 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           35528 kB
Writeback:           0 kB
AnonPages:      102052 kB
Mapped:          14880 kB
Slab:           508072 kB
PageTables:       5200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   298948 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= 71820 MiB
End job on node108 at 2011-04-25 19:08:51