Trace number 1577860

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 253.862 253.956

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L100_coli.sat.cnf
MD5SUM370a08d01be1cc652e9a09ab1aafdced
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark183.559
Satisfiable
(Un)Satisfiability was proved
Number of variables315617
Number of clauses1522583
Sum of the clauses size4407119
Maximum clause length11
Minimum clause length1
Number of clauses of size 132077
Number of clauses of size 2403677
Number of clauses of size 3835608
Number of clauses of size 4197035
Number of clauses of size 553887
Number of clauses of size over 5299

Solver Data

0.00/0.00	c Parsing...
1.39/1.40	c ==============================================================================
1.39/1.40	c |           |     ORIGINAL     |              LEARNT              |          |
1.39/1.40	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.39/1.40	c ==============================================================================
1.39/1.40	c |         0 | 1433869  4205935 |  430160       0        0     nan |  0.000 % |
31.27/31.31	c |         0 |  506124  1856371 |      --       0       --      -- |     --   | -749772/-1863718
31.27/31.32	c ==============================================================================
31.27/31.32	c Result  :   #vars: 48547   #clauses: 506124   #literals: 1856371
31.27/31.32	c CPU time:   30.8123 s
31.27/31.32	c ==============================================================================
31.97/32.08	c Rsat version 3.02
32.04/32.41	c Base unit clause learned: 0
253.69/253.84	c CNF stats: (48547 vars, 506124 clauses)
253.69/253.84	c Decisions: 577016
253.69/253.84	c Conflicts: 289681
253.69/253.84	c Restarts: 29
253.69/253.84	c Avg lpc: 23.64
253.69/253.84	c Max decision level: 507
253.69/253.84	c KB reduction: 1 (127586 clauses removed)
253.69/253.84	c Final decision lit size:48547 (100.00 %)
253.69/253.84	c Final stack/save sizes: 485(1.00 %)/970(2.00 %)
253.69/253.84	c Final cdc size: 970 (2.00 %)
253.69/253.84	c ***********************************************
253.69/253.84	c Conflicts with bac: 11546/289681 (3.99 %)
253.69/253.84	c Avg bac size: 11.43
253.69/253.84	c Avg bac bt depth: 7.41 vs 1.73 (normal)
253.79/253.93	c Running time: 221.65530 seconds
253.79/253.93	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-1577860-1241005344/watcher-1577860-1241005344 -o /tmp/evaluation-result-1577860-1241005344/solver-1577860-1241005344 -C 1200 -W 1800 -M 1800 HOME/rsat.sh HOME/instance-1577860-1241005344.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 15023
/proc/meminfo: memFree=1843144/2055920 swapFree=4173832/4192956
[pid=15023] ppid=15021 vsize=5356 CPUtime=0
/proc/15023/stat : 15023 (rsat.sh) S 15021 15023 14598 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128568618 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15023/statm: 1339 240 199 169 0 50 0
[pid=15024] ppid=15023 vsize=1280 CPUtime=0
/proc/15024/stat : 15024 (SatElite) R 15023 15023 14598 0 -1 4194304 175 0 0 0 0 0 0 0 20 0 1 0 128568619 1310720 158 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/15024/statm: 320 159 65 186 0 130 0

[startup+0.0247339 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 15023
/proc/meminfo: memFree=1843144/2055920 swapFree=4173832/4192956
[pid=15023] ppid=15021 vsize=5356 CPUtime=0
/proc/15023/stat : 15023 (rsat.sh) S 15021 15023 14598 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128568618 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15023/statm: 1339 240 199 169 0 50 0
[pid=15024] ppid=15023 vsize=7188 CPUtime=0.01
/proc/15024/stat : 15024 (SatElite) R 15023 15023 14598 0 -1 4194304 1463 0 0 0 1 0 0 0 20 0 1 0 128568619 7360512 1446 1992294400 4194304 4959918 548682068656 18446744073709551615 4438128 0 0 4096 3 0 0 0 17 1 0 0
/proc/15024/statm: 1797 1452 65 186 0 1607 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12544

[startup+0.10174 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 15023
/proc/meminfo: memFree=1843144/2055920 swapFree=4173832/4192956
[pid=15023] ppid=15021 vsize=5356 CPUtime=0
/proc/15023/stat : 15023 (rsat.sh) S 15021 15023 14598 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128568618 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15023/statm: 1339 240 199 169 0 50 0
[pid=15024] ppid=15023 vsize=38352 CPUtime=0.09
/proc/15024/stat : 15024 (SatElite) R 15023 15023 14598 0 -1 4194304 6212 0 0 0 7 2 0 0 20 0 1 0 128568619 39272448 6131 1992294400 4194304 4959918 548682068656 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/15024/statm: 9588 6132 65 186 0 9398 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43708

[startup+0.30176 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 15023
/proc/meminfo: memFree=1843144/2055920 swapFree=4173832/4192956
[pid=15023] ppid=15021 vsize=5356 CPUtime=0
/proc/15023/stat : 15023 (rsat.sh) S 15021 15023 14598 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128568618 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15023/statm: 1339 240 199 169 0 50 0
[pid=15024] ppid=15023 vsize=71064 CPUtime=0.29
/proc/15024/stat : 15024 (SatElite) R 15023 15023 14598 0 -1 4194304 15365 0 0 0 22 7 0 0 21 0 1 0 128568619 72769536 15284 1992294400 4194304 4959918 548682068656 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/15024/statm: 17766 15286 65 186 0 17576 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76420

[startup+0.701799 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 15023
/proc/meminfo: memFree=1843144/2055920 swapFree=4173832/4192956
[pid=15023] ppid=15021 vsize=5356 CPUtime=0
/proc/15023/stat : 15023 (rsat.sh) S 15021 15023 14598 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128568618 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15023/statm: 1339 240 199 169 0 50 0
[pid=15024] ppid=15023 vsize=160728 CPUtime=0.69
/proc/15024/stat : 15024 (SatElite) R 15023 15023 14598 0 -1 4194304 33384 0 0 0 50 19 0 0 25 0 1 0 128568619 164585472 33303 1992294400 4194304 4959918 548682068656 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/15024/statm: 40182 33304 65 186 0 39992 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 166084

[startup+1.50188 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 15025
/proc/meminfo: memFree=1662520/2055920 swapFree=4173832/4192956
[pid=15023] ppid=15021 vsize=5356 CPUtime=0
/proc/15023/stat : 15023 (rsat.sh) S 15021 15023 14598 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128568618 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15023/statm: 1339 240 199 169 0 50 0
[pid=15024] ppid=15023 vsize=285260 CPUtime=1.48
/proc/15024/stat : 15024 (SatElite) R 15023 15023 14598 0 -1 4194304 63526 0 0 0 115 33 0 0 25 0 1 0 128568619 292106240 63445 1992294400 4194304 4959918 548682068656 18446744073709551615 4254979 0 0 4096 3 0 0 0 17 1 0 0
/proc/15024/statm: 71315 63445 86 186 0 71125 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 290616

[startup+3.10105 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 15025
/proc/meminfo: memFree=1583608/2055920 swapFree=4173832/4192956
[pid=15023] ppid=15021 vsize=5356 CPUtime=0
/proc/15023/stat : 15023 (rsat.sh) S 15021 15023 14598 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128568618 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15023/statm: 1339 240 199 169 0 50 0
[pid=15024] ppid=15023 vsize=318964 CPUtime=3.08
/proc/15024/stat : 15024 (SatElite) R 15023 15023 14598 0 -1 4194304 68149 0 0 0 272 36 0 0 25 0 1 0 128568619 326619136 67956 1992294400 4194304 4959918 548682068656 18446744073709551615 4240817 0 0 4096 3 0 0 0 17 0 0 0
/proc/15024/statm: 79741 67956 90 186 0 79551 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 324320

[startup+6.30136 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 15025
/proc/meminfo: memFree=1570872/2055920 swapFree=4173832/4192956
[pid=15023] ppid=15021 vsize=5356 CPUtime=0
/proc/15023/stat : 15023 (rsat.sh) S 15021 15023 14598 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128568618 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15023/statm: 1339 240 199 169 0 50 0
[pid=15024] ppid=15023 vsize=318812 CPUtime=6.27
/proc/15024/stat : 15024 (SatElite) R 15023 15023 14598 0 -1 4194304 68177 0 0 0 590 37 0 0 25 0 1 0 128568619 326463488 67946 1992294400 4194304 4959918 548682068656 18446744073709551615 4240958 0 0 4096 3 0 0 0 17 1 0 0
/proc/15024/statm: 79703 67946 90 186 0 79513 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 324168

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 15025
/proc/meminfo: memFree=1571320/2055920 swapFree=4173832/4192956
[pid=15023] ppid=15021 vsize=5356 CPUtime=0
/proc/15023/stat : 15023 (rsat.sh) S 15021 15023 14598 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128568618 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15023/statm: 1339 240 199 169 0 50 0
[pid=15024] ppid=15023 vsize=318360 CPUtime=12.67
/proc/15024/stat : 15024 (SatElite) R 15023 15023 14598 0 -1 4194304 68219 0 0 0 1230 37 0 0 25 0 1 0 128568619 326000640 67875 1992294400 4194304 4959918 548682068656 18446744073709551615 4241176 0 0 4096 3 0 0 0 17 1 0 0
/proc/15024/statm: 79590 67875 90 186 0 79400 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 323716

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 15025
/proc/meminfo: memFree=1571896/2055920 swapFree=4173832/4192956
[pid=15023] ppid=15021 vsize=5356 CPUtime=0
/proc/15023/stat : 15023 (rsat.sh) S 15021 15023 14598 0 -1 4194304 290 0 0 0 0 0 0 0 18 0 1 0 128568618 5484544 240 1992294400 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15023/statm: 1339 240 199 169 0 50 0
[pid=15024] ppid=15023 vsize=319248 CPUtime=25.47
/proc/15024/stat : 15024 (SatElite) R 15023 15023 14598 0 -1 4194304 68567 0 0 0 2509 38 0 0 25 0 1 0 128568619 326909952 67805 1992294400 4194304 4959918 548682068656 18446744073709551615 4240817 0 0 4096 3 0 0 0 17 1 0 0
/proc/15024/statm: 79812 67805 90 186 0 79622 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 324604

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 15026
/proc/meminfo: memFree=1767032/2055920 swapFree=4173832/4192956
[pid=15023] ppid=15021 vsize=5356 CPUtime=32.04
/proc/15023/stat : 15023 (rsat.sh) S 15021 15023 14598 0 -1 4194304 315 76413 0 0 0 0 3148 56 16 0 1 0 128568618 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15023/statm: 1339 242 199 169 0 50 0
[pid=15026] ppid=15023 vsize=54656 CPUtime=19
/proc/15026/stat : 15026 (rsat) R 15023 15023 14598 0 -1 4194304 13549 0 0 0 1893 7 0 0 25 0 1 0 128571827 55967744 12686 1992294400 4194304 5460562 548682068784 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15026/statm: 13664 12686 118 309 0 13351 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 60012

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 15026
/proc/meminfo: memFree=1755000/2055920 swapFree=4173832/4192956
[pid=15023] ppid=15021 vsize=5356 CPUtime=32.04
/proc/15023/stat : 15023 (rsat.sh) S 15021 15023 14598 0 -1 4194304 315 76413 0 0 0 0 3148 56 16 0 1 0 128568618 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15023/statm: 1339 242 199 169 0 50 0
[pid=15026] ppid=15023 vsize=67344 CPUtime=70.19
/proc/15026/stat : 15026 (rsat) R 15023 15023 14598 0 -1 4194304 17002 0 0 0 7010 9 0 0 25 0 1 0 128571827 68960256 15598 1992294400 4194304 5460562 548682068784 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15026/statm: 16836 15598 118 309 0 16523 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 72700

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 15026
/proc/meminfo: memFree=1746936/2055920 swapFree=4173832/4192956
[pid=15023] ppid=15021 vsize=5356 CPUtime=32.04
/proc/15023/stat : 15023 (rsat.sh) S 15021 15023 14598 0 -1 4194304 315 76413 0 0 0 0 3148 56 16 0 1 0 128568618 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15023/statm: 1339 242 199 169 0 50 0
[pid=15026] ppid=15023 vsize=74660 CPUtime=130.16
/proc/15026/stat : 15026 (rsat) R 15023 15023 14598 0 -1 4194304 21047 0 0 0 13005 11 0 0 25 0 1 0 128571827 76451840 17571 1992294400 4194304 5460562 548682068784 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15026/statm: 18665 17571 118 309 0 18352 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 80016

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 15026
/proc/meminfo: memFree=1746808/2055920 swapFree=4173832/4192956
[pid=15023] ppid=15021 vsize=5356 CPUtime=32.04
/proc/15023/stat : 15023 (rsat.sh) S 15021 15023 14598 0 -1 4194304 315 76413 0 0 0 0 3148 56 16 0 1 0 128568618 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15023/statm: 1339 242 199 169 0 50 0
[pid=15026] ppid=15023 vsize=75016 CPUtime=190.16
/proc/15026/stat : 15026 (rsat) R 15023 15023 14598 0 -1 4194304 21116 0 0 0 19004 12 0 0 25 0 1 0 128571827 76816384 17640 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15026/statm: 18754 17640 118 309 0 18441 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 80372

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

[startup+230.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 15026
/proc/meminfo: memFree=1746488/2055920 swapFree=4173832/4192956
[pid=15023] ppid=15021 vsize=5356 CPUtime=32.04
/proc/15023/stat : 15023 (rsat.sh) S 15021 15023 14598 0 -1 4194304 315 76413 0 0 0 0 3148 56 16 0 1 0 128568618 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15023/statm: 1339 242 199 169 0 50 0
[pid=15026] ppid=15023 vsize=75208 CPUtime=198.15
/proc/15026/stat : 15026 (rsat) R 15023 15023 14598 0 -1 4194304 21190 0 0 0 19803 12 0 0 25 0 1 0 128571827 77012992 17714 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15026/statm: 18802 17714 118 309 0 18489 0
Current children cumulated CPU time (s) 230.19
Current children cumulated vsize (KiB) 80564

[startup+243.106 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 15026
/proc/meminfo: memFree=1746168/2055920 swapFree=4173832/4192956
[pid=15023] ppid=15021 vsize=5356 CPUtime=32.04
/proc/15023/stat : 15023 (rsat.sh) S 15021 15023 14598 0 -1 4194304 315 76413 0 0 0 0 3148 56 16 0 1 0 128568618 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15023/statm: 1339 242 199 169 0 50 0
[pid=15026] ppid=15023 vsize=75784 CPUtime=210.95
/proc/15026/stat : 15026 (rsat) R 15023 15023 14598 0 -1 4194304 21280 0 0 0 21083 12 0 0 25 0 1 0 128571827 77602816 17804 1992294400 4194304 5460562 548682068784 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15026/statm: 18946 17804 118 309 0 18633 0
Current children cumulated CPU time (s) 242.99
Current children cumulated vsize (KiB) 81140

[startup+249.501 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 15026
/proc/meminfo: memFree=1746168/2055920 swapFree=4173832/4192956
[pid=15023] ppid=15021 vsize=5356 CPUtime=32.04
/proc/15023/stat : 15023 (rsat.sh) S 15021 15023 14598 0 -1 4194304 315 76413 0 0 0 0 3148 56 16 0 1 0 128568618 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15023/statm: 1339 242 199 169 0 50 0
[pid=15026] ppid=15023 vsize=75784 CPUtime=217.35
/proc/15026/stat : 15026 (rsat) R 15023 15023 14598 0 -1 4194304 21280 0 0 0 21723 12 0 0 25 0 1 0 128571827 77602816 17804 1992294400 4194304 5460562 548682068784 18446744073709551615 4210625 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15026/statm: 18946 17804 118 309 0 18633 0
Current children cumulated CPU time (s) 249.39
Current children cumulated vsize (KiB) 81140

[startup+251.102 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 15026
/proc/meminfo: memFree=1746168/2055920 swapFree=4173832/4192956
[pid=15023] ppid=15021 vsize=5356 CPUtime=32.04
/proc/15023/stat : 15023 (rsat.sh) S 15021 15023 14598 0 -1 4194304 315 76413 0 0 0 0 3148 56 16 0 1 0 128568618 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15023/statm: 1339 242 199 169 0 50 0
[pid=15026] ppid=15023 vsize=75784 CPUtime=218.95
/proc/15026/stat : 15026 (rsat) R 15023 15023 14598 0 -1 4194304 21280 0 0 0 21883 12 0 0 25 0 1 0 128571827 77602816 17804 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15026/statm: 18946 17804 118 309 0 18633 0
Current children cumulated CPU time (s) 250.99
Current children cumulated vsize (KiB) 81140

[startup+252.703 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 15026
/proc/meminfo: memFree=1746168/2055920 swapFree=4173832/4192956
[pid=15023] ppid=15021 vsize=5356 CPUtime=32.04
/proc/15023/stat : 15023 (rsat.sh) S 15021 15023 14598 0 -1 4194304 315 76413 0 0 0 0 3148 56 16 0 1 0 128568618 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15023/statm: 1339 242 199 169 0 50 0
[pid=15026] ppid=15023 vsize=75784 CPUtime=220.55
/proc/15026/stat : 15026 (rsat) R 15023 15023 14598 0 -1 4194304 21280 0 0 0 22043 12 0 0 25 0 1 0 128571827 77602816 17804 1992294400 4194304 5460562 548682068784 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15026/statm: 18946 17804 118 309 0 18633 0
Current children cumulated CPU time (s) 252.59
Current children cumulated vsize (KiB) 81140

[startup+253.503 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 15026
/proc/meminfo: memFree=1746168/2055920 swapFree=4173832/4192956
[pid=15023] ppid=15021 vsize=5356 CPUtime=32.04
/proc/15023/stat : 15023 (rsat.sh) S 15021 15023 14598 0 -1 4194304 315 76413 0 0 0 0 3148 56 16 0 1 0 128568618 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15023/statm: 1339 242 199 169 0 50 0
[pid=15026] ppid=15023 vsize=75784 CPUtime=221.35
/proc/15026/stat : 15026 (rsat) R 15023 15023 14598 0 -1 4194304 21280 0 0 0 22123 12 0 0 25 0 1 0 128571827 77602816 17804 1992294400 4194304 5460562 548682068784 18446744073709551615 4215875 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15026/statm: 18946 17804 118 309 0 18633 0
Current children cumulated CPU time (s) 253.39
Current children cumulated vsize (KiB) 81140

[startup+253.902 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 15026
/proc/meminfo: memFree=1746168/2055920 swapFree=4173832/4192956
[pid=15023] ppid=15021 vsize=5356 CPUtime=32.04
/proc/15023/stat : 15023 (rsat.sh) S 15021 15023 14598 0 -1 4194304 315 76413 0 0 0 0 3148 56 16 0 1 0 128568618 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15023/statm: 1339 242 199 169 0 50 0
[pid=15026] ppid=15023 vsize=69776 CPUtime=221.75
/proc/15026/stat : 15026 (rsat) R 15023 15023 14598 0 -1 4194304 21281 0 0 0 22163 12 0 0 25 0 1 0 128571827 71450624 16481 1992294400 4194304 5460562 548682068784 18446744073709551615 4791845 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15026/statm: 17444 16481 118 309 0 17131 0
Current children cumulated CPU time (s) 253.79
Current children cumulated vsize (KiB) 75132

Child status: 20
Real time (s): 253.956
CPU time (s): 253.862
CPU user time (s): 253.143
CPU system time (s): 0.71989
CPU usage (%): 99.9633
Max. virtual memory (cumulated for all children) (KiB): 335016

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

runsolver used 0.289955 second user time and 0.641902 second system time

The end

Launcher Data

Begin job on node12 at 2009-04-29 13:42:26
IDJOB=1577860
IDBENCH=70967
IDSOLVER=545
FILE ID=node12/1577860-1241005344
PBS_JOBID= 9204855
Free space on /tmp= 66508 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L100_coli.sat.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577860-1241005344/watcher-1577860-1241005344 -o /tmp/evaluation-result-1577860-1241005344/solver-1577860-1241005344 -C 1200 -W 1800 -M 1800  HOME/rsat.sh HOME/instance-1577860-1241005344.cnf HOME

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

MD5SUM BENCH= 370a08d01be1cc652e9a09ab1aafdced
RANDOM SEED=412752216

node12.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.213
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.213
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:       1843560 kB
Buffers:         16140 kB
Cached:         139516 kB
SwapCached:      13392 kB
Active:          75744 kB
Inactive:        95696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843560 kB
SwapTotal:     4192956 kB
SwapFree:      4173832 kB
Dirty:           35832 kB
Writeback:           0 kB
Mapped:          13532 kB
Slab:            26956 kB
Committed_AS:   651044 kB
PageTables:       1388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66500 MiB
End job on node12 at 2009-04-29 13:46:40