Trace number 1773809

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 773.518 773.816

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner064.cnf
MD5SUM1a0b22841159d2c84fdcb857229ffa08
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark155.002
Satisfiable
(Un)Satisfiability was proved
Number of variables24448
Number of clauses73151
Sum of the clauses size170683
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 248766
Number of clauses of size 324383
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.01/0.07	c ==============================================================================
0.01/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.07	c ==============================================================================
0.01/0.07	c |         0 |   73149   170681 |   21944       0        0     nan |  0.000 % |
0.59/0.63	c |         0 |   42312   121394 |      --       0       --      -- |     --   | -30835/-49282
0.59/0.63	c ==============================================================================
0.59/0.63	c Result  :   #vars: 9180   #clauses: 42312   #literals: 121394
0.59/0.63	c CPU time:   0.58791 s
0.59/0.63	c ==============================================================================
0.59/0.69	c Rsat version 3.02
0.68/0.72	c Base unit clause learned: 0
773.38/773.79	c CNF stats: (9180 vars, 42312 clauses)
773.38/773.79	c Decisions: 2165867
773.38/773.79	c Conflicts: 1210013
773.38/773.79	c Restarts: 14
773.38/773.79	c Avg lpc: 75.00
773.38/773.79	c Max decision level: 274
773.38/773.79	c KB reduction: 56 (1090860 clauses removed)
773.38/773.79	c Final decision lit size:9180 (100.00 %)
773.38/773.79	c Final stack/save sizes: 728(7.93 %)/11648(126.88 %)
773.38/773.79	c Final cdc size: 1600 (17.43 %)
773.38/773.79	c ***********************************************
773.38/773.79	c Conflicts with bac: 39180/1210013 (3.24 %)
773.38/773.79	c Avg bac size: 20.74
773.38/773.79	c Avg bac bt depth: 7.85 vs 1.48 (normal)
773.48/773.80	c Running time: 772.55555 seconds
773.48/773.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-1773809-1241334674/watcher-1773809-1241334674 -o /tmp/evaluation-result-1773809-1241334674/solver-1773809-1241334674 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773809-1241334674.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.99 0.98 0.99 3/64 3069
/proc/meminfo: memFree=1350552/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161501280 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3069/statm: 1339 239 199 169 0 50 0
[pid=3070] ppid=3069 vsize=2488 CPUtime=0
/proc/3070/stat : 3070 (SatElite) R 3069 3069 3002 0 -1 4194304 447 0 0 0 0 0 0 0 18 0 1 0 161501280 2547712 430 1992294400 4194304 4959918 548682068688 18446744073709551615 4237593 0 0 4096 3 0 0 0 17 1 0 0
/proc/3070/statm: 622 432 64 186 0 432 0

[startup+0.023432 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3069
/proc/meminfo: memFree=1350552/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161501280 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3069/statm: 1339 239 199 169 0 50 0
[pid=3070] ppid=3069 vsize=6752 CPUtime=0.01
/proc/3070/stat : 3070 (SatElite) R 3069 3069 3002 0 -1 4194304 1390 0 0 0 0 1 0 0 18 0 1 0 161501280 6914048 1373 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/3070/statm: 1721 1375 64 186 0 1531 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12108

[startup+0.101446 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3069
/proc/meminfo: memFree=1350552/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161501280 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3069/statm: 1339 239 199 169 0 50 0
[pid=3070] ppid=3069 vsize=19412 CPUtime=0.08
/proc/3070/stat : 3070 (SatElite) R 3069 3069 3002 0 -1 4194304 4490 0 0 0 6 2 0 0 18 0 1 0 161501280 19877888 4329 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/3070/statm: 4853 4329 92 186 0 4663 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24768

[startup+0.301483 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3069
/proc/meminfo: memFree=1350552/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161501280 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3069/statm: 1339 239 199 169 0 50 0
[pid=3070] ppid=3069 vsize=22156 CPUtime=0.29
/proc/3070/stat : 3070 (SatElite) R 3069 3069 3002 0 -1 4194304 5195 0 0 0 25 4 0 0 19 0 1 0 161501280 22687744 5034 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/3070/statm: 5539 5034 92 186 0 5349 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27512

[startup+0.701561 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 3069
/proc/meminfo: memFree=1350552/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 5356

[startup+1.5017 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1343112/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=7060 CPUtime=0.8
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 1349 0 0 0 80 0 0 0 24 0 1 0 161501349 7229440 1284 1992294400 4194304 5460562 548682068800 18446744073709551615 4200097 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 1765 1284 116 309 0 1452 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 12416

[startup+3.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1342280/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=8540 CPUtime=2.39
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 1699 0 0 0 239 0 0 0 25 0 1 0 161501349 8744960 1634 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 2135 1634 116 309 0 1822 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13896

[startup+6.30159 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1338696/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=10588 CPUtime=5.59
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 2401 0 0 0 558 1 0 0 25 0 1 0 161501349 10842112 2183 1992294400 4194304 5460562 548682068800 18446744073709551615 4198126 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 2647 2183 119 309 0 2334 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 15944

[startup+12.7018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1338184/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=11496 CPUtime=11.99
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 3360 0 0 0 1197 2 0 0 25 0 1 0 161501349 11771904 2368 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 2874 2368 119 309 0 2561 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 16852

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1337544/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=12180 CPUtime=24.78
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 5119 0 0 0 2476 2 0 0 25 0 1 0 161501349 12472320 2559 1992294400 4194304 5460562 548682068800 18446744073709551615 4198020 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 3045 2559 119 309 0 2732 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 17536

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1335496/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=14444 CPUtime=50.37
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 8515 0 0 0 5033 4 0 0 25 0 1 0 161501349 14790656 3037 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 3611 3037 119 309 0 3298 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 19800

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1331336/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=18352 CPUtime=101.55
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 14838 0 0 0 10147 8 0 0 25 0 1 0 161501349 18792448 4080 1992294400 4194304 5460562 548682068800 18446744073709551615 4225627 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 4588 4080 119 309 0 4275 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 23708

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1325256/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=24180 CPUtime=161.53
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 19223 0 0 0 16142 11 0 0 25 0 1 0 161501349 24760320 5585 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 6045 5585 119 309 0 5732 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 29536

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1322952/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=27284 CPUtime=221.5
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 24047 0 0 0 22137 13 0 0 25 0 1 0 161501349 27938816 6147 1992294400 4194304 5460562 548682068800 18446744073709551615 4198198 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 6821 6147 119 309 0 6508 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 32640

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1320520/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=29612 CPUtime=281.48
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 27639 0 0 0 28132 16 0 0 25 0 1 0 161501349 30322688 6763 1992294400 4194304 5460562 548682068800 18446744073709551615 4210622 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 7403 6763 119 309 0 7090 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 34968

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1315976/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=34020 CPUtime=341.46
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 30747 0 0 0 34128 18 0 0 25 0 1 0 161501349 34836480 7887 1992294400 4194304 5460562 548682068800 18446744073709551615 4802839 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 8505 7887 119 309 0 8192 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 39376

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1312264/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=37672 CPUtime=401.44
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 33666 0 0 0 40125 19 0 0 25 0 1 0 161501349 38576128 8822 1992294400 4194304 5460562 548682068800 18446744073709551615 4796932 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 9418 8822 119 309 0 9105 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 43028

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1309256/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=40508 CPUtime=461.42
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 36389 0 0 0 46121 21 0 0 25 0 1 0 161501349 41480192 9561 1992294400 4194304 5460562 548682068800 18446744073709551615 4816155 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 10127 9561 119 309 0 9814 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 45864

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1308552/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=41260 CPUtime=521.39
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 37598 0 0 0 52118 21 0 0 25 0 1 0 161501349 42250240 9762 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 10315 9762 119 309 0 10002 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 46616

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1306568/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=43272 CPUtime=581.37
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 39103 0 0 0 58115 22 0 0 25 0 1 0 161501349 44310528 10275 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 10818 10275 119 309 0 10505 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 48628

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1304776/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=45000 CPUtime=641.35
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 40540 0 0 0 64112 23 0 0 25 0 1 0 161501349 46080000 10720 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 11250 10720 119 309 0 10937 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 50356

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1303624/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=46172 CPUtime=701.33
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 41851 0 0 0 70109 24 0 0 25 0 1 0 161501349 47280128 11039 1992294400 4194304 5460562 548682068800 18446744073709551615 4227830 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 11543 11039 119 309 0 11230 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 51528

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1302216/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=47276 CPUtime=761.31
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 43136 0 0 0 76106 25 0 0 25 0 1 0 161501349 48410624 11332 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 11819 11332 119 309 0 11506 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 52632

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

[startup+767.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1302216/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=47276 CPUtime=766.9
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 43136 0 0 0 76665 25 0 0 25 0 1 0 161501349 48410624 11332 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 11819 11332 119 309 0 11506 0
Current children cumulated CPU time (s) 767.58
Current children cumulated vsize (KiB) 52632

[startup+771.106 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1302216/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=47276 CPUtime=770.11
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 43136 0 0 0 76986 25 0 0 25 0 1 0 161501349 48410624 11332 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 11819 11332 119 309 0 11506 0
Current children cumulated CPU time (s) 770.79
Current children cumulated vsize (KiB) 52632

[startup+772.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1302216/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=47276 CPUtime=771.7
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 43136 0 0 0 77145 25 0 0 25 0 1 0 161501349 48410624 11332 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 11819 11332 119 309 0 11506 0
Current children cumulated CPU time (s) 772.38
Current children cumulated vsize (KiB) 52632

[startup+773.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1302216/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=47276 CPUtime=772.5
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 43136 0 0 0 77225 25 0 0 25 0 1 0 161501349 48410624 11332 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 11819 11332 119 309 0 11506 0
Current children cumulated CPU time (s) 773.18
Current children cumulated vsize (KiB) 52632

[startup+773.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1302216/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=47276 CPUtime=772.7
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 43136 0 0 0 77245 25 0 0 25 0 1 0 161501349 48410624 11332 1992294400 4194304 5460562 548682068800 18446744073709551615 4214277 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 11819 11332 119 309 0 11506 0
Current children cumulated CPU time (s) 773.38
Current children cumulated vsize (KiB) 52632

[startup+773.802 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3072
/proc/meminfo: memFree=1302216/2055920 swapFree=4180196/4192956
[pid=3069] ppid=3067 vsize=5356 CPUtime=0.68
/proc/3069/stat : 3069 (rsat.sh) S 3067 3069 3002 0 -1 4194304 312 5565 0 0 0 0 63 5 16 0 1 0 161501280 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3069/statm: 1339 241 199 169 0 50 0
[pid=3072] ppid=3069 vsize=38708 CPUtime=772.8
/proc/3072/stat : 3072 (rsat) R 3069 3069 3002 0 -1 4194304 43137 0 0 0 77255 25 0 0 25 0 1 0 161501349 39636992 9216 1992294400 4194304 5460562 548682068800 18446744073709551615 5053658 0 0 4096 1026 0 0 0 17 1 0 0
/proc/3072/statm: 9677 9216 133 309 0 9364 0
Current children cumulated CPU time (s) 773.48
Current children cumulated vsize (KiB) 44064

Child status: 20
Real time (s): 773.816
CPU time (s): 773.518
CPU user time (s): 773.193
CPU system time (s): 0.32495
CPU usage (%): 99.9615
Max. virtual memory (cumulated for all children) (KiB): 56728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 773.193
system time used= 0.32495
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49172
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= 1636

runsolver used 0.875866 second user time and 1.9407 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-03 09:11:14
IDJOB=1773809
IDBENCH=70800
IDSOLVER=615
FILE ID=node7/1773809-1241334674
PBS_JOBID= 9225427
Free space on /tmp= 66560 MiB

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

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

MD5SUM BENCH= 1a0b22841159d2c84fdcb857229ffa08
RANDOM SEED=1122371417

node7.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.256
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.256
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:       1351032 kB
Buffers:         87400 kB
Cached:         515708 kB
SwapCached:       7192 kB
Active:         161076 kB
Inactive:       450484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1351032 kB
SwapTotal:     4192956 kB
SwapFree:      4180196 kB
Dirty:            6920 kB
Writeback:           0 kB
Mapped:          13468 kB
Slab:            79292 kB
Committed_AS:  1033652 kB
PageTables:       1444 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= 66556 MiB
End job on node7 at 2009-05-03 09:24:08