Trace number 1775419

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 393.688 393.85

General information on the benchmark

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

Solver Data

0.00/0.00	c Parsing...
0.19/0.28	c ==============================================================================
0.19/0.28	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.28	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.28	c ==============================================================================
0.19/0.28	c |         0 |  306443   755159 |   91932       0        0     nan |  0.000 % |
2.10/2.14	c |         0 |  153826   494818 |      --       0       --      -- |     --   | -150413/-254976
2.10/2.14	c ==============================================================================
2.10/2.14	c Result  :   #vars: 31651   #clauses: 153826   #literals: 494818
2.10/2.14	c CPU time:   1.9987 s
2.10/2.14	c ==============================================================================
2.29/2.34	c Rsat version 3.02
2.33/2.47	c Base unit clause learned: 0
393.52/393.79	c CNF stats: (31651 vars, 153826 clauses)
393.52/393.79	c Decisions: 911370
393.52/393.79	c Conflicts: 242501
393.52/393.79	c Restarts: 61
393.52/393.79	c Avg lpc: 35.54
393.52/393.79	c Max decision level: 2906
393.52/393.79	c KB reduction: 12 (161666 clauses removed)
393.52/393.79	c Final decision lit size:31651 (100.00 %)
393.52/393.79	c Final stack/save sizes: 632(2.00 %)/2528(7.99 %)
393.52/393.79	c Final cdc size: 1264 (3.99 %)
393.52/393.79	c ***********************************************
393.52/393.79	c Conflicts with bac: 13008/242501 (5.36 %)
393.52/393.79	c Avg bac size: 12.43
393.52/393.79	c Avg bac bt depth: 16.84 vs 2.98 (normal)
393.62/393.83	c Running time: 391.22952 seconds
393.62/393.83	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-1775419-1241343482/watcher-1775419-1241343482 -o /tmp/evaluation-result-1775419-1241343482/solver-1775419-1241343482 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775419-1241343482.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: 1.01 1.02 1.00 3/64 5353
/proc/meminfo: memFree=1800720/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=0
/proc/5353/stat : 5353 (rsat.sh) R 5351 5353 5286 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 162376010 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255539604127 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/5353/statm: 1339 238 198 169 0 50 0
[pid=5354] ppid=5353 vsize=1384 CPUtime=0
/proc/5354/stat : 5354 (SatElite) R 5353 5353 5286 0 -1 4194304 220 0 0 0 0 0 0 0 18 0 1 0 162376010 1417216 203 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/5354/statm: 382 209 65 186 0 192 0

[startup+0.010361 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 5353
/proc/meminfo: memFree=1800720/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=0
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162376010 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5353/statm: 1339 239 199 169 0 50 0
[pid=5354] ppid=5353 vsize=2812 CPUtime=0
/proc/5354/stat : 5354 (SatElite) R 5353 5353 5286 0 -1 4194304 559 0 0 0 0 0 0 0 18 0 1 0 162376010 2879488 542 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/5354/statm: 703 544 65 186 0 513 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8168

[startup+0.101368 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 5353
/proc/meminfo: memFree=1800720/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=0
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162376010 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5353/statm: 1339 239 199 169 0 50 0
[pid=5354] ppid=5353 vsize=27996 CPUtime=0.09
/proc/5354/stat : 5354 (SatElite) R 5353 5353 5286 0 -1 4194304 6042 0 0 0 6 3 0 0 19 0 1 0 162376010 28667904 6025 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/5354/statm: 7032 6027 65 186 0 6842 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33352

[startup+0.301387 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 5353
/proc/meminfo: memFree=1800720/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=0
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162376010 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5353/statm: 1339 239 199 169 0 50 0
[pid=5354] ppid=5353 vsize=72204 CPUtime=0.28
/proc/5354/stat : 5354 (SatElite) R 5353 5353 5286 0 -1 4194304 16813 0 0 0 19 9 0 0 21 0 1 0 162376010 73936896 16174 1992294400 4194304 4959918 548682068688 18446744073709551615 4265219 0 0 4096 3 0 0 0 17 0 0 0
/proc/5354/statm: 18051 16174 90 186 0 17861 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 77560

[startup+0.701424 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 5353
/proc/meminfo: memFree=1800720/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=0
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162376010 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5353/statm: 1339 239 199 169 0 50 0
[pid=5354] ppid=5353 vsize=79536 CPUtime=0.68
/proc/5354/stat : 5354 (SatElite) R 5353 5353 5286 0 -1 4194304 18767 0 0 0 57 11 0 0 25 0 1 0 162376010 81444864 18128 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/5354/statm: 19884 18129 92 186 0 19694 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 84892

[startup+1.5015 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 5355
/proc/meminfo: memFree=1721088/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=0
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162376010 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5353/statm: 1339 239 199 169 0 50 0
[pid=5354] ppid=5353 vsize=83140 CPUtime=1.49
/proc/5354/stat : 5354 (SatElite) R 5353 5353 5286 0 -1 4194304 19531 0 0 0 136 13 0 0 25 0 1 0 162376010 85135360 18892 1992294400 4194304 4959918 548682068688 18446744073709551615 4242205 0 0 4096 3 0 0 0 17 0 0 0
/proc/5354/statm: 20785 18892 92 186 0 20595 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88496

[startup+3.10165 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 5355
/proc/meminfo: memFree=1714944/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=2.33
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 312 21125 0 0 0 0 217 16 16 0 1 0 162376010 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5353/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 5356
heavy processes:

[startup+6.30294 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 5356
/proc/meminfo: memFree=1775168/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=2.33
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 312 21125 0 0 0 0 217 16 16 0 1 0 162376010 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5353/statm: 1339 241 199 169 0 50 0
[pid=5356] ppid=5353 vsize=18508 CPUtime=3.93
/proc/5356/stat : 5356 (rsat) R 5353 5353 5286 0 -1 4194304 4276 0 0 0 392 1 0 0 25 0 1 0 162376244 18952192 3998 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5356/statm: 4627 3998 116 309 0 4314 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 23864

[startup+12.7015 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 5356
/proc/meminfo: memFree=1773768/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=2.33
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 312 21125 0 0 0 0 217 16 16 0 1 0 162376010 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5353/statm: 1339 241 199 169 0 50 0
[pid=5356] ppid=5353 vsize=19828 CPUtime=10.34
/proc/5356/stat : 5356 (rsat) R 5353 5353 5286 0 -1 4194304 4624 0 0 0 1032 2 0 0 25 0 1 0 162376244 20303872 4343 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5356/statm: 4957 4343 118 309 0 4644 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 25184

[startup+25.5017 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 5356
/proc/meminfo: memFree=1770952/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=2.33
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 312 21125 0 0 0 0 217 16 16 0 1 0 162376010 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5353/statm: 1339 241 199 169 0 50 0
[pid=5356] ppid=5353 vsize=23144 CPUtime=23.13
/proc/5356/stat : 5356 (rsat) R 5353 5353 5286 0 -1 4194304 5506 0 0 0 2311 2 0 0 25 0 1 0 162376244 23699456 5060 1992294400 4194304 5460562 548682068800 18446744073709551615 4197995 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5356/statm: 5786 5060 118 309 0 5473 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 28500

[startup+51.1011 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 5356
/proc/meminfo: memFree=1767688/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=2.33
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 312 21125 0 0 0 0 217 16 16 0 1 0 162376010 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5353/statm: 1339 241 199 169 0 50 0
[pid=5356] ppid=5353 vsize=26076 CPUtime=48.72
/proc/5356/stat : 5356 (rsat) R 5353 5353 5286 0 -1 4194304 6804 0 0 0 4869 3 0 0 25 0 1 0 162376244 26701824 5837 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5356/statm: 6519 5837 118 309 0 6206 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 31432

[startup+102.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 5356
/proc/meminfo: memFree=1765000/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=2.33
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 312 21125 0 0 0 0 217 16 16 0 1 0 162376010 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5353/statm: 1339 241 199 169 0 50 0
[pid=5356] ppid=5353 vsize=28564 CPUtime=99.9
/proc/5356/stat : 5356 (rsat) R 5353 5353 5286 0 -1 4194304 8927 0 0 0 9985 5 0 0 25 0 1 0 162376244 29249536 6520 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5356/statm: 7141 6520 118 309 0 6828 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 33920

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5358
/proc/meminfo: memFree=1763784/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=2.33
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 312 21125 0 0 0 0 217 16 16 0 1 0 162376010 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5353/statm: 1339 241 199 169 0 50 0
[pid=5356] ppid=5353 vsize=29820 CPUtime=159.88
/proc/5356/stat : 5356 (rsat) R 5353 5353 5286 0 -1 4194304 10204 0 0 0 15982 6 0 0 25 0 1 0 162376244 30535680 6836 1992294400 4194304 5460562 548682068800 18446744073709551615 4225794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5356/statm: 7455 6836 118 309 0 7142 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 35176

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5358
/proc/meminfo: memFree=1762568/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=2.33
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 312 21125 0 0 0 0 217 16 16 0 1 0 162376010 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5353/statm: 1339 241 199 169 0 50 0
[pid=5356] ppid=5353 vsize=31996 CPUtime=219.85
/proc/5356/stat : 5356 (rsat) R 5353 5353 5286 0 -1 4194304 12784 0 0 0 21978 7 0 0 25 0 1 0 162376244 32763904 7134 1992294400 4194304 5460562 548682068800 18446744073709551615 4198020 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5356/statm: 7999 7134 118 309 0 7686 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 37352

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5358
/proc/meminfo: memFree=1761480/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=2.33
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 312 21125 0 0 0 0 217 16 16 0 1 0 162376010 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5353/statm: 1339 241 199 169 0 50 0
[pid=5356] ppid=5353 vsize=32724 CPUtime=279.83
/proc/5356/stat : 5356 (rsat) R 5353 5353 5286 0 -1 4194304 14998 0 0 0 27975 8 0 0 25 0 1 0 162376244 33509376 7364 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5356/statm: 8181 7364 118 309 0 7868 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 38080

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5358
/proc/meminfo: memFree=1760904/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=2.33
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 312 21125 0 0 0 0 217 16 16 0 1 0 162376010 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5353/statm: 1339 241 199 169 0 50 0
[pid=5356] ppid=5353 vsize=33268 CPUtime=339.81
/proc/5356/stat : 5356 (rsat) R 5353 5353 5286 0 -1 4194304 16136 0 0 0 33972 9 0 0 25 0 1 0 162376244 34066432 7510 1992294400 4194304 5460562 548682068800 18446744073709551615 4225627 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5356/statm: 8317 7510 118 309 0 8004 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 38624

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

[startup+358.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5358
/proc/meminfo: memFree=1760520/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=2.33
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 312 21125 0 0 0 0 217 16 16 0 1 0 162376010 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5353/statm: 1339 241 199 169 0 50 0
[pid=5356] ppid=5353 vsize=33976 CPUtime=355.8
/proc/5356/stat : 5356 (rsat) R 5353 5353 5286 0 -1 4194304 16301 0 0 0 35571 9 0 0 25 0 1 0 162376244 34791424 7675 1992294400 4194304 5460562 548682068800 18446744073709551615 4226238 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5356/statm: 8494 7675 118 309 0 8181 0
Current children cumulated CPU time (s) 358.13
Current children cumulated vsize (KiB) 39332

[startup+371.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5358
/proc/meminfo: memFree=1760072/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=2.33
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 312 21125 0 0 0 0 217 16 16 0 1 0 162376010 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5353/statm: 1339 241 199 169 0 50 0
[pid=5356] ppid=5353 vsize=34028 CPUtime=368.59
/proc/5356/stat : 5356 (rsat) R 5353 5353 5286 0 -1 4194304 17328 0 0 0 36850 9 0 0 25 0 1 0 162376244 34844672 7710 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5356/statm: 8507 7710 118 309 0 8194 0
Current children cumulated CPU time (s) 370.92
Current children cumulated vsize (KiB) 39384

[startup+383.906 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5358
/proc/meminfo: memFree=1760072/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=2.33
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 312 21125 0 0 0 0 217 16 16 0 1 0 162376010 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5353/statm: 1339 241 199 169 0 50 0
[pid=5356] ppid=5353 vsize=34028 CPUtime=381.39
/proc/5356/stat : 5356 (rsat) R 5353 5353 5286 0 -1 4194304 17328 0 0 0 38130 9 0 0 25 0 1 0 162376244 34844672 7710 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5356/statm: 8507 7710 118 309 0 8194 0
Current children cumulated CPU time (s) 383.72
Current children cumulated vsize (KiB) 39384

[startup+390.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5358
/proc/meminfo: memFree=1760072/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=2.33
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 312 21125 0 0 0 0 217 16 16 0 1 0 162376010 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5353/statm: 1339 241 199 169 0 50 0
[pid=5356] ppid=5353 vsize=34028 CPUtime=387.79
/proc/5356/stat : 5356 (rsat) R 5353 5353 5286 0 -1 4194304 17328 0 0 0 38770 9 0 0 25 0 1 0 162376244 34844672 7710 1992294400 4194304 5460562 548682068800 18446744073709551615 4226304 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5356/statm: 8507 7710 118 309 0 8194 0
Current children cumulated CPU time (s) 390.12
Current children cumulated vsize (KiB) 39384

[startup+391.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5358
/proc/meminfo: memFree=1760072/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=2.33
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 312 21125 0 0 0 0 217 16 16 0 1 0 162376010 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5353/statm: 1339 241 199 169 0 50 0
[pid=5356] ppid=5353 vsize=34028 CPUtime=389.39
/proc/5356/stat : 5356 (rsat) R 5353 5353 5286 0 -1 4194304 17328 0 0 0 38930 9 0 0 25 0 1 0 162376244 34844672 7710 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5356/statm: 8507 7710 118 309 0 8194 0
Current children cumulated CPU time (s) 391.72
Current children cumulated vsize (KiB) 39384

[startup+392.706 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5358
/proc/meminfo: memFree=1760072/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=2.33
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 312 21125 0 0 0 0 217 16 16 0 1 0 162376010 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5353/statm: 1339 241 199 169 0 50 0
[pid=5356] ppid=5353 vsize=34028 CPUtime=390.19
/proc/5356/stat : 5356 (rsat) R 5353 5353 5286 0 -1 4194304 17328 0 0 0 39010 9 0 0 25 0 1 0 162376244 34844672 7710 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5356/statm: 8507 7710 118 309 0 8194 0
Current children cumulated CPU time (s) 392.52
Current children cumulated vsize (KiB) 39384

[startup+393.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5358
/proc/meminfo: memFree=1760072/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=2.33
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 312 21125 0 0 0 0 217 16 16 0 1 0 162376010 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5353/statm: 1339 241 199 169 0 50 0
[pid=5356] ppid=5353 vsize=33632 CPUtime=390.98
/proc/5356/stat : 5356 (rsat) R 5353 5353 5286 0 -1 4194304 17329 0 0 0 39089 9 0 0 25 0 1 0 162376244 34439168 7612 1992294400 4194304 5460562 548682068800 18446744073709551615 4226304 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5356/statm: 8408 7612 119 309 0 8095 0
Current children cumulated CPU time (s) 393.31
Current children cumulated vsize (KiB) 38988

[startup+393.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5358
/proc/meminfo: memFree=1760456/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=2.33
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 312 21125 0 0 0 0 217 16 16 0 1 0 162376010 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5353/statm: 1339 241 199 169 0 50 0
[pid=5356] ppid=5353 vsize=33632 CPUtime=391.19
/proc/5356/stat : 5356 (rsat) R 5353 5353 5286 0 -1 4194304 17329 0 0 0 39110 9 0 0 25 0 1 0 162376244 34439168 7612 1992294400 4194304 5460562 548682068800 18446744073709551615 4214286 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5356/statm: 8408 7612 119 309 0 8095 0
Current children cumulated CPU time (s) 393.52
Current children cumulated vsize (KiB) 38988

[startup+393.806 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5358
/proc/meminfo: memFree=1760456/2055920 swapFree=4181296/4192956
[pid=5353] ppid=5351 vsize=5356 CPUtime=2.33
/proc/5353/stat : 5353 (rsat.sh) S 5351 5353 5286 0 -1 4194304 312 21125 0 0 0 0 217 16 16 0 1 0 162376010 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5353/statm: 1339 241 199 169 0 50 0
[pid=5356] ppid=5353 vsize=31796 CPUtime=391.29
/proc/5356/stat : 5356 (rsat) R 5353 5353 5286 0 -1 4194304 17330 0 0 0 39120 9 0 0 25 0 1 0 162376244 32559104 7254 1992294400 4194304 5460562 548682068800 18446744073709551615 4792247 0 0 4096 1026 0 0 0 17 0 0 0
/proc/5356/statm: 7949 7254 119 309 0 7636 0
Current children cumulated CPU time (s) 393.62
Current children cumulated vsize (KiB) 37152

Child status: 20
Real time (s): 393.85
CPU time (s): 393.688
CPU user time (s): 393.405
CPU system time (s): 0.282956
CPU usage (%): 99.9589
Max. virtual memory (cumulated for all children) (KiB): 94804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 393.405
system time used= 0.282956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38925
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38
involuntary context switches= 1078

runsolver used 0.374943 second user time and 1.06984 second system time

The end

Launcher Data

Begin job on node48 at 2009-05-03 11:38:03
IDJOB=1775419
IDBENCH=71751
IDSOLVER=615
FILE ID=node48/1775419-1241343482
PBS_JOBID= 9225501
Free space on /tmp= 66412 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE06/schup-l2s-guid-1-k56.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775419-1241343482/watcher-1775419-1241343482 -o /tmp/evaluation-result-1775419-1241343482/solver-1775419-1241343482 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1775419-1241343482.cnf HOME

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

MD5SUM BENCH= 8945850ff5a1fb30f0867a5172da0b2e
RANDOM SEED=1074439315

node48.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.209
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.209
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:       1801264 kB
Buffers:         32292 kB
Cached:         157404 kB
SwapCached:       5464 kB
Active:          84868 kB
Inactive:       112656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1801264 kB
SwapTotal:     4192956 kB
SwapFree:      4181296 kB
Dirty:           11100 kB
Writeback:           0 kB
Mapped:          13468 kB
Slab:            43180 kB
Committed_AS:   773704 kB
PageTables:       1368 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= 66408 MiB
End job on node48 at 2009-05-03 11:44:37