Trace number 3291942

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
march_rw 2011-03-02? (MO) 743.022 742.998

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1002.78
Satisfiable
(Un)Satisfiability was proved
Number of variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3291942-1303794757/watcher-3291942-1303794757 -o /tmp/evaluation-result-3291942-1303794757/solver-3291942-1303794757 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3291942-1303794757.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: 3.70 3.93 3.90 4/189 12974
/proc/meminfo: memFree=16556016/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=63936 CPUtime=0 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4194304 3313 0 0 0 0 0 0 0 22 0 1 0 569706805 65470464 3258 33554432000 4194304 4300876 140736194332480 18446744073709551615 4245967 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 15984 3270 110 27 0 14433 0

[startup+0.090314 s]
/proc/loadavg: 3.70 3.93 3.90 4/189 12974
/proc/meminfo: memFree=16556016/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=130092 CPUtime=0.08 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4194304 23795 0 0 0 6 2 0 0 22 0 1 0 569706805 133214208 23740 33554432000 4194304 4300876 140736194332480 18446744073709551615 231895151301 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 32523 23741 113 27 0 30972 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 130092

[startup+0.100318 s]
/proc/loadavg: 3.70 3.93 3.90 4/189 12974
/proc/meminfo: memFree=16556016/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=130620 CPUtime=0.09 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4194304 23968 0 0 0 7 2 0 0 22 0 1 0 569706805 133754880 23913 33554432000 4194304 4300876 140736194332480 18446744073709551615 231895151301 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 32655 23913 113 27 0 31104 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 130620

[startup+0.30028 s]
/proc/loadavg: 3.70 3.93 3.90 4/189 12974
/proc/meminfo: memFree=16556016/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=142236 CPUtime=0.29 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4194304 27192 0 0 0 26 3 0 0 23 0 1 0 569706805 145649664 27137 33554432000 4194304 4300876 140736194332480 18446744073709551615 231895151301 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 35559 27137 113 27 0 34008 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 142236

[startup+0.701204 s]
/proc/loadavg: 3.70 3.93 3.90 4/189 12974
/proc/meminfo: memFree=16556016/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=165336 CPUtime=0.69 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4194304 33613 0 0 0 65 4 0 0 25 0 1 0 569706805 169304064 33558 33554432000 4194304 4300876 140736194332480 18446744073709551615 4246532 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 41334 33559 113 27 0 39783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 165336

[startup+1.50107 s]
/proc/loadavg: 3.70 3.93 3.90 5/190 12975
/proc/meminfo: memFree=16402008/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=210348 CPUtime=1.49 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4194304 46150 0 0 0 144 5 0 0 25 0 1 0 569706805 215396352 46095 33554432000 4194304 4300876 140736194332480 18446744073709551615 231895151301 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 52587 46095 113 27 0 51036 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 210348

[startup+3.10076 s]
/proc/loadavg: 3.70 3.93 3.90 5/190 12975
/proc/meminfo: memFree=16337148/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=298260 CPUtime=3.09 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4194304 70634 0 0 0 299 10 0 0 25 0 1 0 569706805 305418240 70579 33554432000 4194304 4300876 140736194332480 18446744073709551615 231895151301 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 74565 70579 113 27 0 73014 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 298260

[startup+6.30116 s]
/proc/loadavg: 3.73 3.94 3.90 5/190 12975
/proc/meminfo: memFree=16041068/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=771328 CPUtime=6.29 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4194304 142447 0 0 0 608 21 0 0 25 0 1 0 569706805 789839872 109085 33554432000 4194304 4300876 140736194332480 18446744073709551615 4242494 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 192832 109085 126 27 0 191281 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 771328

[startup+12.701 s]
/proc/loadavg: 3.75 3.94 3.90 5/190 12975
/proc/meminfo: memFree=16075580/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=839812 CPUtime=12.69 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4194304 278843 0 0 0 1230 39 0 0 25 0 1 0 569706805 859967488 134643 33554432000 4194304 4300876 140736194332480 18446744073709551615 231895151301 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 209953 134661 128 27 0 208402 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 839812

[startup+25.5005 s]
/proc/loadavg: 3.80 3.94 3.90 5/190 12975
/proc/meminfo: memFree=16060584/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=889992 CPUtime=25.49 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4202496 659355 0 0 0 2462 87 0 0 25 0 1 0 569706805 911351808 145252 33554432000 4194304 4300876 140736194332480 18446744073709551615 231895151301 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 222535 145277 142 27 0 220984 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 889992

[startup+51.1007 s]
/proc/loadavg: 3.87 3.94 3.90 5/190 12976
/proc/meminfo: memFree=15865700/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=934080 CPUtime=51.09 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4202496 852599 0 0 0 4997 112 0 0 25 0 1 0 569706805 956497920 161559 33554432000 4194304 4300876 140736194332480 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 233520 161559 143 27 0 231969 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 934080

[startup+102.306 s]
/proc/loadavg: 3.94 3.95 3.91 5/190 12977
/proc/meminfo: memFree=15773404/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=986896 CPUtime=102.3 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4202496 865366 0 0 0 10116 114 0 0 25 0 1 0 569706805 1010581504 174326 33554432000 4194304 4300876 140736194332480 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 246724 174326 143 27 0 245173 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 986896

[startup+162.301 s]
/proc/loadavg: 3.98 3.95 3.91 5/190 12979
/proc/meminfo: memFree=15654960/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=1063660 CPUtime=162.29 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4202496 883707 0 0 0 16112 117 0 0 25 0 1 0 569706805 1089187840 192667 33554432000 4194304 4300876 140736194332480 18446744073709551615 4256594 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 265915 192667 143 27 0 264364 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1063660

[startup+222.301 s]
/proc/loadavg: 3.99 3.96 3.91 5/190 12981
/proc/meminfo: memFree=15348780/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=1327036 CPUtime=222.3 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4202496 948462 0 0 0 22105 125 0 0 25 0 1 0 569706805 1358884864 257422 33554432000 4194304 4300876 140736194332480 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 331759 257422 143 27 0 330208 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1327036

[startup+282.3 s]
/proc/loadavg: 4.04 3.98 3.91 5/190 12982
/proc/meminfo: memFree=15032860/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=1599748 CPUtime=282.31 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4202496 1018045 0 0 0 28097 134 0 0 25 0 1 0 569706805 1638141952 327005 33554432000 4194304 4300876 140736194332480 18446744073709551615 4256612 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 399937 327005 143 27 0 398386 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 1599748

[startup+342.301 s]
/proc/loadavg: 4.01 3.98 3.91 5/190 12984
/proc/meminfo: memFree=14719376/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=1911072 CPUtime=342.3 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4202496 1085071 0 0 0 34088 142 0 0 25 0 1 0 569706805 1956937728 394031 33554432000 4194304 4300876 140736194332480 18446744073709551615 4256624 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 477768 394031 144 27 0 476217 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1911072

[startup+402.301 s]
/proc/loadavg: 4.00 3.98 3.91 5/190 12985
/proc/meminfo: memFree=14404020/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=2175864 CPUtime=402.3 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4202496 1153098 0 0 0 40080 150 0 0 25 0 1 0 569706805 2228084736 462058 33554432000 4194304 4300876 140736194332480 18446744073709551615 4214603 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 543966 462058 144 27 0 542415 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2175864

[startup+462.3 s]
/proc/loadavg: 4.03 3.99 3.92 5/190 12987
/proc/meminfo: memFree=13510212/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=3000072 CPUtime=462.31 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4202496 1365540 0 0 0 46058 173 0 0 25 0 1 0 569706805 3072073728 674500 33554432000 4194304 4300876 140736194332480 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 750018 674500 144 27 0 748467 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 3000072

[startup+522.3 s]
/proc/loadavg: 4.08 4.01 3.93 5/190 12989
/proc/meminfo: memFree=12481868/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=4058544 CPUtime=522.31 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4202496 1612776 0 0 0 52033 198 0 0 25 0 1 0 569706805 4155949056 921736 33554432000 4194304 4300876 140736194332480 18446744073709551615 4256612 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 1014636 921736 144 27 0 1013085 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 4058544

[startup+582.301 s]
/proc/loadavg: 4.03 4.00 3.93 5/190 12990
/proc/meminfo: memFree=11432316/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=5028084 CPUtime=582.32 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4202496 1862149 0 0 0 58006 226 0 0 25 0 1 0 569706805 5148758016 1171109 33554432000 4194304 4300876 140736194332480 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 1257021 1171109 144 27 0 1255470 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 5028084

[startup+642.301 s]
/proc/loadavg: 4.01 4.00 3.93 5/190 12992
/proc/meminfo: memFree=10330296/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=6047520 CPUtime=642.32 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4202496 2124183 0 0 0 63979 253 0 0 25 0 1 0 569706805 6192660480 1433143 33554432000 4194304 4300876 140736194332480 18446744073709551615 4214625 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 1511880 1433143 144 27 0 1510329 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 6047520

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 12993
/proc/meminfo: memFree=9074756/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=7441236 CPUtime=702.32 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4202496 2431178 0 0 0 69937 295 0 0 25 0 1 0 569706805 7619825664 1740138 33554432000 4194304 4300876 140736194332480 18446744073709551615 4256612 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 1860309 1740138 144 27 0 1858758 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 7441236



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+742.701 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 12994
/proc/meminfo: memFree=8593580/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=7865880 CPUtime=742.72 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4202496 2541125 0 0 0 73959 313 0 0 25 0 1 0 569706805 8054661120 1850085 33554432000 4194304 4300876 140736194332480 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12974/statm: 1966470 1850085 144 27 0 1964919 0
Current children cumulated CPU time (s) 742.72
Current children cumulated vsize (KiB) 7865880

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

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

[startup+742.807 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 12994
/proc/meminfo: memFree=8593580/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=0 CPUtime=742.82 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4203524 2541125 0 0 0 73959 323 0 0 25 0 1 0 569706805 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/12974/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 742.82
Current children cumulated vsize (KiB) 0

[startup+742.901 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 12994
/proc/meminfo: memFree=8593580/32950928 swapFree=67111528/67111528
[pid=12974] ppid=12972 vsize=0 CPUtime=742.92 cores=4,6
/proc/12974/stat : 12974 (march_rw) R 12972 12974 12604 0 -1 4203524 2541125 0 0 0 73959 333 0 0 25 0 1 0 569706805 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/12974/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 742.92
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 742.998
CPU time (s): 743.022
CPU user time (s): 739.597
CPU system time (s): 3.42548
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 7865880

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

runsolver used 1.25881 second user time and 2.52861 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-26 07:12:41
IDJOB=3291942
IDBENCH=85005
IDSOLVER=1561
FILE ID=node114/3291942-1303794757
RUNJOBID= node114-1303794756-12933
PBS_JOBID= 13157273
Free space on /tmp= 71680 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291942-1303794757/watcher-3291942-1303794757 -o /tmp/evaluation-result-3291942-1303794757/solver-3291942-1303794757 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3291942-1303794757.cnf

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

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=140904415

node114.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.848
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.69
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.848
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.848
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.848
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.73
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.848
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.75
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.848
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.848
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.848
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:     32950928 kB
MemFree:      16556172 kB
Buffers:       2316400 kB
Cached:       13336188 kB
SwapCached:          0 kB
Active:        6848444 kB
Inactive:      8950732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16556172 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          159020 kB
Writeback:           0 kB
AnonPages:      145508 kB
Mapped:          15432 kB
Slab:           530860 kB
PageTables:       5468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   352068 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= 71680 MiB
End job on node114 at 2011-04-26 07:25:06