Trace number 3380120

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-05-15 (fixed)UNSAT 459.284 459.32

General information on the benchmark

NameSAT02/industrial/dellacherie/
comb/comb1.shuffled.cnf
MD5SUM0e9d17eb95ee436fc1015c5591cfb63f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.2328
Satisfiable
(Un)Satisfiability was proved
Number of variables5910
Number of clauses16804
Sum of the clauses size38654
Maximum clause length28
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 213041
Number of clauses of size 32838
Number of clauses of size 4787
Number of clauses of size 5103
Number of clauses of size over 534

Solver Data

459.25/459.31	c Solved by BasicSolver 
459.25/459.31	
459.25/459.31	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: 961)

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

running on 2 cores: 4,6

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: 4.02 4.05 3.88 5/268 25567
/proc/meminfo: memFree=20787640/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=13272 CPUtime=0 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 711 0 0 0 0 0 0 0 25 0 1 0 657697842 13590528 651 33554432000 4194304 4394578 140735932048752 18446744073709551615 271550198469 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 3351 652 247 49 0 492 0

[startup+0.0541619 s]
/proc/loadavg: 4.02 4.05 3.88 5/268 25567
/proc/meminfo: memFree=20787640/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=15456 CPUtime=0.05 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 1348 0 0 0 5 0 0 0 25 0 1 0 657697842 15826944 1188 33554432000 4194304 4394578 140735932048752 18446744073709551615 271550562199 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 3864 1188 255 49 0 1005 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15456

[startup+0.101154 s]
/proc/loadavg: 4.02 4.05 3.88 5/268 25567
/proc/meminfo: memFree=20787640/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=15720 CPUtime=0.09 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 1410 0 0 0 9 0 0 0 25 0 1 0 657697842 16097280 1250 33554432000 4194304 4394578 140735932048752 18446744073709551615 271550562199 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 3930 1250 255 49 0 1071 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15720

[startup+0.301152 s]
/proc/loadavg: 4.02 4.05 3.88 5/268 25567
/proc/meminfo: memFree=20787640/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=17968 CPUtime=0.29 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 1987 0 0 0 29 0 0 0 25 0 1 0 657697842 18399232 1827 33554432000 4194304 4394578 140735932048752 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 4492 1827 266 49 0 1633 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17968

[startup+0.701072 s]
/proc/loadavg: 4.02 4.05 3.88 5/268 25567
/proc/meminfo: memFree=20787640/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=18632 CPUtime=0.69 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 2165 0 0 0 69 0 0 0 25 0 1 0 657697842 19079168 2005 33554432000 4194304 4394578 140735932048752 18446744073709551615 4292188 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 4658 2005 266 49 0 1799 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18632

[startup+1.50093 s]
/proc/loadavg: 4.02 4.05 3.88 5/269 25568
/proc/meminfo: memFree=20774744/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=19708 CPUtime=1.49 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 2411 0 0 0 149 0 0 0 25 0 1 0 657697842 20180992 2251 33554432000 4194304 4394578 140735932048752 18446744073709551615 4298668 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 4927 2251 266 49 0 2068 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19708

[startup+3.10061 s]
/proc/loadavg: 4.02 4.05 3.88 4/264 25587
/proc/meminfo: memFree=20777304/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=20112 CPUtime=3.09 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 2528 0 0 0 309 0 0 0 25 0 1 0 657697842 20594688 2368 33554432000 4194304 4394578 140735932048752 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 5028 2368 266 49 0 2169 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20112

[startup+6.30106 s]
/proc/loadavg: 4.02 4.04 3.88 5/269 25595
/proc/meminfo: memFree=20715600/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=21516 CPUtime=6.29 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 2869 0 0 0 629 0 0 0 25 0 1 0 657697842 22032384 2709 33554432000 4194304 4394578 140735932048752 18446744073709551615 4313528 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 5379 2709 266 49 0 2520 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21516

[startup+12.7009 s]
/proc/loadavg: 4.01 4.04 3.88 5/269 25595
/proc/meminfo: memFree=20688052/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=22872 CPUtime=12.69 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 3185 0 0 0 1269 0 0 0 25 0 1 0 657697842 23420928 3025 33554432000 4194304 4394578 140735932048752 18446744073709551615 4313431 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 5718 3025 266 49 0 2859 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22872

[startup+25.5006 s]
/proc/loadavg: 4.01 4.04 3.88 5/269 25595
/proc/meminfo: memFree=20653116/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=25016 CPUtime=25.49 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 3712 0 0 0 2549 0 0 0 25 0 1 0 657697842 25616384 3552 33554432000 4194304 4394578 140735932048752 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 6254 3552 266 49 0 3395 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25016

[startup+51.1009 s]
/proc/loadavg: 4.06 4.05 3.89 5/269 25596
/proc/meminfo: memFree=20615272/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=28324 CPUtime=51.09 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 4505 0 0 0 5109 0 0 0 25 0 1 0 657697842 29003776 4345 33554432000 4194304 4394578 140735932048752 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 7081 4345 266 49 0 4222 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 28324

[startup+102.31 s]
/proc/loadavg: 4.03 4.04 3.90 5/269 25626
/proc/meminfo: memFree=19967176/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=34996 CPUtime=102.25 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 6029 0 0 0 10206 19 0 0 25 0 1 0 657697842 35835904 5869 33554432000 4194304 4394578 140735932048752 18446744073709551615 4298421 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 8749 5869 266 49 0 5890 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 34996

[startup+162.301 s]
/proc/loadavg: 4.01 4.03 3.90 5/269 25628
/proc/meminfo: memFree=19699484/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=41352 CPUtime=162.24 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 7397 0 0 0 16204 20 0 0 25 0 1 0 657697842 42344448 7237 33554432000 4194304 4394578 140735932048752 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 10338 7237 266 49 0 7479 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 41352

[startup+222.301 s]
/proc/loadavg: 4.00 4.02 3.91 5/269 25657
/proc/meminfo: memFree=19372080/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=44324 CPUtime=222.25 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 8098 0 0 0 22204 21 0 0 25 0 1 0 657697842 45387776 7938 33554432000 4194304 4394578 140735932048752 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 11081 7938 266 49 0 8222 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 44324

[startup+282.301 s]
/proc/loadavg: 4.00 4.02 3.91 5/269 25658
/proc/meminfo: memFree=19078472/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=47656 CPUtime=282.25 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 8808 0 0 0 28203 22 0 0 25 0 1 0 657697842 48799744 8648 33554432000 4194304 4394578 140735932048752 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 11914 8648 266 49 0 9055 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 47656

[startup+342.301 s]
/proc/loadavg: 4.00 4.01 3.91 5/269 25660
/proc/meminfo: memFree=18913392/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=49176 CPUtime=342.25 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 9162 0 0 0 34203 22 0 0 25 0 1 0 657697842 50356224 9002 33554432000 4194304 4394578 140735932048752 18446744073709551615 4298401 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 12294 9002 266 49 0 9435 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 49176

[startup+402.301 s]
/proc/loadavg: 4.00 4.01 3.91 5/269 25688
/proc/meminfo: memFree=18729268/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=50536 CPUtime=402.26 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 9458 0 0 0 40203 23 0 0 25 0 1 0 657697842 51748864 9298 33554432000 4194304 4394578 140735932048752 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 12634 9298 266 49 0 9775 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 50536

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

[startup+409.501 s]
/proc/loadavg: 4.00 4.01 3.91 5/269 25689
/proc/meminfo: memFree=18701864/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=50728 CPUtime=409.46 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 9492 0 0 0 40923 23 0 0 25 0 1 0 657697842 51945472 9332 33554432000 4194304 4394578 140735932048752 18446744073709551615 4327612 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 12682 9332 266 49 0 9823 0
Current children cumulated CPU time (s) 409.46
Current children cumulated vsize (KiB) 50728

[startup+435.101 s]
/proc/loadavg: 4.00 4.00 3.91 5/269 25689
/proc/meminfo: memFree=18675848/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=51208 CPUtime=435.06 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 9615 0 0 0 43483 23 0 0 25 0 1 0 657697842 52436992 9452 33554432000 4194304 4394578 140735932048752 18446744073709551615 4292774 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 12802 9452 267 49 0 9943 0
Current children cumulated CPU time (s) 435.06
Current children cumulated vsize (KiB) 51208

[startup+447.901 s]
/proc/loadavg: 4.00 4.00 3.91 5/269 25690
/proc/meminfo: memFree=18658736/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=51640 CPUtime=447.85 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 9684 0 0 0 44762 23 0 0 25 0 1 0 657697842 52879360 9521 33554432000 4194304 4394578 140735932048752 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 12910 9521 267 49 0 10051 0
Current children cumulated CPU time (s) 447.85
Current children cumulated vsize (KiB) 51640

[startup+454.31 s]
/proc/loadavg: 4.00 4.00 3.91 5/269 25690
/proc/meminfo: memFree=18648556/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=51800 CPUtime=454.26 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 9734 0 0 0 45403 23 0 0 25 0 1 0 657697842 53043200 9571 33554432000 4194304 4394578 140735932048752 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 12950 9571 267 49 0 10091 0
Current children cumulated CPU time (s) 454.26
Current children cumulated vsize (KiB) 51800

[startup+457.501 s]
/proc/loadavg: 4.00 4.00 3.91 5/269 25690
/proc/meminfo: memFree=18639380/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=51800 CPUtime=457.46 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 9734 0 0 0 45723 23 0 0 25 0 1 0 657697842 53043200 9571 33554432000 4194304 4394578 140735932048752 18446744073709551615 4298679 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 12950 9571 267 49 0 10091 0
Current children cumulated CPU time (s) 457.46
Current children cumulated vsize (KiB) 51800

[startup+458.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/269 25690
/proc/meminfo: memFree=18639380/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=51800 CPUtime=458.25 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 9734 0 0 0 45802 23 0 0 25 0 1 0 657697842 53043200 9571 33554432000 4194304 4394578 140735932048752 18446744073709551615 4298857 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 12950 9571 267 49 0 10091 0
Current children cumulated CPU time (s) 458.25
Current children cumulated vsize (KiB) 51800

[startup+459.101 s]
/proc/loadavg: 4.00 4.00 3.91 5/269 25690
/proc/meminfo: memFree=18638512/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=51800 CPUtime=459.05 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 9735 0 0 0 45882 23 0 0 25 0 1 0 657697842 53043200 9572 33554432000 4194304 4394578 140735932048752 18446744073709551615 4295608 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 12950 9572 267 49 0 10091 0
Current children cumulated CPU time (s) 459.05
Current children cumulated vsize (KiB) 51800

[startup+459.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/269 25690
/proc/meminfo: memFree=18638512/32951124 swapFree=67056788/67111528
[pid=25567] ppid=25565 vsize=51800 CPUtime=459.25 cores=4,6
/proc/25567/stat : 25567 (SApperloT2010) R 25565 25567 25297 0 -1 4202496 9735 0 0 0 45902 23 0 0 25 0 1 0 657697842 53043200 9572 33554432000 4194304 4394578 140735932048752 18446744073709551615 4284825 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25567/statm: 12950 9572 267 49 0 10091 0
Current children cumulated CPU time (s) 459.25
Current children cumulated vsize (KiB) 51800

Child status: 20
Real time (s): 459.32
CPU time (s): 459.284
CPU user time (s): 459.045
CPU system time (s): 0.238963
CPU usage (%): 99.9922
Max. virtual memory (cumulated for all children) (KiB): 51800

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

runsolver used 1.19382 second user time and 2.56861 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 14:03:20
IDJOB=3380120
IDBENCH=88045
IDSOLVER=1862
FILE ID=node133/3380120-1305461000
RUNJOBID= node133-1305459696-25316
PBS_JOBID= 13324912
Free space on /tmp= 73668 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT02/industrial/dellacherie/comb/comb1.shuffled.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380120-1305461000/watcher-3380120-1305461000 -o /tmp/evaluation-result-3380120-1305461000/solver-3380120-1305461000 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380120-1305461000.cnf

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

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=302120553

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20787796 kB
Buffers:        300260 kB
Cached:        3992404 kB
SwapCached:       8724 kB
Active:        8819028 kB
Inactive:      3059360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20787796 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:            1520 kB
Writeback:          32 kB
AnonPages:     7581980 kB
Mapped:          22752 kB
Slab:           199816 kB
PageTables:      24300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 23482716 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73552 MiB
End job on node133 at 2011-05-15 14:10:59