Trace number 1774889

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 241.491 241.633

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-5p0.cnf
MD5SUM46c031b3f08c6158a2e68fd75d34fa31
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark160.007
Satisfiable
(Un)Satisfiability was proved
Number of variables162682
Number of clauses820958
Sum of the clauses size1953119
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617783
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.00/0.00	c Parsing...
0.89/0.92	c ==============================================================================
0.89/0.92	c |           |     ORIGINAL     |              LEARNT              |          |
0.89/0.92	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.89/0.92	c ==============================================================================
0.89/0.92	c |         0 |  812032  1943653 |  243609       0        0     nan |  0.000 % |
5.18/5.24	c |         0 |  546568  1525554 |      --       0       --      -- |     --   | -74547/15789
5.18/5.24	c ==============================================================================
5.18/5.24	c Result  :   #vars: 85693   #clauses: 546568   #literals: 1525554
5.18/5.24	c CPU time:   4.99124 s
5.18/5.24	c ==============================================================================
5.78/5.88	c Rsat version 3.02
5.86/6.35	c Base unit clause learned: 0
241.24/241.49	c CNF stats: (85693 vars, 546568 clauses)
241.24/241.49	c Decisions: 530369
241.24/241.49	c Conflicts: 66623
241.24/241.49	c Restarts: 54
241.24/241.49	c Avg lpc: 164.51
241.24/241.49	c Max decision level: 742
241.24/241.49	c KB reduction: 0 (0 clauses removed)
241.24/241.49	c Final decision lit size:85693 (100.00 %)
241.24/241.49	c Final stack/save sizes: 856(1.00 %)/3424(4.00 %)
241.24/241.49	c Final cdc size: 3424 (4.00 %)
241.24/241.49	c ***********************************************
241.24/241.49	c Conflicts with bac: 4383/66623 (6.58 %)
241.24/241.49	c Avg bac size: 78.57
241.24/241.49	c Avg bac bt depth: 37.29 vs 5.74 (normal)
241.44/241.61	c Running time: 235.40321 seconds
241.44/241.61	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-1774889-1241339570/watcher-1774889-1241339570 -o /tmp/evaluation-result-1774889-1241339570/solver-1774889-1241339570 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774889-1241339570.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.85 0.95 0.98 3/64 1083
/proc/meminfo: memFree=1747384/2055924 swapFree=4149332/4192956
[pid=1083] ppid=1081 vsize=5356 CPUtime=0
/proc/1083/stat : 1083 (rsat.sh) R 1081 1083 1046 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161991526 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582840991 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/1083/statm: 1339 238 198 169 0 50 0
[pid=1084] ppid=1083 vsize=2172 CPUtime=0
/proc/1084/stat : 1084 (SatElite) R 1083 1083 1046 0 -1 4194304 324 0 0 0 0 0 0 0 18 0 1 0 161991527 2224128 307 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/1084/statm: 543 310 64 186 0 353 0

[startup+0.0160461 s]
/proc/loadavg: 0.85 0.95 0.98 3/64 1083
/proc/meminfo: memFree=1747384/2055924 swapFree=4149332/4192956
[pid=1083] ppid=1081 vsize=5356 CPUtime=0
/proc/1083/stat : 1083 (rsat.sh) S 1081 1083 1046 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161991526 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1083/statm: 1339 239 199 169 0 50 0
[pid=1084] ppid=1083 vsize=8572 CPUtime=0
/proc/1084/stat : 1084 (SatElite) R 1083 1083 1046 0 -1 4194304 1301 0 0 0 0 0 0 0 19 0 1 0 161991527 8777728 1220 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/1084/statm: 2143 1222 64 186 0 1953 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13928

[startup+0.101062 s]
/proc/loadavg: 0.85 0.95 0.98 3/64 1083
/proc/meminfo: memFree=1747384/2055924 swapFree=4149332/4192956
[pid=1083] ppid=1081 vsize=5356 CPUtime=0
/proc/1083/stat : 1083 (rsat.sh) S 1081 1083 1046 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161991526 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1083/statm: 1339 239 199 169 0 50 0
[pid=1084] ppid=1083 vsize=42276 CPUtime=0.09
/proc/1084/stat : 1084 (SatElite) R 1083 1083 1046 0 -1 4194304 7029 0 0 0 6 3 0 0 19 0 1 0 161991527 43290624 6932 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/1084/statm: 10569 6934 64 186 0 10379 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47632

[startup+0.3011 s]
/proc/loadavg: 0.85 0.95 0.98 3/64 1083
/proc/meminfo: memFree=1747384/2055924 swapFree=4149332/4192956
[pid=1083] ppid=1081 vsize=5356 CPUtime=0
/proc/1083/stat : 1083 (rsat.sh) S 1081 1083 1046 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161991526 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1083/statm: 1339 239 199 169 0 50 0
[pid=1084] ppid=1083 vsize=74256 CPUtime=0.29
/proc/1084/stat : 1084 (SatElite) R 1083 1083 1046 0 -1 4194304 14656 0 0 0 22 7 0 0 21 0 1 0 161991527 76038144 14559 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/1084/statm: 18564 14561 65 186 0 18374 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79612

[startup+0.701179 s]
/proc/loadavg: 0.85 0.95 0.98 3/64 1083
/proc/meminfo: memFree=1747384/2055924 swapFree=4149332/4192956
[pid=1083] ppid=1081 vsize=5356 CPUtime=0
/proc/1083/stat : 1083 (rsat.sh) S 1081 1083 1046 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161991526 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1083/statm: 1339 239 199 169 0 50 0
[pid=1084] ppid=1083 vsize=131984 CPUtime=0.69
/proc/1084/stat : 1084 (SatElite) R 1083 1083 1046 0 -1 4194304 29716 0 0 0 54 15 0 0 25 0 1 0 161991527 135151616 29619 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/1084/statm: 32996 29623 66 186 0 32806 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 137340

[startup+1.50134 s]
/proc/loadavg: 0.85 0.95 0.98 2/66 1085
/proc/meminfo: memFree=1619496/2055924 swapFree=4149332/4192956
[pid=1083] ppid=1081 vsize=5356 CPUtime=0
/proc/1083/stat : 1083 (rsat.sh) S 1081 1083 1046 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161991526 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1083/statm: 1339 239 199 169 0 50 0
[pid=1084] ppid=1083 vsize=153312 CPUtime=1.49
/proc/1084/stat : 1084 (SatElite) R 1083 1083 1046 0 -1 4194304 35210 0 0 0 131 18 0 0 25 0 1 0 161991527 156991488 33382 1992294400 4194304 4959918 548682068688 18446744073709551615 4269954 0 0 4096 3 0 0 0 17 0 0 0
/proc/1084/statm: 38328 33382 92 186 0 38138 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 158668

[startup+3.10165 s]
/proc/loadavg: 0.85 0.95 0.98 2/66 1085
/proc/meminfo: memFree=1600168/2055924 swapFree=4149332/4192956
[pid=1083] ppid=1081 vsize=5356 CPUtime=0
/proc/1083/stat : 1083 (rsat.sh) S 1081 1083 1046 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161991526 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1083/statm: 1339 239 199 169 0 50 0
[pid=1084] ppid=1083 vsize=173348 CPUtime=3.08
/proc/1084/stat : 1084 (SatElite) R 1083 1083 1046 0 -1 4194304 39656 0 0 0 288 20 0 0 25 0 1 0 161991527 177508352 37828 1992294400 4194304 4959918 548682068688 18446744073709551615 4274530 0 0 4096 3 0 0 0 17 0 0 0
/proc/1084/statm: 43337 37828 92 186 0 43147 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 178704

[startup+6.30129 s]
/proc/loadavg: 0.86 0.95 0.98 2/66 1085
/proc/meminfo: memFree=1594408/2055924 swapFree=4149332/4192956
[pid=1083] ppid=1081 vsize=5356 CPUtime=5.86
/proc/1083/stat : 1083 (rsat.sh) S 1081 1083 1046 0 -1 4194304 312 44060 0 0 0 0 557 29 16 0 1 0 161991526 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1083/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 5356

[startup+12.7015 s]
/proc/loadavg: 0.87 0.95 0.98 2/66 1086
/proc/meminfo: memFree=1683240/2055924 swapFree=4149332/4192956
[pid=1083] ppid=1081 vsize=5356 CPUtime=5.86
/proc/1083/stat : 1083 (rsat.sh) S 1081 1083 1046 0 -1 4194304 312 44060 0 0 0 0 557 29 16 0 1 0 161991526 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1083/statm: 1339 241 199 169 0 50 0
[pid=1086] ppid=1083 vsize=51556 CPUtime=6.8
/proc/1086/stat : 1086 (rsat) R 1083 1083 1046 0 -1 4194304 12828 0 0 0 673 7 0 0 25 0 1 0 161992115 52793344 12005 1992294400 4194304 5460562 548682068800 18446744073709551615 4794908 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1086/statm: 12889 12005 116 309 0 12576 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 56912

[startup+25.501 s]
/proc/loadavg: 0.90 0.96 0.98 2/66 1086
/proc/meminfo: memFree=1683240/2055924 swapFree=4149332/4192956
[pid=1083] ppid=1081 vsize=5356 CPUtime=5.86
/proc/1083/stat : 1083 (rsat.sh) S 1081 1083 1046 0 -1 4194304 312 44060 0 0 0 0 557 29 16 0 1 0 161991526 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1083/statm: 1339 241 199 169 0 50 0
[pid=1086] ppid=1083 vsize=51816 CPUtime=19.59
/proc/1086/stat : 1086 (rsat) R 1083 1083 1046 0 -1 4194304 12896 0 0 0 1952 7 0 0 25 0 1 0 161992115 53059584 12070 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1086/statm: 12954 12070 118 309 0 12641 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 57172

[startup+51.1011 s]
/proc/loadavg: 0.93 0.96 0.98 2/66 1086
/proc/meminfo: memFree=1679656/2055924 swapFree=4149332/4192956
[pid=1083] ppid=1081 vsize=5356 CPUtime=5.86
/proc/1083/stat : 1083 (rsat.sh) S 1081 1083 1046 0 -1 4194304 312 44060 0 0 0 0 557 29 16 0 1 0 161991526 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1083/statm: 1339 241 199 169 0 50 0
[pid=1086] ppid=1083 vsize=55716 CPUtime=45.18
/proc/1086/stat : 1086 (rsat) R 1083 1083 1046 0 -1 4194304 14133 0 0 0 4509 9 0 0 25 0 1 0 161992115 57053184 12998 1992294400 4194304 5460562 548682068800 18446744073709551615 4226190 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1086/statm: 13929 12998 119 309 0 13616 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 61072

[startup+102.305 s]
/proc/loadavg: 0.97 0.96 0.98 2/66 1086
/proc/meminfo: memFree=1668328/2055924 swapFree=4149332/4192956
[pid=1083] ppid=1081 vsize=5356 CPUtime=5.86
/proc/1083/stat : 1083 (rsat.sh) S 1081 1083 1046 0 -1 4194304 312 44060 0 0 0 0 557 29 16 0 1 0 161991526 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1083/statm: 1339 241 199 169 0 50 0
[pid=1086] ppid=1083 vsize=67216 CPUtime=96.36
/proc/1086/stat : 1086 (rsat) R 1083 1083 1046 0 -1 4194304 17062 0 0 0 9625 11 0 0 25 0 1 0 161992115 68829184 15795 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1086/statm: 16804 15795 119 309 0 16491 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 72572

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1086
/proc/meminfo: memFree=1653992/2055924 swapFree=4149332/4192956
[pid=1083] ppid=1081 vsize=5356 CPUtime=5.86
/proc/1083/stat : 1083 (rsat.sh) S 1081 1083 1046 0 -1 4194304 312 44060 0 0 0 0 557 29 16 0 1 0 161991526 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1083/statm: 1339 241 199 169 0 50 0
[pid=1086] ppid=1083 vsize=81396 CPUtime=156.33
/proc/1086/stat : 1086 (rsat) R 1083 1083 1046 0 -1 4194304 20692 0 0 0 15619 14 0 0 25 0 1 0 161992115 83349504 19418 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1086/statm: 20349 19418 119 309 0 20036 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 86752

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1086
/proc/meminfo: memFree=1641768/2055924 swapFree=4149332/4192956
[pid=1083] ppid=1081 vsize=5356 CPUtime=5.86
/proc/1083/stat : 1083 (rsat.sh) S 1081 1083 1046 0 -1 4194304 312 44060 0 0 0 0 557 29 16 0 1 0 161991526 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1083/statm: 1339 241 199 169 0 50 0
[pid=1086] ppid=1083 vsize=93448 CPUtime=216.29
/proc/1086/stat : 1086 (rsat) R 1083 1083 1046 0 -1 4194304 23742 0 0 0 21612 17 0 0 25 0 1 0 161992115 95690752 22453 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1086/statm: 23362 22453 119 309 0 23049 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 98804

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

[startup+230.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1086
/proc/meminfo: memFree=1640488/2055924 swapFree=4149332/4192956
[pid=1083] ppid=1081 vsize=5356 CPUtime=5.86
/proc/1083/stat : 1083 (rsat.sh) S 1081 1083 1046 0 -1 4194304 312 44060 0 0 0 0 557 29 16 0 1 0 161991526 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1083/statm: 1339 241 199 169 0 50 0
[pid=1086] ppid=1083 vsize=94656 CPUtime=224.28
/proc/1086/stat : 1086 (rsat) R 1083 1083 1046 0 -1 4194304 24079 0 0 0 22411 17 0 0 25 0 1 0 161992115 96927744 22790 1992294400 4194304 5460562 548682068800 18446744073709551615 4227762 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1086/statm: 23664 22790 119 309 0 23351 0
Current children cumulated CPU time (s) 230.14
Current children cumulated vsize (KiB) 100012

[startup+236.701 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1086
/proc/meminfo: memFree=1639464/2055924 swapFree=4149332/4192956
[pid=1083] ppid=1081 vsize=5356 CPUtime=5.86
/proc/1083/stat : 1083 (rsat.sh) S 1081 1083 1046 0 -1 4194304 312 44060 0 0 0 0 557 29 16 0 1 0 161991526 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1083/statm: 1339 241 199 169 0 50 0
[pid=1086] ppid=1083 vsize=95652 CPUtime=230.67
/proc/1086/stat : 1086 (rsat) R 1083 1083 1046 0 -1 4194304 24299 0 0 0 23050 17 0 0 25 0 1 0 161992115 97947648 23010 1992294400 4194304 5460562 548682068800 18446744073709551615 4201906 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1086/statm: 23913 23010 119 309 0 23600 0
Current children cumulated CPU time (s) 236.53
Current children cumulated vsize (KiB) 101008

[startup+239.901 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1086
/proc/meminfo: memFree=1639080/2055924 swapFree=4149332/4192956
[pid=1083] ppid=1081 vsize=5356 CPUtime=5.86
/proc/1083/stat : 1083 (rsat.sh) S 1081 1083 1046 0 -1 4194304 312 44060 0 0 0 0 557 29 16 0 1 0 161991526 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1083/statm: 1339 241 199 169 0 50 0
[pid=1086] ppid=1083 vsize=95948 CPUtime=233.87
/proc/1086/stat : 1086 (rsat) R 1083 1083 1046 0 -1 4194304 24414 0 0 0 23370 17 0 0 25 0 1 0 161992115 98250752 23120 1992294400 4194304 5460562 548682068800 18446744073709551615 4201554 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1086/statm: 23987 23120 119 309 0 23674 0
Current children cumulated CPU time (s) 239.73
Current children cumulated vsize (KiB) 101304

[startup+240.702 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1086
/proc/meminfo: memFree=1639080/2055924 swapFree=4149332/4192956
[pid=1083] ppid=1081 vsize=5356 CPUtime=5.86
/proc/1083/stat : 1083 (rsat.sh) S 1081 1083 1046 0 -1 4194304 312 44060 0 0 0 0 557 29 16 0 1 0 161991526 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1083/statm: 1339 241 199 169 0 50 0
[pid=1086] ppid=1083 vsize=96080 CPUtime=234.67
/proc/1086/stat : 1086 (rsat) R 1083 1083 1046 0 -1 4194304 24451 0 0 0 23450 17 0 0 25 0 1 0 161992115 98385920 23157 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1086/statm: 24020 23157 119 309 0 23707 0
Current children cumulated CPU time (s) 240.53
Current children cumulated vsize (KiB) 101436

[startup+241.101 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1086
/proc/meminfo: memFree=1638888/2055924 swapFree=4149332/4192956
[pid=1083] ppid=1081 vsize=5356 CPUtime=5.86
/proc/1083/stat : 1083 (rsat.sh) S 1081 1083 1046 0 -1 4194304 312 44060 0 0 0 0 557 29 16 0 1 0 161991526 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1083/statm: 1339 241 199 169 0 50 0
[pid=1086] ppid=1083 vsize=96360 CPUtime=235.07
/proc/1086/stat : 1086 (rsat) R 1083 1083 1046 0 -1 4194304 24515 0 0 0 23490 17 0 0 25 0 1 0 161992115 98672640 23219 1992294400 4194304 5460562 548682068800 18446744073709551615 4198427 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1086/statm: 24090 23219 119 309 0 23777 0
Current children cumulated CPU time (s) 240.93
Current children cumulated vsize (KiB) 101716

[startup+241.501 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1086
/proc/meminfo: memFree=1638888/2055924 swapFree=4149332/4192956
[pid=1083] ppid=1081 vsize=5356 CPUtime=5.86
/proc/1083/stat : 1083 (rsat.sh) S 1081 1083 1046 0 -1 4194304 312 44060 0 0 0 0 557 29 16 0 1 0 161991526 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1083/statm: 1339 241 199 169 0 50 0
[pid=1086] ppid=1083 vsize=97544 CPUtime=235.48
/proc/1086/stat : 1086 (rsat) R 1083 1083 1046 0 -1 4194304 24813 0 0 0 23530 18 0 0 25 0 1 0 161992115 99885056 23252 1992294400 4194304 5460562 548682068800 18446744073709551615 4791840 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1086/statm: 24386 23252 119 309 0 24073 0
Current children cumulated CPU time (s) 241.34
Current children cumulated vsize (KiB) 102900

[startup+241.601 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1086
/proc/meminfo: memFree=1638888/2055924 swapFree=4149332/4192956
[pid=1083] ppid=1081 vsize=5356 CPUtime=5.86
/proc/1083/stat : 1083 (rsat.sh) S 1081 1083 1046 0 -1 4194304 312 44060 0 0 0 0 557 29 16 0 1 0 161991526 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1083/statm: 1339 241 199 169 0 50 0
[pid=1086] ppid=1083 vsize=93312 CPUtime=235.58
/proc/1086/stat : 1086 (rsat) R 1083 1083 1046 0 -1 4194304 24813 0 0 0 23540 18 0 0 25 0 1 0 161992115 95551488 22322 1992294400 4194304 5460562 548682068800 18446744073709551615 4791290 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1086/statm: 23328 22322 119 309 0 23015 0
Current children cumulated CPU time (s) 241.44
Current children cumulated vsize (KiB) 98668

Child status: 20
Real time (s): 241.633
CPU time (s): 241.491
CPU user time (s): 240.978
CPU system time (s): 0.512922
CPU usage (%): 99.9414
Max. virtual memory (cumulated for all children) (KiB): 182076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 240.978
system time used= 0.512922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69343
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= 37
involuntary context switches= 592

runsolver used 0.214967 second user time and 0.671897 second system time

The end

Launcher Data

Begin job on node6 at 2009-05-03 10:32:52
IDJOB=1774889
IDBENCH=71046
IDSOLVER=615
FILE ID=node6/1774889-1241339570
PBS_JOBID= 9225480
Free space on /tmp= 66536 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-15-5p0.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774889-1241339570/watcher-1774889-1241339570 -o /tmp/evaluation-result-1774889-1241339570/solver-1774889-1241339570 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1774889-1241339570.cnf HOME

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

MD5SUM BENCH= 46c031b3f08c6158a2e68fd75d34fa31
RANDOM SEED=1135008295

node6.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.281
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.281
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:      2055924 kB
MemFree:       1747800 kB
Buffers:         34124 kB
Cached:         154684 kB
SwapCached:      37428 kB
Active:         119052 kB
Inactive:       108672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1747800 kB
SwapTotal:     4192956 kB
SwapFree:      4149332 kB
Dirty:           20864 kB
Writeback:           0 kB
Mapped:          13916 kB
Slab:            66408 kB
Committed_AS:   783212 kB
PageTables:       1452 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= 66532 MiB
End job on node6 at 2009-05-03 10:36:53