Trace number 1563068

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 1077.66 1077.98

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l47_lambda.cnf
MD5SUMed7689c65135a913d97feca3ab3874eb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark302.814
Satisfiable
(Un)Satisfiability was proved
Number of variables33871
Number of clauses170161
Sum of the clauses size490938
Maximum clause length9
Minimum clause length1
Number of clauses of size 14346
Number of clauses of size 241947
Number of clauses of size 3100545
Number of clauses of size 416116
Number of clauses of size 57066
Number of clauses of size over 5141

Solver Data

0.00/0.00	c Parsing...
0.09/0.15	c ==============================================================================
0.09/0.15	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.15	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.15	c ==============================================================================
0.09/0.15	c |         0 |  159423   466748 |   47826       0        0     nan |  0.000 % |
1.09/1.10	c |         0 |   71082   239848 |      --       0       --      -- |     --   | -82705/-209984
1.09/1.10	c ==============================================================================
1.09/1.10	c Result  :   #vars: 8110   #clauses: 71082   #literals: 239848
1.09/1.10	c CPU time:   1.05084 s
1.09/1.10	c ==============================================================================
1.19/1.20	c Rsat version 3.02
1.19/1.25	c Base unit clause learned: 0
1077.57/1077.93	c CNF stats: (8110 vars, 71082 clauses)
1077.57/1077.93	c Decisions: 2578284
1077.57/1077.93	c Conflicts: 1660042
1077.57/1077.93	c Restarts: 14
1077.57/1077.93	c Avg lpc: 22.21
1077.57/1077.93	c Max decision level: 206
1077.57/1077.93	c KB reduction: 48 (1536220 clauses removed)
1077.57/1077.93	c Final decision lit size:8110 (100.00 %)
1077.57/1077.93	c Final stack/save sizes: 81(1.00 %)/324(4.00 %)
1077.57/1077.93	c Final cdc size: 200 (2.47 %)
1077.57/1077.93	c ***********************************************
1077.57/1077.93	c Conflicts with bac: 32992/1660042 (1.99 %)
1077.57/1077.93	c Avg bac size: 14.81
1077.57/1077.93	c Avg bac bt depth: 5.15 vs 1.42 (normal)
1077.57/1077.96	c Running time: 1076.20839 seconds
1077.57/1077.96	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-1563068-1240999991/watcher-1563068-1240999991 -o /tmp/evaluation-result-1563068-1240999991/solver-1563068-1240999991 -C 1200 -W 1800 -M 1800 HOME/rsat.sh HOME/instance-1563068-1240999991.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 8338
/proc/meminfo: memFree=1169344/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=0
/proc/8338/stat : 8338 (rsat.sh) R 8336 8338 8156 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 128026930 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717539999 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/8338/statm: 1339 238 198 169 0 50 0
[pid=8339] ppid=8338 vsize=1400 CPUtime=0
/proc/8339/stat : 8339 (SatElite) R 8338 8338 8156 0 -1 4194304 181 0 0 0 0 0 0 0 18 0 1 0 128026930 1433600 164 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/8339/statm: 350 166 65 186 0 160 0

[startup+0.024981 s]
/proc/loadavg: 0.92 0.98 0.90 3/64 8338
/proc/meminfo: memFree=1169344/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=0
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128026930 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8338/statm: 1339 239 199 169 0 50 0
[pid=8339] ppid=8338 vsize=5252 CPUtime=0.01
/proc/8339/stat : 8339 (SatElite) R 8338 8338 8156 0 -1 4194304 1137 0 0 0 1 0 0 0 19 0 1 0 128026930 5378048 1120 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/8339/statm: 1313 1121 65 186 0 1123 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10608

[startup+0.101988 s]
/proc/loadavg: 0.92 0.98 0.90 3/64 8338
/proc/meminfo: memFree=1169344/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=0
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128026930 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8338/statm: 1339 239 199 169 0 50 0
[pid=8339] ppid=8338 vsize=19080 CPUtime=0.09
/proc/8339/stat : 8339 (SatElite) R 8338 8338 8156 0 -1 4194304 4468 0 0 0 7 2 0 0 19 0 1 0 128026930 19537920 4451 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/8339/statm: 4770 4452 65 186 0 4580 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24436

[startup+0.302008 s]
/proc/loadavg: 0.92 0.98 0.90 3/64 8338
/proc/meminfo: memFree=1169344/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=0
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128026930 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8338/statm: 1339 239 199 169 0 50 0
[pid=8339] ppid=8338 vsize=34936 CPUtime=0.29
/proc/8339/stat : 8339 (SatElite) R 8338 8338 8156 0 -1 4194304 7453 0 0 0 26 3 0 0 20 0 1 0 128026930 35774464 7436 1992294400 4194304 4959918 548682068688 18446744073709551615 4240977 0 0 4096 3 0 0 0 17 1 0 0
/proc/8339/statm: 8734 7436 90 186 0 8544 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40292

[startup+0.70105 s]
/proc/loadavg: 0.92 0.98 0.90 3/64 8338
/proc/meminfo: memFree=1169344/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=0
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 128026930 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8338/statm: 1339 239 199 169 0 50 0
[pid=8339] ppid=8338 vsize=35332 CPUtime=0.69
/proc/8339/stat : 8339 (SatElite) R 8338 8338 8156 0 -1 4194304 7899 0 0 0 64 5 0 0 25 0 1 0 128026930 36179968 7535 1992294400 4194304 4959918 548682068688 18446744073709551615 4240958 0 0 4096 3 0 0 0 17 1 0 0
/proc/8339/statm: 8833 7535 92 186 0 8643 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40688

[startup+1.50115 s]
/proc/loadavg: 0.92 0.98 0.90 2/66 8340
/proc/meminfo: memFree=1134704/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 5356

[startup+3.10231 s]
/proc/loadavg: 0.92 0.98 0.90 2/66 8341
/proc/meminfo: memFree=1158256/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=11316 CPUtime=1.88
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 2416 0 0 0 188 0 0 0 25 0 1 0 128027051 11587584 2301 1992294400 4194304 5460562 548682068816 18446744073709551615 4819124 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 2829 2301 118 309 0 2516 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16672

[startup+6.30165 s]
/proc/loadavg: 0.93 0.98 0.90 2/66 8341
/proc/meminfo: memFree=1155760/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=12504 CPUtime=5.08
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 3236 0 0 0 507 1 0 0 25 0 1 0 128027051 12804096 2637 1992294400 4194304 5460562 548682068816 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 3126 2637 118 309 0 2813 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 17860

[startup+12.7023 s]
/proc/loadavg: 0.93 0.98 0.90 2/66 8341
/proc/meminfo: memFree=1155248/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=12968 CPUtime=11.47
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 3810 0 0 0 1146 1 0 0 25 0 1 0 128027051 13279232 2763 1992294400 4194304 5460562 548682068816 18446744073709551615 4198427 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 3242 2763 118 309 0 2929 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 18324

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.91 2/66 8341
/proc/meminfo: memFree=1154352/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=13844 CPUtime=24.27
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 5168 0 0 0 2425 2 0 0 25 0 1 0 128027051 14176256 3001 1992294400 4194304 5460562 548682068816 18446744073709551615 4225790 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 3461 3001 118 309 0 3148 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19200

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.91 2/66 8341
/proc/meminfo: memFree=1152752/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=15680 CPUtime=49.86
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 8579 0 0 0 4983 3 0 0 25 0 1 0 128027051 16056320 3366 1992294400 4194304 5460562 548682068816 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 3920 3366 118 309 0 3607 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 21036

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.91 2/66 8341
/proc/meminfo: memFree=1150640/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=17656 CPUtime=101.05
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 12482 0 0 0 10100 5 0 0 25 0 1 0 128027051 18079744 3909 1992294400 4194304 5460562 548682068816 18446744073709551615 4198194 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 4414 3909 118 309 0 4101 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 23012

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 8341
/proc/meminfo: memFree=1148656/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=20616 CPUtime=161.03
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 16177 0 0 0 16096 7 0 0 25 0 1 0 128027051 21110784 4398 1992294400 4194304 5460562 548682068816 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 5154 4398 118 309 0 4841 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 25972

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 8341
/proc/meminfo: memFree=1147184/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=22036 CPUtime=221.02
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 19546 0 0 0 22093 9 0 0 25 0 1 0 128027051 22564864 4791 1992294400 4194304 5460562 548682068816 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 5509 4791 118 309 0 5196 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 27392

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 8341
/proc/meminfo: memFree=1145264/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=23592 CPUtime=281
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 22981 0 0 0 28089 11 0 0 25 0 1 0 128027051 24158208 5250 1992294400 4194304 5460562 548682068816 18446744073709551615 4226329 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 5898 5250 118 309 0 5585 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 28948

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 8341
/proc/meminfo: memFree=1144240/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=24520 CPUtime=340.98
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 25224 0 0 0 34086 12 0 0 25 0 1 0 128027051 25108480 5509 1992294400 4194304 5460562 548682068816 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 6130 5509 118 309 0 5817 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 29876

[startup+402.302 s]

################
# More data... #
################


[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 8341
/proc/meminfo: memFree=1138992/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=29508 CPUtime=640.9
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 33508 0 0 0 64074 16 0 0 25 0 1 0 128027051 30216192 6849 1992294400 4194304 5460562 548682068816 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 7377 6849 118 309 0 7064 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 34864

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 8341
/proc/meminfo: memFree=1138352/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=29800 CPUtime=700.88
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 34611 0 0 0 70071 17 0 0 25 0 1 0 128027051 30515200 6960 1992294400 4194304 5460562 548682068816 18446744073709551615 4794908 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 7450 6960 118 309 0 7137 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 35156

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 8341
/proc/meminfo: memFree=1137520/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=30656 CPUtime=760.87
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 35821 0 0 0 76069 18 0 0 25 0 1 0 128027051 31391744 7178 1992294400 4194304 5460562 548682068816 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 7664 7178 118 309 0 7351 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 36012

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 8341
/proc/meminfo: memFree=1136560/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=33912 CPUtime=820.85
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 38627 0 0 0 82065 20 0 0 25 0 1 0 128027051 34725888 7418 1992294400 4194304 5460562 548682068816 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 8478 7418 118 309 0 8165 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 39268

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 8341
/proc/meminfo: memFree=1135472/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=34648 CPUtime=880.83
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 40889 0 0 0 88062 21 0 0 25 0 1 0 128027051 35479552 7664 1992294400 4194304 5460562 548682068816 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 8662 7664 118 309 0 8349 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 40004

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 8341
/proc/meminfo: memFree=1135152/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=35288 CPUtime=940.81
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 41010 0 0 0 94060 21 0 0 25 0 1 0 128027051 36134912 7785 1992294400 4194304 5460562 548682068816 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 8822 7785 118 309 0 8509 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 40644

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 8341
/proc/meminfo: memFree=1134640/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=35544 CPUtime=1000.79
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 43143 0 0 0 100057 22 0 0 25 0 1 0 128027051 36397056 7902 1992294400 4194304 5460562 548682068816 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 8886 7902 118 309 0 8573 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 40900

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 8341
/proc/meminfo: memFree=1134064/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=35800 CPUtime=1060.78
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 45279 0 0 0 106055 23 0 0 25 0 1 0 128027051 36659200 8022 1992294400 4194304 5460562 548682068816 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 8950 8022 118 309 0 8637 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 41156

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

[startup+1068.7 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 8341
/proc/meminfo: memFree=1134064/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=35800 CPUtime=1067.17
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 45279 0 0 0 106694 23 0 0 25 0 1 0 128027051 36659200 8022 1992294400 4194304 5460562 548682068816 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 8950 8022 118 309 0 8637 0
Current children cumulated CPU time (s) 1068.36
Current children cumulated vsize (KiB) 41156

[startup+1071.9 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 8341
/proc/meminfo: memFree=1134064/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=35800 CPUtime=1070.37
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 45279 0 0 0 107014 23 0 0 25 0 1 0 128027051 36659200 8022 1992294400 4194304 5460562 548682068816 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 8950 8022 118 309 0 8637 0
Current children cumulated CPU time (s) 1071.56
Current children cumulated vsize (KiB) 41156

[startup+1075.1 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 8341
/proc/meminfo: memFree=1134064/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=35800 CPUtime=1073.57
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 45279 0 0 0 107334 23 0 0 25 0 1 0 128027051 36659200 8022 1992294400 4194304 5460562 548682068816 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 8950 8022 118 309 0 8637 0
Current children cumulated CPU time (s) 1074.76
Current children cumulated vsize (KiB) 41156

[startup+1076.7 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 8341
/proc/meminfo: memFree=1134064/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=35800 CPUtime=1075.17
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 45279 0 0 0 107494 23 0 0 25 0 1 0 128027051 36659200 8022 1992294400 4194304 5460562 548682068816 18446744073709551615 4211545 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 8950 8022 118 309 0 8637 0
Current children cumulated CPU time (s) 1076.36
Current children cumulated vsize (KiB) 41156

[startup+1077.5 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 8341
/proc/meminfo: memFree=1134064/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=35800 CPUtime=1075.97
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 45279 0 0 0 107574 23 0 0 25 0 1 0 128027051 36659200 8022 1992294400 4194304 5460562 548682068816 18446744073709551615 4210596 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 8950 8022 118 309 0 8637 0
Current children cumulated CPU time (s) 1077.16
Current children cumulated vsize (KiB) 41156

[startup+1077.9 s]
/proc/loadavg: 0.99 0.98 0.91 2/66 8341
/proc/meminfo: memFree=1134064/2055920 swapFree=4181276/4192956
[pid=8338] ppid=8336 vsize=5356 CPUtime=1.19
/proc/8338/stat : 8338 (rsat.sh) S 8336 8338 8156 0 -1 4194304 312 8652 0 0 0 0 113 6 16 0 1 0 128026930 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8338/statm: 1339 241 199 169 0 50 0
[pid=8341] ppid=8338 vsize=35800 CPUtime=1076.38
/proc/8341/stat : 8341 (rsat) R 8338 8338 8156 0 -1 4194304 45279 0 0 0 107615 23 0 0 25 0 1 0 128027051 36659200 8022 1992294400 4194304 5460562 548682068816 18446744073709551615 4210615 0 0 4096 1026 0 0 0 17 1 0 0
/proc/8341/statm: 8950 8022 118 309 0 8637 0
Current children cumulated CPU time (s) 1077.57
Current children cumulated vsize (KiB) 41156

Child status: 20
Real time (s): 1077.98
CPU time (s): 1077.66
CPU user time (s): 1077.35
CPU system time (s): 0.312952
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 49348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1077.35
system time used= 0.312952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54402
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= 42
involuntary context switches= 1592

runsolver used 1.17782 second user time and 2.74958 second system time

The end

Launcher Data

Begin job on node47 at 2009-04-29 12:13:11
IDJOB=1563068
IDBENCH=70946
IDSOLVER=545
FILE ID=node47/1563068-1240999991
PBS_JOBID= 9204823
Free space on /tmp= 66376 MiB

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

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

MD5SUM BENCH= ed7689c65135a913d97feca3ab3874eb
RANDOM SEED=745195340

node47.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.212
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.212
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:       1169824 kB
Buffers:         63612 kB
Cached:         734524 kB
SwapCached:       5488 kB
Active:         196864 kB
Inactive:       609168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1169824 kB
SwapTotal:     4192956 kB
SwapFree:      4181276 kB
Dirty:            8908 kB
Writeback:           0 kB
Mapped:          13600 kB
Slab:            66056 kB
Committed_AS:   543444 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= 66372 MiB
End job on node47 at 2009-04-29 12:31:10