Trace number 1773799

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 596.394 596.575

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxxororand/maxxororand032.cnf
MD5SUMfc00df719c8630009723cd295f7c0c3b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark596.394
Satisfiable
(Un)Satisfiability was proved
Number of variables23696
Number of clauses70703
Sum of the clauses size164971
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 247134
Number of clauses of size 323567
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.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |   70701   164969 |   21210       0        0     nan |  0.000 % |
0.48/0.55	c |         0 |   35182   121457 |      --       0       --      -- |     --   | -35497/-43459
0.48/0.55	c ==============================================================================
0.48/0.55	c Result  :   #vars: 6588   #clauses: 35182   #literals: 121457
0.48/0.55	c CPU time:   0.52292 s
0.48/0.55	c ==============================================================================
0.59/0.60	c Rsat version 3.02
0.59/0.63	c Base unit clause learned: 0
596.29/596.54	c CNF stats: (6588 vars, 35182 clauses)
596.29/596.54	c Decisions: 3064924
596.29/596.54	c Conflicts: 816083
596.29/596.54	c Restarts: 254
596.29/596.54	c Avg lpc: 128.07
596.29/596.54	c Max decision level: 338
596.29/596.54	c KB reduction: 54 (750893 clauses removed)
596.29/596.54	c Final decision lit size:6588 (100.00 %)
596.29/596.54	c Final stack/save sizes: 520(7.89 %)/2080(31.57 %)
596.29/596.54	c Final cdc size: 1600 (24.29 %)
596.29/596.54	c ***********************************************
596.29/596.54	c Conflicts with bac: 43544/816083 (5.34 %)
596.29/596.54	c Avg bac size: 58.89
596.29/596.54	c Avg bac bt depth: 18.59 vs 2.88 (normal)
596.29/596.56	c Running time: 595.54546 seconds
596.29/596.56	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-1773799-1241334609/watcher-1773799-1241334609 -o /tmp/evaluation-result-1773799-1241334609/solver-1773799-1241334609 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773799-1241334609.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 30056
/proc/meminfo: memFree=1783680/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161494899 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 239 199 169 0 50 0
[pid=30057] ppid=30056 vsize=1284 CPUtime=0
/proc/30057/stat : 30057 (SatElite) R 30056 30056 30019 0 -1 4194304 189 0 0 0 0 0 0 0 20 0 1 0 161494899 1314816 173 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/30057/statm: 321 175 64 186 0 131 0

[startup+0.018974 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30056
/proc/meminfo: memFree=1783680/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161494899 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 239 199 169 0 50 0
[pid=30057] ppid=30056 vsize=5080 CPUtime=0
/proc/30057/stat : 30057 (SatElite) R 30056 30056 30019 0 -1 4194304 1086 0 0 0 0 0 0 0 20 0 1 0 161494899 5201920 1069 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/30057/statm: 1270 1071 64 186 0 1080 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10436

[startup+0.101984 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30056
/proc/meminfo: memFree=1783680/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161494899 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 239 199 169 0 50 0
[pid=30057] ppid=30056 vsize=19232 CPUtime=0.09
/proc/30057/stat : 30057 (SatElite) R 30056 30056 30019 0 -1 4194304 4422 0 0 0 8 1 0 0 20 0 1 0 161494899 19693568 4265 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/30057/statm: 4808 4265 92 186 0 4618 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24588

[startup+0.302006 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30056
/proc/meminfo: memFree=1783680/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161494899 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 239 199 169 0 50 0
[pid=30057] ppid=30056 vsize=20196 CPUtime=0.29
/proc/30057/stat : 30057 (SatElite) R 30056 30056 30019 0 -1 4194304 4632 0 0 0 27 2 0 0 21 0 1 0 161494899 20680704 4475 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/30057/statm: 5049 4475 92 186 0 4859 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25552

[startup+0.701061 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30056
/proc/meminfo: memFree=1783680/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0.59
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 312 5011 0 0 0 0 56 3 15 0 1 0 161494899 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 5356

[startup+1.50214 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 30059
/proc/meminfo: memFree=1775984/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0.59
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 312 5011 0 0 0 0 56 3 15 0 1 0 161494899 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 241 199 169 0 50 0
[pid=30059] ppid=30056 vsize=6672 CPUtime=0.88
/proc/30059/stat : 30059 (rsat) R 30056 30056 30019 0 -1 4194304 1247 0 0 0 88 0 0 0 25 0 1 0 161494959 6832128 1199 1992294400 4194304 5460562 548682068800 18446744073709551615 4201743 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30059/statm: 1668 1199 116 309 0 1355 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12028

[startup+3.10132 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 30059
/proc/meminfo: memFree=1775152/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0.59
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 312 5011 0 0 0 0 56 3 15 0 1 0 161494899 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 241 199 169 0 50 0
[pid=30059] ppid=30056 vsize=8104 CPUtime=2.47
/proc/30059/stat : 30059 (rsat) R 30056 30056 30019 0 -1 4194304 1585 0 0 0 247 0 0 0 25 0 1 0 161494959 8298496 1537 1992294400 4194304 5460562 548682068800 18446744073709551615 4226212 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30059/statm: 2026 1537 118 309 0 1713 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 13460

[startup+6.30168 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 30059
/proc/meminfo: memFree=1772656/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0.59
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 312 5011 0 0 0 0 56 3 15 0 1 0 161494899 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 241 199 169 0 50 0
[pid=30059] ppid=30056 vsize=9792 CPUtime=5.67
/proc/30059/stat : 30059 (rsat) R 30056 30056 30019 0 -1 4194304 2250 0 0 0 566 1 0 0 25 0 1 0 161494959 10027008 1974 1992294400 4194304 5460562 548682068800 18446744073709551615 4226777 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30059/statm: 2448 1974 118 309 0 2135 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 15148

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 30059
/proc/meminfo: memFree=1772144/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0.59
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 312 5011 0 0 0 0 56 3 15 0 1 0 161494899 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 241 199 169 0 50 0
[pid=30059] ppid=30056 vsize=9900 CPUtime=12.08
/proc/30059/stat : 30059 (rsat) R 30056 30056 30019 0 -1 4194304 2671 0 0 0 1206 2 0 0 25 0 1 0 161494959 10137600 2011 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30059/statm: 2475 2011 118 309 0 2162 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 15256

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 30059
/proc/meminfo: memFree=1770736/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0.59
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 312 5011 0 0 0 0 56 3 15 0 1 0 161494899 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 241 199 169 0 50 0
[pid=30059] ppid=30056 vsize=11464 CPUtime=24.87
/proc/30059/stat : 30059 (rsat) R 30056 30056 30019 0 -1 4194304 4656 0 0 0 2484 3 0 0 25 0 1 0 161494959 11739136 2358 1992294400 4194304 5460562 548682068800 18446744073709551615 4210560 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30059/statm: 2866 2358 118 309 0 2553 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 16820

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 30059
/proc/meminfo: memFree=1764208/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0.59
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 312 5011 0 0 0 0 56 3 15 0 1 0 161494899 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 241 199 169 0 50 0
[pid=30059] ppid=30056 vsize=17904 CPUtime=50.47
/proc/30059/stat : 30059 (rsat) R 30056 30056 30019 0 -1 4194304 8314 0 0 0 5041 6 0 0 25 0 1 0 161494959 18333696 4000 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30059/statm: 4476 4000 118 309 0 4163 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 23260

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 30059
/proc/meminfo: memFree=1759024/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0.59
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 312 5011 0 0 0 0 56 3 15 0 1 0 161494899 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 241 199 169 0 50 0
[pid=30059] ppid=30056 vsize=23452 CPUtime=101.65
/proc/30059/stat : 30059 (rsat) R 30056 30056 30019 0 -1 4194304 13081 0 0 0 10157 8 0 0 25 0 1 0 161494959 24014848 5305 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30059/statm: 5863 5305 118 309 0 5550 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 28808

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30059
/proc/meminfo: memFree=1753904/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0.59
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 312 5011 0 0 0 0 56 3 15 0 1 0 161494899 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 241 199 169 0 50 0
[pid=30059] ppid=30056 vsize=28552 CPUtime=161.63
/proc/30059/stat : 30059 (rsat) R 30056 30056 30019 0 -1 4194304 17256 0 0 0 16152 11 0 0 25 0 1 0 161494959 29237248 6600 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30059/statm: 7138 6600 118 309 0 6825 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 33908

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30059
/proc/meminfo: memFree=1746672/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0.59
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 312 5011 0 0 0 0 56 3 15 0 1 0 161494899 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 241 199 169 0 50 0
[pid=30059] ppid=30056 vsize=35520 CPUtime=221.62
/proc/30059/stat : 30059 (rsat) R 30056 30056 30019 0 -1 4194304 20959 0 0 0 22149 13 0 0 25 0 1 0 161494959 36372480 8383 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30059/statm: 8880 8383 118 309 0 8567 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 40876

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30059
/proc/meminfo: memFree=1741296/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0.59
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 312 5011 0 0 0 0 56 3 15 0 1 0 161494899 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 241 199 169 0 50 0
[pid=30059] ppid=30056 vsize=41752 CPUtime=281.59
/proc/30059/stat : 30059 (rsat) R 30056 30056 30019 0 -1 4194304 24526 0 0 0 28145 14 0 0 25 0 1 0 161494959 42754048 9704 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30059/statm: 10438 9704 118 309 0 10125 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 47108

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30059
/proc/meminfo: memFree=1737264/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0.59
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 312 5011 0 0 0 0 56 3 15 0 1 0 161494899 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 241 199 169 0 50 0
[pid=30059] ppid=30056 vsize=45780 CPUtime=341.58
/proc/30059/stat : 30059 (rsat) R 30056 30056 30019 0 -1 4194304 27513 0 0 0 34141 17 0 0 25 0 1 0 161494959 46878720 10707 1992294400 4194304 5460562 548682068800 18446744073709551615 4225711 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30059/statm: 11445 10707 118 309 0 11132 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 51136

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30059
/proc/meminfo: memFree=1733552/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0.59
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 312 5011 0 0 0 0 56 3 15 0 1 0 161494899 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 241 199 169 0 50 0
[pid=30059] ppid=30056 vsize=49284 CPUtime=401.56
/proc/30059/stat : 30059 (rsat) R 30056 30056 30019 0 -1 4194304 30427 0 0 0 40138 18 0 0 25 0 1 0 161494959 50466816 11637 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30059/statm: 12321 11637 118 309 0 12008 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 54640

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30059
/proc/meminfo: memFree=1731056/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0.59
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 312 5011 0 0 0 0 56 3 15 0 1 0 161494899 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 241 199 169 0 50 0
[pid=30059] ppid=30056 vsize=51668 CPUtime=461.55
/proc/30059/stat : 30059 (rsat) R 30056 30056 30019 0 -1 4194304 33014 0 0 0 46135 20 0 0 25 0 1 0 161494959 52908032 12240 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30059/statm: 12917 12240 118 309 0 12604 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 57024

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30059
/proc/meminfo: memFree=1731056/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0.59
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 312 5011 0 0 0 0 56 3 15 0 1 0 161494899 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 241 199 169 0 50 0
[pid=30059] ppid=30056 vsize=51460 CPUtime=521.52
/proc/30059/stat : 30059 (rsat) R 30056 30056 30019 0 -1 4194304 34001 0 0 0 52132 20 0 0 25 0 1 0 161494959 52695040 12235 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30059/statm: 12865 12235 118 309 0 12552 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 56816

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30059
/proc/meminfo: memFree=1729200/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0.59
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 312 5011 0 0 0 0 56 3 15 0 1 0 161494899 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 241 199 169 0 50 0
[pid=30059] ppid=30056 vsize=53376 CPUtime=581.51
/proc/30059/stat : 30059 (rsat) R 30056 30056 30019 0 -1 4194304 36441 0 0 0 58129 22 0 0 25 0 1 0 161494959 54657024 12691 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30059/statm: 13344 12691 118 309 0 13031 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 58732

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

[startup+588.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30059
/proc/meminfo: memFree=1729200/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0.59
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 312 5011 0 0 0 0 56 3 15 0 1 0 161494899 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 241 199 169 0 50 0
[pid=30059] ppid=30056 vsize=53376 CPUtime=587.91
/proc/30059/stat : 30059 (rsat) R 30056 30056 30019 0 -1 4194304 36441 0 0 0 58769 22 0 0 25 0 1 0 161494959 54657024 12691 1992294400 4194304 5460562 548682068800 18446744073709551615 4226259 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30059/statm: 13344 12691 118 309 0 13031 0
Current children cumulated CPU time (s) 588.5
Current children cumulated vsize (KiB) 58732

[startup+591.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30059
/proc/meminfo: memFree=1729200/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0.59
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 312 5011 0 0 0 0 56 3 15 0 1 0 161494899 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 241 199 169 0 50 0
[pid=30059] ppid=30056 vsize=53376 CPUtime=591.11
/proc/30059/stat : 30059 (rsat) R 30056 30056 30019 0 -1 4194304 36441 0 0 0 59089 22 0 0 25 0 1 0 161494959 54657024 12691 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30059/statm: 13344 12691 118 309 0 13031 0
Current children cumulated CPU time (s) 591.7
Current children cumulated vsize (KiB) 58732

[startup+595.106 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30059
/proc/meminfo: memFree=1729200/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0.59
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 312 5011 0 0 0 0 56 3 15 0 1 0 161494899 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 241 199 169 0 50 0
[pid=30059] ppid=30056 vsize=53376 CPUtime=594.31
/proc/30059/stat : 30059 (rsat) R 30056 30056 30019 0 -1 4194304 36441 0 0 0 59409 22 0 0 25 0 1 0 161494959 54657024 12691 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30059/statm: 13344 12691 118 309 0 13031 0
Current children cumulated CPU time (s) 594.9
Current children cumulated vsize (KiB) 58732

[startup+595.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30059
/proc/meminfo: memFree=1729200/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0.59
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 312 5011 0 0 0 0 56 3 15 0 1 0 161494899 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 241 199 169 0 50 0
[pid=30059] ppid=30056 vsize=53376 CPUtime=595.1
/proc/30059/stat : 30059 (rsat) R 30056 30056 30019 0 -1 4194304 36441 0 0 0 59488 22 0 0 25 0 1 0 161494959 54657024 12691 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30059/statm: 13344 12691 118 309 0 13031 0
Current children cumulated CPU time (s) 595.69
Current children cumulated vsize (KiB) 58732

[startup+596.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30059
/proc/meminfo: memFree=1729200/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0.59
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 312 5011 0 0 0 0 56 3 15 0 1 0 161494899 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 241 199 169 0 50 0
[pid=30059] ppid=30056 vsize=53376 CPUtime=595.5
/proc/30059/stat : 30059 (rsat) R 30056 30056 30019 0 -1 4194304 36441 0 0 0 59528 22 0 0 25 0 1 0 161494959 54657024 12691 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30059/statm: 13344 12691 118 309 0 13031 0
Current children cumulated CPU time (s) 596.09
Current children cumulated vsize (KiB) 58732

[startup+596.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30059
/proc/meminfo: memFree=1729200/2055920 swapFree=4180376/4192956
[pid=30056] ppid=30054 vsize=5356 CPUtime=0.59
/proc/30056/stat : 30056 (rsat.sh) S 30054 30056 30019 0 -1 4194304 312 5011 0 0 0 0 56 3 15 0 1 0 161494899 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30056/statm: 1339 241 199 169 0 50 0
[pid=30059] ppid=30056 vsize=53376 CPUtime=595.7
/proc/30059/stat : 30059 (rsat) R 30056 30056 30019 0 -1 4194304 36441 0 0 0 59548 22 0 0 25 0 1 0 161494959 54657024 12691 1992294400 4194304 5460562 548682068800 18446744073709551615 4786302 0 0 4096 1026 0 0 0 17 1 0 0
/proc/30059/statm: 13344 12691 118 309 0 13031 0
Current children cumulated CPU time (s) 596.29
Current children cumulated vsize (KiB) 58732

Child status: 20
Real time (s): 596.575
CPU time (s): 596.394
CPU user time (s): 596.114
CPU system time (s): 0.279957
CPU usage (%): 99.9697
Max. virtual memory (cumulated for all children) (KiB): 62828

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

runsolver used 0.6519 second user time and 1.48977 second system time

The end

Launcher Data

Begin job on node5 at 2009-05-03 09:10:10
IDJOB=1773799
IDBENCH=70796
IDSOLVER=615
FILE ID=node5/1773799-1241334609
PBS_JOBID= 9225439
Free space on /tmp= 66532 MiB

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

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

MD5SUM BENCH= fc00df719c8630009723cd295f7c0c3b
RANDOM SEED=1303707609

node5.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.212
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.212
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:       1784096 kB
Buffers:         44516 kB
Cached:         144024 kB
SwapCached:       6416 kB
Active:          70648 kB
Inactive:       125668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784096 kB
SwapTotal:     4192956 kB
SwapFree:      4180376 kB
Dirty:            7124 kB
Writeback:           0 kB
Mapped:          13396 kB
Slab:            61540 kB
Committed_AS:   709776 kB
PageTables:       1388 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= 66528 MiB
End job on node5 at 2009-05-03 09:20:06