Trace number 1773569

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 643.765 644.08

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.226
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.06199 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
643.66/644.06	c CNF stats: (4709 vars, 30392 clauses)
643.66/644.06	c Decisions: 1097112
643.66/644.06	c Conflicts: 760492
643.66/644.06	c Restarts: 6
643.66/644.06	c Avg lpc: 65.98
643.66/644.06	c Max decision level: 166
643.66/644.06	c KB reduction: 49 (668279 clauses removed)
643.66/644.06	c Final decision lit size:4709 (100.00 %)
643.66/644.06	c Final stack/save sizes: 376(7.98 %)/3008(63.88 %)
643.66/644.06	c Final cdc size: 1600 (33.98 %)
643.66/644.06	c ***********************************************
643.66/644.06	c Conflicts with bac: 15726/760492 (2.07 %)
643.66/644.06	c Avg bac size: 23.31
643.66/644.06	c Avg bac bt depth: 5.88 vs 1.25 (normal)
643.66/644.07	c Running time: 643.52717 seconds
643.66/644.07	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-1773569-1241334172/watcher-1773569-1241334172 -o /tmp/evaluation-result-1773569-1241334172/solver-1773569-1241334172 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773569-1241334172.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.07 1.09 3/64 19765
/proc/meminfo: memFree=985532/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0
/proc/19765/stat : 19765 (rsat.sh) R 19763 19765 19537 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161446218 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 256364833439 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/19765/statm: 1339 238 198 169 0 50 0
[pid=19766] ppid=19765 vsize=1608 CPUtime=0
/proc/19766/stat : 19766 (SatElite) R 19765 19765 19537 0 -1 4194304 220 0 0 0 0 0 0 0 18 0 1 0 161446218 1646592 203 1992294400 4194304 4959918 548682068688 18446744073709551615 4211208 0 0 4096 3 0 0 0 17 0 0 0
/proc/19766/statm: 402 204 65 186 0 212 0

[startup+0.10306 s]
/proc/loadavg: 1.01 1.07 1.09 3/64 19765
/proc/meminfo: memFree=985532/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161446218 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19765/statm: 1339 239 199 169 0 50 0
[pid=19766] ppid=19765 vsize=6732 CPUtime=0.09
/proc/19766/stat : 19766 (SatElite) R 19765 19765 19537 0 -1 4194304 1494 0 0 0 9 0 0 0 19 0 1 0 161446218 6893568 1434 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/19766/statm: 1683 1434 93 186 0 1493 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12088

[startup+0.20108 s]
/proc/loadavg: 1.01 1.07 1.09 3/64 19765
/proc/meminfo: memFree=985532/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0.09
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 312 1497 0 0 0 0 9 0 15 0 1 0 161446218 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19765/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5356

[startup+0.302091 s]
/proc/loadavg: 1.01 1.07 1.09 3/64 19765
/proc/meminfo: memFree=985532/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0.09
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 312 1497 0 0 0 0 9 0 15 0 1 0 161446218 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19765/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5356

[startup+0.701133 s]
/proc/loadavg: 1.01 1.07 1.09 3/64 19765
/proc/meminfo: memFree=985532/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0.09
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 312 1497 0 0 0 0 9 0 15 0 1 0 161446218 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19765/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5356

[startup+1.5022 s]
/proc/loadavg: 1.01 1.07 1.09 2/66 19768
/proc/meminfo: memFree=980844/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0.09
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 312 1497 0 0 0 0 9 0 15 0 1 0 161446218 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19765/statm: 1339 241 199 169 0 50 0
[pid=19768] ppid=19765 vsize=6456 CPUtime=1.38
/proc/19768/stat : 19768 (rsat) R 19765 19765 19537 0 -1 4194304 1156 0 0 0 138 0 0 0 25 0 1 0 161446229 6610944 1134 1992294400 4194304 5460562 548682068800 18446744073709551615 4200100 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19768/statm: 1614 1134 116 309 0 1301 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11812

[startup+3.10137 s]
/proc/loadavg: 1.01 1.07 1.09 2/66 19768
/proc/meminfo: memFree=979884/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0.09
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 312 1497 0 0 0 0 9 0 15 0 1 0 161446218 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19765/statm: 1339 241 199 169 0 50 0
[pid=19768] ppid=19765 vsize=7620 CPUtime=2.97
/proc/19768/stat : 19768 (rsat) R 19765 19765 19537 0 -1 4194304 1467 0 0 0 297 0 0 0 25 0 1 0 161446229 7802880 1445 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19768/statm: 1905 1445 116 309 0 1592 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 12976

[startup+6.3017 s]
/proc/loadavg: 1.17 1.10 1.10 2/66 19768
/proc/meminfo: memFree=977836/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0.09
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 312 1497 0 0 0 0 9 0 15 0 1 0 161446218 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19765/statm: 1339 241 199 169 0 50 0
[pid=19768] ppid=19765 vsize=8736 CPUtime=6.17
/proc/19768/stat : 19768 (rsat) R 19765 19765 19537 0 -1 4194304 1832 0 0 0 616 1 0 0 25 0 1 0 161446229 8945664 1678 1992294400 4194304 5460562 548682068800 18446744073709551615 4198003 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19768/statm: 2184 1678 118 309 0 1871 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 14092

[startup+12.7014 s]
/proc/loadavg: 1.32 1.13 1.11 2/66 19768
/proc/meminfo: memFree=977332/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0.09
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 312 1497 0 0 0 0 9 0 15 0 1 0 161446218 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19765/statm: 1339 241 199 169 0 50 0
[pid=19768] ppid=19765 vsize=9076 CPUtime=12.57
/proc/19768/stat : 19768 (rsat) R 19765 19765 19537 0 -1 4194304 2141 0 0 0 1256 1 0 0 25 0 1 0 161446229 9293824 1795 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19768/statm: 2269 1795 118 309 0 1956 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 14432

[startup+25.5017 s]
/proc/loadavg: 1.45 1.17 1.12 2/66 19768
/proc/meminfo: memFree=977204/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0.09
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 312 1497 0 0 0 0 9 0 15 0 1 0 161446218 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19765/statm: 1339 241 199 169 0 50 0
[pid=19768] ppid=19765 vsize=9336 CPUtime=25.36
/proc/19768/stat : 19768 (rsat) R 19765 19765 19537 0 -1 4194304 2601 0 0 0 2535 1 0 0 25 0 1 0 161446229 9560064 1870 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19768/statm: 2334 1870 118 309 0 2021 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 14692

[startup+51.1013 s]
/proc/loadavg: 1.30 1.16 1.11 2/66 19768
/proc/meminfo: memFree=976692/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0.09
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 312 1497 0 0 0 0 9 0 15 0 1 0 161446218 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19765/statm: 1339 241 199 169 0 50 0
[pid=19768] ppid=19765 vsize=10300 CPUtime=50.93
/proc/19768/stat : 19768 (rsat) R 19765 19765 19537 0 -1 4194304 3677 0 0 0 5091 2 0 0 25 0 1 0 161446229 10547200 2044 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19768/statm: 2575 2044 118 309 0 2262 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 15656

[startup+102.302 s]
/proc/loadavg: 1.13 1.13 1.10 2/66 19768
/proc/meminfo: memFree=973364/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0.09
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 312 1497 0 0 0 0 9 0 15 0 1 0 161446218 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19765/statm: 1339 241 199 169 0 50 0
[pid=19768] ppid=19765 vsize=13344 CPUtime=102.11
/proc/19768/stat : 19768 (rsat) R 19765 19765 19537 0 -1 4194304 6492 0 0 0 10207 4 0 0 25 0 1 0 161446229 13664256 2843 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19768/statm: 3336 2843 118 309 0 3023 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 18700

[startup+162.302 s]
/proc/loadavg: 1.05 1.11 1.09 2/66 19768
/proc/meminfo: memFree=971572/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0.09
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 312 1497 0 0 0 0 9 0 15 0 1 0 161446218 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19765/statm: 1339 241 199 169 0 50 0
[pid=19768] ppid=19765 vsize=15088 CPUtime=162.07
/proc/19768/stat : 19768 (rsat) R 19765 19765 19537 0 -1 4194304 8303 0 0 0 16203 4 0 0 25 0 1 0 161446229 15450112 3310 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19768/statm: 3772 3310 118 309 0 3459 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 20444

[startup+222.306 s]
/proc/loadavg: 1.02 1.08 1.09 2/66 19768
/proc/meminfo: memFree=970108/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0.09
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 312 1497 0 0 0 0 9 0 15 0 1 0 161446218 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19765/statm: 1339 241 199 169 0 50 0
[pid=19768] ppid=19765 vsize=17036 CPUtime=222.05
/proc/19768/stat : 19768 (rsat) R 19765 19765 19537 0 -1 4194304 10987 0 0 0 22199 6 0 0 25 0 1 0 161446229 17444864 3684 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19768/statm: 4259 3684 118 309 0 3946 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 22392

[startup+282.301 s]
/proc/loadavg: 1.00 1.07 1.08 2/66 19768
/proc/meminfo: memFree=968316/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0.09
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 312 1497 0 0 0 0 9 0 15 0 1 0 161446218 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19765/statm: 1339 241 199 169 0 50 0
[pid=19768] ppid=19765 vsize=18736 CPUtime=282.03
/proc/19768/stat : 19768 (rsat) R 19765 19765 19537 0 -1 4194304 12876 0 0 0 28196 7 0 0 25 0 1 0 161446229 19185664 4133 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19768/statm: 4684 4133 118 309 0 4371 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 24092

[startup+342.301 s]
/proc/loadavg: 1.00 1.05 1.07 2/66 19768
/proc/meminfo: memFree=966716/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0.09
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 312 1497 0 0 0 0 9 0 15 0 1 0 161446218 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19765/statm: 1339 241 199 169 0 50 0
[pid=19768] ppid=19765 vsize=20296 CPUtime=342
/proc/19768/stat : 19768 (rsat) R 19765 19765 19537 0 -1 4194304 14720 0 0 0 34192 8 0 0 25 0 1 0 161446229 20783104 4537 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19768/statm: 5074 4537 118 309 0 4761 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 25652

[startup+402.301 s]
/proc/loadavg: 1.00 1.04 1.07 2/66 19768
/proc/meminfo: memFree=964604/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0.09
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 312 1497 0 0 0 0 9 0 15 0 1 0 161446218 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19765/statm: 1339 241 199 169 0 50 0
[pid=19768] ppid=19765 vsize=22292 CPUtime=401.97
/proc/19768/stat : 19768 (rsat) R 19765 19765 19537 0 -1 4194304 16683 0 0 0 40187 10 0 0 25 0 1 0 161446229 22827008 5060 1992294400 4194304 5460562 548682068800 18446744073709551615 4210683 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19768/statm: 5573 5060 118 309 0 5260 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 27648

[startup+462.302 s]
/proc/loadavg: 1.00 1.03 1.06 2/66 19768
/proc/meminfo: memFree=964476/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0.09
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 312 1497 0 0 0 0 9 0 15 0 1 0 161446218 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19765/statm: 1339 241 199 169 0 50 0
[pid=19768] ppid=19765 vsize=22308 CPUtime=461.95
/proc/19768/stat : 19768 (rsat) R 19765 19765 19537 0 -1 4194304 17186 0 0 0 46185 10 0 0 25 0 1 0 161446229 22843392 5083 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19768/statm: 5577 5083 118 309 0 5264 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 27664

[startup+522.302 s]
/proc/loadavg: 1.00 1.02 1.06 2/66 19768
/proc/meminfo: memFree=963132/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0.09
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 312 1497 0 0 0 0 9 0 15 0 1 0 161446218 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19765/statm: 1339 241 199 169 0 50 0
[pid=19768] ppid=19765 vsize=23652 CPUtime=521.93
/proc/19768/stat : 19768 (rsat) R 19765 19765 19537 0 -1 4194304 18474 0 0 0 52182 11 0 0 25 0 1 0 161446229 24219648 5411 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19768/statm: 5913 5411 118 309 0 5600 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 29008

[startup+582.302 s]
/proc/loadavg: 1.00 1.02 1.05 2/66 19768
/proc/meminfo: memFree=962236/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0.09
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 312 1497 0 0 0 0 9 0 15 0 1 0 161446218 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19765/statm: 1339 241 199 169 0 50 0
[pid=19768] ppid=19765 vsize=24904 CPUtime=581.89
/proc/19768/stat : 19768 (rsat) R 19765 19765 19537 0 -1 4194304 19224 0 0 0 58178 11 0 0 25 0 1 0 161446229 25501696 5681 1992294400 4194304 5460562 548682068800 18446744073709551615 4551328 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19768/statm: 6226 5681 118 309 0 5913 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 30260

[startup+642.301 s]
/proc/loadavg: 1.00 1.01 1.04 2/66 19768
/proc/meminfo: memFree=961532/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0.09
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 312 1497 0 0 0 0 9 0 15 0 1 0 161446218 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19765/statm: 1339 241 199 169 0 50 0
[pid=19768] ppid=19765 vsize=26036 CPUtime=641.87
/proc/19768/stat : 19768 (rsat) R 19765 19765 19537 0 -1 4194304 21124 0 0 0 64175 12 0 0 25 0 1 0 161446229 26660864 5794 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19768/statm: 6509 5794 119 309 0 6196 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 31392

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

[startup+643.202 s]
/proc/loadavg: 1.00 1.01 1.04 2/66 19768
/proc/meminfo: memFree=961532/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0.09
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 312 1497 0 0 0 0 9 0 15 0 1 0 161446218 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19765/statm: 1339 241 199 169 0 50 0
[pid=19768] ppid=19765 vsize=26036 CPUtime=642.77
/proc/19768/stat : 19768 (rsat) R 19765 19765 19537 0 -1 4194304 21124 0 0 0 64265 12 0 0 25 0 1 0 161446229 26660864 5794 1992294400 4194304 5460562 548682068800 18446744073709551615 4213508 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19768/statm: 6509 5794 119 309 0 6196 0
Current children cumulated CPU time (s) 642.86
Current children cumulated vsize (KiB) 31392

[startup+643.606 s]
/proc/loadavg: 1.00 1.01 1.04 2/66 19768
/proc/meminfo: memFree=961532/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0.09
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 312 1497 0 0 0 0 9 0 15 0 1 0 161446218 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19765/statm: 1339 241 199 169 0 50 0
[pid=19768] ppid=19765 vsize=26036 CPUtime=643.18
/proc/19768/stat : 19768 (rsat) R 19765 19765 19537 0 -1 4194304 21124 0 0 0 64306 12 0 0 25 0 1 0 161446229 26660864 5794 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19768/statm: 6509 5794 119 309 0 6196 0
Current children cumulated CPU time (s) 643.27
Current children cumulated vsize (KiB) 31392

[startup+644.002 s]
/proc/loadavg: 1.00 1.01 1.04 2/66 19768
/proc/meminfo: memFree=961532/2055920 swapFree=4181692/4192956
[pid=19765] ppid=19763 vsize=5356 CPUtime=0.09
/proc/19765/stat : 19765 (rsat.sh) S 19763 19765 19537 0 -1 4194304 312 1497 0 0 0 0 9 0 15 0 1 0 161446218 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19765/statm: 1339 241 199 169 0 50 0
[pid=19768] ppid=19765 vsize=26036 CPUtime=643.57
/proc/19768/stat : 19768 (rsat) R 19765 19765 19537 0 -1 4194304 21124 0 0 0 64345 12 0 0 25 0 1 0 161446229 26660864 5794 1992294400 4194304 5460562 548682068800 18446744073709551615 4225627 0 0 4096 1026 0 0 0 17 0 0 0
/proc/19768/statm: 6509 5794 119 309 0 6196 0
Current children cumulated CPU time (s) 643.66
Current children cumulated vsize (KiB) 31392

Child status: 20
Real time (s): 644.08
CPU time (s): 643.765
CPU user time (s): 643.626
CPU system time (s): 0.138978
CPU usage (%): 99.951
Max. virtual memory (cumulated for all children) (KiB): 35588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 643.626
system time used= 0.138978
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= 37
involuntary context switches= 2619

runsolver used 0.746886 second user time and 1.66375 second system time

The end

Launcher Data

Begin job on node90 at 2009-05-03 09:02:52
IDJOB=1773569
IDBENCH=69645
IDSOLVER=615
FILE ID=node90/1773569-1241334172
PBS_JOBID= 9225425
Free space on /tmp= 66464 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-1773569-1241334172/watcher-1773569-1241334172 -o /tmp/evaluation-result-1773569-1241334172/solver-1773569-1241334172 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1773569-1241334172.cnf HOME

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

MD5SUM BENCH= 2d68b23bdbf6e7e2868e82c4f24dffc3
RANDOM SEED=461546051

node90.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        986012 kB
Buffers:         74568 kB
Cached:         883580 kB
SwapCached:       5480 kB
Active:         123016 kB
Inactive:       844164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        986012 kB
SwapTotal:     4192956 kB
SwapFree:      4181692 kB
Dirty:            6336 kB
Writeback:           0 kB
Mapped:          15088 kB
Slab:            88724 kB
Committed_AS:   584168 kB
PageTables:       1436 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= 66460 MiB
End job on node90 at 2009-05-03 09:13:36