Trace number 1825317

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
SAT07 reference solver: Rsat 2007-02-08UNSAT 718.033 718.394

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 benchmark138.17
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.07	c Parsing...
1.38/1.43	c ==============================================================================
1.38/1.43	c |           |     ORIGINAL     |              LEARNT              |          |
1.38/1.43	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.38/1.43	c ==============================================================================
1.38/1.43	c |         0 | 1268704  3718600 |  380611       0        0     nan |  0.000 % |
22.16/22.26	c |         0 |  433228  1602137 |      --       0       --      -- |     --   | -674843/-1677597
22.16/22.26	c ==============================================================================
22.16/22.26	c Result  :   #vars: 41452   #clauses: 433228   #literals: 1602137
22.16/22.26	c CPU time:   21.8797 s
22.16/22.26	c ==============================================================================
22.96/23.02	c Rsat version 2.00
717.82/718.26	c CNF stats: (41452 vars, 433228 clauses)
717.82/718.26	c Decisions: 1196615
717.82/718.26	c Conflicts: 756603
717.92/718.37	c Time: 695.12000s
717.92/718.37	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-1825317-1242497894/watcher-1825317-1242497894 -o /tmp/evaluation-result-1825317-1242497894/solver-1825317-1242497894 -C 10000 -W 12000 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1825317-1242497894.cnf 

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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.98 0.99 3/65 26192
/proc/meminfo: memFree=1474936/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=0
/proc/26192/stat : 26192 (rsat.sh) R 26190 26192 26155 0 -1 4194304 204 0 0 0 0 0 0 0 19 0 1 0 277823309 5484544 172 1992294400 4194304 4889804 548682068832 18446744073709551615 4372176 0 0 4100 0 0 0 0 17 0 0 0
/proc/26192/statm: 1339 174 142 169 0 50 0

[startup+0.018305 s]
/proc/loadavg: 0.93 0.98 0.99 3/65 26192
/proc/meminfo: memFree=1474936/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=0
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 277823309 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101299 s]
/proc/loadavg: 0.93 0.98 0.99 3/65 26192
/proc/meminfo: memFree=1474936/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=0
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 277823309 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301313 s]
/proc/loadavg: 0.93 0.98 0.99 3/65 26192
/proc/meminfo: memFree=1474936/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=0
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 277823309 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701351 s]
/proc/loadavg: 0.93 0.98 0.99 3/65 26192
/proc/meminfo: memFree=1474936/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=0
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 277823309 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50141 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 26194
/proc/meminfo: memFree=1534952/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=0
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 277823309 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 235 195 169 0 50 0
[pid=26194] ppid=26192 vsize=156620 CPUtime=1.48
/proc/26194/stat : 26194 (SatElite) R 26192 26192 26155 0 -1 4194304 32473 0 0 0 123 25 0 0 25 0 1 0 277823309 160378880 32392 1992294400 134512640 135038345 4294956288 18446744073709551615 134544138 0 0 4096 3 0 0 0 17 0 0 0
/proc/26194/statm: 39155 32392 64 128 0 39024 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 161976

[startup+3.10157 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 26194
/proc/meminfo: memFree=1488936/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=0
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 277823309 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 235 195 169 0 50 0
[pid=26194] ppid=26192 vsize=174728 CPUtime=3.08
/proc/26194/stat : 26194 (SatElite) R 26192 26192 26155 0 -1 4194304 36695 0 0 0 281 27 0 0 25 0 1 0 277823309 178921472 36614 1992294400 134512640 135038345 4294956288 18446744073709551615 134544244 0 0 4096 3 0 0 0 17 0 0 0
/proc/26194/statm: 43682 36614 67 128 0 43551 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 180084

[startup+6.30287 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 26194
/proc/meminfo: memFree=1477608/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=0
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 277823309 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 235 195 169 0 50 0
[pid=26194] ppid=26192 vsize=174592 CPUtime=6.27
/proc/26194/stat : 26194 (SatElite) R 26192 26192 26155 0 -1 4194304 36716 0 0 0 599 28 0 0 25 0 1 0 277823309 178782208 36601 1992294400 134512640 135038345 4294956288 18446744073709551615 134544147 0 0 4096 3 0 0 0 17 0 0 0
/proc/26194/statm: 43648 36601 67 128 0 43517 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 179948

[startup+12.7015 s]
/proc/loadavg: 0.94 0.98 0.99 2/67 26194
/proc/meminfo: memFree=1477936/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=0
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 277823309 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 235 195 169 0 50 0
[pid=26194] ppid=26192 vsize=175480 CPUtime=12.67
/proc/26194/stat : 26194 (SatElite) R 26192 26192 26155 0 -1 4194304 36794 0 0 0 1239 28 0 0 25 0 1 0 277823309 179691520 36645 1992294400 134512640 135038345 4294956288 18446744073709551615 134544217 0 0 4096 3 0 0 0 17 0 0 0
/proc/26194/statm: 43870 36645 67 128 0 43739 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 180836

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 26195
/proc/meminfo: memFree=1618288/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=22.99
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 310 45701 0 0 0 0 2256 43 16 0 1 0 277823309 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 237 195 169 0 50 0
[pid=26195] ppid=26192 vsize=27868 CPUtime=2.45
/proc/26195/stat : 26195 (rsat) R 26192 26192 26155 0 -1 4194304 6797 0 0 0 241 4 0 0 25 0 1 0 277825612 28536832 6544 1992294400 134512640 135377749 4294956400 18446744073709551615 134530218 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26195/statm: 6967 6544 86 211 0 6753 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 33224

[startup+51.1011 s]
/proc/loadavg: 0.97 0.98 0.99 2/67 26195
/proc/meminfo: memFree=1609712/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=22.99
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 310 45701 0 0 0 0 2256 43 16 0 1 0 277823309 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 237 195 169 0 50 0
[pid=26195] ppid=26192 vsize=37480 CPUtime=28.03
/proc/26195/stat : 26195 (rsat) R 26192 26192 26155 0 -1 4194304 9528 0 0 0 2798 5 0 0 25 0 1 0 277825612 38379520 8958 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26195/statm: 9370 8958 86 211 0 9156 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 42836

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 26195
/proc/meminfo: memFree=1599856/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=22.99
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 310 45701 0 0 0 0 2256 43 16 0 1 0 277823309 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 237 195 169 0 50 0
[pid=26195] ppid=26192 vsize=47772 CPUtime=79.19
/proc/26195/stat : 26195 (rsat) R 26192 26192 26155 0 -1 4194304 13801 0 0 0 7910 9 0 0 25 0 1 0 277825612 48918528 11303 1992294400 134512640 135377749 4294956400 18446744073709551615 134529436 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26195/statm: 11943 11303 86 211 0 11729 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 53128

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26195
/proc/meminfo: memFree=1599344/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=22.99
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 310 45701 0 0 0 0 2256 43 16 0 1 0 277823309 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 237 195 169 0 50 0
[pid=26195] ppid=26192 vsize=48584 CPUtime=139.16
/proc/26195/stat : 26195 (rsat) R 26192 26192 26155 0 -1 4194304 14018 0 0 0 13907 9 0 0 25 0 1 0 277825612 49750016 11517 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26195/statm: 12146 11517 86 211 0 11932 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 53940

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26195
/proc/meminfo: memFree=1588912/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=22.99
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 310 45701 0 0 0 0 2256 43 16 0 1 0 277823309 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 237 195 169 0 50 0
[pid=26195] ppid=26192 vsize=58360 CPUtime=199.13
/proc/26195/stat : 26195 (rsat) R 26192 26192 26155 0 -1 4194304 16630 0 0 0 19901 12 0 0 25 0 1 0 277825612 59760640 14123 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26195/statm: 14590 14123 86 211 0 14376 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 63716

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26195
/proc/meminfo: memFree=1586672/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=22.99
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 310 45701 0 0 0 0 2256 43 16 0 1 0 277823309 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 237 195 169 0 50 0
[pid=26195] ppid=26192 vsize=60188 CPUtime=259.11
/proc/26195/stat : 26195 (rsat) R 26192 26192 26155 0 -1 4194304 18703 0 0 0 25898 13 0 0 25 0 1 0 277825612 61632512 14613 1992294400 134512640 135377749 4294956400 18446744073709551615 134524173 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26195/statm: 15047 14613 86 211 0 14833 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 65544

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26195
/proc/meminfo: memFree=1586608/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=22.99
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 310 45701 0 0 0 0 2256 43 16 0 1 0 277823309 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 237 195 169 0 50 0
[pid=26195] ppid=26192 vsize=60188 CPUtime=319.09
/proc/26195/stat : 26195 (rsat) R 26192 26192 26155 0 -1 4194304 18714 0 0 0 31896 13 0 0 25 0 1 0 277825612 61632512 14624 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26195/statm: 15047 14624 86 211 0 14833 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 65544

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26195
/proc/meminfo: memFree=1586608/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=22.99
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 310 45701 0 0 0 0 2256 43 16 0 1 0 277823309 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 237 195 169 0 50 0
[pid=26195] ppid=26192 vsize=60188 CPUtime=379.06
/proc/26195/stat : 26195 (rsat) R 26192 26192 26155 0 -1 4194304 18714 0 0 0 37893 13 0 0 25 0 1 0 277825612 61632512 14624 1992294400 134512640 135377749 4294956400 18446744073709551615 134529141 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26195/statm: 15047 14624 86 211 0 14833 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 65544

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26195
/proc/meminfo: memFree=1581936/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=22.99
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 310 45701 0 0 0 0 2256 43 16 0 1 0 277823309 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 237 195 169 0 50 0
[pid=26195] ppid=26192 vsize=64992 CPUtime=439.03
/proc/26195/stat : 26195 (rsat) R 26192 26192 26155 0 -1 4194304 19942 0 0 0 43889 14 0 0 25 0 1 0 277825612 66551808 15839 1992294400 134512640 135377749 4294956400 18446744073709551615 134530088 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26195/statm: 16248 15839 86 211 0 16034 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 70348

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26195
/proc/meminfo: memFree=1574128/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=22.99
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 310 45701 0 0 0 0 2256 43 16 0 1 0 277823309 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 237 195 169 0 50 0
[pid=26195] ppid=26192 vsize=75416 CPUtime=499.01
/proc/26195/stat : 26195 (rsat) R 26192 26192 26155 0 -1 4194304 22747 0 0 0 49884 17 0 0 25 0 1 0 277825612 77225984 17834 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26195/statm: 18854 17834 86 211 0 18640 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 80772

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26195
/proc/meminfo: memFree=1567600/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=22.99
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 310 45701 0 0 0 0 2256 43 16 0 1 0 277823309 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 237 195 169 0 50 0
[pid=26195] ppid=26192 vsize=81764 CPUtime=558.99
/proc/26195/stat : 26195 (rsat) R 26192 26192 26155 0 -1 4194304 24467 0 0 0 55880 19 0 0 25 0 1 0 277825612 83726336 19415 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26195/statm: 20441 19415 86 211 0 20227 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 87120

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26195
/proc/meminfo: memFree=1567152/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=22.99
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 310 45701 0 0 0 0 2256 43 16 0 1 0 277823309 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 237 195 169 0 50 0
[pid=26195] ppid=26192 vsize=81512 CPUtime=618.97
/proc/26195/stat : 26195 (rsat) R 26192 26192 26155 0 -1 4194304 27757 0 0 0 61877 20 0 0 25 0 1 0 277825612 83468288 19454 1992294400 134512640 135377749 4294956400 18446744073709551615 134522887 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26195/statm: 20378 19454 86 211 0 20164 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 86868

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26195
/proc/meminfo: memFree=1567408/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=22.99
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 310 45701 0 0 0 0 2256 43 16 0 1 0 277823309 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 237 195 169 0 50 0
[pid=26195] ppid=26192 vsize=80996 CPUtime=678.93
/proc/26195/stat : 26195 (rsat) R 26192 26192 26155 0 -1 4194304 27758 0 0 0 67873 20 0 0 25 0 1 0 277825612 82939904 19381 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26195/statm: 20249 19381 86 211 0 20035 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 86352

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

[startup+703.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26195
/proc/meminfo: memFree=1567408/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=22.99
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 310 45701 0 0 0 0 2256 43 16 0 1 0 277823309 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 237 195 169 0 50 0
[pid=26195] ppid=26192 vsize=80996 CPUtime=680.54
/proc/26195/stat : 26195 (rsat) R 26192 26192 26155 0 -1 4194304 27758 0 0 0 68034 20 0 0 25 0 1 0 277825612 82939904 19381 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26195/statm: 20249 19381 86 211 0 20035 0
Current children cumulated CPU time (s) 703.53
Current children cumulated vsize (KiB) 86352

[startup+710.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26195
/proc/meminfo: memFree=1567408/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=22.99
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 310 45701 0 0 0 0 2256 43 16 0 1 0 277823309 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 237 195 169 0 50 0
[pid=26195] ppid=26192 vsize=80996 CPUtime=686.93
/proc/26195/stat : 26195 (rsat) R 26192 26192 26155 0 -1 4194304 27758 0 0 0 68673 20 0 0 25 0 1 0 277825612 82939904 19381 1992294400 134512640 135377749 4294956400 18446744073709551615 134522788 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26195/statm: 20249 19381 86 211 0 20035 0
Current children cumulated CPU time (s) 709.92
Current children cumulated vsize (KiB) 86352

[startup+713.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26195
/proc/meminfo: memFree=1567408/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=22.99
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 310 45701 0 0 0 0 2256 43 16 0 1 0 277823309 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 237 195 169 0 50 0
[pid=26195] ppid=26192 vsize=80996 CPUtime=690.13
/proc/26195/stat : 26195 (rsat) R 26192 26192 26155 0 -1 4194304 27758 0 0 0 68993 20 0 0 25 0 1 0 277825612 82939904 19381 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26195/statm: 20249 19381 86 211 0 20035 0
Current children cumulated CPU time (s) 713.12
Current children cumulated vsize (KiB) 86352

[startup+716.703 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26195
/proc/meminfo: memFree=1567344/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=22.99
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 310 45701 0 0 0 0 2256 43 16 0 1 0 277823309 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 237 195 169 0 50 0
[pid=26195] ppid=26192 vsize=80996 CPUtime=693.33
/proc/26195/stat : 26195 (rsat) R 26192 26192 26155 0 -1 4194304 27758 0 0 0 69313 20 0 0 25 0 1 0 277825612 82939904 19381 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26195/statm: 20249 19381 86 211 0 20035 0
Current children cumulated CPU time (s) 716.32
Current children cumulated vsize (KiB) 86352

[startup+717.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26195
/proc/meminfo: memFree=1567344/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=22.99
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 310 45701 0 0 0 0 2256 43 16 0 1 0 277823309 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 237 195 169 0 50 0
[pid=26195] ppid=26192 vsize=80996 CPUtime=694.13
/proc/26195/stat : 26195 (rsat) R 26192 26192 26155 0 -1 4194304 27758 0 0 0 69393 20 0 0 25 0 1 0 277825612 82939904 19381 1992294400 134512640 135377749 4294956400 18446744073709551615 134522762 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26195/statm: 20249 19381 86 211 0 20035 0
Current children cumulated CPU time (s) 717.12
Current children cumulated vsize (KiB) 86352

[startup+717.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26195
/proc/meminfo: memFree=1567344/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=22.99
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 310 45701 0 0 0 0 2256 43 16 0 1 0 277823309 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 237 195 169 0 50 0
[pid=26195] ppid=26192 vsize=80996 CPUtime=694.53
/proc/26195/stat : 26195 (rsat) R 26192 26192 26155 0 -1 4194304 27758 0 0 0 69433 20 0 0 25 0 1 0 277825612 82939904 19381 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26195/statm: 20249 19381 86 211 0 20035 0
Current children cumulated CPU time (s) 717.52
Current children cumulated vsize (KiB) 86352

[startup+718.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26195
/proc/meminfo: memFree=1567344/2055920 swapFree=4119812/4192956
[pid=26192] ppid=26190 vsize=5356 CPUtime=22.99
/proc/26192/stat : 26192 (rsat.sh) S 26190 26192 26155 0 -1 4194304 310 45701 0 0 0 0 2256 43 16 0 1 0 277823309 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26192/statm: 1339 237 195 169 0 50 0
[pid=26195] ppid=26192 vsize=79300 CPUtime=694.93
/proc/26195/stat : 26195 (rsat) R 26192 26192 26155 0 -1 4194304 27759 0 0 0 69473 20 0 0 25 0 1 0 277825612 81203200 18957 1992294400 134512640 135377749 4294956400 18446744073709551615 134979911 0 0 4096 1026 0 0 0 17 0 0 0
/proc/26195/statm: 19825 18957 86 211 0 19611 0
Current children cumulated CPU time (s) 717.92
Current children cumulated vsize (KiB) 84656

Child status: 20
Real time (s): 718.394
CPU time (s): 718.033
CPU user time (s): 717.367
CPU system time (s): 0.665898
CPU usage (%): 99.9497
Max. virtual memory (cumulated for all children) (KiB): 197436

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

runsolver used 0.601908 second user time and 2.01969 second system time

The end

Launcher Data

Begin job on node8 at 2009-05-16 20:18:16
IDJOB=1825317
IDBENCH=70962
IDSOLVER=665
FILE ID=node8/1825317-1242497894
PBS_JOBID= 9306985
Free space on /tmp= 65864 MiB

SOLVER NAME= SAT07 reference solver: Rsat 2007-02-08
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L90_coli.sat.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1825317-1242497894/watcher-1825317-1242497894 -o /tmp/evaluation-result-1825317-1242497894/solver-1825317-1242497894 -C 10000 -W 12000 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1825317-1242497894.cnf            

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

MD5SUM BENCH= a9e7651569c1b43a1021c78982fb4e6b
RANDOM SEED=741870934

node8.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:       1475480 kB
Buffers:         51464 kB
Cached:         392808 kB
SwapCached:      66748 kB
Active:         143476 kB
Inactive:       368888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1475480 kB
SwapTotal:     4192956 kB
SwapFree:      4119812 kB
Dirty:           28332 kB
Writeback:           0 kB
Mapped:          14164 kB
Slab:            53868 kB
Committed_AS:  1073928 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66044 MiB
End job on node8 at 2009-05-16 20:30:14