Trace number 3380410

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
minisat hack: cir_minisat 2011-05-13 (simp)UNSAT 510.517 510.51

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_pcb_unknown.cnf
MD5SUMe669f2d68684ca746cc80f142ad8d0dc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.579
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses766757
Sum of the clauses size2858079
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 253534
Number of clauses of size 3101881
Number of clauses of size 4611342
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

510.49/510.50	c WARNING: for repeatability, setting FPU to use double precision
510.49/510.50	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-3380410-1305459041/watcher-3380410-1305459041 -o /tmp/evaluation-result-3380410-1305459041/solver-3380410-1305459041 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380410-1305459041.cnf 

running on 2 cores: 5,7

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.33 2.35 3.23 4/444 20914
/proc/meminfo: memFree=16851032/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=26012 CPUtime=0 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 2116 0 0 0 0 0 0 0 21 0 1 0 736134809 26636288 2059 33554432000 4194304 4300288 140736032731680 18446744073709551615 4241833 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 6503 2068 218 26 0 3135 0

[startup+0.0926569 s]
/proc/loadavg: 1.33 2.35 3.23 4/444 20914
/proc/meminfo: memFree=16851032/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=34080 CPUtime=0.09 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 5658 0 0 0 8 1 0 0 21 0 1 0 736134809 34897920 5120 33554432000 4194304 4300288 140736032731680 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 8520 5120 218 26 0 5152 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34080

[startup+0.100649 s]
/proc/loadavg: 1.33 2.35 3.23 4/444 20914
/proc/meminfo: memFree=16851032/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=37864 CPUtime=0.09 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 6234 0 0 0 8 1 0 0 21 0 1 0 736134809 38772736 5473 33554432000 4194304 4300288 140736032731680 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 9466 5474 218 26 0 6098 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37864

[startup+0.300619 s]
/proc/loadavg: 1.33 2.35 3.23 4/444 20914
/proc/meminfo: memFree=16851032/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=70708 CPUtime=0.29 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 15069 0 0 0 28 1 0 0 22 0 1 0 736134809 72404992 13129 33554432000 4194304 4300288 140736032731680 18446744073709551615 4278967 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 17677 13129 218 26 0 14309 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70708

[startup+0.700553 s]
/proc/loadavg: 1.33 2.35 3.23 4/444 20914
/proc/meminfo: memFree=16851032/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=76952 CPUtime=0.69 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 18092 0 0 0 67 2 0 0 24 0 1 0 736134809 78798848 15369 33554432000 4194304 4300288 140736032731680 18446744073709551615 4228208 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 19238 15369 222 26 0 15870 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76952

[startup+1.50042 s]
/proc/loadavg: 1.70 2.41 3.24 5/445 20915
/proc/meminfo: memFree=16673588/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=76952 CPUtime=1.49 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 18131 0 0 0 147 2 0 0 25 0 1 0 736134809 78798848 15408 33554432000 4194304 4300288 140736032731680 18446744073709551615 4228656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 19238 15408 222 26 0 15870 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76952

[startup+3.10016 s]
/proc/loadavg: 1.70 2.41 3.24 5/445 20915
/proc/meminfo: memFree=16571544/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=72260 CPUtime=3.09 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 22382 0 0 0 307 2 0 0 25 0 1 0 736134809 73994240 13374 33554432000 4194304 4300288 140736032731680 18446744073709551615 4256240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 18065 13374 242 26 0 14697 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72260

[startup+6.30063 s]
/proc/loadavg: 1.70 2.41 3.24 5/445 20915
/proc/meminfo: memFree=16556332/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=72260 CPUtime=6.3 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 22943 0 0 0 627 3 0 0 25 0 1 0 736134809 73994240 13904 33554432000 4194304 4300288 140736032731680 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 18065 13904 242 26 0 14697 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 72260

[startup+12.7006 s]
/proc/loadavg: 2.13 2.48 3.26 5/445 20915
/proc/meminfo: memFree=16597140/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=83936 CPUtime=12.69 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 23840 0 0 0 1266 3 0 0 25 0 1 0 736134809 85950464 14756 33554432000 4194304 4300288 140736032731680 18446744073709551615 4249954 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 20984 14756 242 26 0 17616 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83936

[startup+25.5004 s]
/proc/loadavg: 2.42 2.53 3.26 5/445 20915
/proc/meminfo: memFree=16547736/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=84816 CPUtime=25.49 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 25627 0 0 0 2545 4 0 0 25 0 1 0 736134809 86851584 16478 33554432000 4194304 4300288 140736032731680 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 21204 16478 242 26 0 17836 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84816

[startup+51.1011 s]
/proc/loadavg: 2.96 2.65 3.28 6/445 20942
/proc/meminfo: memFree=16571848/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=108680 CPUtime=51.1 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 29542 0 0 0 5104 6 0 0 25 0 1 0 736134809 111288320 20301 33554432000 4194304 4300288 140736032731680 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 27170 20301 242 26 0 23802 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 108680

[startup+102.317 s]
/proc/loadavg: 3.74 2.92 3.34 5/445 20971
/proc/meminfo: memFree=16905164/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=115476 CPUtime=102.3 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 34342 0 0 0 10223 7 0 0 25 0 1 0 736134809 118247424 24954 33554432000 4194304 4300288 140736032731680 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 28869 24954 242 26 0 25501 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 115476

[startup+162.301 s]
/proc/loadavg: 3.97 3.13 3.38 5/445 20973
/proc/meminfo: memFree=16844664/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=152944 CPUtime=162.29 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 39639 0 0 0 16220 9 0 0 25 0 1 0 736134809 156614656 30113 33554432000 4194304 4300288 140736032731680 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 38236 30113 242 26 0 34868 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 152944

[startup+222.301 s]
/proc/loadavg: 3.99 3.28 3.42 5/445 20975
/proc/meminfo: memFree=16791908/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=158724 CPUtime=222.29 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 44178 0 0 0 22219 10 0 0 25 0 1 0 736134809 162533376 34528 33554432000 4194304 4300288 140736032731680 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 39681 34528 242 26 0 36313 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 158724

[startup+282.301 s]
/proc/loadavg: 3.99 3.41 3.45 5/445 20975
/proc/meminfo: memFree=16721412/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=214920 CPUtime=282.29 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 48249 0 0 0 28218 11 0 0 25 0 1 0 736134809 220078080 38476 33554432000 4194304 4300288 140736032731680 18446744073709551615 4256240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 53730 38476 242 26 0 50362 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 214920

[startup+342.301 s]
/proc/loadavg: 3.99 3.52 3.48 5/445 20977
/proc/meminfo: memFree=16681664/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=217968 CPUtime=342.3 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 51040 0 0 0 34217 13 0 0 25 0 1 0 736134809 223199232 41189 33554432000 4194304 4300288 140736032731680 18446744073709551615 4256279 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 54492 41189 242 26 0 51124 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 217968

[startup+402.301 s]
/proc/loadavg: 3.99 3.60 3.51 5/445 20979
/proc/meminfo: memFree=16606464/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=221812 CPUtime=402.3 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 53792 0 0 0 40217 13 0 0 25 0 1 0 736134809 227135488 43883 33554432000 4194304 4300288 140736032731680 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 55453 43883 242 26 0 52085 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 221812

[startup+462.3 s]
/proc/loadavg: 3.99 3.67 3.54 5/445 20981
/proc/meminfo: memFree=16541676/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=229404 CPUtime=462.29 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 58193 0 0 0 46215 14 0 0 25 0 1 0 736134809 234909696 48167 33554432000 4194304 4300288 140736032731680 18446744073709551615 4255944 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 57351 48167 242 26 0 53983 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 229404

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

[startup+486.3 s]
/proc/loadavg: 4.12 3.73 3.56 5/445 20981
/proc/meminfo: memFree=16518464/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=229404 CPUtime=486.3 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 59929 0 0 0 48615 15 0 0 25 0 1 0 736134809 234909696 49835 33554432000 4194304 4300288 140736032731680 18446744073709551615 4255944 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 57351 49835 242 26 0 53983 0
Current children cumulated CPU time (s) 486.3
Current children cumulated vsize (KiB) 229404

[startup+499.1 s]
/proc/loadavg: 4.17 3.75 3.57 5/445 20983
/proc/meminfo: memFree=16633404/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=229876 CPUtime=499.1 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 60528 0 0 0 49895 15 0 0 25 0 1 0 736134809 235393024 50425 33554432000 4194304 4300288 140736032731680 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 57469 50425 242 26 0 54101 0
Current children cumulated CPU time (s) 499.1
Current children cumulated vsize (KiB) 229876

[startup+505.5 s]
/proc/loadavg: 4.16 3.76 3.57 5/445 20984
/proc/meminfo: memFree=16611444/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=230176 CPUtime=505.5 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 60857 0 0 0 50535 15 0 0 25 0 1 0 736134809 235700224 50743 33554432000 4194304 4300288 140736032731680 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 57544 50743 242 26 0 54176 0
Current children cumulated CPU time (s) 505.5
Current children cumulated vsize (KiB) 230176

[startup+508.701 s]
/proc/loadavg: 4.15 3.76 3.57 5/445 20984
/proc/meminfo: memFree=16602136/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=230776 CPUtime=508.7 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 61116 0 0 0 50855 15 0 0 25 0 1 0 736134809 236314624 50995 33554432000 4194304 4300288 140736032731680 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 57694 50995 242 26 0 54326 0
Current children cumulated CPU time (s) 508.7
Current children cumulated vsize (KiB) 230776

[startup+509.501 s]
/proc/loadavg: 4.15 3.76 3.57 5/445 20984
/proc/meminfo: memFree=16596804/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=230776 CPUtime=509.5 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 61206 0 0 0 50935 15 0 0 25 0 1 0 736134809 236314624 51084 33554432000 4194304 4300288 140736032731680 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 57694 51084 242 26 0 54326 0
Current children cumulated CPU time (s) 509.5
Current children cumulated vsize (KiB) 230776

[startup+510.3 s]
/proc/loadavg: 4.15 3.76 3.57 5/445 20984
/proc/meminfo: memFree=16697492/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=119460 CPUtime=510.31 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 65462 0 0 0 51016 15 0 0 25 0 1 0 736134809 122327040 24674 33554432000 4194304 4300288 140736032731680 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 29865 24674 242 26 0 26497 0
Current children cumulated CPU time (s) 510.31
Current children cumulated vsize (KiB) 119460

[startup+510.5 s]
/proc/loadavg: 4.15 3.76 3.57 5/445 20984
/proc/meminfo: memFree=16697492/32951124 swapFree=45193364/67111528
[pid=20914] ppid=20912 vsize=118740 CPUtime=510.49 cores=5,7
/proc/20914/stat : 20914 (cir_minisat) R 20912 20914 17657 0 -1 4202496 65484 0 0 0 51034 15 0 0 25 0 1 0 736134809 121589760 24540 33554432000 4194304 4300288 140736032731680 18446744073709551615 224284582890 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/20914/statm: 29685 24540 247 26 0 26317 0
Current children cumulated CPU time (s) 510.49
Current children cumulated vsize (KiB) 118740

Child status: 20
Real time (s): 510.51
CPU time (s): 510.517
CPU user time (s): 510.352
CPU system time (s): 0.164974
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 249452

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

runsolver used 2.10168 second user time and 5.33819 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 13:30:41
IDJOB=3380410
IDBENCH=82500
IDSOLVER=1863
FILE ID=node118/3380410-1305459041
RUNJOBID= node118-1305459034-20819
PBS_JOBID= 13324868
Free space on /tmp= 73112 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/manthey/traffic/traffic_pcb_unknown.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380410-1305459041/watcher-3380410-1305459041 -o /tmp/evaluation-result-3380410-1305459041/solver-3380410-1305459041 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380410-1305459041.cnf

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

MD5SUM BENCH= e669f2d68684ca746cc80f142ad8d0dc
RANDOM SEED=674368544

node118.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.842
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.842
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.842
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.842
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.75
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16851312 kB
Buffers:        300884 kB
Cached:        4747316 kB
SwapCached:      22084 kB
Active:       13131976 kB
Inactive:      2637620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16851312 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:          157100 kB
Writeback:           0 kB
AnonPages:    10712180 kB
Mapped:          22700 kB
Slab:           164328 kB
PageTables:      99732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 126248436 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= 73228 MiB
End job on node118 at 2011-05-15 13:39:12