Trace number 1721026

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 646.457 646.718

General information on the benchmark

Namegoldb-heqc-alu4mul.cnf
MD5SUM2d68b23bdbf6e7e2868e82c4f24dffc3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.624
Satisfiable
(Un)Satisfiability was proved
Number of variables4736
Number of clauses30465
Sum of the clauses size103040
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 27024
Number of clauses of size 314112
Number of clauses of size 40
Number of clauses of size 59328
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   30465   103040 |    9139       0        0     nan |  0.000 % |
0.00/0.07	c |         0 |   30392   102976 |      --       0       --      -- |     --   | -73/-64
0.00/0.07	c ==============================================================================
0.00/0.07	c Result  :   #vars: 4709   #clauses: 30392   #literals: 102976
0.00/0.07	c CPU time:   0.06099 s
0.00/0.07	c ==============================================================================
0.09/0.11	c Rsat version 3.02
0.09/0.13	c Base unit clause learned: 0
646.33/646.70	c CNF stats: (4709 vars, 30392 clauses)
646.33/646.70	c Decisions: 1097112
646.33/646.70	c Conflicts: 760492
646.33/646.70	c Restarts: 6
646.33/646.70	c Avg lpc: 65.98
646.33/646.70	c Max decision level: 166
646.33/646.70	c KB reduction: 49 (668279 clauses removed)
646.33/646.70	c Final decision lit size:4709 (100.00 %)
646.33/646.70	c Final stack/save sizes: 376(7.98 %)/3008(63.88 %)
646.33/646.70	c Final cdc size: 1600 (33.98 %)
646.33/646.70	c ***********************************************
646.33/646.70	c Conflicts with bac: 15726/760492 (2.07 %)
646.33/646.70	c Avg bac size: 23.31
646.33/646.70	c Avg bac bt depth: 5.88 vs 1.25 (normal)
646.43/646.70	c Running time: 646.23076 seconds
646.43/646.71	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-1721026-1240662134/watcher-1721026-1240662134 -o /tmp/evaluation-result-1721026-1240662134/solver-1721026-1240662134 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1721026-1240662134.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 14281
/proc/meminfo: memFree=1739328/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0
/proc/14281/stat : 14281 (rsat.sh) R 14279 14281 13701 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 94246875 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240472615583 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/14281/statm: 1339 238 198 169 0 50 0
[pid=14282] ppid=14281 vsize=1608 CPUtime=0
/proc/14282/stat : 14282 (SatElite) R 14281 14281 13701 0 -1 4194304 235 0 0 0 0 0 0 0 18 0 1 0 94246875 1646592 218 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/14282/statm: 402 220 64 186 0 212 0

[startup+0.084976 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 14281
/proc/meminfo: memFree=1739328/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 94246875 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14281/statm: 1339 239 199 169 0 50 0
[pid=14282] ppid=14281 vsize=6732 CPUtime=0.08
/proc/14282/stat : 14282 (SatElite) R 14281 14281 13701 0 -1 4194304 1494 0 0 0 7 1 0 0 19 0 1 0 94246875 6893568 1434 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/14282/statm: 1683 1434 93 186 0 1493 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12088

[startup+0.102978 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 14281
/proc/meminfo: memFree=1739328/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 94246875 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14281/statm: 1339 239 199 169 0 50 0
[pid=14282] ppid=14281 vsize=6732 CPUtime=0.09
/proc/14282/stat : 14282 (SatElite) R 14281 14281 13701 0 -1 4194304 1494 0 0 0 8 1 0 0 19 0 1 0 94246875 6893568 1434 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/14282/statm: 1683 1434 93 186 0 1493 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12088

[startup+0.303007 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 14281
/proc/meminfo: memFree=1739328/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5356

[startup+0.702038 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 14281
/proc/meminfo: memFree=1739328/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5356

[startup+1.5011 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 14284
/proc/meminfo: memFree=1734768/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
[pid=14284] ppid=14281 vsize=6344 CPUtime=1.38
/proc/14284/stat : 14284 (rsat) R 14281 14281 13701 0 -1 4194304 1142 0 0 0 138 0 0 0 25 0 1 0 94246886 6496256 1120 1992294400 4194304 5460562 548682068800 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14284/statm: 1586 1120 116 309 0 1273 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 11700

[startup+3.10124 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 14284
/proc/meminfo: memFree=1733808/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
[pid=14284] ppid=14281 vsize=7620 CPUtime=2.98
/proc/14284/stat : 14284 (rsat) R 14281 14281 13701 0 -1 4194304 1454 0 0 0 298 0 0 0 25 0 1 0 94246886 7802880 1432 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14284/statm: 1905 1432 116 309 0 1592 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12976

[startup+6.30151 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 14284
/proc/meminfo: memFree=1731696/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
[pid=14284] ppid=14281 vsize=8736 CPUtime=6.17
/proc/14284/stat : 14284 (rsat) R 14281 14281 13701 0 -1 4194304 1832 0 0 0 617 0 0 0 25 0 1 0 94246886 8945664 1678 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14284/statm: 2184 1678 118 309 0 1871 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 14092

[startup+12.7011 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 14284
/proc/meminfo: memFree=1731376/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
[pid=14284] ppid=14281 vsize=9076 CPUtime=12.58
/proc/14284/stat : 14284 (rsat) R 14281 14281 13701 0 -1 4194304 2141 0 0 0 1257 1 0 0 25 0 1 0 94246886 9293824 1795 1992294400 4194304 5460562 548682068800 18446744073709551615 4210622 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14284/statm: 2269 1795 118 309 0 1956 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14432

[startup+25.5012 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 14284
/proc/meminfo: memFree=1731312/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
[pid=14284] ppid=14281 vsize=9336 CPUtime=25.37
/proc/14284/stat : 14284 (rsat) R 14281 14281 13701 0 -1 4194304 2697 0 0 0 2536 1 0 0 25 0 1 0 94246886 9560064 1870 1992294400 4194304 5460562 548682068800 18446744073709551615 4816256 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14284/statm: 2334 1870 118 309 0 2021 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14692

[startup+51.1014 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 14284
/proc/meminfo: memFree=1730480/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
[pid=14284] ppid=14281 vsize=10300 CPUtime=50.95
/proc/14284/stat : 14284 (rsat) R 14281 14281 13701 0 -1 4194304 3677 0 0 0 5094 1 0 0 25 0 1 0 94246886 10547200 2044 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14284/statm: 2575 2044 118 309 0 2262 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 15656

[startup+102.307 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 14284
/proc/meminfo: memFree=1727280/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
[pid=14284] ppid=14281 vsize=13344 CPUtime=102.14
/proc/14284/stat : 14284 (rsat) R 14281 14281 13701 0 -1 4194304 6492 0 0 0 10211 3 0 0 25 0 1 0 94246886 13664256 2843 1992294400 4194304 5460562 548682068800 18446744073709551615 4210633 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14284/statm: 3336 2843 118 309 0 3023 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 18700

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 14284
/proc/meminfo: memFree=1725360/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
[pid=14284] ppid=14281 vsize=15088 CPUtime=162.12
/proc/14284/stat : 14284 (rsat) R 14281 14281 13701 0 -1 4194304 8303 0 0 0 16208 4 0 0 25 0 1 0 94246886 15450112 3310 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14284/statm: 3772 3310 118 309 0 3459 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 20444

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 14284
/proc/meminfo: memFree=1723824/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
[pid=14284] ppid=14281 vsize=17036 CPUtime=222.09
/proc/14284/stat : 14284 (rsat) R 14281 14281 13701 0 -1 4194304 10987 0 0 0 22204 5 0 0 25 0 1 0 94246886 17444864 3684 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14284/statm: 4259 3684 118 309 0 3946 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 22392

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 14284
/proc/meminfo: memFree=1721968/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
[pid=14284] ppid=14281 vsize=18736 CPUtime=282.07
/proc/14284/stat : 14284 (rsat) R 14281 14281 13701 0 -1 4194304 12876 0 0 0 28201 6 0 0 25 0 1 0 94246886 19185664 4133 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14284/statm: 4684 4133 118 309 0 4371 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 24092

[startup+342.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 14284
/proc/meminfo: memFree=1720432/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
[pid=14284] ppid=14281 vsize=20296 CPUtime=342.04
/proc/14284/stat : 14284 (rsat) R 14281 14281 13701 0 -1 4194304 14720 0 0 0 34197 7 0 0 25 0 1 0 94246886 20783104 4537 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14284/statm: 5074 4537 118 309 0 4761 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 25652

[startup+402.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 14284
/proc/meminfo: memFree=1718192/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
[pid=14284] ppid=14281 vsize=22292 CPUtime=402.02
/proc/14284/stat : 14284 (rsat) R 14281 14281 13701 0 -1 4194304 16683 0 0 0 40193 9 0 0 25 0 1 0 94246886 22827008 5060 1992294400 4194304 5460562 548682068800 18446744073709551615 4210607 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14284/statm: 5573 5060 118 309 0 5260 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 27648

[startup+462.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 14284
/proc/meminfo: memFree=1718064/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
[pid=14284] ppid=14281 vsize=22308 CPUtime=462
/proc/14284/stat : 14284 (rsat) R 14281 14281 13701 0 -1 4194304 17186 0 0 0 46191 9 0 0 25 0 1 0 94246886 22843392 5083 1992294400 4194304 5460562 548682068800 18446744073709551615 4226196 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14284/statm: 5577 5083 118 309 0 5264 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 27664

[startup+522.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 14284
/proc/meminfo: memFree=1716720/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
[pid=14284] ppid=14281 vsize=23652 CPUtime=521.98
/proc/14284/stat : 14284 (rsat) R 14281 14281 13701 0 -1 4194304 18474 0 0 0 52188 10 0 0 25 0 1 0 94246886 24219648 5411 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14284/statm: 5913 5411 118 309 0 5600 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 29008

[startup+582.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 14284
/proc/meminfo: memFree=1716016/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
[pid=14284] ppid=14281 vsize=24648 CPUtime=581.95
/proc/14284/stat : 14284 (rsat) R 14281 14281 13701 0 -1 4194304 19181 0 0 0 58185 10 0 0 25 0 1 0 94246886 25239552 5638 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14284/statm: 6162 5638 118 309 0 5849 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 30004

[startup+642.303 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 14284
/proc/meminfo: memFree=1715120/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
[pid=14284] ppid=14281 vsize=26120 CPUtime=641.94
/proc/14284/stat : 14284 (rsat) R 14281 14281 13701 0 -1 4194304 21123 0 0 0 64183 11 0 0 25 0 1 0 94246886 26746880 5814 1992294400 4194304 5460562 548682068800 18446744073709551615 4198020 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14284/statm: 6530 5814 118 309 0 6217 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 31476

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

[startup+643.103 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 14284
/proc/meminfo: memFree=1715120/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
[pid=14284] ppid=14281 vsize=26120 CPUtime=642.73
/proc/14284/stat : 14284 (rsat) R 14281 14281 13701 0 -1 4194304 21123 0 0 0 64262 11 0 0 25 0 1 0 94246886 26746880 5814 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14284/statm: 6530 5814 118 309 0 6217 0
Current children cumulated CPU time (s) 642.83
Current children cumulated vsize (KiB) 31476

[startup+644.702 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 14284
/proc/meminfo: memFree=1715120/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
[pid=14284] ppid=14281 vsize=26036 CPUtime=644.33
/proc/14284/stat : 14284 (rsat) R 14281 14281 13701 0 -1 4194304 21124 0 0 0 64422 11 0 0 25 0 1 0 94246886 26660864 5794 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14284/statm: 6509 5794 119 309 0 6196 0
Current children cumulated CPU time (s) 644.43
Current children cumulated vsize (KiB) 31392

[startup+645.502 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 14284
/proc/meminfo: memFree=1715120/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
[pid=14284] ppid=14281 vsize=26036 CPUtime=645.13
/proc/14284/stat : 14284 (rsat) R 14281 14281 13701 0 -1 4194304 21124 0 0 0 64502 11 0 0 25 0 1 0 94246886 26660864 5794 1992294400 4194304 5460562 548682068800 18446744073709551615 4198165 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14284/statm: 6509 5794 119 309 0 6196 0
Current children cumulated CPU time (s) 645.23
Current children cumulated vsize (KiB) 31392

[startup+646.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 14284
/proc/meminfo: memFree=1715184/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
[pid=14284] ppid=14281 vsize=26036 CPUtime=645.93
/proc/14284/stat : 14284 (rsat) R 14281 14281 13701 0 -1 4194304 21124 0 0 0 64582 11 0 0 25 0 1 0 94246886 26660864 5794 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14284/statm: 6509 5794 119 309 0 6196 0
Current children cumulated CPU time (s) 646.03
Current children cumulated vsize (KiB) 31392

[startup+646.702 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 14284
/proc/meminfo: memFree=1715312/2055920 swapFree=4192956/4192956
[pid=14281] ppid=14279 vsize=5356 CPUtime=0.1
/proc/14281/stat : 14281 (rsat.sh) S 14279 14281 13701 0 -1 4194304 312 1497 0 0 0 0 9 1 16 0 1 0 94246875 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14281/statm: 1339 241 199 169 0 50 0
[pid=14284] ppid=14281 vsize=24852 CPUtime=646.33
/proc/14284/stat : 14284 (rsat) R 14281 14281 13701 0 -1 4194304 21125 0 0 0 64622 11 0 0 25 0 1 0 94246886 25448448 5623 1992294400 4194304 5460562 548682068800 18446744073709551615 4791332 0 0 4096 1026 0 0 0 17 0 0 0
/proc/14284/statm: 6213 5623 119 309 0 5900 0
Current children cumulated CPU time (s) 646.43
Current children cumulated vsize (KiB) 30208

Child status: 20
Real time (s): 646.718
CPU time (s): 646.457
CPU user time (s): 646.323
CPU system time (s): 0.133979
CPU usage (%): 99.9596
Max. virtual memory (cumulated for all children) (KiB): 35588

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

runsolver used 0.52592 second user time and 1.83572 second system time

The end

Launcher Data

Begin job on node15 at 2009-04-25 14:22:15
IDJOB=1721026
IDBENCH=69645
IDSOLVER=545
FILE ID=node15/1721026-1240662134
PBS_JOBID= 9186499
Free space on /tmp= 66268 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-alu4mul.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1721026-1240662134/watcher-1721026-1240662134 -o /tmp/evaluation-result-1721026-1240662134/solver-1721026-1240662134 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1721026-1240662134.cnf HOME

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

MD5SUM BENCH= 2d68b23bdbf6e7e2868e82c4f24dffc3
RANDOM SEED=2082599535

node15.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.220
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	: 5931.00
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.220
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:       1739872 kB
Buffers:         18732 kB
Cached:         222464 kB
SwapCached:          0 kB
Active:          46424 kB
Inactive:       209168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1739872 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6316 kB
Writeback:           0 kB
Mapped:          23708 kB
Slab:            46412 kB
Committed_AS:   309080 kB
PageTables:       1484 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= 66260 MiB
End job on node15 at 2009-04-25 14:33:01