Trace number 1775139

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 548.799 548.94

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_07_UNSAT.cnf
MD5SUM6419e2e5b92274df2e7e43e6c6a98566
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.626
Satisfiable
(Un)Satisfiability was proved
Number of variables1128
Number of clauses57446
Sum of the clauses size170514
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21939
Number of clauses of size 355484
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   57446   170514 |   17233       0        0     nan |  0.000 % |
0.29/0.38	c |         0 |   56659   238983 |      --       0       --      -- |     --   | -787/68469
0.29/0.38	c ==============================================================================
0.29/0.38	c Result  :   #vars: 636   #clauses: 56659   #literals: 238983
0.29/0.38	c CPU time:   0.371943 s
0.29/0.38	c ==============================================================================
0.39/0.47	c Rsat version 3.02
0.46/0.50	c Base unit clause learned: 0
548.75/548.92	c CNF stats: (636 vars, 56659 clauses)
548.75/548.92	c Decisions: 1355191
548.75/548.92	c Conflicts: 1058523
548.75/548.92	c Restarts: 6
548.75/548.92	c Avg lpc: 24.36
548.75/548.92	c Max decision level: 347
548.75/548.92	c KB reduction: 36 (955850 clauses removed)
548.75/548.92	c Final decision lit size:636 (100.00 %)
548.75/548.92	c Final stack/save sizes: 80(12.58 %)/80(12.58 %)
548.75/548.92	c Final cdc size: 200 (31.45 %)
548.75/548.92	c ***********************************************
548.75/548.92	c Conflicts with bac: 14148/1058523 (1.34 %)
548.75/548.92	c Avg bac size: 17.41
548.75/548.92	c Avg bac bt depth: 4.57 vs 1.12 (normal)
548.75/548.93	c Running time: 548.19766 seconds
548.75/548.93	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-1775139-1241341470/watcher-1775139-1241341470 -o /tmp/evaluation-result-1775139-1241341470/solver-1775139-1241341470 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775139-1241341470.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.92 0.98 0.99 3/64 307
/proc/meminfo: memFree=1746864/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162174155 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/307/statm: 1339 239 199 169 0 50 0
[pid=308] ppid=307 vsize=2220 CPUtime=0
/proc/308/stat : 308 (SatElite) R 307 307 32738 0 -1 4194304 372 0 0 0 0 0 0 0 18 0 1 0 162174155 2273280 355 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/308/statm: 555 355 64 186 0 365 0

[startup+0.0525151 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 307
/proc/meminfo: memFree=1746864/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162174155 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/307/statm: 1339 239 199 169 0 50 0
[pid=308] ppid=307 vsize=8792 CPUtime=0.04
/proc/308/stat : 308 (SatElite) R 307 307 32738 0 -1 4194304 2034 0 0 0 4 0 0 0 18 0 1 0 162174155 9003008 2017 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/308/statm: 2198 2017 90 186 0 2008 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14148

[startup+0.10252 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 307
/proc/meminfo: memFree=1746864/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162174155 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/307/statm: 1339 239 199 169 0 50 0
[pid=308] ppid=307 vsize=9320 CPUtime=0.08
/proc/308/stat : 308 (SatElite) R 307 307 32738 0 -1 4194304 2180 0 0 0 8 0 0 0 18 0 1 0 162174155 9543680 2163 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/308/statm: 2330 2163 90 186 0 2140 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14676

[startup+0.301538 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 307
/proc/meminfo: memFree=1746864/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162174155 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/307/statm: 1339 239 199 169 0 50 0
[pid=308] ppid=307 vsize=11128 CPUtime=0.29
/proc/308/stat : 308 (SatElite) R 307 307 32738 0 -1 4194304 2566 0 0 0 28 1 0 0 19 0 1 0 162174155 11395072 2549 1992294400 4194304 4959918 548682068688 18446744073709551615 4269223 0 0 4096 3 0 0 0 17 1 0 0
/proc/308/statm: 2782 2549 91 186 0 2592 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16484

[startup+0.702586 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 307
/proc/meminfo: memFree=1746864/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0.46
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 312 2571 0 0 0 0 44 2 16 0 1 0 162174155 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/307/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 5356

[startup+1.50265 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 310
/proc/meminfo: memFree=1739360/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0.46
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 312 2571 0 0 0 0 44 2 16 0 1 0 162174155 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/307/statm: 1339 241 199 169 0 50 0
[pid=310] ppid=307 vsize=8660 CPUtime=1.02
/proc/310/stat : 310 (rsat) R 307 307 32738 0 -1 4194304 1724 0 0 0 102 0 0 0 25 0 1 0 162174202 8867840 1705 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/310/statm: 2165 1705 116 309 0 1852 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 14016

[startup+3.1018 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 310
/proc/meminfo: memFree=1738016/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0.46
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 312 2571 0 0 0 0 44 2 16 0 1 0 162174155 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/307/statm: 1339 241 199 169 0 50 0
[pid=310] ppid=307 vsize=10300 CPUtime=2.62
/proc/310/stat : 310 (rsat) R 307 307 32738 0 -1 4194304 2104 0 0 0 262 0 0 0 25 0 1 0 162174202 10547200 2085 1992294400 4194304 5460562 548682068800 18446744073709551615 4198435 0 0 4096 1026 0 0 0 17 1 0 0
/proc/310/statm: 2575 2085 116 309 0 2262 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15656

[startup+6.30111 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 310
/proc/meminfo: memFree=1735648/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0.46
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 312 2571 0 0 0 0 44 2 16 0 1 0 162174155 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/307/statm: 1339 241 199 169 0 50 0
[pid=310] ppid=307 vsize=11620 CPUtime=5.82
/proc/310/stat : 310 (rsat) R 307 307 32738 0 -1 4194304 2712 0 0 0 581 1 0 0 25 0 1 0 162174202 11898880 2367 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/310/statm: 2905 2367 118 309 0 2592 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16976

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 310
/proc/meminfo: memFree=1735536/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0.46
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 312 2571 0 0 0 0 44 2 16 0 1 0 162174155 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/307/statm: 1339 241 199 169 0 50 0
[pid=310] ppid=307 vsize=11704 CPUtime=12.21
/proc/310/stat : 310 (rsat) R 307 307 32738 0 -1 4194304 3445 0 0 0 1220 1 0 0 25 0 1 0 162174202 11984896 2428 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/310/statm: 2926 2428 118 309 0 2613 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 17060

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 310
/proc/meminfo: memFree=1735216/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0.46
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 312 2571 0 0 0 0 44 2 16 0 1 0 162174155 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/307/statm: 1339 241 199 169 0 50 0
[pid=310] ppid=307 vsize=12336 CPUtime=25.01
/proc/310/stat : 310 (rsat) R 307 307 32738 0 -1 4194304 4224 0 0 0 2499 2 0 0 25 0 1 0 162174202 12632064 2535 1992294400 4194304 5460562 548682068800 18446744073709551615 4226196 0 0 4096 1026 0 0 0 17 1 0 0
/proc/310/statm: 3084 2535 118 309 0 2771 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 17692

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 310
/proc/meminfo: memFree=1733232/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0.46
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 312 2571 0 0 0 0 44 2 16 0 1 0 162174155 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/307/statm: 1339 241 199 169 0 50 0
[pid=310] ppid=307 vsize=13932 CPUtime=50.6
/proc/310/stat : 310 (rsat) R 307 307 32738 0 -1 4194304 5536 0 0 0 5058 2 0 0 25 0 1 0 162174202 14266368 3015 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/310/statm: 3483 3015 118 309 0 3170 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 19288

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 310
/proc/meminfo: memFree=1731896/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0.46
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 312 2571 0 0 0 0 44 2 16 0 1 0 162174155 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/307/statm: 1339 241 199 169 0 50 0
[pid=310] ppid=307 vsize=15708 CPUtime=101.8
/proc/310/stat : 310 (rsat) R 307 307 32738 0 -1 4194304 8692 0 0 0 10176 4 0 0 25 0 1 0 162174202 16084992 3347 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 1 0 0
/proc/310/statm: 3927 3347 118 309 0 3614 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 21064

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 310
/proc/meminfo: memFree=1729976/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0.46
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 312 2571 0 0 0 0 44 2 16 0 1 0 162174155 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/307/statm: 1339 241 199 169 0 50 0
[pid=310] ppid=307 vsize=18440 CPUtime=161.78
/proc/310/stat : 310 (rsat) R 307 307 32738 0 -1 4194304 11511 0 0 0 16173 5 0 0 25 0 1 0 162174202 18882560 3865 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/310/statm: 4610 3865 118 309 0 4297 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 23796

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 310
/proc/meminfo: memFree=1729784/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0.46
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 312 2571 0 0 0 0 44 2 16 0 1 0 162174155 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/307/statm: 1339 241 199 169 0 50 0
[pid=310] ppid=307 vsize=17612 CPUtime=221.77
/proc/310/stat : 310 (rsat) R 307 307 32738 0 -1 4194304 13682 0 0 0 22170 7 0 0 25 0 1 0 162174202 18034688 3864 1992294400 4194304 5460562 548682068800 18446744073709551615 4198427 0 0 4096 1026 0 0 0 17 1 0 0
/proc/310/statm: 4403 3864 118 309 0 4090 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 22968

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 310
/proc/meminfo: memFree=1728504/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0.46
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 312 2571 0 0 0 0 44 2 16 0 1 0 162174155 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/307/statm: 1339 241 199 169 0 50 0
[pid=310] ppid=307 vsize=18664 CPUtime=281.75
/proc/310/stat : 310 (rsat) R 307 307 32738 0 -1 4194304 15428 0 0 0 28167 8 0 0 25 0 1 0 162174202 19111936 4170 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/310/statm: 4666 4170 118 309 0 4353 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 24020

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 310
/proc/meminfo: memFree=1728184/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0.46
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 312 2571 0 0 0 0 44 2 16 0 1 0 162174155 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/307/statm: 1339 241 199 169 0 50 0
[pid=310] ppid=307 vsize=19108 CPUtime=341.73
/proc/310/stat : 310 (rsat) R 307 307 32738 0 -1 4194304 16035 0 0 0 34165 8 0 0 25 0 1 0 162174202 19566592 4297 1992294400 4194304 5460562 548682068800 18446744073709551615 4202078 0 0 4096 1026 0 0 0 17 1 0 0
/proc/310/statm: 4777 4297 118 309 0 4464 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 24464

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 310
/proc/meminfo: memFree=1726584/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0.46
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 312 2571 0 0 0 0 44 2 16 0 1 0 162174155 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/307/statm: 1339 241 199 169 0 50 0
[pid=310] ppid=307 vsize=20940 CPUtime=401.72
/proc/310/stat : 310 (rsat) R 307 307 32738 0 -1 4194304 17391 0 0 0 40163 9 0 0 25 0 1 0 162174202 21442560 4693 1992294400 4194304 5460562 548682068800 18446744073709551615 4198162 0 0 4096 1026 0 0 0 17 1 0 0
/proc/310/statm: 5235 4693 118 309 0 4922 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 26296

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 310
/proc/meminfo: memFree=1726520/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0.46
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 312 2571 0 0 0 0 44 2 16 0 1 0 162174155 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/307/statm: 1339 241 199 169 0 50 0
[pid=310] ppid=307 vsize=20556 CPUtime=461.7
/proc/310/stat : 310 (rsat) R 307 307 32738 0 -1 4194304 18123 0 0 0 46161 9 0 0 25 0 1 0 162174202 21049344 4664 1992294400 4194304 5460562 548682068800 18446744073709551615 4198126 0 0 4096 1026 0 0 0 17 1 0 0
/proc/310/statm: 5139 4664 118 309 0 4826 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 25912

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 310
/proc/meminfo: memFree=1725688/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0.46
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 312 2571 0 0 0 0 44 2 16 0 1 0 162174155 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/307/statm: 1339 241 199 169 0 50 0
[pid=310] ppid=307 vsize=22412 CPUtime=521.69
/proc/310/stat : 310 (rsat) R 307 307 32738 0 -1 4194304 21600 0 0 0 52158 11 0 0 25 0 1 0 162174202 22949888 4871 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/310/statm: 5603 4871 118 309 0 5290 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 27768

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

[startup+524.705 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 310
/proc/meminfo: memFree=1725688/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0.46
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 312 2571 0 0 0 0 44 2 16 0 1 0 162174155 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/307/statm: 1339 241 199 169 0 50 0
[pid=310] ppid=307 vsize=22412 CPUtime=524.09
/proc/310/stat : 310 (rsat) R 307 307 32738 0 -1 4194304 21600 0 0 0 52398 11 0 0 25 0 1 0 162174202 22949888 4871 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/310/statm: 5603 4871 118 309 0 5290 0
Current children cumulated CPU time (s) 524.55
Current children cumulated vsize (KiB) 27768

[startup+537.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 310
/proc/meminfo: memFree=1725688/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0.46
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 312 2571 0 0 0 0 44 2 16 0 1 0 162174155 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/307/statm: 1339 241 199 169 0 50 0
[pid=310] ppid=307 vsize=22412 CPUtime=536.88
/proc/310/stat : 310 (rsat) R 307 307 32738 0 -1 4194304 21607 0 0 0 53677 11 0 0 25 0 1 0 162174202 22949888 4878 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/310/statm: 5603 4878 118 309 0 5290 0
Current children cumulated CPU time (s) 537.34
Current children cumulated vsize (KiB) 27768

[startup+543.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 310
/proc/meminfo: memFree=1725688/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0.46
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 312 2571 0 0 0 0 44 2 16 0 1 0 162174155 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/307/statm: 1339 241 199 169 0 50 0
[pid=310] ppid=307 vsize=22412 CPUtime=543.28
/proc/310/stat : 310 (rsat) R 307 307 32738 0 -1 4194304 21625 0 0 0 54317 11 0 0 25 0 1 0 162174202 22949888 4896 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/310/statm: 5603 4896 118 309 0 5290 0
Current children cumulated CPU time (s) 543.74
Current children cumulated vsize (KiB) 27768

[startup+547.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 310
/proc/meminfo: memFree=1725368/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0.46
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 312 2571 0 0 0 0 44 2 16 0 1 0 162174155 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/307/statm: 1339 241 199 169 0 50 0
[pid=310] ppid=307 vsize=22444 CPUtime=546.49
/proc/310/stat : 310 (rsat) R 307 307 32738 0 -1 4194304 22658 0 0 0 54637 12 0 0 25 0 1 0 162174202 22982656 4937 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/310/statm: 5611 4937 118 309 0 5298 0
Current children cumulated CPU time (s) 546.95
Current children cumulated vsize (KiB) 27800

[startup+547.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 310
/proc/meminfo: memFree=1725368/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0.46
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 312 2571 0 0 0 0 44 2 16 0 1 0 162174155 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/307/statm: 1339 241 199 169 0 50 0
[pid=310] ppid=307 vsize=22444 CPUtime=547.29
/proc/310/stat : 310 (rsat) R 307 307 32738 0 -1 4194304 22658 0 0 0 54717 12 0 0 25 0 1 0 162174202 22982656 4937 1992294400 4194304 5460562 548682068800 18446744073709551615 4198126 0 0 4096 1026 0 0 0 17 1 0 0
/proc/310/statm: 5611 4937 118 309 0 5298 0
Current children cumulated CPU time (s) 547.75
Current children cumulated vsize (KiB) 27800

[startup+548.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 310
/proc/meminfo: memFree=1725368/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0.46
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 312 2571 0 0 0 0 44 2 16 0 1 0 162174155 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/307/statm: 1339 241 199 169 0 50 0
[pid=310] ppid=307 vsize=22444 CPUtime=548.09
/proc/310/stat : 310 (rsat) R 307 307 32738 0 -1 4194304 22658 0 0 0 54797 12 0 0 25 0 1 0 162174202 22982656 4937 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/310/statm: 5611 4937 118 309 0 5298 0
Current children cumulated CPU time (s) 548.55
Current children cumulated vsize (KiB) 27800

[startup+548.906 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 310
/proc/meminfo: memFree=1725368/2055920 swapFree=4192812/4192956
[pid=307] ppid=305 vsize=5356 CPUtime=0.46
/proc/307/stat : 307 (rsat.sh) S 305 307 32738 0 -1 4194304 312 2571 0 0 0 0 44 2 16 0 1 0 162174155 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/307/statm: 1339 241 199 169 0 50 0
[pid=310] ppid=307 vsize=22444 CPUtime=548.29
/proc/310/stat : 310 (rsat) R 307 307 32738 0 -1 4194304 22658 0 0 0 54817 12 0 0 25 0 1 0 162174202 22982656 4937 1992294400 4194304 5460562 548682068800 18446744073709551615 4198053 0 0 4096 1026 0 0 0 17 1 0 0
/proc/310/statm: 5611 4937 118 309 0 5298 0
Current children cumulated CPU time (s) 548.75
Current children cumulated vsize (KiB) 27800

Child status: 20
Real time (s): 548.94
CPU time (s): 548.799
CPU user time (s): 548.645
CPU system time (s): 0.153976
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 31896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 548.645
system time used= 0.153976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25700
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= 41
involuntary context switches= 1069

runsolver used 0.650901 second user time and 1.35479 second system time

The end

Launcher Data

Begin job on node61 at 2009-05-03 11:04:30
IDJOB=1775139
IDBENCH=71091
IDSOLVER=615
FILE ID=node61/1775139-1241341470
PBS_JOBID= 9225493
Free space on /tmp= 66528 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_07_UNSAT.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775139-1241341470/watcher-1775139-1241341470 -o /tmp/evaluation-result-1775139-1241341470/solver-1775139-1241341470 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1775139-1241341470.cnf HOME

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

MD5SUM BENCH= 6419e2e5b92274df2e7e43e6c6a98566
RANDOM SEED=963552261

node61.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.216
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.216
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:       1747352 kB
Buffers:         57264 kB
Cached:         164620 kB
SwapCached:          0 kB
Active:          36448 kB
Inactive:       199148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6688 kB
Writeback:           0 kB
Mapped:          23444 kB
Slab:            59136 kB
Committed_AS:   730680 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node61 at 2009-05-03 11:13:39