Trace number 1724118

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 408.522 408.706

General information on the benchmark

Nameschup-l2s-guid-1-k56.cnf
MD5SUM8945850ff5a1fb30f0867a5172da0b2e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark180.534
Satisfiable
(Un)Satisfiability was proved
Number of variables98746
Number of clauses307346
Sum of the clauses size757661
Maximum clause length57
Minimum clause length1
Number of clauses of size 172
Number of clauses of size 2178795
Number of clauses of size 3120630
Number of clauses of size 44935
Number of clauses of size 52464
Number of clauses of size over 5450

Solver Data

0.00/0.00	c Parsing...
0.18/0.29	c ==============================================================================
0.18/0.29	c |           |     ORIGINAL     |              LEARNT              |          |
0.18/0.29	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.18/0.29	c ==============================================================================
0.18/0.29	c |         0 |  306443   755159 |   91932       0        0     nan |  0.000 % |
2.19/2.25	c |         0 |  153826   494818 |      --       0       --      -- |     --   | -150413/-254976
2.19/2.25	c ==============================================================================
2.19/2.25	c Result  :   #vars: 31651   #clauses: 153826   #literals: 494818
2.19/2.25	c CPU time:   2.12468 s
2.19/2.25	c ==============================================================================
2.38/2.47	c Rsat version 3.02
2.46/2.59	c Base unit clause learned: 0
408.39/408.65	c CNF stats: (31651 vars, 153826 clauses)
408.39/408.65	c Decisions: 911370
408.39/408.65	c Conflicts: 242501
408.39/408.65	c Restarts: 61
408.39/408.65	c Avg lpc: 35.54
408.39/408.65	c Max decision level: 2906
408.39/408.65	c KB reduction: 12 (161666 clauses removed)
408.39/408.65	c Final decision lit size:31651 (100.00 %)
408.39/408.65	c Final stack/save sizes: 632(2.00 %)/2528(7.99 %)
408.39/408.65	c Final cdc size: 1264 (3.99 %)
408.39/408.65	c ***********************************************
408.39/408.65	c Conflicts with bac: 13008/242501 (5.36 %)
408.39/408.65	c Avg bac size: 12.43
408.39/408.65	c Avg bac bt depth: 16.84 vs 2.98 (normal)
408.39/408.69	c Running time: 405.92529 seconds
408.39/408.69	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-1724118-1240692574/watcher-1724118-1240692574 -o /tmp/evaluation-result-1724118-1240692574/solver-1724118-1240692574 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1724118-1240692574.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.92 0.98 1.18 3/64 20897
/proc/meminfo: memFree=1566720/2055920 swapFree=4192812/4192956
[pid=20897] ppid=20895 vsize=5356 CPUtime=0
/proc/20897/stat : 20897 (rsat.sh) S 20895 20897 20860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 97291123 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20897/statm: 1339 239 199 169 0 50 0
[pid=20898] ppid=20897 vsize=1384 CPUtime=0
/proc/20898/stat : 20898 (SatElite) R 20897 20897 20860 0 -1 4194304 194 0 0 0 0 0 0 0 19 0 1 0 97291123 1417216 177 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/20898/statm: 346 179 65 186 0 156 0

[startup+0.017515 s]
/proc/loadavg: 0.92 0.98 1.18 3/64 20897
/proc/meminfo: memFree=1566720/2055920 swapFree=4192812/4192956
[pid=20897] ppid=20895 vsize=5356 CPUtime=0
/proc/20897/stat : 20897 (rsat.sh) S 20895 20897 20860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 97291123 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20897/statm: 1339 239 199 169 0 50 0
[pid=20898] ppid=20897 vsize=4552 CPUtime=0
/proc/20898/stat : 20898 (SatElite) R 20897 20897 20860 0 -1 4194304 945 0 0 0 0 0 0 0 19 0 1 0 97291123 4661248 928 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/20898/statm: 1138 929 65 186 0 948 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9908

[startup+0.102533 s]
/proc/loadavg: 0.92 0.98 1.18 3/64 20897
/proc/meminfo: memFree=1566720/2055920 swapFree=4192812/4192956
[pid=20897] ppid=20895 vsize=5356 CPUtime=0
/proc/20897/stat : 20897 (rsat.sh) S 20895 20897 20860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 97291123 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20897/statm: 1339 239 199 169 0 50 0
[pid=20898] ppid=20897 vsize=26312 CPUtime=0.09
/proc/20898/stat : 20898 (SatElite) R 20897 20897 20860 0 -1 4194304 5817 0 0 0 6 3 0 0 19 0 1 0 97291123 26943488 5800 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/20898/statm: 6578 5802 65 186 0 6388 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31668

[startup+0.302575 s]
/proc/loadavg: 0.92 0.98 1.18 3/64 20897
/proc/meminfo: memFree=1566720/2055920 swapFree=4192812/4192956
[pid=20897] ppid=20895 vsize=5356 CPUtime=0
/proc/20897/stat : 20897 (rsat.sh) S 20895 20897 20860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 97291123 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20897/statm: 1339 239 199 169 0 50 0
[pid=20898] ppid=20897 vsize=72944 CPUtime=0.29
/proc/20898/stat : 20898 (SatElite) R 20897 20897 20860 0 -1 4194304 16082 0 0 0 21 8 0 0 20 0 1 0 97291123 74694656 16060 1992294400 4194304 4959918 548682068688 18446744073709551615 4293637 0 0 4096 3 0 0 0 17 1 0 0
/proc/20898/statm: 18236 16065 89 186 0 18046 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78300

[startup+0.70166 s]
/proc/loadavg: 0.92 0.98 1.18 3/64 20897
/proc/meminfo: memFree=1566720/2055920 swapFree=4192812/4192956
[pid=20897] ppid=20895 vsize=5356 CPUtime=0
/proc/20897/stat : 20897 (rsat.sh) S 20895 20897 20860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 97291123 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20897/statm: 1339 239 199 169 0 50 0
[pid=20898] ppid=20897 vsize=79008 CPUtime=0.69
/proc/20898/stat : 20898 (SatElite) R 20897 20897 20860 0 -1 4194304 18643 0 0 0 59 10 0 0 24 0 1 0 97291123 80904192 18004 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/20898/statm: 19752 18004 92 186 0 19562 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84364

[startup+1.50183 s]
/proc/loadavg: 0.93 0.98 1.18 2/66 20899
/proc/meminfo: memFree=1487088/2055920 swapFree=4192812/4192956
[pid=20897] ppid=20895 vsize=5356 CPUtime=0
/proc/20897/stat : 20897 (rsat.sh) S 20895 20897 20860 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 97291123 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20897/statm: 1339 239 199 169 0 50 0
[pid=20898] ppid=20897 vsize=83140 CPUtime=1.48
/proc/20898/stat : 20898 (SatElite) R 20897 20897 20860 0 -1 4194304 19526 0 0 0 137 11 0 0 25 0 1 0 97291123 85135360 18887 1992294400 4194304 4959918 548682068688 18446744073709551615 4412118 0 0 4096 3 0 0 0 17 1 0 0
/proc/20898/statm: 20785 18887 92 186 0 20595 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 88496

[startup+3.10118 s]
/proc/loadavg: 0.93 0.98 1.18 2/66 20899
/proc/meminfo: memFree=1480944/2055920 swapFree=4192812/4192956
[pid=20897] ppid=20895 vsize=5356 CPUtime=2.46
/proc/20897/stat : 20897 (rsat.sh) S 20895 20897 20860 0 -1 4194304 312 21125 0 0 0 0 231 15 19 0 1 0 97291123 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20897/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 5356
heavy processes:

[startup+6.30186 s]
/proc/loadavg: 0.93 0.98 1.18 2/66 20900
/proc/meminfo: memFree=1541048/2055920 swapFree=4192812/4192956
[pid=20897] ppid=20895 vsize=5356 CPUtime=2.46
/proc/20897/stat : 20897 (rsat.sh) S 20895 20897 20860 0 -1 4194304 312 21125 0 0 0 0 231 15 19 0 1 0 97291123 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20897/statm: 1339 241 199 169 0 50 0
[pid=20900] ppid=20897 vsize=18508 CPUtime=3.81
/proc/20900/stat : 20900 (rsat) R 20897 20897 20860 0 -1 4194304 4268 0 0 0 378 3 0 0 25 0 1 0 97291370 18952192 3990 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20900/statm: 4627 3990 116 309 0 4314 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 23864

[startup+12.7012 s]
/proc/loadavg: 0.94 0.98 1.17 2/66 20900
/proc/meminfo: memFree=1539896/2055920 swapFree=4192812/4192956
[pid=20897] ppid=20895 vsize=5356 CPUtime=2.46
/proc/20897/stat : 20897 (rsat.sh) S 20895 20897 20860 0 -1 4194304 312 21125 0 0 0 0 231 15 19 0 1 0 97291123 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20897/statm: 1339 241 199 169 0 50 0
[pid=20900] ppid=20897 vsize=19712 CPUtime=10.21
/proc/20900/stat : 20900 (rsat) R 20897 20897 20860 0 -1 4194304 4603 0 0 0 1018 3 0 0 25 0 1 0 97291370 20185088 4322 1992294400 4194304 5460562 548682068800 18446744073709551615 4198217 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20900/statm: 4928 4322 118 309 0 4615 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 25068

[startup+25.503 s]
/proc/loadavg: 0.95 0.98 1.17 2/66 20900
/proc/meminfo: memFree=1537464/2055920 swapFree=4192812/4192956
[pid=20897] ppid=20895 vsize=5356 CPUtime=2.46
/proc/20897/stat : 20897 (rsat.sh) S 20895 20897 20860 0 -1 4194304 312 21125 0 0 0 0 231 15 19 0 1 0 97291123 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20897/statm: 1339 241 199 169 0 50 0
[pid=20900] ppid=20897 vsize=22364 CPUtime=23
/proc/20900/stat : 20900 (rsat) R 20897 20897 20860 0 -1 4194304 5299 0 0 0 2297 3 0 0 25 0 1 0 97291370 22900736 4983 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20900/statm: 5591 4983 118 309 0 5278 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 27720

[startup+51.1025 s]
/proc/loadavg: 0.96 0.98 1.17 2/66 20900
/proc/meminfo: memFree=1533880/2055920 swapFree=4192812/4192956
[pid=20897] ppid=20895 vsize=5356 CPUtime=2.46
/proc/20897/stat : 20897 (rsat.sh) S 20895 20897 20860 0 -1 4194304 312 21125 0 0 0 0 231 15 19 0 1 0 97291123 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20897/statm: 1339 241 199 169 0 50 0
[pid=20900] ppid=20897 vsize=26076 CPUtime=48.57
/proc/20900/stat : 20900 (rsat) R 20897 20897 20860 0 -1 4194304 6802 0 0 0 4853 4 0 0 25 0 1 0 97291370 26701824 5835 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20900/statm: 6519 5835 118 309 0 6206 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 31432

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 1.16 2/66 20900
/proc/meminfo: memFree=1531064/2055920 swapFree=4192812/4192956
[pid=20897] ppid=20895 vsize=5356 CPUtime=2.46
/proc/20897/stat : 20897 (rsat.sh) S 20895 20897 20860 0 -1 4194304 312 21125 0 0 0 0 231 15 19 0 1 0 97291123 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20897/statm: 1339 241 199 169 0 50 0
[pid=20900] ppid=20897 vsize=28564 CPUtime=99.76
/proc/20900/stat : 20900 (rsat) R 20897 20897 20860 0 -1 4194304 8927 0 0 0 9971 5 0 0 25 0 1 0 97291370 29249536 6520 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20900/statm: 7141 6520 118 309 0 6828 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 33920

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.14 2/66 20900
/proc/meminfo: memFree=1529976/2055920 swapFree=4192812/4192956
[pid=20897] ppid=20895 vsize=5356 CPUtime=2.46
/proc/20897/stat : 20897 (rsat.sh) S 20895 20897 20860 0 -1 4194304 312 21125 0 0 0 0 231 15 19 0 1 0 97291123 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20897/statm: 1339 241 199 169 0 50 0
[pid=20900] ppid=20897 vsize=29548 CPUtime=159.73
/proc/20900/stat : 20900 (rsat) R 20897 20897 20860 0 -1 4194304 10152 0 0 0 15967 6 0 0 25 0 1 0 97291370 30257152 6784 1992294400 4194304 5460562 548682068800 18446744073709551615 4226952 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20900/statm: 7387 6784 118 309 0 7074 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 34904

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.13 2/66 20900
/proc/meminfo: memFree=1528888/2055920 swapFree=4192812/4192956
[pid=20897] ppid=20895 vsize=5356 CPUtime=2.46
/proc/20897/stat : 20897 (rsat.sh) S 20895 20897 20860 0 -1 4194304 312 21125 0 0 0 0 231 15 19 0 1 0 97291123 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20897/statm: 1339 241 199 169 0 50 0
[pid=20900] ppid=20897 vsize=31584 CPUtime=219.71
/proc/20900/stat : 20900 (rsat) R 20897 20897 20860 0 -1 4194304 12704 0 0 0 21964 7 0 0 25 0 1 0 97291370 32342016 7055 1992294400 4194304 5460562 548682068800 18446744073709551615 4227747 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20900/statm: 7896 7055 118 309 0 7583 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 36940

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.12 2/66 20900
/proc/meminfo: memFree=1527544/2055920 swapFree=4192812/4192956
[pid=20897] ppid=20895 vsize=5356 CPUtime=2.46
/proc/20897/stat : 20897 (rsat.sh) S 20895 20897 20860 0 -1 4194304 312 21125 0 0 0 0 231 15 19 0 1 0 97291123 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20897/statm: 1339 241 199 169 0 50 0
[pid=20900] ppid=20897 vsize=32724 CPUtime=279.69
/proc/20900/stat : 20900 (rsat) R 20897 20897 20860 0 -1 4194304 14998 0 0 0 27960 9 0 0 25 0 1 0 97291370 33509376 7364 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20900/statm: 8181 7364 118 309 0 7868 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 38080

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.11 2/66 20900
/proc/meminfo: memFree=1526904/2055920 swapFree=4192812/4192956
[pid=20897] ppid=20895 vsize=5356 CPUtime=2.46
/proc/20897/stat : 20897 (rsat.sh) S 20895 20897 20860 0 -1 4194304 312 21125 0 0 0 0 231 15 19 0 1 0 97291123 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20897/statm: 1339 241 199 169 0 50 0
[pid=20900] ppid=20897 vsize=33268 CPUtime=339.66
/proc/20900/stat : 20900 (rsat) R 20897 20897 20860 0 -1 4194304 16136 0 0 0 33957 9 0 0 25 0 1 0 97291370 34066432 7510 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20900/statm: 8317 7510 118 309 0 8004 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 38624

[startup+402.302 s]
/proc/loadavg: 1.09 1.01 1.11 2/66 20900
/proc/meminfo: memFree=1526072/2055920 swapFree=4192812/4192956
[pid=20897] ppid=20895 vsize=5356 CPUtime=2.46
/proc/20897/stat : 20897 (rsat.sh) S 20895 20897 20860 0 -1 4194304 312 21125 0 0 0 0 231 15 19 0 1 0 97291123 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20897/statm: 1339 241 199 169 0 50 0
[pid=20900] ppid=20897 vsize=34028 CPUtime=399.64
/proc/20900/stat : 20900 (rsat) R 20897 20897 20860 0 -1 4194304 17328 0 0 0 39954 10 0 0 25 0 1 0 97291370 34844672 7710 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20900/statm: 8507 7710 118 309 0 8194 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 39384

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

[startup+403.102 s]
/proc/loadavg: 1.09 1.01 1.11 2/66 20900
/proc/meminfo: memFree=1526072/2055920 swapFree=4192812/4192956
[pid=20897] ppid=20895 vsize=5356 CPUtime=2.46
/proc/20897/stat : 20897 (rsat.sh) S 20895 20897 20860 0 -1 4194304 312 21125 0 0 0 0 231 15 19 0 1 0 97291123 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20897/statm: 1339 241 199 169 0 50 0
[pid=20900] ppid=20897 vsize=34028 CPUtime=400.44
/proc/20900/stat : 20900 (rsat) R 20897 20897 20860 0 -1 4194304 17328 0 0 0 40034 10 0 0 25 0 1 0 97291370 34844672 7710 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20900/statm: 8507 7710 118 309 0 8194 0
Current children cumulated CPU time (s) 402.9
Current children cumulated vsize (KiB) 39384

[startup+406.303 s]
/proc/loadavg: 1.08 1.01 1.11 2/66 20900
/proc/meminfo: memFree=1526072/2055920 swapFree=4192812/4192956
[pid=20897] ppid=20895 vsize=5356 CPUtime=2.46
/proc/20897/stat : 20897 (rsat.sh) S 20895 20897 20860 0 -1 4194304 312 21125 0 0 0 0 231 15 19 0 1 0 97291123 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20897/statm: 1339 241 199 169 0 50 0
[pid=20900] ppid=20897 vsize=34028 CPUtime=403.64
/proc/20900/stat : 20900 (rsat) R 20897 20897 20860 0 -1 4194304 17328 0 0 0 40354 10 0 0 25 0 1 0 97291370 34844672 7710 1992294400 4194304 5460562 548682068800 18446744073709551615 4198174 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20900/statm: 8507 7710 118 309 0 8194 0
Current children cumulated CPU time (s) 406.1
Current children cumulated vsize (KiB) 39384

[startup+407.902 s]
/proc/loadavg: 1.08 1.01 1.11 2/66 20900
/proc/meminfo: memFree=1526072/2055920 swapFree=4192812/4192956
[pid=20897] ppid=20895 vsize=5356 CPUtime=2.46
/proc/20897/stat : 20897 (rsat.sh) S 20895 20897 20860 0 -1 4194304 312 21125 0 0 0 0 231 15 19 0 1 0 97291123 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20897/statm: 1339 241 199 169 0 50 0
[pid=20900] ppid=20897 vsize=33632 CPUtime=405.23
/proc/20900/stat : 20900 (rsat) R 20897 20897 20860 0 -1 4194304 17329 0 0 0 40513 10 0 0 25 0 1 0 97291370 34439168 7612 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20900/statm: 8408 7612 119 309 0 8095 0
Current children cumulated CPU time (s) 407.69
Current children cumulated vsize (KiB) 38988

[startup+408.301 s]
/proc/loadavg: 1.08 1.01 1.11 2/66 20900
/proc/meminfo: memFree=1526456/2055920 swapFree=4192812/4192956
[pid=20897] ppid=20895 vsize=5356 CPUtime=2.46
/proc/20897/stat : 20897 (rsat.sh) S 20895 20897 20860 0 -1 4194304 312 21125 0 0 0 0 231 15 19 0 1 0 97291123 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20897/statm: 1339 241 199 169 0 50 0
[pid=20900] ppid=20897 vsize=33632 CPUtime=405.63
/proc/20900/stat : 20900 (rsat) R 20897 20897 20860 0 -1 4194304 17329 0 0 0 40553 10 0 0 25 0 1 0 97291370 34439168 7612 1992294400 4194304 5460562 548682068800 18446744073709551615 4225773 0 0 4096 1026 0 0 0 17 1 0 0
/proc/20900/statm: 8408 7612 119 309 0 8095 0
Current children cumulated CPU time (s) 408.09
Current children cumulated vsize (KiB) 38988

[startup+408.701 s]
/proc/loadavg: 1.08 1.01 1.11 2/66 20900
/proc/meminfo: memFree=1526456/2055920 swapFree=4192812/4192956
[pid=20897] ppid=20895 vsize=5360 CPUtime=408.5
/proc/20897/stat : 20897 (rsat.sh) S 20895 20897 20860 0 -1 4194304 340 38458 0 0 0 0 40824 26 18 0 1 0 97291123 5488640 244 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20897/statm: 1340 244 200 169 0 51 0
Current children cumulated CPU time (s) 408.5
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 408.706
CPU time (s): 408.522
CPU user time (s): 408.244
CPU system time (s): 0.277957
CPU usage (%): 99.955
Max. virtual memory (cumulated for all children) (KiB): 92412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 408.244
system time used= 0.277957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38925
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= 38
involuntary context switches= 518

runsolver used 0.45693 second user time and 1.04184 second system time

The end

Launcher Data

Begin job on node10 at 2009-04-25 22:49:35
IDJOB=1724118
IDBENCH=71751
IDSOLVER=545
FILE ID=node10/1724118-1240692574
PBS_JOBID= 9186759
Free space on /tmp= 66336 MiB

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

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

MD5SUM BENCH= 8945850ff5a1fb30f0867a5172da0b2e
RANDOM SEED=1689005213

node10.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.263
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.263
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:       1567136 kB
Buffers:         38368 kB
Cached:         373780 kB
SwapCached:          0 kB
Active:         161172 kB
Inactive:       264840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1567136 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11308 kB
Writeback:           0 kB
Mapped:          23564 kB
Slab:            48872 kB
Committed_AS:   351360 kB
PageTables:       1372 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= 66328 MiB
End job on node10 at 2009-04-25 22:56:24