Trace number 1773709

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 6398.19 6399.82

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl032.cnf
MD5SUM5bb6e70c95bda454f634cd586084908b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark991.95
Satisfiable
(Un)Satisfiability was proved
Number of variables18607
Number of clauses55724
Sum of the clauses size130020
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 237148
Number of clauses of size 318574
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.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |   55722   130018 |   16716       0        0     nan |  0.000 % |
0.29/0.37	c |         0 |   34365   106362 |      --       0       --      -- |     --   | -21355/-23651
0.29/0.37	c ==============================================================================
0.29/0.37	c Result  :   #vars: 6781   #clauses: 34365   #literals: 106362
0.29/0.37	c CPU time:   0.354946 s
0.29/0.37	c ==============================================================================
0.38/0.42	c Rsat version 3.02
0.38/0.44	c Base unit clause learned: 0
6398.07/6399.78	c CNF stats: (6781 vars, 34365 clauses)
6398.07/6399.78	c Decisions: 6770061
6398.07/6399.78	c Conflicts: 3751595
6398.07/6399.78	c Restarts: 29
6398.07/6399.78	c Avg lpc: 64.12
6398.07/6399.78	c Max decision level: 314
6398.07/6399.78	c KB reduction: 79 (3510016 clauses removed)
6398.07/6399.78	c Final decision lit size:6781 (100.00 %)
6398.07/6399.78	c Final stack/save sizes: 536(7.90 %)/4288(63.24 %)
6398.07/6399.78	c Final cdc size: 3200 (47.19 %)
6398.07/6399.78	c ***********************************************
6398.07/6399.78	c Conflicts with bac: 103012/3751595 (2.75 %)
6398.07/6399.78	c Avg bac size: 26.30
6398.07/6399.78	c Avg bac bt depth: 7.22 vs 1.47 (normal)
6398.07/6399.79	c Running time: 6397.19048 seconds
6398.17/6399.80	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-1773709-1241334472/watcher-1773709-1241334472 -o /tmp/evaluation-result-1773709-1241334472/solver-1773709-1241334472 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773709-1241334472.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25995
/proc/meminfo: memFree=1861112/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161479840 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 239 199 169 0 50 0
[pid=25996] ppid=25995 vsize=1384 CPUtime=0
/proc/25996/stat : 25996 (SatElite) R 25995 25995 25958 0 -1 4194304 189 0 0 0 0 0 0 0 20 0 1 0 161479840 1417216 172 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/25996/statm: 346 174 64 186 0 156 0

[startup+0.0676131 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25995
/proc/meminfo: memFree=1861112/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161479840 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 239 199 169 0 50 0
[pid=25996] ppid=25995 vsize=15824 CPUtime=0.06
/proc/25996/stat : 25996 (SatElite) R 25995 25995 25958 0 -1 4194304 3501 0 0 0 5 1 0 0 20 0 1 0 161479840 16203776 3374 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/25996/statm: 3956 3374 92 186 0 3766 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 21180

[startup+0.101615 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25995
/proc/meminfo: memFree=1861112/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161479840 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 239 199 169 0 50 0
[pid=25996] ppid=25995 vsize=15824 CPUtime=0.09
/proc/25996/stat : 25996 (SatElite) R 25995 25995 25958 0 -1 4194304 3533 0 0 0 8 1 0 0 20 0 1 0 161479840 16203776 3406 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/25996/statm: 3956 3406 92 186 0 3766 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21180

[startup+0.301629 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25995
/proc/meminfo: memFree=1861112/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161479840 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 239 199 169 0 50 0
[pid=25996] ppid=25995 vsize=18232 CPUtime=0.29
/proc/25996/stat : 25996 (SatElite) R 25995 25995 25958 0 -1 4194304 4118 0 0 0 28 1 0 0 21 0 1 0 161479840 18669568 3991 1992294400 4194304 4959918 548682068688 18446744073709551615 4241674 0 0 4096 3 0 0 0 17 1 0 0
/proc/25996/statm: 4558 3991 92 186 0 4368 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23588

[startup+0.701668 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25995
/proc/meminfo: memFree=1861112/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 5356

[startup+1.50172 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 25998
/proc/meminfo: memFree=1854888/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=6592 CPUtime=1.07
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 1217 0 0 0 107 0 0 0 25 0 1 0 161479882 6750208 1179 1992294400 4194304 5460562 548682068800 18446744073709551615 4198020 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 1648 1179 116 309 0 1335 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 11948

[startup+3.10184 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 25998
/proc/meminfo: memFree=1854056/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=7632 CPUtime=2.67
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 1467 0 0 0 267 0 0 0 25 0 1 0 161479882 7815168 1429 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 1908 1429 116 309 0 1595 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12988

[startup+6.30107 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 25998
/proc/meminfo: memFree=1851696/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=9456 CPUtime=5.87
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 2046 0 0 0 586 1 0 0 25 0 1 0 161479882 9682944 1876 1992294400 4194304 5460562 548682068800 18446744073709551615 4802098 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 2364 1876 118 309 0 2051 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14812

[startup+12.7025 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 25998
/proc/meminfo: memFree=1851120/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=9720 CPUtime=12.27
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 2325 0 0 0 1226 1 0 0 25 0 1 0 161479882 9953280 1963 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 2430 1963 118 309 0 2117 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15076

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 25998
/proc/meminfo: memFree=1850736/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=10192 CPUtime=25.06
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 2741 0 0 0 2505 1 0 0 25 0 1 0 161479882 10436608 2091 1992294400 4194304 5460562 548682068800 18446744073709551615 4200062 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 2548 2091 118 309 0 2235 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 15548

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 25998
/proc/meminfo: memFree=1850032/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=11500 CPUtime=50.65
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 4566 0 0 0 5063 2 0 0 25 0 1 0 161479882 11776000 2374 1992294400 4194304 5460562 548682068800 18446744073709551615 4198126 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 2875 2374 118 309 0 2562 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 16856

[startup+102.305 s]
/proc/loadavg: 1.05 1.00 1.00 2/66 25998
/proc/meminfo: memFree=1848304/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=12648 CPUtime=101.84
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 6897 0 0 0 10180 4 0 0 25 0 1 0 161479882 12951552 2689 1992294400 4194304 5460562 548682068800 18446744073709551615 4198198 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 3162 2689 118 309 0 2849 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 18004

[startup+162.301 s]
/proc/loadavg: 1.07 1.01 1.00 2/66 25998
/proc/meminfo: memFree=1845936/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=15352 CPUtime=161.83
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 9979 0 0 0 16177 6 0 0 25 0 1 0 161479882 15720448 3269 1992294400 4194304 5460562 548682068800 18446744073709551615 4226276 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 3838 3269 118 309 0 3525 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 20708

[startup+222.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 25998
/proc/meminfo: memFree=1843440/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=17784 CPUtime=221.81
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 13015 0 0 0 22174 7 0 0 25 0 1 0 161479882 18210816 3905 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 4446 3905 118 309 0 4133 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 23140

[startup+282.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 25998
/proc/meminfo: memFree=1841200/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=19908 CPUtime=281.79
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 15496 0 0 0 28171 8 0 0 25 0 1 0 161479882 20385792 4466 1992294400 4194304 5460562 548682068800 18446744073709551615 4226304 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 4977 4466 118 309 0 4664 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 25264

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25998
/proc/meminfo: memFree=1839280/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=21640 CPUtime=341.78
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 17395 0 0 0 34168 10 0 0 25 0 1 0 161479882 22159360 4925 1992294400 4194304 5460562 548682068800 18446744073709551615 4225790 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 5410 4925 118 309 0 5097 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 26996

[startup+402.301 s]

################
# More data... #
################


[startup+6162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26008
/proc/meminfo: memFree=1777072/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=82216 CPUtime=6160.31
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 86094 0 0 0 615976 55 0 0 25 0 1 0 161479882 84189184 19724 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 20554 19724 118 309 0 20241 0
Current children cumulated CPU time (s) 6160.72
Current children cumulated vsize (KiB) 87572

[startup+6222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26008
/proc/meminfo: memFree=1777008/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=82216 CPUtime=6220.29
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 86094 0 0 0 621974 55 0 0 25 0 1 0 161479882 84189184 19724 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 20554 19724 118 309 0 20241 0
Current children cumulated CPU time (s) 6220.7
Current children cumulated vsize (KiB) 87572

[startup+6282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26008
/proc/meminfo: memFree=1776688/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=82216 CPUtime=6280.27
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 86172 0 0 0 627972 55 0 0 25 0 1 0 161479882 84189184 19802 1992294400 4194304 5460562 548682068800 18446744073709551615 4201897 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 20554 19802 118 309 0 20241 0
Current children cumulated CPU time (s) 6280.68
Current children cumulated vsize (KiB) 87572

[startup+6342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26008
/proc/meminfo: memFree=1776368/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=82216 CPUtime=6340.27
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 86232 0 0 0 633971 56 0 0 25 0 1 0 161479882 84189184 19862 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 20554 19862 118 309 0 20241 0
Current children cumulated CPU time (s) 6340.68
Current children cumulated vsize (KiB) 87572

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

[startup+6348.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26008
/proc/meminfo: memFree=1776368/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=82216 CPUtime=6346.66
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 86232 0 0 0 634610 56 0 0 25 0 1 0 161479882 84189184 19862 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 20554 19862 118 309 0 20241 0
Current children cumulated CPU time (s) 6347.07
Current children cumulated vsize (KiB) 87572

[startup+6374.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26008
/proc/meminfo: memFree=1776368/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=82216 CPUtime=6372.26
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 86232 0 0 0 637170 56 0 0 25 0 1 0 161479882 84189184 19862 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 20554 19862 118 309 0 20241 0
Current children cumulated CPU time (s) 6372.67
Current children cumulated vsize (KiB) 87572

[startup+6387.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26008
/proc/meminfo: memFree=1776112/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=82216 CPUtime=6385.06
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 86290 0 0 0 638450 56 0 0 25 0 1 0 161479882 84189184 19920 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 20554 19920 118 309 0 20241 0
Current children cumulated CPU time (s) 6385.47
Current children cumulated vsize (KiB) 87572

[startup+6393.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26008
/proc/meminfo: memFree=1776112/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=82216 CPUtime=6391.45
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 86290 0 0 0 639089 56 0 0 25 0 1 0 161479882 84189184 19920 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 20554 19920 118 309 0 20241 0
Current children cumulated CPU time (s) 6391.86
Current children cumulated vsize (KiB) 87572

[startup+6396.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26008
/proc/meminfo: memFree=1776112/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=82216 CPUtime=6394.65
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 86290 0 0 0 639409 56 0 0 25 0 1 0 161479882 84189184 19920 1992294400 4194304 5460562 548682068800 18446744073709551615 4211508 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 20554 19920 118 309 0 20241 0
Current children cumulated CPU time (s) 6395.06
Current children cumulated vsize (KiB) 87572

[startup+6398.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26008
/proc/meminfo: memFree=1776112/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=82216 CPUtime=6396.25
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 86290 0 0 0 639569 56 0 0 25 0 1 0 161479882 84189184 19920 1992294400 4194304 5460562 548682068800 18446744073709551615 4211518 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 20554 19920 118 309 0 20241 0
Current children cumulated CPU time (s) 6396.66
Current children cumulated vsize (KiB) 87572

[startup+6399.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26008
/proc/meminfo: memFree=1776112/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=82216 CPUtime=6397.05
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 86290 0 0 0 639649 56 0 0 25 0 1 0 161479882 84189184 19920 1992294400 4194304 5460562 548682068800 18446744073709551615 4211545 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 20554 19920 118 309 0 20241 0
Current children cumulated CPU time (s) 6397.46
Current children cumulated vsize (KiB) 87572

[startup+6399.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26008
/proc/meminfo: memFree=1776112/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=82216 CPUtime=6397.45
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 86290 0 0 0 639689 56 0 0 25 0 1 0 161479882 84189184 19920 1992294400 4194304 5460562 548682068800 18446744073709551615 4211545 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 20554 19920 118 309 0 20241 0
Current children cumulated CPU time (s) 6397.86
Current children cumulated vsize (KiB) 87572

[startup+6399.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26008
/proc/meminfo: memFree=1776112/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=82216 CPUtime=6397.66
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194304 86290 0 0 0 639710 56 0 0 25 0 1 0 161479882 84189184 19920 1992294400 4194304 5460562 548682068800 18446744073709551615 4211545 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 20554 19920 118 309 0 20241 0
Current children cumulated CPU time (s) 6398.07
Current children cumulated vsize (KiB) 87572

[startup+6399.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26008
/proc/meminfo: memFree=1776112/2055920 swapFree=4181112/4192956
[pid=25995] ppid=25993 vsize=5356 CPUtime=0.41
/proc/25995/stat : 25995 (rsat.sh) S 25993 25995 25958 0 -1 4194304 312 4406 0 0 0 0 39 2 15 0 1 0 161479840 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25995/statm: 1339 241 199 169 0 50 0
[pid=25998] ppid=25995 vsize=0 CPUtime=6397.76
/proc/25998/stat : 25998 (rsat) R 25995 25995 25958 0 -1 4194308 86294 0 0 0 639719 57 0 0 25 0 1 0 161479882 0 0 1992294400 0 0 0 0 0 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25998/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 6398.17
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 6399.82
CPU time (s): 6398.19
CPU user time (s): 6397.59
CPU system time (s): 0.601908
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 95508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6397.59
system time used= 0.601908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91167
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= 39
involuntary context switches= 16575

runsolver used 7.50586 second user time and 15.6326 second system time

The end

Launcher Data

Begin job on node34 at 2009-05-03 09:07:52
IDJOB=1773709
IDBENCH=70780
IDSOLVER=615
FILE ID=node34/1773709-1241334472
PBS_JOBID= 9225434
Free space on /tmp= 66496 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl032.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773709-1241334472/watcher-1773709-1241334472 -o /tmp/evaluation-result-1773709-1241334472/solver-1773709-1241334472 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1773709-1241334472.cnf HOME

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

MD5SUM BENCH= 5bb6e70c95bda454f634cd586084908b
RANDOM SEED=314852122

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:       1861720 kB
Buffers:         20448 kB
Cached:         114456 kB
SwapCached:       5720 kB
Active:          16704 kB
Inactive:       126068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861720 kB
SwapTotal:     4192956 kB
SwapFree:      4181112 kB
Dirty:            6808 kB
Writeback:           0 kB
Mapped:          13416 kB
Slab:            37476 kB
Committed_AS:   714808 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= 66492 MiB
End job on node34 at 2009-05-03 10:54:32