Trace number 1774639

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 244.868 245.002

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 benchmark182.238
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.28/1.33	c ==============================================================================
1.28/1.33	c |           |     ORIGINAL     |              LEARNT              |          |
1.28/1.33	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.28/1.33	c ==============================================================================
1.28/1.33	c |         0 | 1433869  4205935 |  430160       0        0     nan |  0.000 % |
29.47/29.50	c |         0 |  506124  1856371 |      --       0       --      -- |     --   | -749772/-1863718
29.47/29.51	c ==============================================================================
29.47/29.51	c Result  :   #vars: 48547   #clauses: 506124   #literals: 1856371
29.47/29.51	c CPU time:   29.0546 s
29.47/29.51	c ==============================================================================
30.17/30.24	c Rsat version 3.02
30.21/30.57	c Base unit clause learned: 0
244.65/244.89	c CNF stats: (48547 vars, 506124 clauses)
244.65/244.89	c Decisions: 577016
244.65/244.89	c Conflicts: 289681
244.65/244.89	c Restarts: 29
244.65/244.89	c Avg lpc: 23.64
244.65/244.89	c Max decision level: 507
244.65/244.89	c KB reduction: 1 (127586 clauses removed)
244.65/244.89	c Final decision lit size:48547 (100.00 %)
244.65/244.89	c Final stack/save sizes: 485(1.00 %)/970(2.00 %)
244.65/244.89	c Final cdc size: 970 (2.00 %)
244.65/244.89	c ***********************************************
244.65/244.89	c Conflicts with bac: 11546/289681 (3.99 %)
244.65/244.89	c Avg bac size: 11.43
244.65/244.89	c Avg bac bt depth: 7.41 vs 1.73 (normal)
244.75/244.97	c Running time: 214.50239 seconds
244.75/244.98	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-1774639-1241338682/watcher-1774639-1241338682 -o /tmp/evaluation-result-1774639-1241338682/solver-1774639-1241338682 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774639-1241338682.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.02 1.05 1.01 3/65 21876
/proc/meminfo: memFree=818984/2055920 swapFree=4192812/4192956
[pid=21876] ppid=21874 vsize=5356 CPUtime=0
/proc/21876/stat : 21876 (rsat.sh) R 21874 21876 21809 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161897912 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069890207 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/21876/statm: 1339 238 198 169 0 50 0
[pid=21877] ppid=21876 vsize=1444 CPUtime=0
/proc/21877/stat : 21877 (SatElite) R 21876 21876 21809 0 -1 4194304 211 0 0 0 0 0 0 0 18 0 1 0 161897913 1478656 194 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/21877/statm: 361 195 65 186 0 171 0

[startup+0.082659 s]
/proc/loadavg: 1.02 1.05 1.01 3/65 21876
/proc/meminfo: memFree=818984/2055920 swapFree=4192812/4192956
[pid=21876] ppid=21874 vsize=5356 CPUtime=0
/proc/21876/stat : 21876 (rsat.sh) S 21874 21876 21809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161897912 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21876/statm: 1339 239 199 169 0 50 0
[pid=21877] ppid=21876 vsize=35972 CPUtime=0.07
/proc/21877/stat : 21877 (SatElite) R 21876 21876 21809 0 -1 4194304 5478 0 0 0 5 2 0 0 19 0 1 0 161897913 36835328 5397 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/21877/statm: 8993 5398 65 186 0 8803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 41328

[startup+0.101659 s]
/proc/loadavg: 1.02 1.05 1.01 3/65 21876
/proc/meminfo: memFree=818984/2055920 swapFree=4192812/4192956
[pid=21876] ppid=21874 vsize=5356 CPUtime=0
/proc/21876/stat : 21876 (rsat.sh) S 21874 21876 21809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161897912 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21876/statm: 1339 239 199 169 0 50 0
[pid=21877] ppid=21876 vsize=38880 CPUtime=0.09
/proc/21877/stat : 21877 (SatElite) R 21876 21876 21809 0 -1 4194304 6384 0 0 0 7 2 0 0 19 0 1 0 161897913 39813120 6303 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/21877/statm: 9720 6307 65 186 0 9530 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44236

[startup+0.301695 s]
/proc/loadavg: 1.02 1.05 1.01 3/65 21876
/proc/meminfo: memFree=818984/2055920 swapFree=4192812/4192956
[pid=21876] ppid=21874 vsize=5356 CPUtime=0
/proc/21876/stat : 21876 (rsat.sh) S 21874 21876 21809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161897912 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21876/statm: 1339 239 199 169 0 50 0
[pid=21877] ppid=21876 vsize=72912 CPUtime=0.29
/proc/21877/stat : 21877 (SatElite) R 21876 21876 21809 0 -1 4194304 15978 0 0 0 22 7 0 0 21 0 1 0 161897913 74661888 15897 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/21877/statm: 18228 15898 65 186 0 18038 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78268

[startup+0.701766 s]
/proc/loadavg: 1.02 1.05 1.01 3/65 21876
/proc/meminfo: memFree=818984/2055920 swapFree=4192812/4192956
[pid=21876] ppid=21874 vsize=5356 CPUtime=0
/proc/21876/stat : 21876 (rsat.sh) S 21874 21876 21809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161897912 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21876/statm: 1339 239 199 169 0 50 0
[pid=21877] ppid=21876 vsize=165068 CPUtime=0.69
/proc/21877/stat : 21877 (SatElite) R 21876 21876 21809 0 -1 4194304 34724 0 0 0 52 17 0 0 25 0 1 0 161897913 169029632 34643 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/21877/statm: 41267 34643 65 186 0 41077 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 170424

[startup+1.50191 s]
/proc/loadavg: 1.02 1.05 1.01 2/67 21878
/proc/meminfo: memFree=629784/2055920 swapFree=4192812/4192956
[pid=21876] ppid=21874 vsize=5356 CPUtime=0
/proc/21876/stat : 21876 (rsat.sh) S 21874 21876 21809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161897912 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21876/statm: 1339 239 199 169 0 50 0
[pid=21877] ppid=21876 vsize=289876 CPUtime=1.49
/proc/21877/stat : 21877 (SatElite) R 21876 21876 21809 0 -1 4194304 64004 0 0 0 119 30 0 0 25 0 1 0 161897913 296833024 63923 1992294400 4194304 4959918 548682068688 18446744073709551615 4254979 0 0 4096 3 0 0 0 17 0 0 0
/proc/21877/statm: 72469 63923 86 186 0 72279 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 295232

[startup+3.10119 s]
/proc/loadavg: 1.02 1.05 1.01 2/67 21878
/proc/meminfo: memFree=559448/2055920 swapFree=4192812/4192956
[pid=21876] ppid=21874 vsize=5356 CPUtime=0
/proc/21876/stat : 21876 (rsat.sh) S 21874 21876 21809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161897912 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21876/statm: 1339 239 199 169 0 50 0
[pid=21877] ppid=21876 vsize=318964 CPUtime=3.08
/proc/21877/stat : 21877 (SatElite) R 21876 21876 21809 0 -1 4194304 68151 0 0 0 277 31 0 0 25 0 1 0 161897913 326619136 67958 1992294400 4194304 4959918 548682068688 18446744073709551615 4240813 0 0 4096 3 0 0 0 17 0 0 0
/proc/21877/statm: 79741 67958 90 186 0 79551 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 324320

[startup+6.30176 s]
/proc/loadavg: 1.18 1.08 1.02 2/67 21878
/proc/meminfo: memFree=545184/2055920 swapFree=4192812/4192956
[pid=21876] ppid=21874 vsize=5356 CPUtime=0
/proc/21876/stat : 21876 (rsat.sh) S 21874 21876 21809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161897912 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21876/statm: 1339 239 199 169 0 50 0
[pid=21877] ppid=21876 vsize=318812 CPUtime=6.28
/proc/21877/stat : 21877 (SatElite) R 21876 21876 21809 0 -1 4194304 68178 0 0 0 597 31 0 0 25 0 1 0 161897913 326463488 67947 1992294400 4194304 4959918 548682068688 18446744073709551615 4241176 0 0 4096 3 0 0 0 17 0 0 0
/proc/21877/statm: 79703 67947 90 186 0 79513 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 324168

[startup+12.7019 s]
/proc/loadavg: 1.25 1.10 1.02 2/67 21878
/proc/meminfo: memFree=546976/2055920 swapFree=4192812/4192956
[pid=21876] ppid=21874 vsize=5356 CPUtime=0
/proc/21876/stat : 21876 (rsat.sh) S 21874 21876 21809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161897912 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21876/statm: 1339 239 199 169 0 50 0
[pid=21877] ppid=21876 vsize=318360 CPUtime=12.68
/proc/21877/stat : 21877 (SatElite) R 21876 21876 21809 0 -1 4194304 68223 0 0 0 1236 32 0 0 25 0 1 0 161897913 326000640 67879 1992294400 4194304 4959918 548682068688 18446744073709551615 4241182 0 0 4096 3 0 0 0 17 0 0 0
/proc/21877/statm: 79590 67879 90 186 0 79400 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 323716

[startup+25.5012 s]
/proc/loadavg: 1.19 1.09 1.02 2/67 21878
/proc/meminfo: memFree=547680/2055920 swapFree=4192812/4192956
[pid=21876] ppid=21874 vsize=5356 CPUtime=0
/proc/21876/stat : 21876 (rsat.sh) S 21874 21876 21809 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161897912 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21876/statm: 1339 239 199 169 0 50 0
[pid=21877] ppid=21876 vsize=319096 CPUtime=25.46
/proc/21877/stat : 21877 (SatElite) R 21876 21876 21809 0 -1 4194304 68630 0 0 0 2513 33 0 0 25 0 1 0 161897913 326754304 67830 1992294400 4194304 4959918 548682068688 18446744073709551615 4241201 0 0 4096 3 0 0 0 17 0 0 0
/proc/21877/statm: 79774 67830 90 186 0 79584 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 324452

[startup+51.1017 s]
/proc/loadavg: 1.19 1.10 1.02 2/67 21879
/proc/meminfo: memFree=741920/2055920 swapFree=4192812/4192956
[pid=21876] ppid=21874 vsize=5356 CPUtime=30.21
/proc/21876/stat : 21876 (rsat.sh) S 21874 21876 21809 0 -1 4194304 312 76413 0 0 0 0 2970 51 16 0 1 0 161897912 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21876/statm: 1339 241 199 169 0 50 0
[pid=21879] ppid=21876 vsize=55476 CPUtime=20.83
/proc/21879/stat : 21879 (rsat) R 21876 21876 21809 0 -1 4194304 13777 0 0 0 2077 6 0 0 25 0 1 0 161900937 56807424 12914 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21879/statm: 13869 12914 118 309 0 13556 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 60832

[startup+102.306 s]
/proc/loadavg: 1.08 1.08 1.02 2/67 21879
/proc/meminfo: memFree=730080/2055920 swapFree=4192812/4192956
[pid=21876] ppid=21874 vsize=5356 CPUtime=30.21
/proc/21876/stat : 21876 (rsat.sh) S 21874 21876 21809 0 -1 4194304 312 76413 0 0 0 0 2970 51 16 0 1 0 161897912 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21876/statm: 1339 241 199 169 0 50 0
[pid=21879] ppid=21876 vsize=68220 CPUtime=72.01
/proc/21879/stat : 21879 (rsat) R 21876 21876 21809 0 -1 4194304 17240 0 0 0 7192 9 0 0 25 0 1 0 161900937 69857280 15836 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21879/statm: 17055 15836 118 309 0 16742 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 73576

[startup+162.301 s]
/proc/loadavg: 1.03 1.06 1.01 2/67 21879
/proc/meminfo: memFree=722912/2055920 swapFree=4192812/4192956
[pid=21876] ppid=21874 vsize=5356 CPUtime=30.21
/proc/21876/stat : 21876 (rsat.sh) S 21874 21876 21809 0 -1 4194304 312 76413 0 0 0 0 2970 51 16 0 1 0 161897912 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21876/statm: 1339 241 199 169 0 50 0
[pid=21879] ppid=21876 vsize=74660 CPUtime=131.97
/proc/21879/stat : 21879 (rsat) R 21876 21876 21809 0 -1 4194304 21047 0 0 0 13186 11 0 0 25 0 1 0 161900937 76451840 17571 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21879/statm: 18665 17571 118 309 0 18352 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 80016

[startup+222.302 s]
/proc/loadavg: 1.01 1.05 1.01 2/67 21879
/proc/meminfo: memFree=722592/2055920 swapFree=4192812/4192956
[pid=21876] ppid=21874 vsize=5356 CPUtime=30.21
/proc/21876/stat : 21876 (rsat.sh) S 21874 21876 21809 0 -1 4194304 312 76413 0 0 0 0 2970 51 16 0 1 0 161897912 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21876/statm: 1339 241 199 169 0 50 0
[pid=21879] ppid=21876 vsize=75464 CPUtime=191.94
/proc/21879/stat : 21879 (rsat) R 21876 21876 21809 0 -1 4194304 21207 0 0 0 19183 11 0 0 25 0 1 0 161900937 77275136 17731 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21879/statm: 18866 17731 118 309 0 18553 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 80820

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

[startup+230.301 s]
/proc/loadavg: 1.01 1.05 1.01 2/67 21879
/proc/meminfo: memFree=722528/2055920 swapFree=4192812/4192956
[pid=21876] ppid=21874 vsize=5356 CPUtime=30.21
/proc/21876/stat : 21876 (rsat.sh) S 21874 21876 21809 0 -1 4194304 312 76413 0 0 0 0 2970 51 16 0 1 0 161897912 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21876/statm: 1339 241 199 169 0 50 0
[pid=21879] ppid=21876 vsize=75464 CPUtime=199.94
/proc/21879/stat : 21879 (rsat) R 21876 21876 21809 0 -1 4194304 21210 0 0 0 19983 11 0 0 25 0 1 0 161900937 77275136 17734 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21879/statm: 18866 17734 118 309 0 18553 0
Current children cumulated CPU time (s) 230.15
Current children cumulated vsize (KiB) 80820

[startup+236.702 s]
/proc/loadavg: 1.01 1.05 1.01 2/67 21879
/proc/meminfo: memFree=722208/2055920 swapFree=4192812/4192956
[pid=21876] ppid=21874 vsize=5356 CPUtime=30.21
/proc/21876/stat : 21876 (rsat.sh) S 21874 21876 21809 0 -1 4194304 312 76413 0 0 0 0 2970 51 16 0 1 0 161897912 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21876/statm: 1339 241 199 169 0 50 0
[pid=21879] ppid=21876 vsize=75784 CPUtime=206.34
/proc/21879/stat : 21879 (rsat) R 21876 21876 21809 0 -1 4194304 21280 0 0 0 20623 11 0 0 25 0 1 0 161900937 77602816 17804 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21879/statm: 18946 17804 118 309 0 18633 0
Current children cumulated CPU time (s) 236.55
Current children cumulated vsize (KiB) 81140

[startup+239.901 s]
/proc/loadavg: 1.01 1.05 1.01 2/67 21879
/proc/meminfo: memFree=722208/2055920 swapFree=4192812/4192956
[pid=21876] ppid=21874 vsize=5356 CPUtime=30.21
/proc/21876/stat : 21876 (rsat.sh) S 21874 21876 21809 0 -1 4194304 312 76413 0 0 0 0 2970 51 16 0 1 0 161897912 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21876/statm: 1339 241 199 169 0 50 0
[pid=21879] ppid=21876 vsize=75784 CPUtime=209.54
/proc/21879/stat : 21879 (rsat) R 21876 21876 21809 0 -1 4194304 21280 0 0 0 20943 11 0 0 25 0 1 0 161900937 77602816 17804 1992294400 4194304 5460562 548682068800 18446744073709551615 4225810 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21879/statm: 18946 17804 118 309 0 18633 0
Current children cumulated CPU time (s) 239.75
Current children cumulated vsize (KiB) 81140

[startup+243.107 s]
/proc/loadavg: 1.00 1.04 1.01 2/67 21879
/proc/meminfo: memFree=722208/2055920 swapFree=4192812/4192956
[pid=21876] ppid=21874 vsize=5356 CPUtime=30.21
/proc/21876/stat : 21876 (rsat.sh) S 21874 21876 21809 0 -1 4194304 312 76413 0 0 0 0 2970 51 16 0 1 0 161897912 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21876/statm: 1339 241 199 169 0 50 0
[pid=21879] ppid=21876 vsize=75784 CPUtime=212.74
/proc/21879/stat : 21879 (rsat) R 21876 21876 21809 0 -1 4194304 21280 0 0 0 21263 11 0 0 25 0 1 0 161900937 77602816 17804 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21879/statm: 18946 17804 118 309 0 18633 0
Current children cumulated CPU time (s) 242.95
Current children cumulated vsize (KiB) 81140

[startup+243.902 s]
/proc/loadavg: 1.00 1.04 1.01 2/67 21879
/proc/meminfo: memFree=722208/2055920 swapFree=4192812/4192956
[pid=21876] ppid=21874 vsize=5356 CPUtime=30.21
/proc/21876/stat : 21876 (rsat.sh) S 21874 21876 21809 0 -1 4194304 312 76413 0 0 0 0 2970 51 16 0 1 0 161897912 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21876/statm: 1339 241 199 169 0 50 0
[pid=21879] ppid=21876 vsize=75784 CPUtime=213.54
/proc/21879/stat : 21879 (rsat) R 21876 21876 21809 0 -1 4194304 21280 0 0 0 21343 11 0 0 25 0 1 0 161900937 77602816 17804 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21879/statm: 18946 17804 118 309 0 18633 0
Current children cumulated CPU time (s) 243.75
Current children cumulated vsize (KiB) 81140

[startup+244.701 s]
/proc/loadavg: 1.00 1.04 1.01 2/67 21879
/proc/meminfo: memFree=722208/2055920 swapFree=4192812/4192956
[pid=21876] ppid=21874 vsize=5356 CPUtime=30.21
/proc/21876/stat : 21876 (rsat.sh) S 21874 21876 21809 0 -1 4194304 312 76413 0 0 0 0 2970 51 16 0 1 0 161897912 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21876/statm: 1339 241 199 169 0 50 0
[pid=21879] ppid=21876 vsize=75784 CPUtime=214.34
/proc/21879/stat : 21879 (rsat) R 21876 21876 21809 0 -1 4194304 21280 0 0 0 21423 11 0 0 25 0 1 0 161900937 77602816 17804 1992294400 4194304 5460562 548682068800 18446744073709551615 4200284 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21879/statm: 18946 17804 118 309 0 18633 0
Current children cumulated CPU time (s) 244.55
Current children cumulated vsize (KiB) 81140

[startup+244.901 s]
/proc/loadavg: 1.00 1.04 1.01 2/67 21879
/proc/meminfo: memFree=722208/2055920 swapFree=4192812/4192956
[pid=21876] ppid=21874 vsize=5356 CPUtime=30.21
/proc/21876/stat : 21876 (rsat.sh) S 21874 21876 21809 0 -1 4194304 312 76413 0 0 0 0 2970 51 16 0 1 0 161897912 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21876/statm: 1339 241 199 169 0 50 0
[pid=21879] ppid=21876 vsize=75784 CPUtime=214.54
/proc/21879/stat : 21879 (rsat) R 21876 21876 21809 0 -1 4194304 21281 0 0 0 21443 11 0 0 25 0 1 0 161900937 77602816 17804 1992294400 4194304 5460562 548682068800 18446744073709551615 4791845 0 0 4096 1026 0 0 0 17 0 0 0
/proc/21879/statm: 18946 17804 118 309 0 18633 0
Current children cumulated CPU time (s) 244.75
Current children cumulated vsize (KiB) 81140

[startup+245.002 s]
/proc/loadavg: 1.00 1.04 1.01 2/67 21879
/proc/meminfo: memFree=722208/2055920 swapFree=4192812/4192956
[pid=21876] ppid=21874 vsize=5360 CPUtime=244.83
/proc/21876/stat : 21876 (rsat.sh) S 21874 21876 21809 0 -1 4194304 340 97697 0 0 0 0 24420 63 19 0 1 0 161897912 5488640 244 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21876/statm: 1340 244 200 169 0 51 0
Current children cumulated CPU time (s) 244.83
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 245.002
CPU time (s): 244.868
CPU user time (s): 244.211
CPU system time (s): 0.6569
CPU usage (%): 99.9451
Max. virtual memory (cumulated for all children) (KiB): 335016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.211
system time used= 0.6569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98164
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37
involuntary context switches= 1000

runsolver used 0.228965 second user time and 0.666898 second system time

The end

Launcher Data

Begin job on node89 at 2009-05-03 10:18:04
IDJOB=1774639
IDBENCH=70967
IDSOLVER=615
FILE ID=node89/1774639-1241338682
PBS_JOBID= 9225469
Free space on /tmp= 66268 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-1774639-1241338682/watcher-1774639-1241338682 -o /tmp/evaluation-result-1774639-1241338682/solver-1774639-1241338682 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1774639-1241338682.cnf HOME

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

MD5SUM BENCH= 370a08d01be1cc652e9a09ab1aafdced
RANDOM SEED=1929473329

node89.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.268
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.268
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:        819400 kB
Buffers:         90220 kB
Cached:        1026476 kB
SwapCached:          0 kB
Active:         434532 kB
Inactive:       695920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        819400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           35900 kB
Writeback:           0 kB
Mapped:          23540 kB
Slab:            91956 kB
Committed_AS:   591040 kB
PageTables:       1372 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= 66260 MiB
End job on node89 at 2009-05-03 10:22:09