Trace number 1774439

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 1079.53 1079.8

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 benchmark303.059
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 % |
0.99/1.10	c |         0 |   71082   239848 |      --       0       --      -- |     --   | -82705/-209984
0.99/1.10	c ==============================================================================
0.99/1.10	c Result  :   #vars: 8110   #clauses: 71082   #literals: 239848
0.99/1.10	c CPU time:   1.06484 s
0.99/1.10	c ==============================================================================
1.19/1.20	c Rsat version 3.02
1.19/1.24	c Base unit clause learned: 0
1079.40/1079.76	c CNF stats: (8110 vars, 71082 clauses)
1079.40/1079.76	c Decisions: 2578284
1079.40/1079.76	c Conflicts: 1660042
1079.40/1079.76	c Restarts: 14
1079.40/1079.76	c Avg lpc: 22.21
1079.40/1079.76	c Max decision level: 206
1079.40/1079.76	c KB reduction: 48 (1536220 clauses removed)
1079.40/1079.76	c Final decision lit size:8110 (100.00 %)
1079.40/1079.76	c Final stack/save sizes: 81(1.00 %)/324(4.00 %)
1079.40/1079.76	c Final cdc size: 200 (2.47 %)
1079.40/1079.76	c ***********************************************
1079.40/1079.76	c Conflicts with bac: 32992/1660042 (1.99 %)
1079.40/1079.76	c Avg bac size: 14.81
1079.40/1079.76	c Avg bac bt depth: 5.15 vs 1.42 (normal)
1079.40/1079.79	c Running time: 1078.06611 seconds
1079.40/1079.79	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-1774439-1241337518/watcher-1774439-1241337518 -o /tmp/evaluation-result-1774439-1241337518/solver-1774439-1241337518 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1774439-1241337518.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: 0.99 1.00 1.00 3/64 23182
/proc/meminfo: memFree=681008/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=0
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161777867 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23182/statm: 1339 239 199 169 0 50 0
[pid=23183] ppid=23182 vsize=2172 CPUtime=0
/proc/23183/stat : 23183 (SatElite) R 23182 23182 23021 0 -1 4194304 380 0 0 0 0 0 0 0 18 0 1 0 161777867 2224128 363 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/23183/statm: 543 366 65 186 0 353 0

[startup+0.042527 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 23182
/proc/meminfo: memFree=681008/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=0
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161777867 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23182/statm: 1339 239 199 169 0 50 0
[pid=23183] ppid=23182 vsize=9052 CPUtime=0.02
/proc/23183/stat : 23183 (SatElite) R 23182 23182 23021 0 -1 4194304 1987 0 0 0 2 0 0 0 18 0 1 0 161777867 9269248 1970 1992294400 4194304 4959918 548682068688 18446744073709551615 4414821 0 0 4096 3 0 0 0 17 1 0 0
/proc/23183/statm: 2263 1971 65 186 0 2073 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14408

[startup+0.101529 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 23182
/proc/meminfo: memFree=681008/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=0
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161777867 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23182/statm: 1339 239 199 169 0 50 0
[pid=23183] ppid=23182 vsize=18948 CPUtime=0.09
/proc/23183/stat : 23183 (SatElite) R 23182 23182 23021 0 -1 4194304 4452 0 0 0 8 1 0 0 18 0 1 0 161777867 19402752 4435 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/23183/statm: 4737 4437 65 186 0 4547 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24304

[startup+0.301545 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 23182
/proc/meminfo: memFree=681008/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=0
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161777867 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23182/statm: 1339 239 199 169 0 50 0
[pid=23183] ppid=23182 vsize=34936 CPUtime=0.29
/proc/23183/stat : 23183 (SatElite) R 23182 23182 23021 0 -1 4194304 7453 0 0 0 26 3 0 0 19 0 1 0 161777867 35774464 7436 1992294400 4194304 4959918 548682068688 18446744073709551615 4240842 0 0 4096 3 0 0 0 17 1 0 0
/proc/23183/statm: 8734 7436 90 186 0 8544 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40292

[startup+0.701577 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 23182
/proc/meminfo: memFree=681008/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=0
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161777867 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23182/statm: 1339 239 199 169 0 50 0
[pid=23183] ppid=23182 vsize=35332 CPUtime=0.69
/proc/23183/stat : 23183 (SatElite) R 23182 23182 23021 0 -1 4194304 7899 0 0 0 66 3 0 0 23 0 1 0 161777867 36179968 7535 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/23183/statm: 8833 7535 92 186 0 8643 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40688

[startup+1.50165 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 23184
/proc/meminfo: memFree=646304/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 5356

[startup+3.10177 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 23185
/proc/meminfo: memFree=669920/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=11316 CPUtime=1.88
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 2416 0 0 0 188 0 0 0 25 0 1 0 161777988 11587584 2301 1992294400 4194304 5460562 548682068800 18446744073709551615 4198165 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/statm: 2829 2301 118 309 0 2516 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16672

[startup+6.30103 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 23185
/proc/meminfo: memFree=667488/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=12504 CPUtime=5.08
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 3236 0 0 0 507 1 0 0 25 0 1 0 161777988 12804096 2637 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/statm: 3126 2637 118 309 0 2813 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 17860

[startup+12.7015 s]
/proc/loadavg: 1.07 1.01 1.00 2/66 23185
/proc/meminfo: memFree=666984/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=12968 CPUtime=11.48
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 3805 0 0 0 1147 1 0 0 25 0 1 0 161777988 13279232 2758 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/statm: 3242 2758 118 309 0 2929 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 18324

[startup+25.5016 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 23185
/proc/meminfo: memFree=665960/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=13844 CPUtime=24.28
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 5168 0 0 0 2426 2 0 0 25 0 1 0 161777988 14176256 3001 1992294400 4194304 5460562 548682068800 18446744073709551615 4198198 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/statm: 3461 3001 118 309 0 3148 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 19200

[startup+51.1016 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 23185
/proc/meminfo: memFree=664616/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=15680 CPUtime=49.86
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 8579 0 0 0 4982 4 0 0 25 0 1 0 161777988 16056320 3366 1992294400 4194304 5460562 548682068800 18446744073709551615 4198053 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/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: 1.01 1.01 1.00 2/66 23185
/proc/meminfo: memFree=662440/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=17656 CPUtime=101.06
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 12482 0 0 0 10099 7 0 0 25 0 1 0 161777988 18079744 3909 1992294400 4194304 5460562 548682068800 18446744073709551615 4198115 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/statm: 4414 3909 118 309 0 4101 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 23012

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23191
/proc/meminfo: memFree=660392/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=20616 CPUtime=161.03
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 16177 0 0 0 16095 8 0 0 25 0 1 0 161777988 21110784 4398 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/statm: 5154 4398 118 309 0 4841 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 25972

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23191
/proc/meminfo: memFree=658920/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=21876 CPUtime=221.01
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 19542 0 0 0 22091 10 0 0 25 0 1 0 161777988 22401024 4787 1992294400 4194304 5460562 548682068800 18446744073709551615 4225794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/statm: 5469 4787 118 309 0 5156 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 27232

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23191
/proc/meminfo: memFree=656936/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=23592 CPUtime=281
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 22979 0 0 0 28088 12 0 0 25 0 1 0 161777988 24158208 5248 1992294400 4194304 5460562 548682068800 18446744073709551615 4210656 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/statm: 5898 5248 118 309 0 5585 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 28948

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23191
/proc/meminfo: memFree=655912/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=24520 CPUtime=340.99
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 25224 0 0 0 34086 13 0 0 25 0 1 0 161777988 25108480 5509 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/statm: 6130 5509 118 309 0 5817 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 29876

[startup+402.302 s]

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

/proc/23185/statm: 7377 6849 118 309 0 7064 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 34864

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23191
/proc/meminfo: memFree=650088/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=29800 CPUtime=700.91
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 34611 0 0 0 70072 19 0 0 25 0 1 0 161777988 30515200 6960 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/statm: 7450 6960 118 309 0 7137 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 35156

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23191
/proc/meminfo: memFree=649320/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=30656 CPUtime=760.9
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 35821 0 0 0 76070 20 0 0 25 0 1 0 161777988 31391744 7178 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/statm: 7664 7178 118 309 0 7351 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 36012

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23191
/proc/meminfo: memFree=648232/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=33912 CPUtime=820.87
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 38627 0 0 0 82066 21 0 0 25 0 1 0 161777988 34725888 7418 1992294400 4194304 5460562 548682068800 18446744073709551615 4204964 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/statm: 8478 7418 118 309 0 8165 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 39268

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23191
/proc/meminfo: memFree=647208/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=34648 CPUtime=880.86
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 40889 0 0 0 88064 22 0 0 25 0 1 0 161777988 35479552 7664 1992294400 4194304 5460562 548682068800 18446744073709551615 4198198 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/statm: 8662 7664 118 309 0 8349 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 40004

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23191
/proc/meminfo: memFree=646888/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=35288 CPUtime=940.85
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 41008 0 0 0 94063 22 0 0 25 0 1 0 161777988 36134912 7783 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/statm: 8822 7783 118 309 0 8509 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 40644

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23191
/proc/meminfo: memFree=646376/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=35544 CPUtime=1000.83
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 43143 0 0 0 100060 23 0 0 25 0 1 0 161777988 36397056 7902 1992294400 4194304 5460562 548682068800 18446744073709551615 4201753 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/statm: 8886 7902 118 309 0 8573 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 40900

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23191
/proc/meminfo: memFree=645928/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=35800 CPUtime=1060.82
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 45279 0 0 0 106058 24 0 0 25 0 1 0 161777988 36659200 8022 1992294400 4194304 5460562 548682068800 18446744073709551615 4198368 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/statm: 8950 8022 118 309 0 8637 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 41156

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

[startup+1068.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23191
/proc/meminfo: memFree=645928/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=35800 CPUtime=1067.22
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 45279 0 0 0 106698 24 0 0 25 0 1 0 161777988 36659200 8022 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/statm: 8950 8022 118 309 0 8637 0
Current children cumulated CPU time (s) 1068.41
Current children cumulated vsize (KiB) 41156

[startup+1075.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23191
/proc/meminfo: memFree=645928/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=35800 CPUtime=1073.61
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 45279 0 0 0 107337 24 0 0 25 0 1 0 161777988 36659200 8022 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/statm: 8950 8022 118 309 0 8637 0
Current children cumulated CPU time (s) 1074.8
Current children cumulated vsize (KiB) 41156

[startup+1078.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23191
/proc/meminfo: memFree=645928/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=35800 CPUtime=1076.81
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 45279 0 0 0 107657 24 0 0 25 0 1 0 161777988 36659200 8022 1992294400 4194304 5460562 548682068800 18446744073709551615 4211515 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/statm: 8950 8022 118 309 0 8637 0
Current children cumulated CPU time (s) 1078
Current children cumulated vsize (KiB) 41156

[startup+1079.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23191
/proc/meminfo: memFree=645928/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=35800 CPUtime=1077.62
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 45279 0 0 0 107738 24 0 0 25 0 1 0 161777988 36659200 8022 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/statm: 8950 8022 118 309 0 8637 0
Current children cumulated CPU time (s) 1078.81
Current children cumulated vsize (KiB) 41156

[startup+1079.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23191
/proc/meminfo: memFree=645928/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=35800 CPUtime=1078.01
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 45279 0 0 0 107777 24 0 0 25 0 1 0 161777988 36659200 8022 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/statm: 8950 8022 118 309 0 8637 0
Current children cumulated CPU time (s) 1079.2
Current children cumulated vsize (KiB) 41156

[startup+1079.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23191
/proc/meminfo: memFree=645928/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5356 CPUtime=1.19
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 312 8652 0 0 0 0 115 4 16 0 1 0 161777867 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23182/statm: 1339 241 199 169 0 50 0
[pid=23185] ppid=23182 vsize=35800 CPUtime=1078.21
/proc/23185/stat : 23185 (rsat) R 23182 23182 23021 0 -1 4194304 45279 0 0 0 107797 24 0 0 25 0 1 0 161777988 36659200 8022 1992294400 4194304 5460562 548682068800 18446744073709551615 4210625 0 0 4096 1026 0 0 0 17 1 0 0
/proc/23185/statm: 8950 8022 118 309 0 8637 0
Current children cumulated CPU time (s) 1079.4
Current children cumulated vsize (KiB) 41156

[startup+1079.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23191
/proc/meminfo: memFree=645928/2055920 swapFree=4169872/4192956
[pid=23182] ppid=23180 vsize=5360 CPUtime=1079.51
/proc/23182/stat : 23182 (rsat.sh) S 23180 23182 23021 0 -1 4194304 340 53935 0 0 0 0 107921 30 18 0 1 0 161777867 5488640 244 1992294400 4194304 4889804 548682068784 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23182/statm: 1340 244 200 169 0 51 0
Current children cumulated CPU time (s) 1079.51
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 1079.8
CPU time (s): 1079.53
CPU user time (s): 1079.22
CPU system time (s): 0.309952
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 49348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1079.22
system time used= 0.309952
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= 39
involuntary context switches= 1874

runsolver used 1.18182 second user time and 2.75158 second system time

The end

Launcher Data

Begin job on node69 at 2009-05-03 09:58:38
IDJOB=1774439
IDBENCH=70946
IDSOLVER=615
FILE ID=node69/1774439-1241337518
PBS_JOBID= 9225463
Free space on /tmp= 66284 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-1774439-1241337518/watcher-1774439-1241337518 -o /tmp/evaluation-result-1774439-1241337518/solver-1774439-1241337518 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1774439-1241337518.cnf HOME

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

MD5SUM BENCH= ed7689c65135a913d97feca3ab3874eb
RANDOM SEED=1040686259

node69.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.231
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.231
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:        681496 kB
Buffers:         83380 kB
Cached:        1175452 kB
SwapCached:      17732 kB
Active:         133588 kB
Inactive:      1145680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        681496 kB
SwapTotal:     4192956 kB
SwapFree:      4169872 kB
Dirty:            9104 kB
Writeback:           0 kB
Mapped:          14260 kB
Slab:            81148 kB
Committed_AS:   598720 kB
PageTables:       1464 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= 66276 MiB
End job on node69 at 2009-05-03 10:16:38