Trace number 1577600

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 223.197 223.27

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L90_coli.sat.cnf
MD5SUMa9e7651569c1b43a1021c78982fb4e6b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark143.456
Satisfiable
(Un)Satisfiability was proved
Number of variables282842
Number of clauses1350458
Sum of the clauses size3903824
Maximum clause length11
Minimum clause length1
Number of clauses of size 129377
Number of clauses of size 2364467
Number of clauses of size 3730908
Number of clauses of size 4177355
Number of clauses of size 548082
Number of clauses of size over 5269

Solver Data

0.00/0.00	c Parsing...
1.18/1.24	c ==============================================================================
1.18/1.24	c |           |     ORIGINAL     |              LEARNT              |          |
1.18/1.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.18/1.24	c ==============================================================================
1.18/1.24	c |         0 | 1268704  3718600 |  380611       0        0     nan |  0.000 % |
25.67/25.78	c |         0 |  433228  1602137 |      --       0       --      -- |     --   | -674843/-1677597
25.67/25.78	c ==============================================================================
25.67/25.78	c Result  :   #vars: 41452   #clauses: 433228   #literals: 1602137
25.67/25.78	c CPU time:   25.3501 s
25.67/25.78	c ==============================================================================
26.37/26.47	c Rsat version 3.02
26.45/26.74	c Base unit clause learned: 0
223.02/223.15	c CNF stats: (41452 vars, 433228 clauses)
223.02/223.15	c Decisions: 524450
223.02/223.15	c Conflicts: 273459
223.02/223.15	c Restarts: 29
223.02/223.15	c Avg lpc: 22.71
223.02/223.15	c Max decision level: 642
223.02/223.15	c KB reduction: 1 (105628 clauses removed)
223.02/223.15	c Final decision lit size:41452 (100.00 %)
223.02/223.16	c Final stack/save sizes: 414(1.00 %)/414(1.00 %)
223.02/223.16	c Final cdc size: 414 (1.00 %)
223.02/223.16	c ***********************************************
223.02/223.16	c Conflicts with bac: 10615/273459 (3.88 %)
223.02/223.16	c Avg bac size: 10.80
223.02/223.16	c Avg bac bt depth: 7.36 vs 1.66 (normal)
223.12/223.24	c Running time: 196.60411 seconds
223.12/223.25	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-1577600-1241003044/watcher-1577600-1241003044 -o /tmp/evaluation-result-1577600-1241003044/solver-1577600-1241003044 -C 1200 -W 1800 -M 1800 HOME/rsat.sh HOME/instance-1577600-1241003044.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: 0.92 0.98 0.90 3/64 24702
/proc/meminfo: memFree=1403824/2055920 swapFree=4174088/4192956
[pid=24702] ppid=24700 vsize=5356 CPUtime=0
/proc/24702/stat : 24702 (rsat.sh) S 24700 24702 24453 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128332611 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 1339 239 199 169 0 50 0
[pid=24703] ppid=24702 vsize=1280 CPUtime=0
/proc/24703/stat : 24703 (SatElite) R 24702 24702 24453 0 -1 4194304 177 0 0 0 0 0 0 0 20 0 1 0 128332611 1310720 160 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/24703/statm: 320 163 65 186 0 130 0

[startup+0.011157 s]
/proc/loadavg: 0.92 0.98 0.90 3/64 24702
/proc/meminfo: memFree=1403824/2055920 swapFree=4174088/4192956
[pid=24702] ppid=24700 vsize=5356 CPUtime=0
/proc/24702/stat : 24702 (rsat.sh) S 24700 24702 24453 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128332611 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 1339 239 199 169 0 50 0
[pid=24703] ppid=24702 vsize=2780 CPUtime=0
/proc/24703/stat : 24703 (SatElite) R 24702 24702 24453 0 -1 4194304 496 0 0 0 0 0 0 0 20 0 1 0 128332611 2846720 479 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/24703/statm: 695 481 65 186 0 505 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8136

[startup+0.101164 s]
/proc/loadavg: 0.92 0.98 0.90 3/64 24702
/proc/meminfo: memFree=1403824/2055920 swapFree=4174088/4192956
[pid=24702] ppid=24700 vsize=5356 CPUtime=0
/proc/24702/stat : 24702 (rsat.sh) S 24700 24702 24453 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128332611 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 1339 239 199 169 0 50 0
[pid=24703] ppid=24702 vsize=24348 CPUtime=0.09
/proc/24703/stat : 24703 (SatElite) R 24702 24702 24453 0 -1 4194304 5960 0 0 0 6 3 0 0 20 0 1 0 128332611 24932352 5895 1992294400 4194304 4959918 548682068688 18446744073709551615 4634730 0 0 4096 3 0 0 0 17 1 0 0
/proc/24703/statm: 6087 5897 65 186 0 5897 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29704

[startup+0.301181 s]
/proc/loadavg: 0.92 0.98 0.90 3/64 24702
/proc/meminfo: memFree=1403824/2055920 swapFree=4174088/4192956
[pid=24702] ppid=24700 vsize=5356 CPUtime=0
/proc/24702/stat : 24702 (rsat.sh) S 24700 24702 24453 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128332611 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 1339 239 199 169 0 50 0
[pid=24703] ppid=24702 vsize=71392 CPUtime=0.29
/proc/24703/stat : 24703 (SatElite) R 24702 24702 24453 0 -1 4194304 15033 0 0 0 21 8 0 0 20 0 1 0 128332611 73105408 14968 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/24703/statm: 17848 14971 65 186 0 17658 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76748

[startup+0.701216 s]
/proc/loadavg: 0.92 0.98 0.90 3/64 24702
/proc/meminfo: memFree=1403824/2055920 swapFree=4174088/4192956
[pid=24702] ppid=24700 vsize=5356 CPUtime=0
/proc/24702/stat : 24702 (rsat.sh) S 24700 24702 24453 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128332611 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 1339 239 199 169 0 50 0
[pid=24703] ppid=24702 vsize=160268 CPUtime=0.69
/proc/24703/stat : 24703 (SatElite) R 24702 24702 24453 0 -1 4194304 32534 0 0 0 51 18 0 0 24 0 1 0 128332611 164114432 32469 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/24703/statm: 40067 32470 65 186 0 39877 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 165624

[startup+1.50129 s]
/proc/loadavg: 0.92 0.98 0.90 2/66 24704
/proc/meminfo: memFree=1223904/2055920 swapFree=4174088/4192956
[pid=24702] ppid=24700 vsize=5356 CPUtime=0
/proc/24702/stat : 24702 (rsat.sh) S 24700 24702 24453 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128332611 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 1339 239 199 169 0 50 0
[pid=24703] ppid=24702 vsize=267936 CPUtime=1.48
/proc/24703/stat : 24703 (SatElite) R 24702 24702 24453 0 -1 4194304 57803 0 0 0 116 32 0 0 25 0 1 0 128332611 274366464 57722 1992294400 4194304 4959918 548682068688 18446744073709551615 4240817 0 0 4096 3 0 0 0 17 1 0 0
/proc/24703/statm: 66984 57722 86 186 0 66794 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 273292

[startup+3.10143 s]
/proc/loadavg: 0.93 0.98 0.90 2/66 24704
/proc/meminfo: memFree=1172256/2055920 swapFree=4174088/4192956
[pid=24702] ppid=24700 vsize=5356 CPUtime=0
/proc/24702/stat : 24702 (rsat.sh) S 24700 24702 24453 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128332611 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 1339 239 199 169 0 50 0
[pid=24703] ppid=24702 vsize=280844 CPUtime=3.08
/proc/24703/stat : 24703 (SatElite) R 24702 24702 24453 0 -1 4194304 60797 0 0 0 275 33 0 0 25 0 1 0 128332611 287584256 60618 1992294400 4194304 4959918 548682068688 18446744073709551615 4240817 0 0 4096 3 0 0 0 17 0 0 0
/proc/24703/statm: 70211 60618 90 186 0 70021 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 286200

[startup+6.30271 s]
/proc/loadavg: 0.93 0.98 0.90 2/66 24704
/proc/meminfo: memFree=1160864/2055920 swapFree=4174088/4192956
[pid=24702] ppid=24700 vsize=5356 CPUtime=0
/proc/24702/stat : 24702 (rsat.sh) S 24700 24702 24453 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128332611 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 1339 239 199 169 0 50 0
[pid=24703] ppid=24702 vsize=280844 CPUtime=6.27
/proc/24703/stat : 24703 (SatElite) R 24702 24702 24453 0 -1 4194304 60809 0 0 0 593 34 0 0 25 0 1 0 128332611 287584256 60630 1992294400 4194304 4959918 548682068688 18446744073709551615 4241182 0 0 4096 3 0 0 0 17 1 0 0
/proc/24703/statm: 70211 60630 90 186 0 70021 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 286200

[startup+12.7013 s]
/proc/loadavg: 0.94 0.98 0.91 2/66 24704
/proc/meminfo: memFree=1161312/2055920 swapFree=4174088/4192956
[pid=24702] ppid=24700 vsize=5356 CPUtime=0
/proc/24702/stat : 24702 (rsat.sh) S 24700 24702 24453 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128332611 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 1339 239 199 169 0 50 0
[pid=24703] ppid=24702 vsize=280164 CPUtime=12.67
/proc/24703/stat : 24703 (SatElite) R 24702 24702 24453 0 -1 4194304 60869 0 0 0 1233 34 0 0 25 0 1 0 128332611 286887936 60520 1992294400 4194304 4959918 548682068688 18446744073709551615 4241757 0 0 4096 3 0 0 0 17 1 0 0
/proc/24703/statm: 70041 60520 90 186 0 69851 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 285520

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.91 2/66 24704
/proc/meminfo: memFree=1149216/2055920 swapFree=4174088/4192956
[pid=24702] ppid=24700 vsize=5356 CPUtime=0
/proc/24702/stat : 24702 (rsat.sh) S 24700 24702 24453 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128332611 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 1339 239 199 169 0 50 0
[pid=24703] ppid=24702 vsize=294900 CPUtime=25.47
/proc/24703/stat : 24703 (SatElite) R 24702 24702 24453 0 -1 4194304 67237 0 0 0 2506 41 0 0 25 0 1 0 128332611 301977600 63211 1992294400 4194304 4959918 548682068688 18446744073709551615 4274623 0 0 4096 3 0 0 0 17 1 0 0
/proc/24703/statm: 73725 63211 92 186 0 73535 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 300256

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.91 2/66 24705
/proc/meminfo: memFree=1335456/2055920 swapFree=4174088/4192956
[pid=24702] ppid=24700 vsize=5356 CPUtime=26.45
/proc/24702/stat : 24702 (rsat.sh) S 24700 24702 24453 0 -1 4194304 312 68698 0 0 0 0 2595 50 16 0 1 0 128332611 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 1339 241 199 169 0 50 0
[pid=24705] ppid=24702 vsize=49460 CPUtime=24.61
/proc/24705/stat : 24705 (rsat) R 24702 24702 24453 0 -1 4194304 12309 0 0 0 2454 7 0 0 25 0 1 0 128335258 50647040 11471 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/24705/statm: 12365 11471 118 309 0 12052 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 54816

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.91 2/66 24705
/proc/meminfo: memFree=1328480/2055920 swapFree=4174088/4192956
[pid=24702] ppid=24700 vsize=5356 CPUtime=26.45
/proc/24702/stat : 24702 (rsat.sh) S 24700 24702 24453 0 -1 4194304 312 68698 0 0 0 0 2595 50 16 0 1 0 128332611 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 1339 241 199 169 0 50 0
[pid=24705] ppid=24702 vsize=55728 CPUtime=75.8
/proc/24705/stat : 24705 (rsat) R 24702 24702 24453 0 -1 4194304 14053 0 0 0 7572 8 0 0 25 0 1 0 128335258 57065472 13204 1992294400 4194304 5460562 548682068800 18446744073709551615 4225217 0 0 4096 1026 0 0 0 17 1 0 0
/proc/24705/statm: 13932 13204 118 309 0 13619 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 61084

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 24705
/proc/meminfo: memFree=1321312/2055920 swapFree=4174088/4192956
[pid=24702] ppid=24700 vsize=5356 CPUtime=26.45
/proc/24702/stat : 24702 (rsat.sh) S 24700 24702 24453 0 -1 4194304 312 68698 0 0 0 0 2595 50 16 0 1 0 128332611 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 1339 241 199 169 0 50 0
[pid=24705] ppid=24702 vsize=64252 CPUtime=135.77
/proc/24705/stat : 24705 (rsat) R 24702 24702 24453 0 -1 4194304 18388 0 0 0 13567 10 0 0 25 0 1 0 128335258 65794048 14949 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/24705/statm: 16063 14949 118 309 0 15750 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 69608

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 24705
/proc/meminfo: memFree=1321184/2055920 swapFree=4174088/4192956
[pid=24702] ppid=24700 vsize=5356 CPUtime=26.45
/proc/24702/stat : 24702 (rsat.sh) S 24700 24702 24453 0 -1 4194304 312 68698 0 0 0 0 2595 50 16 0 1 0 128332611 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 1339 241 199 169 0 50 0
[pid=24705] ppid=24702 vsize=64764 CPUtime=195.77
/proc/24705/stat : 24705 (rsat) R 24702 24702 24453 0 -1 4194304 18455 0 0 0 19566 11 0 0 25 0 1 0 128335258 66318336 15016 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/24705/statm: 16191 15016 118 309 0 15878 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 70120

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

[startup+222.702 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 24705
/proc/meminfo: memFree=1321184/2055920 swapFree=4174088/4192956
[pid=24702] ppid=24700 vsize=5356 CPUtime=26.45
/proc/24702/stat : 24702 (rsat.sh) S 24700 24702 24453 0 -1 4194304 312 68698 0 0 0 0 2595 50 16 0 1 0 128332611 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 1339 241 199 169 0 50 0
[pid=24705] ppid=24702 vsize=64764 CPUtime=196.17
/proc/24705/stat : 24705 (rsat) R 24702 24702 24453 0 -1 4194304 18455 0 0 0 19606 11 0 0 25 0 1 0 128335258 66318336 15016 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/24705/statm: 16191 15016 118 309 0 15878 0
Current children cumulated CPU time (s) 222.62
Current children cumulated vsize (KiB) 70120

[startup+223.102 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 24705
/proc/meminfo: memFree=1321184/2055920 swapFree=4174088/4192956
[pid=24702] ppid=24700 vsize=5356 CPUtime=26.45
/proc/24702/stat : 24702 (rsat.sh) S 24700 24702 24453 0 -1 4194304 312 68698 0 0 0 0 2595 50 16 0 1 0 128332611 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 1339 241 199 169 0 50 0
[pid=24705] ppid=24702 vsize=64764 CPUtime=196.57
/proc/24705/stat : 24705 (rsat) R 24702 24702 24453 0 -1 4194304 18455 0 0 0 19646 11 0 0 25 0 1 0 128335258 66318336 15016 1992294400 4194304 5460562 548682068800 18446744073709551615 4226093 0 0 4096 1026 0 0 0 17 1 0 0
/proc/24705/statm: 16191 15016 118 309 0 15878 0
Current children cumulated CPU time (s) 223.02
Current children cumulated vsize (KiB) 70120

[startup+223.202 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 24705
/proc/meminfo: memFree=1324384/2055920 swapFree=4174088/4192956
[pid=24702] ppid=24700 vsize=5356 CPUtime=26.45
/proc/24702/stat : 24702 (rsat.sh) S 24700 24702 24453 0 -1 4194304 312 68698 0 0 0 0 2595 50 16 0 1 0 128332611 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 1339 241 199 169 0 50 0
[pid=24705] ppid=24702 vsize=61376 CPUtime=196.67
/proc/24705/stat : 24705 (rsat) R 24702 24702 24453 0 -1 4194304 18456 0 0 0 19656 11 0 0 25 0 1 0 128335258 62849024 14169 1992294400 4194304 5460562 548682068800 18446744073709551615 4791208 0 0 4096 1026 0 0 0 17 1 0 0
/proc/24705/statm: 15344 14169 118 309 0 15031 0
Current children cumulated CPU time (s) 223.12
Current children cumulated vsize (KiB) 66732

Child status: 20
Real time (s): 223.27
CPU time (s): 223.197
CPU user time (s): 222.557
CPU system time (s): 0.639902
CPU usage (%): 99.9672
Max. virtual memory (cumulated for all children) (KiB): 300256

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

runsolver used 0.236963 second user time and 0.583911 second system time

The end

Launcher Data

Begin job on node50 at 2009-04-29 13:04:06
IDJOB=1577600
IDBENCH=70962
IDSOLVER=545
FILE ID=node50/1577600-1241003044
PBS_JOBID= 9204820
Free space on /tmp= 66492 MiB

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

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

MD5SUM BENCH= a9e7651569c1b43a1021c78982fb4e6b
RANDOM SEED=1722402207

node50.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.216
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.216
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:       1404496 kB
Buffers:         39116 kB
Cached:         527996 kB
SwapCached:      13132 kB
Active:          51308 kB
Inactive:       530544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1404496 kB
SwapTotal:     4192956 kB
SwapFree:      4174088 kB
Dirty:           32300 kB
Writeback:           0 kB
Mapped:          13456 kB
Slab:            55540 kB
Committed_AS:   447140 kB
PageTables:       1448 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= 66488 MiB
End job on node50 at 2009-04-29 13:07:49