Trace number 1723234

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 23.4594 23.4726

General information on the benchmark

Namemanol-pipe-c10nidw_s.cnf
MD5SUM7989bb134c6f50cb418407e85e733980
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.7277
Satisfiable
(Un)Satisfiability was proved
Number of variables404382
Number of clauses1204273
Sum of the clauses size2809969
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2802848
Number of clauses of size 3401424
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...
1.19/1.23	c ==============================================================================
1.19/1.23	c |           |     ORIGINAL     |              LEARNT              |          |
1.19/1.23	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.19/1.23	c ==============================================================================
1.19/1.23	c |         0 | 1204272  2809968 |  361281       0        0     nan |  0.000 % |
7.99/8.00	c |         0 |  512827  2023633 |      --       0       --      -- |     --   | -691443/-786330
7.99/8.01	c ==============================================================================
7.99/8.01	c Result  :   #vars: 64148   #clauses: 512827   #literals: 2023633
7.99/8.01	c CPU time:   7.42487 s
7.99/8.01	c ==============================================================================
8.79/8.84	c Rsat version 3.02
8.83/9.26	c Base unit clause learned: 0
23.27/23.31	c CNF stats: (64148 vars, 512827 clauses)
23.27/23.31	c Decisions: 362144
23.27/23.31	c Conflicts: 42604
23.27/23.31	c Restarts: 29
23.27/23.31	c Avg lpc: 15.66
23.27/23.31	c Max decision level: 1836
23.27/23.31	c KB reduction: 0 (0 clauses removed)
23.27/23.31	c Final decision lit size:64148 (100.00 %)
23.27/23.31	c Final stack/save sizes: 641(1.00 %)/641(1.00 %)
23.27/23.31	c Final cdc size: 641 (1.00 %)
23.27/23.31	c ***********************************************
23.27/23.31	c Conflicts with bac: 4085/42604 (9.59 %)
23.27/23.31	c Avg bac size: 9.96
23.27/23.31	c Avg bac bt depth: 24.68 vs 6.60 (normal)
23.37/23.43	c Running time: 14.50879 seconds
23.37/23.44	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-1723234-1240684305/watcher-1723234-1240684305 -o /tmp/evaluation-result-1723234-1240684305/solver-1723234-1240684305 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1723234-1240684305.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.99 1.00 1.00 3/64 14526
/proc/meminfo: memFree=1232384/2055920 swapFree=4192956/4192956
[pid=14526] ppid=14524 vsize=5356 CPUtime=0
/proc/14526/stat : 14526 (rsat.sh) S 14524 14526 14329 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 96465327 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14526/statm: 1339 239 199 169 0 50 0
[pid=14527] ppid=14526 vsize=1516 CPUtime=0
/proc/14527/stat : 14527 (SatElite) R 14526 14526 14329 0 -1 4194304 229 0 0 0 0 0 0 0 19 0 1 0 96465327 1552384 212 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/14527/statm: 379 218 64 186 0 189 0

[startup+0.101424 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 14526
/proc/meminfo: memFree=1232384/2055920 swapFree=4192956/4192956
[pid=14526] ppid=14524 vsize=5356 CPUtime=0
/proc/14526/stat : 14526 (rsat.sh) S 14524 14526 14329 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 96465327 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14526/statm: 1339 239 199 169 0 50 0
[pid=14527] ppid=14526 vsize=27808 CPUtime=0.09
/proc/14527/stat : 14527 (SatElite) R 14526 14526 14329 0 -1 4194304 6223 0 0 0 6 3 0 0 19 0 1 0 96465327 28475392 6206 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/14527/statm: 6952 6213 64 186 0 6762 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33164

[startup+0.201444 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 14526
/proc/meminfo: memFree=1232384/2055920 swapFree=4192956/4192956
[pid=14526] ppid=14524 vsize=5356 CPUtime=0
/proc/14526/stat : 14526 (rsat.sh) S 14524 14526 14329 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 96465327 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14526/statm: 1339 239 199 169 0 50 0
[pid=14527] ppid=14526 vsize=54608 CPUtime=0.19
/proc/14527/stat : 14527 (SatElite) R 14526 14526 14329 0 -1 4194304 12255 0 0 0 13 6 0 0 20 0 1 0 96465327 55918592 12239 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/14527/statm: 13652 12241 64 186 0 13462 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 59964

[startup+0.301464 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 14526
/proc/meminfo: memFree=1232384/2055920 swapFree=4192956/4192956
[pid=14526] ppid=14524 vsize=5356 CPUtime=0
/proc/14526/stat : 14526 (rsat.sh) S 14524 14526 14329 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 96465327 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14526/statm: 1339 239 199 169 0 50 0
[pid=14527] ppid=14526 vsize=74740 CPUtime=0.29
/proc/14527/stat : 14527 (SatElite) R 14526 14526 14329 0 -1 4194304 18140 0 0 0 20 9 0 0 21 0 1 0 96465327 76533760 18123 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/14527/statm: 18685 18125 64 186 0 18495 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80096

[startup+0.70154 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 14526
/proc/meminfo: memFree=1232384/2055920 swapFree=4192956/4192956
[pid=14526] ppid=14524 vsize=5356 CPUtime=0
/proc/14526/stat : 14526 (rsat.sh) S 14524 14526 14329 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 96465327 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14526/statm: 1339 239 199 169 0 50 0
[pid=14527] ppid=14526 vsize=193496 CPUtime=0.69
/proc/14527/stat : 14527 (SatElite) R 14526 14526 14329 0 -1 4194304 41303 0 0 0 46 23 0 0 25 0 1 0 96465327 198139904 41286 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/14527/statm: 48374 41288 64 186 0 48184 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 198852

[startup+1.5027 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14528
/proc/meminfo: memFree=967280/2055920 swapFree=4192956/4192956
[pid=14526] ppid=14524 vsize=5356 CPUtime=0
/proc/14526/stat : 14526 (rsat.sh) S 14524 14526 14329 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 96465327 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14526/statm: 1339 239 199 169 0 50 0
[pid=14527] ppid=14526 vsize=309544 CPUtime=1.49
/proc/14527/stat : 14527 (SatElite) R 14526 14526 14329 0 -1 4194304 73211 0 0 0 110 39 0 0 25 0 1 0 96465327 316973056 70642 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/14527/statm: 77386 70642 92 186 0 77196 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 314900

[startup+3.10202 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14528
/proc/meminfo: memFree=942256/2055920 swapFree=4192956/4192956
[pid=14526] ppid=14524 vsize=5356 CPUtime=0
/proc/14526/stat : 14526 (rsat.sh) S 14524 14526 14329 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 96465327 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14526/statm: 1339 239 199 169 0 50 0
[pid=14527] ppid=14526 vsize=310700 CPUtime=3.08
/proc/14527/stat : 14527 (SatElite) R 14526 14526 14329 0 -1 4194304 73575 0 0 0 264 44 0 0 25 0 1 0 96465327 318156800 71006 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/14527/statm: 77675 71006 92 186 0 77485 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 316056

[startup+6.30266 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14528
/proc/meminfo: memFree=908912/2055920 swapFree=4192956/4192956
[pid=14526] ppid=14524 vsize=5356 CPUtime=0
/proc/14526/stat : 14526 (rsat.sh) S 14524 14526 14329 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 96465327 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14526/statm: 1339 239 199 169 0 50 0
[pid=14527] ppid=14526 vsize=321488 CPUtime=6.28
/proc/14527/stat : 14527 (SatElite) R 14526 14526 14329 0 -1 4194304 75982 0 0 0 574 54 0 0 25 0 1 0 96465327 329203712 73413 1992294400 4194304 4959918 548682068688 18446744073709551615 4270732 0 0 4096 3 0 0 0 17 0 0 0
/proc/14527/statm: 80372 73413 92 186 0 80182 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 326844

[startup+12.7019 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14529
/proc/meminfo: memFree=1132656/2055920 swapFree=4192956/4192956
[pid=14526] ppid=14524 vsize=5356 CPUtime=8.83
/proc/14526/stat : 14526 (rsat.sh) S 14524 14526 14329 0 -1 4194304 312 79589 0 0 0 0 815 68 19 0 1 0 96465327 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14526/statm: 1339 241 199 169 0 50 0
[pid=14529] ppid=14526 vsize=55348 CPUtime=3.84
/proc/14529/stat : 14529 (rsat) R 14526 14526 14329 0 -1 4194304 13741 0 0 0 378 6 0 0 25 0 1 0 96466211 56676352 13037 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14529/statm: 13837 13037 118 309 0 13524 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 60704

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

[startup+12.8019 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14529
/proc/meminfo: memFree=1132656/2055920 swapFree=4192956/4192956
[pid=14526] ppid=14524 vsize=5356 CPUtime=8.83
/proc/14526/stat : 14526 (rsat.sh) S 14524 14526 14329 0 -1 4194304 312 79589 0 0 0 0 815 68 19 0 1 0 96465327 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14526/statm: 1339 241 199 169 0 50 0
[pid=14529] ppid=14526 vsize=55420 CPUtime=3.94
/proc/14529/stat : 14529 (rsat) R 14526 14526 14329 0 -1 4194304 13759 0 0 0 388 6 0 0 25 0 1 0 96466211 56750080 13055 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14529/statm: 13855 13055 118 309 0 13542 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 60776

[startup+19.2012 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14529
/proc/meminfo: memFree=1129392/2055920 swapFree=4192956/4192956
[pid=14526] ppid=14524 vsize=5356 CPUtime=8.83
/proc/14526/stat : 14526 (rsat.sh) S 14524 14526 14329 0 -1 4194304 312 79589 0 0 0 0 815 68 19 0 1 0 96465327 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14526/statm: 1339 241 199 169 0 50 0
[pid=14529] ppid=14526 vsize=58620 CPUtime=10.34
/proc/14529/stat : 14529 (rsat) R 14526 14526 14329 0 -1 4194304 14606 0 0 0 1027 7 0 0 25 0 1 0 96466211 60026880 13848 1992294400 4194304 5460562 548682068800 18446744073709551615 4198111 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14529/statm: 14655 13848 118 309 0 14342 0
Current children cumulated CPU time (s) 19.17
Current children cumulated vsize (KiB) 63976

[startup+20.8015 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14529
/proc/meminfo: memFree=1129072/2055920 swapFree=4192956/4192956
[pid=14526] ppid=14524 vsize=5356 CPUtime=8.83
/proc/14526/stat : 14526 (rsat.sh) S 14524 14526 14329 0 -1 4194304 312 79589 0 0 0 0 815 68 19 0 1 0 96465327 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14526/statm: 1339 241 199 169 0 50 0
[pid=14529] ppid=14526 vsize=59212 CPUtime=11.94
/proc/14529/stat : 14529 (rsat) R 14526 14526 14329 0 -1 4194304 14751 0 0 0 1187 7 0 0 25 0 1 0 96466211 60633088 13993 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14529/statm: 14803 13993 118 309 0 14490 0
Current children cumulated CPU time (s) 20.77
Current children cumulated vsize (KiB) 64568

[startup+22.4018 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14529
/proc/meminfo: memFree=1128688/2055920 swapFree=4192956/4192956
[pid=14526] ppid=14524 vsize=5356 CPUtime=8.83
/proc/14526/stat : 14526 (rsat.sh) S 14524 14526 14329 0 -1 4194304 312 79589 0 0 0 0 815 68 19 0 1 0 96465327 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14526/statm: 1339 241 199 169 0 50 0
[pid=14529] ppid=14526 vsize=59724 CPUtime=13.54
/proc/14529/stat : 14529 (rsat) R 14526 14526 14329 0 -1 4194304 14896 0 0 0 1347 7 0 0 25 0 1 0 96466211 61157376 14008 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14529/statm: 14931 14008 118 309 0 14618 0
Current children cumulated CPU time (s) 22.37
Current children cumulated vsize (KiB) 65080

[startup+23.206 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14529
/proc/meminfo: memFree=1128432/2055920 swapFree=4192956/4192956
[pid=14526] ppid=14524 vsize=5356 CPUtime=8.83
/proc/14526/stat : 14526 (rsat.sh) S 14524 14526 14329 0 -1 4194304 312 79589 0 0 0 0 815 68 19 0 1 0 96465327 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14526/statm: 1339 241 199 169 0 50 0
[pid=14529] ppid=14526 vsize=59880 CPUtime=14.35
/proc/14529/stat : 14529 (rsat) R 14526 14526 14329 0 -1 4194304 14954 0 0 0 1428 7 0 0 25 0 1 0 96466211 61317120 14066 1992294400 4194304 5460562 548682068800 18446744073709551615 4819129 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14529/statm: 14970 14066 118 309 0 14657 0
Current children cumulated CPU time (s) 23.18
Current children cumulated vsize (KiB) 65236

[startup+23.401 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 14529
/proc/meminfo: memFree=1128432/2055920 swapFree=4192956/4192956
[pid=14526] ppid=14524 vsize=5356 CPUtime=8.83
/proc/14526/stat : 14526 (rsat.sh) S 14524 14526 14329 0 -1 4194304 312 79589 0 0 0 0 815 68 19 0 1 0 96465327 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14526/statm: 1339 241 199 169 0 50 0
[pid=14529] ppid=14526 vsize=55356 CPUtime=14.54
/proc/14529/stat : 14529 (rsat) R 14526 14526 14329 0 -1 4194304 14955 0 0 0 1447 7 0 0 25 0 1 0 96466211 56684544 12988 1992294400 4194304 5460562 548682068800 18446744073709551615 4786389 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14529/statm: 13839 12988 118 309 0 13526 0
Current children cumulated CPU time (s) 23.37
Current children cumulated vsize (KiB) 60712

Child status: 20
Real time (s): 23.4726
CPU time (s): 23.4594
CPU user time (s): 22.6606
CPU system time (s): 0.798878
CPU usage (%): 99.9438
Max. virtual memory (cumulated for all children) (KiB): 340488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.6606
system time used= 0.798878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95014
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= 10
involuntary context switches= 66

runsolver used 0.017997 second user time and 0.076988 second system time

The end

Launcher Data

Begin job on node1 at 2009-04-25 20:31:46
IDJOB=1723234
IDBENCH=71688
IDSOLVER=545
FILE ID=node1/1723234-1240684305
PBS_JOBID= 9186681
Free space on /tmp= 66316 MiB

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

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

MD5SUM BENCH= 7989bb134c6f50cb418407e85e733980
RANDOM SEED=1803578898

node1.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.259
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	: 5931.00
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.259
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:       1232864 kB
Buffers:         82016 kB
Cached:         642456 kB
SwapCached:          0 kB
Active:          89436 kB
Inactive:       648920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1232864 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           27748 kB
Writeback:           0 kB
Mapped:          23696 kB
Slab:            70720 kB
Committed_AS:   319728 kB
PageTables:       1436 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= 66312 MiB
End job on node1 at 2009-04-25 20:32:10