Trace number 1719622

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
Rsat 2009-03-22UNSAT 28.6596 28.672

General information on the benchmark

Nameschup-l2s-abp4-1-k31.cnf
MD5SUM2ec4066bd8381455b1990aa40b382ff0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.9847
Satisfiable
(Un)Satisfiability was proved
Number of variables14809
Number of clauses48483
Sum of the clauses size123522
Maximum clause length33
Minimum clause length1
Number of clauses of size 136
Number of clauses of size 224983
Number of clauses of size 322191
Number of clauses of size 4589
Number of clauses of size 5403
Number of clauses of size over 5281

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   48182   122630 |   14454       0        0     nan |  0.000 % |
0.29/0.36	c |         0 |   22536    72394 |      --       0       --      -- |     --   | -25100/-48787
0.29/0.36	c ==============================================================================
0.29/0.36	c Result  :   #vars: 4673   #clauses: 22536   #literals: 72394
0.29/0.36	c CPU time:   0.350946 s
0.29/0.36	c ==============================================================================
0.29/0.40	c Rsat version 3.02
0.38/0.41	c Base unit clause learned: 0
28.56/28.65	c CNF stats: (4673 vars, 22536 clauses)
28.56/28.65	c Decisions: 240110
28.56/28.65	c Conflicts: 103906
28.56/28.65	c Restarts: 30
28.56/28.65	c Avg lpc: 32.14
28.56/28.65	c Max decision level: 513
28.56/28.65	c KB reduction: 27 (78330 clauses removed)
28.56/28.65	c Final decision lit size:4673 (100.00 %)
28.56/28.65	c Final stack/save sizes: 92(1.97 %)/736(15.75 %)
28.56/28.65	c Final cdc size: 400 (8.56 %)
28.56/28.65	c ***********************************************
28.56/28.65	c Conflicts with bac: 5942/103906 (5.72 %)
28.56/28.65	c Avg bac size: 12.18
28.56/28.65	c Avg bac bt depth: 9.85 vs 1.82 (normal)
28.56/28.66	c Running time: 28.22371 seconds
28.56/28.66	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1719622-1240647760/watcher-1719622-1240647760 -o /tmp/evaluation-result-1719622-1240647760/solver-1719622-1240647760 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1719622-1240647760.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.84 0.94 0.97 3/64 24612
/proc/meminfo: memFree=1765744/2055924 swapFree=4180784/4192956
[pid=24612] ppid=24610 vsize=5356 CPUtime=0
/proc/24612/stat : 24612 (rsat.sh) R 24610 24612 24575 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 92810346 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582840991 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/24612/statm: 1339 238 198 169 0 50 0
[pid=24613] ppid=24612 vsize=1252 CPUtime=0
/proc/24613/stat : 24613 (SatElite) R 24612 24612 24575 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 92810346 1282048 167 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/24613/statm: 313 169 65 186 0 123 0

[startup+0.0148541 s]
/proc/loadavg: 0.84 0.94 0.97 3/64 24612
/proc/meminfo: memFree=1765744/2055924 swapFree=4180784/4192956
[pid=24612] ppid=24610 vsize=5356 CPUtime=0
/proc/24612/stat : 24612 (rsat.sh) S 24610 24612 24575 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 92810346 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24612/statm: 1339 239 199 169 0 50 0
[pid=24613] ppid=24612 vsize=3940 CPUtime=0
/proc/24613/stat : 24613 (SatElite) R 24612 24612 24575 0 -1 4194304 777 0 0 0 0 0 0 0 19 0 1 0 92810346 4034560 760 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/24613/statm: 985 762 65 186 0 795 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9296

[startup+0.10187 s]
/proc/loadavg: 0.84 0.94 0.97 3/64 24612
/proc/meminfo: memFree=1765744/2055924 swapFree=4180784/4192956
[pid=24612] ppid=24610 vsize=5356 CPUtime=0
/proc/24612/stat : 24612 (rsat.sh) S 24610 24612 24575 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 92810346 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24612/statm: 1339 239 199 169 0 50 0
[pid=24613] ppid=24612 vsize=12224 CPUtime=0.09
/proc/24613/stat : 24613 (SatElite) R 24612 24612 24575 0 -1 4194304 2922 0 0 0 8 1 0 0 19 0 1 0 92810346 12517376 2808 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/24613/statm: 3056 2808 92 186 0 2866 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17580

[startup+0.301908 s]
/proc/loadavg: 0.84 0.94 0.97 3/64 24612
/proc/meminfo: memFree=1765744/2055924 swapFree=4180784/4192956
[pid=24612] ppid=24610 vsize=5356 CPUtime=0
/proc/24612/stat : 24612 (rsat.sh) S 24610 24612 24575 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 92810346 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24612/statm: 1339 239 199 169 0 50 0
[pid=24613] ppid=24612 vsize=13096 CPUtime=0.29
/proc/24613/stat : 24613 (SatElite) R 24612 24612 24575 0 -1 4194304 3224 0 0 0 28 1 0 0 21 0 1 0 92810346 13410304 3062 1992294400 4194304 4959918 548682068688 18446744073709551615 4270440 0 0 4096 3 0 0 0 17 1 0 0
/proc/24613/statm: 3274 3062 92 186 0 3084 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18452

[startup+0.701997 s]
/proc/loadavg: 0.84 0.94 0.97 3/64 24612
/proc/meminfo: memFree=1765744/2055924 swapFree=4180784/4192956
[pid=24612] ppid=24610 vsize=5356 CPUtime=0.38
/proc/24612/stat : 24612 (rsat.sh) S 24610 24612 24575 0 -1 4194304 312 3367 0 0 0 0 37 1 16 0 1 0 92810346 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24612/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 5356

[startup+1.50215 s]
/proc/loadavg: 0.85 0.94 0.97 2/66 24615
/proc/meminfo: memFree=1761056/2055924 swapFree=4180784/4192956
[pid=24612] ppid=24610 vsize=5356 CPUtime=0.38
/proc/24612/stat : 24612 (rsat.sh) S 24610 24612 24575 0 -1 4194304 312 3367 0 0 0 0 37 1 16 0 1 0 92810346 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24612/statm: 1339 241 199 169 0 50 0
[pid=24615] ppid=24612 vsize=5672 CPUtime=1.09
/proc/24615/stat : 24615 (rsat) R 24612 24612 24575 0 -1 4194304 962 0 0 0 109 0 0 0 25 0 1 0 92810386 5808128 940 1992294400 4194304 5460562 548682068800 18446744073709551615 4226247 0 0 4096 1026 0 0 0 17 1 0 0
/proc/24615/statm: 1418 940 118 309 0 1105 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11028

[startup+3.10146 s]
/proc/loadavg: 0.85 0.94 0.97 2/66 24615
/proc/meminfo: memFree=1760288/2055924 swapFree=4180784/4192956
[pid=24612] ppid=24610 vsize=5356 CPUtime=0.38
/proc/24612/stat : 24612 (rsat.sh) S 24610 24612 24575 0 -1 4194304 312 3367 0 0 0 0 37 1 16 0 1 0 92810346 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24612/statm: 1339 241 199 169 0 50 0
[pid=24615] ppid=24612 vsize=6240 CPUtime=2.69
/proc/24615/stat : 24615 (rsat) R 24612 24612 24575 0 -1 4194304 1195 0 0 0 269 0 0 0 25 0 1 0 92810386 6389760 1077 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/24615/statm: 1560 1077 118 309 0 1247 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11596

[startup+6.30209 s]
/proc/loadavg: 0.85 0.94 0.97 2/66 24615
/proc/meminfo: memFree=1759336/2055924 swapFree=4180784/4192956
[pid=24612] ppid=24610 vsize=5356 CPUtime=0.38
/proc/24612/stat : 24612 (rsat.sh) S 24610 24612 24575 0 -1 4194304 312 3367 0 0 0 0 37 1 16 0 1 0 92810346 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24612/statm: 1339 241 199 169 0 50 0
[pid=24615] ppid=24612 vsize=6608 CPUtime=5.89
/proc/24615/stat : 24615 (rsat) R 24612 24612 24575 0 -1 4194304 2005 0 0 0 588 1 0 0 25 0 1 0 92810386 6766592 1179 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/24615/statm: 1652 1179 118 309 0 1339 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11964

[startup+12.7013 s]
/proc/loadavg: 0.88 0.94 0.97 2/66 24615
/proc/meminfo: memFree=1758760/2055924 swapFree=4180784/4192956
[pid=24612] ppid=24610 vsize=5356 CPUtime=0.38
/proc/24612/stat : 24612 (rsat.sh) S 24610 24612 24575 0 -1 4194304 312 3367 0 0 0 0 37 1 16 0 1 0 92810346 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24612/statm: 1339 241 199 169 0 50 0
[pid=24615] ppid=24612 vsize=7332 CPUtime=12.28
/proc/24615/stat : 24615 (rsat) R 24612 24612 24575 0 -1 4194304 2969 0 0 0 1227 1 0 0 25 0 1 0 92810386 7507968 1374 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/24615/statm: 1833 1374 118 309 0 1520 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12688

[startup+25.5019 s]
/proc/loadavg: 0.89 0.94 0.97 2/66 24615
/proc/meminfo: memFree=1757608/2055924 swapFree=4180784/4192956
[pid=24612] ppid=24610 vsize=5356 CPUtime=0.38
/proc/24612/stat : 24612 (rsat.sh) S 24610 24612 24575 0 -1 4194304 312 3367 0 0 0 0 37 1 16 0 1 0 92810346 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24612/statm: 1339 241 199 169 0 50 0
[pid=24615] ppid=24612 vsize=8708 CPUtime=25.08
/proc/24615/stat : 24615 (rsat) R 24612 24612 24575 0 -1 4194304 5135 0 0 0 2506 2 0 0 25 0 1 0 92810386 8916992 1678 1992294400 4194304 5460562 548682068800 18446744073709551615 4226190 0 0 4096 1026 0 0 0 17 1 0 0
/proc/24615/statm: 2177 1678 118 309 0 1864 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 14064

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

[startup+27.1012 s]
/proc/loadavg: 0.90 0.94 0.97 2/66 24615
/proc/meminfo: memFree=1757544/2055924 swapFree=4180784/4192956
[pid=24612] ppid=24610 vsize=5356 CPUtime=0.38
/proc/24612/stat : 24612 (rsat.sh) S 24610 24612 24575 0 -1 4194304 312 3367 0 0 0 0 37 1 16 0 1 0 92810346 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24612/statm: 1339 241 199 169 0 50 0
[pid=24615] ppid=24612 vsize=8708 CPUtime=26.67
/proc/24615/stat : 24615 (rsat) R 24612 24612 24575 0 -1 4194304 5137 0 0 0 2665 2 0 0 25 0 1 0 92810386 8916992 1680 1992294400 4194304 5460562 548682068800 18446744073709551615 4791080 0 0 4096 1026 0 0 0 17 1 0 0
/proc/24615/statm: 2177 1680 118 309 0 1864 0
Current children cumulated CPU time (s) 27.05
Current children cumulated vsize (KiB) 14064

[startup+27.9013 s]
/proc/loadavg: 0.90 0.94 0.97 2/66 24615
/proc/meminfo: memFree=1757544/2055924 swapFree=4180784/4192956
[pid=24612] ppid=24610 vsize=5356 CPUtime=0.38
/proc/24612/stat : 24612 (rsat.sh) S 24610 24612 24575 0 -1 4194304 312 3367 0 0 0 0 37 1 16 0 1 0 92810346 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24612/statm: 1339 241 199 169 0 50 0
[pid=24615] ppid=24612 vsize=8708 CPUtime=27.47
/proc/24615/stat : 24615 (rsat) R 24612 24612 24575 0 -1 4194304 5139 0 0 0 2745 2 0 0 25 0 1 0 92810386 8916992 1682 1992294400 4194304 5460562 548682068800 18446744073709551615 4226169 0 0 4096 1026 0 0 0 17 1 0 0
/proc/24615/statm: 2177 1682 118 309 0 1864 0
Current children cumulated CPU time (s) 27.85
Current children cumulated vsize (KiB) 14064

[startup+28.3014 s]
/proc/loadavg: 0.90 0.94 0.97 2/66 24615
/proc/meminfo: memFree=1757544/2055924 swapFree=4180784/4192956
[pid=24612] ppid=24610 vsize=5356 CPUtime=0.38
/proc/24612/stat : 24612 (rsat.sh) S 24610 24612 24575 0 -1 4194304 312 3367 0 0 0 0 37 1 16 0 1 0 92810346 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24612/statm: 1339 241 199 169 0 50 0
[pid=24615] ppid=24612 vsize=8708 CPUtime=27.87
/proc/24615/stat : 24615 (rsat) R 24612 24612 24575 0 -1 4194304 5139 0 0 0 2785 2 0 0 25 0 1 0 92810386 8916992 1682 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/24615/statm: 2177 1682 118 309 0 1864 0
Current children cumulated CPU time (s) 28.25
Current children cumulated vsize (KiB) 14064

[startup+28.5014 s]
/proc/loadavg: 0.90 0.94 0.97 2/66 24615
/proc/meminfo: memFree=1757544/2055924 swapFree=4180784/4192956
[pid=24612] ppid=24610 vsize=5356 CPUtime=0.38
/proc/24612/stat : 24612 (rsat.sh) S 24610 24612 24575 0 -1 4194304 312 3367 0 0 0 0 37 1 16 0 1 0 92810346 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24612/statm: 1339 241 199 169 0 50 0
[pid=24615] ppid=24612 vsize=8708 CPUtime=28.08
/proc/24615/stat : 24615 (rsat) R 24612 24612 24575 0 -1 4194304 5139 0 0 0 2806 2 0 0 25 0 1 0 92810386 8916992 1682 1992294400 4194304 5460562 548682068800 18446744073709551615 4226309 0 0 4096 1026 0 0 0 17 1 0 0
/proc/24615/statm: 2177 1682 118 309 0 1864 0
Current children cumulated CPU time (s) 28.46
Current children cumulated vsize (KiB) 14064

[startup+28.6055 s]
/proc/loadavg: 0.90 0.94 0.97 2/66 24615
/proc/meminfo: memFree=1757544/2055924 swapFree=4180784/4192956
[pid=24612] ppid=24610 vsize=5356 CPUtime=0.38
/proc/24612/stat : 24612 (rsat.sh) S 24610 24612 24575 0 -1 4194304 312 3367 0 0 0 0 37 1 16 0 1 0 92810346 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24612/statm: 1339 241 199 169 0 50 0
[pid=24615] ppid=24612 vsize=8708 CPUtime=28.18
/proc/24615/stat : 24615 (rsat) R 24612 24612 24575 0 -1 4194304 5139 0 0 0 2816 2 0 0 25 0 1 0 92810386 8916992 1682 1992294400 4194304 5460562 548682068800 18446744073709551615 4226207 0 0 4096 1026 0 0 0 17 1 0 0
/proc/24615/statm: 2177 1682 118 309 0 1864 0
Current children cumulated CPU time (s) 28.56
Current children cumulated vsize (KiB) 14064

Child status: 20
Real time (s): 28.672
CPU time (s): 28.6596
CPU user time (s): 28.6047
CPU system time (s): 0.054991
CPU usage (%): 99.9569
Max. virtual memory (cumulated for all children) (KiB): 18452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.6047
system time used= 0.054991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8977
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= 13
involuntary context switches= 64

runsolver used 0.036994 second user time and 0.073988 second system time

The end

Launcher Data

Begin job on node6 at 2009-04-25 10:22:40
IDJOB=1719622
IDBENCH=69566
IDSOLVER=545
FILE ID=node6/1719622-1240647760
PBS_JOBID= 9186485
Free space on /tmp= 66320 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE08/cnf/schup-l2s-abp4-1-k31.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719622-1240647760/watcher-1719622-1240647760 -o /tmp/evaluation-result-1719622-1240647760/solver-1719622-1240647760 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1719622-1240647760.cnf HOME

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2ec4066bd8381455b1990aa40b382ff0
RANDOM SEED=1069862967

node6.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1766160 kB
Buffers:         30944 kB
Cached:         186988 kB
SwapCached:       5992 kB
Active:          40960 kB
Inactive:       185328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1766160 kB
SwapTotal:     4192956 kB
SwapFree:      4180784 kB
Dirty:            6688 kB
Writeback:           0 kB
Mapped:          13928 kB
Slab:            49460 kB
Committed_AS:   368968 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66316 MiB
End job on node6 at 2009-04-25 10:23:09