Trace number 1724482

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 53.8458 53.8902

General information on the benchmark

Namemanol-pipe-c6nidw_i.cnf
MD5SUM15c4413e436aecbd4fcb1d7037e18abf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.8372
Satisfiable
(Un)Satisfiability was proved
Number of variables95863
Number of clauses283363
Sum of the clauses size661179
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2188908
Number of clauses of size 394454
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.19/0.27	c ==============================================================================
0.19/0.27	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.27	c ==============================================================================
0.19/0.27	c |         0 |  283362   661178 |   85008       0        0     nan |  0.000 % |
1.69/1.73	c |         0 |  123377   480567 |      --       0       --      -- |     --   | -159983/-180606
1.69/1.73	c ==============================================================================
1.69/1.73	c Result  :   #vars: 16544   #clauses: 123377   #literals: 480567
1.69/1.73	c CPU time:   1.61875 s
1.69/1.73	c ==============================================================================
1.88/1.92	c Rsat version 3.02
1.92/2.02	c Base unit clause learned: 0
53.75/53.83	c CNF stats: (16544 vars, 123377 clauses)
53.75/53.83	c Decisions: 1180673
53.75/53.83	c Conflicts: 201682
53.75/53.83	c Restarts: 30
53.75/53.83	c Avg lpc: 18.03
53.75/53.83	c Max decision level: 1274
53.75/53.83	c KB reduction: 11 (145185 clauses removed)
53.75/53.83	c Final decision lit size:16544 (100.00 %)
53.75/53.83	c Final stack/save sizes: 165(1.00 %)/660(3.99 %)
53.75/53.83	c Final cdc size: 660 (3.99 %)
53.75/53.83	c ***********************************************
53.75/53.83	c Conflicts with bac: 13045/201682 (6.47 %)
53.75/53.83	c Avg bac size: 10.59
53.75/53.83	c Avg bac bt depth: 18.86 vs 4.88 (normal)
53.75/53.87	c Running time: 51.85312 seconds
53.75/53.88	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-1724482-1240696651/watcher-1724482-1240696651 -o /tmp/evaluation-result-1724482-1240696651/solver-1724482-1240696651 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1724482-1240696651.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.93 0.99 0.99 3/64 15209
/proc/meminfo: memFree=1691896/2055920 swapFree=4191900/4192956
[pid=15209] ppid=15207 vsize=5356 CPUtime=0
/proc/15209/stat : 15209 (rsat.sh) S 15207 15209 14870 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 97697805 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15209/statm: 1339 240 199 169 0 50 0
[pid=15210] ppid=15209 vsize=1656 CPUtime=0
/proc/15210/stat : 15210 (SatElite) R 15209 15209 14870 0 -1 4194304 252 0 0 0 0 0 0 0 19 0 1 0 97697806 1695744 235 1992294400 4194304 4959918 548682068656 18446744073709551615 4437675 0 0 4096 3 0 0 0 17 0 0 0
/proc/15210/statm: 414 241 64 186 0 224 0

[startup+0.0216459 s]
/proc/loadavg: 0.93 0.99 0.99 3/64 15209
/proc/meminfo: memFree=1691896/2055920 swapFree=4191900/4192956
[pid=15209] ppid=15207 vsize=5356 CPUtime=0
/proc/15209/stat : 15209 (rsat.sh) S 15207 15209 14870 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 97697805 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15209/statm: 1339 240 199 169 0 50 0
[pid=15210] ppid=15209 vsize=6632 CPUtime=0.01
/proc/15210/stat : 15210 (SatElite) R 15209 15209 14870 0 -1 4194304 1346 0 0 0 1 0 0 0 19 0 1 0 97697806 6791168 1329 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/15210/statm: 1658 1331 64 186 0 1468 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11988

[startup+0.101651 s]
/proc/loadavg: 0.93 0.99 0.99 3/64 15209
/proc/meminfo: memFree=1691896/2055920 swapFree=4191900/4192956
[pid=15209] ppid=15207 vsize=5356 CPUtime=0
/proc/15209/stat : 15209 (rsat.sh) S 15207 15209 14870 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 97697805 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15209/statm: 1339 240 199 169 0 50 0
[pid=15210] ppid=15209 vsize=28100 CPUtime=0.09
/proc/15210/stat : 15210 (SatElite) R 15209 15209 14870 0 -1 4194304 6338 0 0 0 7 2 0 0 19 0 1 0 97697806 28774400 6321 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/15210/statm: 7058 6322 64 186 0 6868 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33456

[startup+0.301666 s]
/proc/loadavg: 0.93 0.99 0.99 3/64 15209
/proc/meminfo: memFree=1691896/2055920 swapFree=4191900/4192956
[pid=15209] ppid=15207 vsize=5356 CPUtime=0
/proc/15209/stat : 15209 (rsat.sh) S 15207 15209 14870 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 97697805 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15209/statm: 1339 240 199 169 0 50 0
[pid=15210] ppid=15209 vsize=72636 CPUtime=0.29
/proc/15210/stat : 15210 (SatElite) R 15209 15209 14870 0 -1 4194304 17074 0 0 0 22 7 0 0 21 0 1 0 97697806 74379264 16456 1992294400 4194304 4959918 548682068656 18446744073709551615 4253604 0 0 4096 3 0 0 0 17 0 0 0
/proc/15210/statm: 18159 16462 92 186 0 17969 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77992

[startup+0.701696 s]
/proc/loadavg: 0.93 0.99 0.99 3/64 15209
/proc/meminfo: memFree=1691896/2055920 swapFree=4191900/4192956
[pid=15209] ppid=15207 vsize=5356 CPUtime=0
/proc/15209/stat : 15209 (rsat.sh) S 15207 15209 14870 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 97697805 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15209/statm: 1339 240 199 169 0 50 0
[pid=15210] ppid=15209 vsize=75948 CPUtime=0.69
/proc/15210/stat : 15210 (SatElite) R 15209 15209 14870 0 -1 4194304 17635 0 0 0 61 8 0 0 25 0 1 0 97697806 77770752 17017 1992294400 4194304 4959918 548682068656 18446744073709551615 4270040 0 0 4096 3 0 0 0 17 0 0 0
/proc/15210/statm: 18987 17017 92 186 0 18797 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81304

[startup+1.50175 s]
/proc/loadavg: 0.93 0.99 0.99 2/66 15211
/proc/meminfo: memFree=1616936/2055920 swapFree=4191900/4192956
[pid=15209] ppid=15207 vsize=5356 CPUtime=0
/proc/15209/stat : 15209 (rsat.sh) S 15207 15209 14870 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 97697805 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15209/statm: 1339 240 199 169 0 50 0
[pid=15210] ppid=15209 vsize=78160 CPUtime=1.49
/proc/15210/stat : 15210 (SatElite) R 15209 15209 14870 0 -1 4194304 18151 0 0 0 138 11 0 0 25 0 1 0 97697806 80035840 17533 1992294400 4194304 4959918 548682068656 18446744073709551615 4412576 0 0 4096 3 0 0 0 17 0 0 0
/proc/15210/statm: 19540 17533 92 186 0 19350 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83516

[startup+3.10188 s]
/proc/loadavg: 0.93 0.99 0.99 2/66 15212
/proc/meminfo: memFree=1668392/2055920 swapFree=4191900/4192956
[pid=15209] ppid=15207 vsize=5356 CPUtime=1.92
/proc/15209/stat : 15209 (rsat.sh) S 15207 15209 14870 0 -1 4194304 315 18633 0 0 0 0 178 14 19 0 1 0 97697805 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15209/statm: 1339 242 199 169 0 50 0
[pid=15212] ppid=15209 vsize=15808 CPUtime=1.16
/proc/15212/stat : 15212 (rsat) R 15209 15209 14870 0 -1 4194304 3593 0 0 0 115 1 0 0 25 0 1 0 97697998 16187392 3428 1992294400 4194304 5460562 548682068784 18446744073709551615 4226306 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15212/statm: 3952 3428 116 309 0 3639 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 21164

[startup+6.3021 s]
/proc/loadavg: 0.94 0.99 0.99 2/66 15212
/proc/meminfo: memFree=1664936/2055920 swapFree=4191900/4192956
[pid=15209] ppid=15207 vsize=5356 CPUtime=1.92
/proc/15209/stat : 15209 (rsat.sh) S 15207 15209 14870 0 -1 4194304 315 18633 0 0 0 0 178 14 19 0 1 0 97697805 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15209/statm: 1339 242 199 169 0 50 0
[pid=15212] ppid=15209 vsize=19292 CPUtime=4.35
/proc/15212/stat : 15212 (rsat) R 15209 15209 14870 0 -1 4194304 4543 0 0 0 433 2 0 0 25 0 1 0 97697998 19755008 4309 1992294400 4194304 5460562 548682068784 18446744073709551615 4226917 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15212/statm: 4823 4309 118 309 0 4510 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24648

[startup+12.7016 s]
/proc/loadavg: 0.94 0.99 0.99 2/66 15212
/proc/meminfo: memFree=1661480/2055920 swapFree=4191900/4192956
[pid=15209] ppid=15207 vsize=5356 CPUtime=1.92
/proc/15209/stat : 15209 (rsat.sh) S 15207 15209 14870 0 -1 4194304 315 18633 0 0 0 0 178 14 19 0 1 0 97697805 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15209/statm: 1339 242 199 169 0 50 0
[pid=15212] ppid=15209 vsize=21452 CPUtime=10.75
/proc/15212/stat : 15212 (rsat) R 15209 15209 14870 0 -1 4194304 5651 0 0 0 1072 3 0 0 25 0 1 0 97697998 21966848 4768 1992294400 4194304 5460562 548682068784 18446744073709551615 4204955 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15212/statm: 5363 4768 118 309 0 5050 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26808

[startup+25.5015 s]
/proc/loadavg: 0.95 0.99 0.99 2/66 15212
/proc/meminfo: memFree=1661096/2055920 swapFree=4191900/4192956
[pid=15209] ppid=15207 vsize=5356 CPUtime=1.92
/proc/15209/stat : 15209 (rsat.sh) S 15207 15209 14870 0 -1 4194304 315 18633 0 0 0 0 178 14 19 0 1 0 97697805 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15209/statm: 1339 242 199 169 0 50 0
[pid=15212] ppid=15209 vsize=21972 CPUtime=23.55
/proc/15212/stat : 15212 (rsat) R 15209 15209 14870 0 -1 4194304 7246 0 0 0 2351 4 0 0 25 0 1 0 97697998 22499328 4922 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15212/statm: 5493 4922 118 309 0 5180 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 27328

[startup+51.1014 s]
/proc/loadavg: 0.97 0.99 0.99 2/66 15212
/proc/meminfo: memFree=1659368/2055920 swapFree=4191900/4192956
[pid=15209] ppid=15207 vsize=5356 CPUtime=1.92
/proc/15209/stat : 15209 (rsat.sh) S 15207 15209 14870 0 -1 4194304 315 18633 0 0 0 0 178 14 19 0 1 0 97697805 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15209/statm: 1339 242 199 169 0 50 0
[pid=15212] ppid=15209 vsize=23324 CPUtime=49.12
/proc/15212/stat : 15212 (rsat) R 15209 15209 14870 0 -1 4194304 10513 0 0 0 4907 5 0 0 25 0 1 0 97697998 23883776 5308 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15212/statm: 5831 5308 118 309 0 5518 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 28680

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

[startup+52.7015 s]
/proc/loadavg: 0.97 0.99 0.99 2/66 15212
/proc/meminfo: memFree=1659368/2055920 swapFree=4191900/4192956
[pid=15209] ppid=15207 vsize=5356 CPUtime=1.92
/proc/15209/stat : 15209 (rsat.sh) S 15207 15209 14870 0 -1 4194304 315 18633 0 0 0 0 178 14 19 0 1 0 97697805 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15209/statm: 1339 242 199 169 0 50 0
[pid=15212] ppid=15209 vsize=23604 CPUtime=50.73
/proc/15212/stat : 15212 (rsat) R 15209 15209 14870 0 -1 4194304 10558 0 0 0 5068 5 0 0 25 0 1 0 97697998 24170496 5352 1992294400 4194304 5460562 548682068784 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15212/statm: 5901 5352 118 309 0 5588 0
Current children cumulated CPU time (s) 52.65
Current children cumulated vsize (KiB) 28960

[startup+53.5016 s]
/proc/loadavg: 0.97 0.99 0.99 2/66 15212
/proc/meminfo: memFree=1659368/2055920 swapFree=4191900/4192956
[pid=15209] ppid=15207 vsize=5356 CPUtime=1.92
/proc/15209/stat : 15209 (rsat.sh) S 15207 15209 14870 0 -1 4194304 315 18633 0 0 0 0 178 14 19 0 1 0 97697805 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15209/statm: 1339 242 199 169 0 50 0
[pid=15212] ppid=15209 vsize=23588 CPUtime=51.52
/proc/15212/stat : 15212 (rsat) R 15209 15209 14870 0 -1 4194304 11066 0 0 0 5147 5 0 0 25 0 1 0 97697998 24154112 5380 1992294400 4194304 5460562 548682068784 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15212/statm: 5897 5380 118 309 0 5584 0
Current children cumulated CPU time (s) 53.44
Current children cumulated vsize (KiB) 28944

[startup+53.7016 s]
/proc/loadavg: 0.97 0.99 0.99 2/66 15212
/proc/meminfo: memFree=1659368/2055920 swapFree=4191900/4192956
[pid=15209] ppid=15207 vsize=5356 CPUtime=1.92
/proc/15209/stat : 15209 (rsat.sh) S 15207 15209 14870 0 -1 4194304 315 18633 0 0 0 0 178 14 19 0 1 0 97697805 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15209/statm: 1339 242 199 169 0 50 0
[pid=15212] ppid=15209 vsize=23588 CPUtime=51.72
/proc/15212/stat : 15212 (rsat) R 15209 15209 14870 0 -1 4194304 11066 0 0 0 5167 5 0 0 25 0 1 0 97697998 24154112 5380 1992294400 4194304 5460562 548682068784 18446744073709551615 4226212 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15212/statm: 5897 5380 118 309 0 5584 0
Current children cumulated CPU time (s) 53.64
Current children cumulated vsize (KiB) 28944

[startup+53.8016 s]
/proc/loadavg: 0.97 0.99 0.99 2/66 15212
/proc/meminfo: memFree=1659112/2055920 swapFree=4191900/4192956
[pid=15209] ppid=15207 vsize=5356 CPUtime=1.92
/proc/15209/stat : 15209 (rsat.sh) S 15207 15209 14870 0 -1 4194304 315 18633 0 0 0 0 178 14 19 0 1 0 97697805 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15209/statm: 1339 242 199 169 0 50 0
[pid=15212] ppid=15209 vsize=23588 CPUtime=51.83
/proc/15212/stat : 15212 (rsat) R 15209 15209 14870 0 -1 4194304 11066 0 0 0 5178 5 0 0 25 0 1 0 97697998 24154112 5380 1992294400 4194304 5460562 548682068784 18446744073709551615 4214217 0 0 4096 1026 0 0 0 17 0 0 0
/proc/15212/statm: 5897 5380 118 309 0 5584 0
Current children cumulated CPU time (s) 53.75
Current children cumulated vsize (KiB) 28944

Child status: 20
Real time (s): 53.8902
CPU time (s): 53.8458
CPU user time (s): 53.6368
CPU system time (s): 0.208968
CPU usage (%): 99.9177
Max. virtual memory (cumulated for all children) (KiB): 85896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.6368
system time used= 0.208968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30172
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= 9
involuntary context switches= 168

runsolver used 0.047992 second user time and 0.154976 second system time

The end

Launcher Data

Begin job on node34 at 2009-04-25 23:57:32
IDJOB=1724482
IDBENCH=71780
IDSOLVER=545
FILE ID=node34/1724482-1240696651
PBS_JOBID= 9186716
Free space on /tmp= 66384 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE06/manol-pipe-c6nidw_i.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724482-1240696651/watcher-1724482-1240696651 -o /tmp/evaluation-result-1724482-1240696651/solver-1724482-1240696651 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1724482-1240696651.cnf HOME

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

MD5SUM BENCH= 15c4413e436aecbd4fcb1d7037e18abf
RANDOM SEED=426851435

node34.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.214
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.214
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:      2055920 kB
MemFree:       1692376 kB
Buffers:         36148 kB
Cached:         259608 kB
SwapCached:        384 kB
Active:          90924 kB
Inactive:       218160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692376 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           10424 kB
Writeback:           0 kB
Mapped:          21732 kB
Slab:            40580 kB
Committed_AS:   357848 kB
PageTables:       1380 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= 66376 MiB
End job on node34 at 2009-04-25 23:58:26