Trace number 3288381

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
QuteRSat 2011-03-01? (MO) 577.908 577.901

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_r_uc_sat.cnf
MD5SUMa5cb42fe5f9238d9fb581eb8ad81e23f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark44.2323
Satisfiable
(Un)Satisfiability was proved
Number of variables467551
Number of clauses4467733
Sum of the clauses size15691163
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2635833
Number of clauses of size 3908103
Number of clauses of size 42923797
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
3.09/3.10	c Parse Cnf success: #var: 467551 #clause: 4467733
3.09/3.10	c Find Units :          0
3.09/3.15	c Find Invs  :          0
4.49/4.55	c Find Ands  :       5992 AvgFaninNum: 2
4.59/4.68	c Find Xors  :          0 AvgFaninNum: nan
4.79/4.88	c Find Ite   :          0
5.39/5.47	c UnDirect variable: 0
5.39/5.47	c UnDirect to Direct Gate: 0
5.39/5.47	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
5.39/5.47	c Break Cycle : 0
5.39/5.47	c Total Root : 3431 Undef Var: 464120
5.49/5.51	c After covering, Total Root: 3431 Leaf: 6862
5.49/5.51	c Variable( cover/uncovered/unused ): 10293 457258 0
5.49/5.51	c Unit Clauses: 0
5.49/5.51	c Binary Clauses( cover/uncovered ): 6862 628971
5.49/5.51	c Clauses( cover/uncovered ): 3431 3828469
5.49/5.51	c Total Clauses( cover/uncovered ): 10293 4457440 0.230385%
5.49/5.51	c Covered Ands: 3431 Invs: 0 Xors: 0 Ites: 0
9.99/10.03	c Uncover Clauses avg size: 3.51483 max size: 4
10.09/10.11	c Final circuit: i/l/o/s  464120       0 4457440   6237662
10.09/10.11	c CnfToAig: Time: 10.1 s
14.69/14.71	c TmMap: Set choices finish.
17.60/17.67	c TmMap: Set big and: 5031660
17.60/17.67	c TmMap: Origin: 6701783 ClauseNum: 18712986 --> New: 5495781 ClauseNum: 16747682
17.60/17.67	c TmMap: Time: 3.7
18.70/18.80	c Try to Add: #clause: 10063320 #xorclause: 0
20.69/20.71	c #var: 1038340 #clauses: 1911793 Solving... 
577.62/577.61	c Time Out !!
577.62/577.61	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3288381-1303772490/watcher-3288381-1303772490 -o /tmp/evaluation-result-3288381-1303772490/solver-3288381-1303772490 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3288381-1303772490.cnf 834798634 

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.36 1.84 2.14 4/189 21053
/proc/meminfo: memFree=12540912/32950928 swapFree=67111528/67111528
[pid=21053] ppid=21051 vsize=43324 CPUtime=0 cores=1,3
/proc/21053/stat : 21053 (qutersat_releas) R 21051 21053 18371 0 -1 4202496 3377 0 0 0 0 0 0 0 23 0 1 0 488848195 44363776 3312 33554432000 4194304 6016207 140733920655264 18446744073709551615 4272587 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21053/statm: 10831 3324 372 445 0 4375 0

[startup+0.101182 s]
/proc/loadavg: 1.36 1.84 2.14 4/189 21053
/proc/meminfo: memFree=12540912/32950928 swapFree=67111528/67111528
[pid=21053] ppid=21051 vsize=62268 CPUtime=0.09 cores=1,3
/proc/21053/stat : 21053 (qutersat_releas) R 21051 21053 18371 0 -1 4202496 9268 0 0 0 8 1 0 0 23 0 1 0 488848195 63762432 9202 33554432000 4194304 6016207 140733920655264 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21053/statm: 15567 9203 379 445 0 9111 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62268

[startup+0.200164 s]
/proc/loadavg: 1.36 1.84 2.14 4/189 21053
/proc/meminfo: memFree=12540912/32950928 swapFree=67111528/67111528
[pid=21053] ppid=21051 vsize=78780 CPUtime=0.19 cores=1,3
/proc/21053/stat : 21053 (qutersat_releas) R 21051 21053 18371 0 -1 4202496 12632 0 0 0 18 1 0 0 24 0 1 0 488848195 80670720 12566 33554432000 4194304 6016207 140733920655264 18446744073709551615 4305236 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21053/statm: 19695 12566 379 445 0 13239 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 78780

[startup+0.300149 s]
/proc/loadavg: 1.36 1.84 2.14 4/189 21053
/proc/meminfo: memFree=12540912/32950928 swapFree=67111528/67111528
[pid=21053] ppid=21051 vsize=98236 CPUtime=0.29 cores=1,3
/proc/21053/stat : 21053 (qutersat_releas) R 21051 21053 18371 0 -1 4202496 17617 0 0 0 27 2 0 0 25 0 1 0 488848195 100593664 17551 33554432000 4194304 6016207 140733920655264 18446744073709551615 4309779 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21053/statm: 24559 17551 379 445 0 18103 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 98236

[startup+0.701079 s]
/proc/loadavg: 1.36 1.84 2.14 4/189 21053
/proc/meminfo: memFree=12540912/32950928 swapFree=67111528/67111528
[pid=21053] ppid=21051 vsize=162108 CPUtime=0.69 cores=1,3
/proc/21053/stat : 21053 (qutersat_releas) R 21051 21053 18371 0 -1 4202496 32911 0 0 0 65 4 0 0 25 0 1 0 488848195 165998592 32845 33554432000 4194304 6016207 140733920655264 18446744073709551615 4305236 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21053/statm: 40527 32845 379 445 0 34071 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 162108

[startup+1.50095 s]
/proc/loadavg: 1.73 1.91 2.16 5/190 21054
/proc/meminfo: memFree=12352680/32950928 swapFree=67111528/67111528
[pid=21053] ppid=21051 vsize=281532 CPUtime=1.49 cores=1,3
/proc/21053/stat : 21053 (qutersat_releas) R 21051 21053 18371 0 -1 4202496 60641 0 0 0 141 8 0 0 25 0 1 0 488848195 288288768 60575 33554432000 4194304 6016207 140733920655264 18446744073709551615 4305269 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21053/statm: 70383 60575 379 445 0 63927 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 281532

[startup+3.10068 s]
/proc/loadavg: 1.73 1.91 2.16 5/190 21054
/proc/meminfo: memFree=12201476/32950928 swapFree=67111528/67111528
[pid=21053] ppid=21051 vsize=514620 CPUtime=3.09 cores=1,3
/proc/21053/stat : 21053 (qutersat_releas) R 21051 21053 18371 0 -1 4202496 114850 0 0 0 293 16 0 0 25 0 1 0 488848195 526970880 114784 33554432000 4194304 6016207 140733920655264 18446744073709551615 4278794 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21053/statm: 128655 114784 379 445 0 122199 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 514620

[startup+6.30014 s]
/proc/loadavg: 1.99 1.96 2.17 5/190 21054
/proc/meminfo: memFree=11826752/32950928 swapFree=67111528/67111528
[pid=21053] ppid=21051 vsize=514620 CPUtime=6.29 cores=1,3
/proc/21053/stat : 21053 (qutersat_releas) R 21051 21053 18371 0 -1 4202496 114904 0 0 0 613 16 0 0 25 0 1 0 488848195 526970880 114838 33554432000 4194304 6016207 140733920655264 18446744073709551615 4315426 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21053/statm: 128655 114838 400 445 0 122199 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 514620

[startup+12.7011 s]
/proc/loadavg: 2.15 1.99 2.18 5/190 21054
/proc/meminfo: memFree=10694784/32950928 swapFree=67111528/67111528
[pid=21053] ppid=21051 vsize=1539280 CPUtime=12.69 cores=1,3
/proc/21053/stat : 21053 (qutersat_releas) R 21051 21053 18371 0 -1 4202496 376654 0 0 0 1226 43 0 0 25 0 1 0 488848195 1576222720 375568 33554432000 4194304 6016207 140733920655264 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21053/statm: 384820 375571 670 445 0 378364 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1539280

[startup+25.5009 s]
/proc/loadavg: 2.56 2.09 2.21 5/187 21075
/proc/meminfo: memFree=9579480/32950928 swapFree=67111528/67111528
[pid=21053] ppid=21051 vsize=2623604 CPUtime=25.49 cores=1,3
/proc/21053/stat : 21053 (qutersat_releas) R 21051 21053 18371 0 -1 4202496 625513 0 0 0 2481 68 0 0 25 0 1 0 488848195 2686570496 624159 33554432000 4194304 6016207 140733920655264 18446744073709551615 4425151 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21053/statm: 655901 624159 698 445 0 649445 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2623604

[startup+51.1006 s]
/proc/loadavg: 3.05 2.24 2.26 5/190 21082
/proc/meminfo: memFree=8769864/32950928 swapFree=67111528/67111528
[pid=21053] ppid=21051 vsize=2623604 CPUtime=51.09 cores=1,3
/proc/21053/stat : 21053 (qutersat_releas) R 21051 21053 18371 0 -1 4202496 689354 0 0 0 5032 77 0 0 25 0 1 0 488848195 2686570496 622424 33554432000 4194304 6016207 140733920655264 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21053/statm: 655901 622424 721 445 0 649445 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2623604

[startup+102.301 s]
/proc/loadavg: 3.59 2.51 2.35 5/190 21083
/proc/meminfo: memFree=8910444/32950928 swapFree=67111528/67111528
[pid=21053] ppid=21051 vsize=2623604 CPUtime=102.3 cores=1,3
/proc/21053/stat : 21053 (qutersat_releas) R 21051 21053 18371 0 -1 4202496 714363 0 0 0 10148 82 0 0 25 0 1 0 488848195 2686570496 575393 33554432000 4194304 6016207 140733920655264 18446744073709551615 4741532 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21053/statm: 655901 575393 723 445 0 649445 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 2623604

[startup+162.301 s]
/proc/loadavg: 3.85 2.78 2.45 5/190 21087
/proc/meminfo: memFree=5926860/32950928 swapFree=67111528/67111528
[pid=21053] ppid=21051 vsize=5430364 CPUtime=162.29 cores=1,3
/proc/21053/stat : 21053 (qutersat_releas) R 21051 21053 18371 0 -1 4202496 1499783 0 0 0 16068 161 0 0 25 0 1 0 488848195 5560692736 1317675 33554432000 4194304 6016207 140733920655264 18446744073709551615 4405294 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21053/statm: 1357591 1317675 730 445 0 1351135 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 5430364

[startup+222.307 s]
/proc/loadavg: 3.94 3.00 2.54 5/190 21090
/proc/meminfo: memFree=4035268/32950928 swapFree=67111528/67111528
[pid=21053] ppid=21051 vsize=7475148 CPUtime=222.3 cores=1,3
/proc/21053/stat : 21053 (qutersat_releas) R 21051 21053 18371 0 -1 4202496 1967589 0 0 0 22021 209 0 0 25 0 1 0 488848195 7654551552 1766009 33554432000 4194304 6016207 140733920655264 18446744073709551615 4535573 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21053/statm: 1868787 1766009 747 445 0 1862331 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 7475148

[startup+282.301 s]
/proc/loadavg: 3.76 3.13 2.61 4/184 21109
/proc/meminfo: memFree=4670160/32950928 swapFree=67111528/67111528
[pid=21053] ppid=21051 vsize=7772416 CPUtime=282.3 cores=1,3
/proc/21053/stat : 21053 (qutersat_releas) R 21051 21053 18371 0 -1 4202496 2022950 0 0 0 28015 215 0 0 25 0 1 0 488848195 7958953984 1821361 33554432000 4194304 6016207 140733920655264 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21053/statm: 1943104 1821361 738 445 0 1936648 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 7772416

[startup+342.301 s]
/proc/loadavg: 3.05 3.05 2.62 3/178 21127
/proc/meminfo: memFree=5697044/32950928 swapFree=67111528/67111528
[pid=21053] ppid=21051 vsize=7773440 CPUtime=342.29 cores=1,3
/proc/21053/stat : 21053 (qutersat_releas) R 21051 21053 18371 0 -1 4202496 2054052 0 0 0 34010 219 0 0 25 0 1 0 488848195 7960002560 1771439 33554432000 4194304 6016207 140733920655264 18446744073709551615 4741532 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21053/statm: 1943360 1771439 738 445 0 1936904 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 7773440

[startup+402.301 s]
/proc/loadavg: 2.39 2.86 2.58 3/178 21128
/proc/meminfo: memFree=5313868/32950928 swapFree=67111528/67111528
[pid=21053] ppid=21051 vsize=7774464 CPUtime=402.3 cores=1,3
/proc/21053/stat : 21053 (qutersat_releas) R 21051 21053 18371 0 -1 4202496 2175903 0 0 0 39995 235 0 0 25 0 1 0 488848195 7961051136 1861472 33554432000 4194304 6016207 140733920655264 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21053/statm: 1943616 1861472 762 445 0 1937160 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 7774464

[startup+462.3 s]
/proc/loadavg: 2.14 2.70 2.54 3/178 21130
/proc/meminfo: memFree=5184768/32950928 swapFree=67111528/67111528
[pid=21053] ppid=21051 vsize=7775360 CPUtime=462.3 cores=1,3
/proc/21053/stat : 21053 (qutersat_releas) R 21051 21053 18371 0 -1 4202496 2201628 0 0 0 45990 240 0 0 25 0 1 0 488848195 7961968640 1886473 33554432000 4194304 6016207 140733920655264 18446744073709551615 4634815 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21053/statm: 1943840 1886473 738 445 0 1937384 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 7775360

[startup+522.3 s]
/proc/loadavg: 2.05 2.57 2.51 3/178 21132
/proc/meminfo: memFree=5119776/32950928 swapFree=67111528/67111528
[pid=21053] ppid=21051 vsize=7775488 CPUtime=522.3 cores=1,3
/proc/21053/stat : 21053 (qutersat_releas) R 21051 21053 18371 0 -1 4202496 2203021 0 0 0 51989 241 0 0 25 0 1 0 488848195 7962099712 1887866 33554432000 4194304 6016207 140733920655264 18446744073709551615 4425860 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21053/statm: 1943872 1887866 738 445 0 1937416 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 7775488



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+577.607 s]
/proc/loadavg: 2.09 2.49 2.48 4/178 21133
/proc/meminfo: memFree=4963764/32950928 swapFree=67111528/67111528
[pid=21053] ppid=21051 vsize=7868536 CPUtime=577.62 cores=1,3
/proc/21053/stat : 21053 (qutersat_releas) R 21051 21053 18371 0 -1 4202496 2231638 0 0 0 57517 245 0 0 25 0 1 0 488848195 8057380864 1916483 33554432000 4194304 6016207 140733920655264 18446744073709551615 4567725 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21053/statm: 1967134 1916483 738 445 0 1960678 0
Current children cumulated CPU time (s) 577.62
Current children cumulated vsize (KiB) 7868536

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

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

[startup+577.707 s]
/proc/loadavg: 2.09 2.49 2.48 4/178 21133
/proc/meminfo: memFree=4963764/32950928 swapFree=67111528/67111528
[pid=21053] ppid=21051 vsize=0 CPUtime=577.71 cores=1,3
/proc/21053/stat : 21053 (qutersat_releas) R 21051 21053 18371 0 -1 4194308 2231643 0 0 0 57517 254 0 0 25 0 1 0 488848195 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/21053/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 577.71
Current children cumulated vsize (KiB) 0

[startup+577.801 s]
/proc/loadavg: 2.09 2.49 2.48 4/178 21133
/proc/meminfo: memFree=4963764/32950928 swapFree=67111528/67111528
[pid=21053] ppid=21051 vsize=0 CPUtime=577.8 cores=1,3
/proc/21053/stat : 21053 (qutersat_releas) R 21051 21053 18371 0 -1 4194308 2231643 0 0 0 57517 263 0 0 25 0 1 0 488848195 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/21053/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 577.8
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 577.901
CPU time (s): 577.908
CPU user time (s): 575.171
CPU system time (s): 2.73758
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 7868536

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

runsolver used 0.91986 second user time and 2.15367 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-26 01:01:35
IDJOB=3288381
IDBENCH=82495
IDSOLVER=1607
FILE ID=node126/3288381-1303772490
RUNJOBID= node126-1303772490-21013
PBS_JOBID= 13157131
Free space on /tmp= 71240 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/manthey/traffic/traffic_r_uc_sat.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288381-1303772490/watcher-3288381-1303772490 -o /tmp/evaluation-result-3288381-1303772490/solver-3288381-1303772490 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3288381-1303772490.cnf 834798634

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

MD5SUM BENCH= a5cb42fe5f9238d9fb581eb8ad81e23f
RANDOM SEED=834798634

node126.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.783
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.56
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.783
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.783
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.783
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.783
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.80
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.783
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.783
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.82
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12541068 kB
Buffers:       2000684 kB
Cached:       17132152 kB
SwapCached:          0 kB
Active:        8794164 kB
Inactive:     11033536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12541068 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          162232 kB
Writeback:           0 kB
AnonPages:      694144 kB
Mapped:          19924 kB
Slab:           516416 kB
PageTables:       6632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   901588 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= 71268 MiB
End job on node126 at 2011-04-26 01:11:15