Trace number 1577548

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 337.653 337.934

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark200.567
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

0.00/0.00	c Parsing...
2.19/2.24	c ==============================================================================
2.19/2.24	c |           |     ORIGINAL     |              LEARNT              |          |
2.19/2.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.19/2.24	c ==============================================================================
2.19/2.24	c |         0 | 2333194  6866110 |  699958       0        0     nan |  0.000 % |
68.56/68.69	c |         0 |  944203  3351555 |      --       0       --      -- |     --   | -1124318/-2793809
68.66/68.70	c ==============================================================================
68.66/68.70	c Result  :   #vars: 91522   #clauses: 944203   #literals: 3351555
68.66/68.70	c CPU time:   67.9217 s
68.66/68.70	c ==============================================================================
70.00/70.27	c Rsat version 3.02
70.58/70.88	c Base unit clause learned: 0
337.40/337.73	c CNF stats: (91522 vars, 944203 clauses)
337.40/337.73	c Decisions: 641279
337.40/337.73	c Conflicts: 279671
337.40/337.73	c Restarts: 30
337.40/337.73	c Avg lpc: 22.18
337.40/337.73	c Max decision level: 494
337.40/337.73	c KB reduction: 0 (0 clauses removed)
337.40/337.73	c Final decision lit size:91522 (100.00 %)
337.40/337.73	c Final stack/save sizes: 915(1.00 %)/915(1.00 %)
337.40/337.73	c Final cdc size: 1830 (2.00 %)
337.40/337.73	c ***********************************************
337.40/337.73	c Conflicts with bac: 12402/279671 (4.43 %)
337.40/337.73	c Avg bac size: 9.99
337.40/337.73	c Avg bac bt depth: 8.75 vs 1.96 (normal)
337.50/337.89	c Running time: 267.39235 seconds
337.60/337.90	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-1577548-1241002475/watcher-1577548-1241002475 -o /tmp/evaluation-result-1577548-1241002475/solver-1577548-1241002475 -C 1200 -W 1800 -M 1800 HOME/rsat.sh HOME/instance-1577548-1241002475.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.99 0.97 0.91 3/64 15082
/proc/meminfo: memFree=1203024/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=0
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128281659 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 239 199 169 0 50 0
[pid=15083] ppid=15082 vsize=1280 CPUtime=0
/proc/15083/stat : 15083 (SatElite) R 15082 15082 14839 0 -1 4194304 176 0 0 0 0 0 0 0 20 0 1 0 128281659 1310720 159 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/15083/statm: 320 160 65 186 0 130 0

[startup+0.011791 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 15082
/proc/meminfo: memFree=1203024/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=0
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128281659 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 239 199 169 0 50 0
[pid=15083] ppid=15082 vsize=2780 CPUtime=0
/proc/15083/stat : 15083 (SatElite) R 15082 15082 14839 0 -1 4194304 518 0 0 0 0 0 0 0 20 0 1 0 128281659 2846720 501 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/15083/statm: 695 502 65 186 0 505 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8136

[startup+0.102808 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 15082
/proc/meminfo: memFree=1203024/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=0
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128281659 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 239 199 169 0 50 0
[pid=15083] ppid=15082 vsize=34264 CPUtime=0.09
/proc/15083/stat : 15083 (SatElite) R 15082 15082 14839 0 -1 4194304 7208 0 0 0 6 3 0 0 20 0 1 0 128281659 35086336 7127 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/15083/statm: 8566 7128 65 186 0 8376 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39620

[startup+0.302844 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 15082
/proc/meminfo: memFree=1203024/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=0
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128281659 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 239 199 169 0 50 0
[pid=15083] ppid=15082 vsize=93336 CPUtime=0.29
/proc/15083/stat : 15083 (SatElite) R 15082 15082 14839 0 -1 4194304 16074 0 0 0 20 9 0 0 20 0 1 0 128281659 95576064 15993 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/15083/statm: 23334 15994 65 186 0 23144 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 98692

[startup+0.701918 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 15082
/proc/meminfo: memFree=1203024/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=0
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128281659 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 239 199 169 0 50 0
[pid=15083] ppid=15082 vsize=155756 CPUtime=0.69
/proc/15083/stat : 15083 (SatElite) R 15082 15082 14839 0 -1 4194304 33878 0 0 0 50 19 0 0 24 0 1 0 128281659 159494144 33797 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/15083/statm: 38939 33798 65 186 0 38749 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 161112

[startup+1.50107 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 15084
/proc/meminfo: memFree=1015360/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=0
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128281659 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 239 199 169 0 50 0
[pid=15083] ppid=15082 vsize=272932 CPUtime=1.48
/proc/15083/stat : 15083 (SatElite) R 15082 15082 14839 0 -1 4194304 65933 0 0 0 108 40 0 0 25 0 1 0 128281659 279482368 65852 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/15083/statm: 68233 65853 65 186 0 68043 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 278288

[startup+3.10136 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 15084
/proc/meminfo: memFree=811904/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=0
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128281659 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 239 199 169 0 50 0
[pid=15083] ppid=15082 vsize=427980 CPUtime=3.08
/proc/15083/stat : 15083 (SatElite) R 15082 15082 14839 0 -1 4194304 101709 0 0 0 253 55 0 0 25 0 1 0 128281659 438251520 101473 1992294400 4194304 4959918 548682068688 18446744073709551615 4241201 0 0 4096 3 0 0 0 17 1 0 0
/proc/15083/statm: 106995 101473 86 186 0 106805 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 433336

[startup+6.30195 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 15084
/proc/meminfo: memFree=777088/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=0
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128281659 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 239 199 169 0 50 0
[pid=15083] ppid=15082 vsize=452200 CPUtime=6.28
/proc/15083/stat : 15083 (SatElite) R 15082 15082 14839 0 -1 4194304 107160 0 0 0 569 59 0 0 25 0 1 0 128281659 463052800 106746 1992294400 4194304 4959918 548682068688 18446744073709551615 4240825 0 0 4096 3 0 0 0 17 1 0 0
/proc/15083/statm: 113050 106746 90 186 0 112860 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 457556

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 15084
/proc/meminfo: memFree=777152/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=0
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128281659 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 239 199 169 0 50 0
[pid=15083] ppid=15082 vsize=451976 CPUtime=12.68
/proc/15083/stat : 15083 (SatElite) R 15082 15082 14839 0 -1 4194304 107181 0 0 0 1209 59 0 0 25 0 1 0 128281659 462823424 106711 1992294400 4194304 4959918 548682068688 18446744073709551615 4240842 0 0 4096 3 0 0 0 17 1 0 0
/proc/15083/statm: 112994 106711 90 186 0 112804 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 457332

[startup+25.5025 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 15084
/proc/meminfo: memFree=777856/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=0
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128281659 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 239 199 169 0 50 0
[pid=15083] ppid=15082 vsize=451296 CPUtime=25.48
/proc/15083/stat : 15083 (SatElite) R 15082 15082 14839 0 -1 4194304 107238 0 0 0 2489 59 0 0 25 0 1 0 128281659 462127104 106598 1992294400 4194304 4959918 548682068688 18446744073709551615 4241182 0 0 4096 3 0 0 0 17 1 0 0
/proc/15083/statm: 112824 106598 90 186 0 112634 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 456652

[startup+51.1022 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 15084
/proc/meminfo: memFree=778304/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=0
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128281659 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 239 199 169 0 50 0
[pid=15083] ppid=15082 vsize=451236 CPUtime=51.06
/proc/15083/stat : 15083 (SatElite) R 15082 15082 14839 0 -1 4194304 107532 0 0 0 5047 59 0 0 25 0 1 0 128281659 462065664 106493 1992294400 4194304 4959918 548682068688 18446744073709551615 4241194 0 0 4096 3 0 0 0 17 1 0 0
/proc/15083/statm: 112809 106493 90 186 0 112619 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 456592

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 15085
/proc/meminfo: memFree=1073600/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=70.07
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 312 121654 0 0 0 0 6915 92 19 0 1 0 128281659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 241 199 169 0 50 0
[pid=15085] ppid=15082 vsize=92652 CPUtime=32.02
/proc/15085/stat : 15085 (rsat) R 15082 15082 14839 0 -1 4194304 23341 0 0 0 3192 10 0 0 25 0 1 0 128288686 94875648 22051 1992294400 4194304 5460562 548682068800 18446744073709551615 4227686 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15085/statm: 23163 22051 118 309 0 22850 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 98008

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 15085
/proc/meminfo: memFree=1073344/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=70.07
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 312 121654 0 0 0 0 6915 92 19 0 1 0 128281659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 241 199 169 0 50 0
[pid=15085] ppid=15082 vsize=92652 CPUtime=91.99
/proc/15085/stat : 15085 (rsat) R 15082 15082 14839 0 -1 4194304 23401 0 0 0 9189 10 0 0 25 0 1 0 128288686 94875648 22111 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15085/statm: 23163 22111 118 309 0 22850 0
Current children cumulated CPU time (s) 162.06
Current children cumulated vsize (KiB) 98008

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 15085
/proc/meminfo: memFree=1066624/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=70.07
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 312 121654 0 0 0 0 6915 92 19 0 1 0 128281659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 241 199 169 0 50 0
[pid=15085] ppid=15082 vsize=100736 CPUtime=151.97
/proc/15085/stat : 15085 (rsat) R 15082 15082 14839 0 -1 4194304 25644 0 0 0 15186 11 0 0 25 0 1 0 128288686 103153664 23789 1992294400 4194304 5460562 548682068800 18446744073709551615 4226290 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15085/statm: 25184 23789 118 309 0 24871 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 106092

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 15085
/proc/meminfo: memFree=1060352/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=70.07
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 312 121654 0 0 0 0 6915 92 19 0 1 0 128281659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 241 199 169 0 50 0
[pid=15085] ppid=15082 vsize=106700 CPUtime=211.95
/proc/15085/stat : 15085 (rsat) R 15082 15082 14839 0 -1 4194304 27332 0 0 0 21183 12 0 0 25 0 1 0 128288686 109260800 25379 1992294400 4194304 5460562 548682068800 18446744073709551615 4225752 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15085/statm: 26675 25379 118 309 0 26362 0
Current children cumulated CPU time (s) 282.02
Current children cumulated vsize (KiB) 112056

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

[startup+307.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 15085
/proc/meminfo: memFree=1058240/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=70.07
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 312 121654 0 0 0 0 6915 92 19 0 1 0 128281659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 241 199 169 0 50 0
[pid=15085] ppid=15082 vsize=108464 CPUtime=236.74
/proc/15085/stat : 15085 (rsat) R 15082 15082 14839 0 -1 4194304 27859 0 0 0 23662 12 0 0 25 0 1 0 128288686 111067136 25881 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15085/statm: 27116 25881 118 309 0 26803 0
Current children cumulated CPU time (s) 306.81
Current children cumulated vsize (KiB) 113820

[startup+319.902 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 15085
/proc/meminfo: memFree=1057088/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=70.07
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 312 121654 0 0 0 0 6915 92 19 0 1 0 128281659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 241 199 169 0 50 0
[pid=15085] ppid=15082 vsize=109760 CPUtime=249.54
/proc/15085/stat : 15085 (rsat) R 15082 15082 14839 0 -1 4194304 28149 0 0 0 24941 13 0 0 25 0 1 0 128288686 112394240 26164 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15085/statm: 27440 26164 118 309 0 27127 0
Current children cumulated CPU time (s) 319.61
Current children cumulated vsize (KiB) 115116

[startup+326.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 15085
/proc/meminfo: memFree=1056512/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=70.07
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 312 121654 0 0 0 0 6915 92 19 0 1 0 128281659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 241 199 169 0 50 0
[pid=15085] ppid=15082 vsize=110296 CPUtime=255.94
/proc/15085/stat : 15085 (rsat) R 15082 15082 14839 0 -1 4194304 28334 0 0 0 25581 13 0 0 25 0 1 0 128288686 112943104 26327 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15085/statm: 27574 26327 118 309 0 27261 0
Current children cumulated CPU time (s) 326.01
Current children cumulated vsize (KiB) 115652

[startup+332.701 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 15085
/proc/meminfo: memFree=1055808/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=70.07
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 312 121654 0 0 0 0 6915 92 19 0 1 0 128281659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 241 199 169 0 50 0
[pid=15085] ppid=15082 vsize=111156 CPUtime=262.33
/proc/15085/stat : 15085 (rsat) R 15082 15082 14839 0 -1 4194304 28552 0 0 0 26220 13 0 0 25 0 1 0 128288686 113823744 26532 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15085/statm: 27789 26532 118 309 0 27476 0
Current children cumulated CPU time (s) 332.4
Current children cumulated vsize (KiB) 116512

[startup+335.903 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 15085
/proc/meminfo: memFree=1055488/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=70.07
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 312 121654 0 0 0 0 6915 92 19 0 1 0 128281659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 241 199 169 0 50 0
[pid=15085] ppid=15082 vsize=111412 CPUtime=265.53
/proc/15085/stat : 15085 (rsat) R 15082 15082 14839 0 -1 4194304 28606 0 0 0 26540 13 0 0 25 0 1 0 128288686 114085888 26586 1992294400 4194304 5460562 548682068800 18446744073709551615 4211504 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15085/statm: 27853 26586 118 309 0 27540 0
Current children cumulated CPU time (s) 335.6
Current children cumulated vsize (KiB) 116768

[startup+336.702 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 15085
/proc/meminfo: memFree=1055360/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=70.07
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 312 121654 0 0 0 0 6915 92 19 0 1 0 128281659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 241 199 169 0 50 0
[pid=15085] ppid=15082 vsize=111412 CPUtime=266.33
/proc/15085/stat : 15085 (rsat) R 15082 15082 14839 0 -1 4194304 28606 0 0 0 26620 13 0 0 25 0 1 0 128288686 114085888 26586 1992294400 4194304 5460562 548682068800 18446744073709551615 4211545 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15085/statm: 27853 26586 118 309 0 27540 0
Current children cumulated CPU time (s) 336.4
Current children cumulated vsize (KiB) 116768

[startup+337.501 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 15085
/proc/meminfo: memFree=1055360/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=70.07
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 312 121654 0 0 0 0 6915 92 19 0 1 0 128281659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 241 199 169 0 50 0
[pid=15085] ppid=15082 vsize=111412 CPUtime=267.13
/proc/15085/stat : 15085 (rsat) R 15082 15082 14839 0 -1 4194304 28606 0 0 0 26700 13 0 0 25 0 1 0 128288686 114085888 26586 1992294400 4194304 5460562 548682068800 18446744073709551615 4786313 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15085/statm: 27853 26586 118 309 0 27540 0
Current children cumulated CPU time (s) 337.2
Current children cumulated vsize (KiB) 116768

[startup+337.901 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 15085
/proc/meminfo: memFree=1055360/2055920 swapFree=4180188/4192956
[pid=15082] ppid=15080 vsize=5356 CPUtime=70.07
/proc/15082/stat : 15082 (rsat.sh) S 15080 15082 14839 0 -1 4194304 312 121654 0 0 0 0 6915 92 19 0 1 0 128281659 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15082/statm: 1339 241 199 169 0 50 0
[pid=15085] ppid=15082 vsize=0 CPUtime=267.53
/proc/15085/stat : 15085 (rsat) R 15082 15082 14839 0 -1 4194308 28610 0 0 0 26739 14 0 0 25 0 1 0 128288686 0 0 1992294400 0 0 0 0 0 0 0 4096 1026 0 0 0 17 1 0 0
/proc/15085/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 337.6
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 337.934
CPU time (s): 337.653
CPU user time (s): 336.55
CPU system time (s): 1.10283
CPU usage (%): 99.9166
Max. virtual memory (cumulated for all children) (KiB): 484612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 336.55
system time used= 1.10283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150731
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= 43
involuntary context switches= 818

runsolver used 0.400939 second user time and 0.829873 second system time

The end

Launcher Data

Begin job on node7 at 2009-04-29 12:54:38
IDJOB=1577548
IDBENCH=70961
IDSOLVER=545
FILE ID=node7/1577548-1241002475
PBS_JOBID= 9204860
Free space on /tmp= 66364 MiB

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

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=2110586333

node7.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.256
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.256
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:       1203312 kB
Buffers:         42672 kB
Cached:         752952 kB
SwapCached:       7116 kB
Active:         178152 kB
Inactive:       625904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1203312 kB
SwapTotal:     4192956 kB
SwapFree:      4180188 kB
Dirty:           55100 kB
Writeback:           0 kB
Mapped:          13488 kB
Slab:            34436 kB
Committed_AS:   871328 kB
PageTables:       1444 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= 66356 MiB
End job on node7 at 2009-04-29 13:00:16