Trace number 1772819

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 1058.83 1059.21

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-16.cnf
MD5SUM65057bcebbeecf6a7f3bc3fcfb2de009
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark199.268
Satisfiable
(Un)Satisfiability was proved
Number of variables52382
Number of clauses182485
Sum of the clauses size472601
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 285834
Number of clauses of size 387884
Number of clauses of size 47609
Number of clauses of size 5700
Number of clauses of size over 5457

Solver Data

0.00/0.00	c Parsing...
0.09/0.17	c ==============================================================================
0.09/0.17	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.17	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.17	c ==============================================================================
0.09/0.17	c |         0 |  181871   470932 |   54561       0        0     nan |  0.000 % |
1.19/1.29	c |         0 |   98030   321620 |      --       0       --      -- |     --   | -83841/-149312
1.19/1.29	c ==============================================================================
1.19/1.29	c Result  :   #vars: 17506   #clauses: 98030   #literals: 321620
1.19/1.29	c CPU time:   1.22081 s
1.19/1.29	c ==============================================================================
1.39/1.43	c Rsat version 3.02
1.39/1.49	c Base unit clause learned: 0
1058.71/1059.18	c CNF stats: (17506 vars, 98030 clauses)
1058.71/1059.18	c Decisions: 960857
1058.71/1059.18	c Conflicts: 679698
1058.71/1059.18	c Restarts: 13
1058.71/1059.18	c Avg lpc: 52.47
1058.71/1059.18	c Max decision level: 3574
1058.71/1059.18	c KB reduction: 21 (605488 clauses removed)
1058.71/1059.18	c Final decision lit size:17506 (100.00 %)
1058.71/1059.18	c Final stack/save sizes: 700(4.00 %)/11200(63.98 %)
1058.71/1059.18	c Final cdc size: 2800 (15.99 %)
1058.71/1059.18	c ***********************************************
1058.71/1059.18	c Conflicts with bac: 12619/679698 (1.86 %)
1058.71/1059.18	c Avg bac size: 31.00
1058.71/1059.18	c Avg bac bt depth: 6.14 vs 1.22 (normal)
1058.71/1059.20	c Running time: 1057.27927 seconds
1058.71/1059.20	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-1772819-1241328877/watcher-1772819-1241328877 -o /tmp/evaluation-result-1772819-1241328877/solver-1772819-1241328877 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1772819-1241328877.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 2/64 29227
/proc/meminfo: memFree=1823992/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=0
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 160920677 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 239 199 169 0 50 0
[pid=29228] ppid=29227 vsize=1464 CPUtime=0
/proc/29228/stat : 29228 (SatElite) R 29227 29227 29190 0 -1 4194304 232 0 0 0 0 0 0 0 20 0 1 0 160920677 1499136 215 1992294400 4194304 4959918 548682068688 18446744073709551615 4237641 0 0 4096 3 0 0 0 17 1 0 0
/proc/29228/statm: 366 217 62 186 0 176 0

[startup+0.0978701 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 29227
/proc/meminfo: memFree=1823992/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=0
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 160920677 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 239 199 169 0 50 0
[pid=29228] ppid=29227 vsize=23884 CPUtime=0.08
/proc/29228/stat : 29228 (SatElite) R 29227 29227 29190 0 -1 4194304 5500 0 0 0 7 1 0 0 20 0 1 0 160920677 24457216 5453 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/29228/statm: 5971 5455 65 186 0 5781 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29240

[startup+0.10187 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 29227
/proc/meminfo: memFree=1823992/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=0
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 160920677 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 239 199 169 0 50 0
[pid=29228] ppid=29227 vsize=24544 CPUtime=0.09
/proc/29228/stat : 29228 (SatElite) R 29227 29227 29190 0 -1 4194304 5699 0 0 0 7 2 0 0 20 0 1 0 160920677 25133056 5652 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/29228/statm: 6136 5654 65 186 0 5946 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29900

[startup+0.301902 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 29227
/proc/meminfo: memFree=1823992/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=0
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 160920677 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 239 199 169 0 50 0
[pid=29228] ppid=29227 vsize=46688 CPUtime=0.28
/proc/29228/stat : 29228 (SatElite) R 29227 29227 29190 0 -1 4194304 10957 0 0 0 24 4 0 0 21 0 1 0 160920677 47808512 10775 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/29228/statm: 11672 10775 90 186 0 11482 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 52044

[startup+0.701966 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 29227
/proc/meminfo: memFree=1823992/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=0
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 160920677 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 239 199 169 0 50 0
[pid=29228] ppid=29227 vsize=52984 CPUtime=0.69
/proc/29228/stat : 29228 (SatElite) R 29227 29227 29190 0 -1 4194304 12595 0 0 0 63 6 0 0 25 0 1 0 160920677 54255616 12362 1992294400 4194304 4959918 548682068688 18446744073709551615 4269223 0 0 4096 3 0 0 0 17 1 0 0
/proc/29228/statm: 13246 12362 91 186 0 13056 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58340

[startup+1.5011 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 29229
/proc/meminfo: memFree=1770856/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 5356

[startup+3.10135 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 29230
/proc/meminfo: memFree=1809192/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=12604 CPUtime=1.66
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 2786 0 0 0 165 1 0 0 25 0 1 0 160920820 12906496 2630 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 3151 2630 116 309 0 2838 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17960

[startup+6.30186 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 29230
/proc/meminfo: memFree=1807720/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=13676 CPUtime=4.86
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 3065 0 0 0 485 1 0 0 25 0 1 0 160920820 14004224 2907 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 3419 2907 116 309 0 3106 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 19032

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 29230
/proc/meminfo: memFree=1806248/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=15468 CPUtime=11.26
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 3497 0 0 0 1125 1 0 0 25 0 1 0 160920820 15839232 3338 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 3867 3338 118 309 0 3554 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20824

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 29230
/proc/meminfo: memFree=1801384/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=20212 CPUtime=24.05
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 4744 0 0 0 2403 2 0 0 25 0 1 0 160920820 20697088 4515 1992294400 4194304 5460562 548682068800 18446744073709551615 4226196 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 5053 4515 118 309 0 4740 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 25568

[startup+51.102 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 29230
/proc/meminfo: memFree=1797288/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=24956 CPUtime=49.63
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 6436 0 0 0 4960 3 0 0 25 0 1 0 160920820 25554944 5559 1992294400 4194304 5460562 548682068800 18446744073709551615 4226190 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 6239 5559 118 309 0 5926 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 30312

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 29230
/proc/meminfo: memFree=1796008/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=25664 CPUtime=100.82
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 8112 0 0 0 10078 4 0 0 25 0 1 0 160920820 26279936 5795 1992294400 4194304 5460562 548682068800 18446744073709551615 4227792 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 6416 5795 118 309 0 6103 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 31020

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29230
/proc/meminfo: memFree=1795368/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=26208 CPUtime=160.79
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 9228 0 0 0 16075 4 0 0 25 0 1 0 160920820 26836992 5949 1992294400 4194304 5460562 548682068800 18446744073709551615 4201929 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 6552 5949 118 309 0 6239 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 31564

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29230
/proc/meminfo: memFree=1795432/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=26272 CPUtime=220.77
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 9735 0 0 0 22073 4 0 0 25 0 1 0 160920820 26902528 5976 1992294400 4194304 5460562 548682068800 18446744073709551615 4227566 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 6568 5976 118 309 0 6255 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 31628

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29232
/proc/meminfo: memFree=1794856/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=26656 CPUtime=280.75
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 10778 0 0 0 28070 5 0 0 25 0 1 0 160920820 27295744 6059 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 6664 6059 118 309 0 6351 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 32012

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29232
/proc/meminfo: memFree=1795176/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=26396 CPUtime=340.73
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 11229 0 0 0 34068 5 0 0 25 0 1 0 160920820 27029504 6030 1992294400 4194304 5460562 548682068800 18446744073709551615 4227588 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 6599 6030 118 309 0 6286 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 31752

[startup+402.301 s]

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

/proc/29230/statm: 7411 6791 118 309 0 7098 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 35000

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29232
/proc/meminfo: memFree=1791528/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=30668 CPUtime=760.59
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 16732 0 0 0 76050 9 0 0 25 0 1 0 160920820 31404032 6885 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 7667 6885 118 309 0 7354 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 36024

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29232
/proc/meminfo: memFree=1791656/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=30668 CPUtime=820.57
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 16734 0 0 0 82048 9 0 0 25 0 1 0 160920820 31404032 6887 1992294400 4194304 5460562 548682068800 18446744073709551615 4201929 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 7667 6887 118 309 0 7354 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 36024

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29232
/proc/meminfo: memFree=1791720/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=30288 CPUtime=880.55
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 17669 0 0 0 88045 10 0 0 25 0 1 0 160920820 31014912 6830 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 7572 6830 118 309 0 7259 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 35644

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29232
/proc/meminfo: memFree=1791464/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=30440 CPUtime=940.52
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 18705 0 0 0 94042 10 0 0 25 0 1 0 160920820 31170560 6874 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 7610 6874 118 309 0 7297 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 35796

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29232
/proc/meminfo: memFree=1791656/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=30212 CPUtime=1000.51
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 19654 0 0 0 100040 11 0 0 25 0 1 0 160920820 30937088 6831 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 7553 6831 118 309 0 7240 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 35568

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

[startup+1023.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29232
/proc/meminfo: memFree=1791656/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=30212 CPUtime=1022.1
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 19654 0 0 0 102199 11 0 0 25 0 1 0 160920820 30937088 6831 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 7553 6831 118 309 0 7240 0
Current children cumulated CPU time (s) 1023.52
Current children cumulated vsize (KiB) 35568

[startup+1036.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29232
/proc/meminfo: memFree=1791656/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=30212 CPUtime=1034.9
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 19654 0 0 0 103479 11 0 0 25 0 1 0 160920820 30937088 6831 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 7553 6831 118 309 0 7240 0
Current children cumulated CPU time (s) 1036.32
Current children cumulated vsize (KiB) 35568

[startup+1049.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29232
/proc/meminfo: memFree=1791464/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=30852 CPUtime=1047.69
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 19728 0 0 0 104758 11 0 0 25 0 1 0 160920820 31592448 6905 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 7713 6905 118 309 0 7400 0
Current children cumulated CPU time (s) 1049.11
Current children cumulated vsize (KiB) 36208

[startup+1055.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29232
/proc/meminfo: memFree=1791464/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=30852 CPUtime=1054.09
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 19728 0 0 0 105398 11 0 0 25 0 1 0 160920820 31592448 6905 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 7713 6905 118 309 0 7400 0
Current children cumulated CPU time (s) 1055.51
Current children cumulated vsize (KiB) 36208

[startup+1057.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29232
/proc/meminfo: memFree=1791656/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=30496 CPUtime=1055.69
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 19729 0 0 0 105558 11 0 0 25 0 1 0 160920820 31227904 6817 1992294400 4194304 5460562 548682068800 18446744073709551615 4200403 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 7624 6817 119 309 0 7311 0
Current children cumulated CPU time (s) 1057.11
Current children cumulated vsize (KiB) 35852

[startup+1058.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29232
/proc/meminfo: memFree=1791656/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=30496 CPUtime=1056.49
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 19729 0 0 0 105638 11 0 0 25 0 1 0 160920820 31227904 6817 1992294400 4194304 5460562 548682068800 18446744073709551615 4226329 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 7624 6817 119 309 0 7311 0
Current children cumulated CPU time (s) 1057.91
Current children cumulated vsize (KiB) 35852

[startup+1058.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29232
/proc/meminfo: memFree=1791656/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=30256 CPUtime=1056.89
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 19729 0 0 0 105678 11 0 0 25 0 1 0 160920820 30982144 6757 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 7564 6757 119 309 0 7251 0
Current children cumulated CPU time (s) 1058.31
Current children cumulated vsize (KiB) 35612

[startup+1059.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29232
/proc/meminfo: memFree=1791656/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5356 CPUtime=1.42
/proc/29227/stat : 29227 (rsat.sh) S 29225 29227 29190 0 -1 4194304 312 13700 0 0 0 0 134 8 16 0 1 0 160920677 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29227/statm: 1339 241 199 169 0 50 0
[pid=29230] ppid=29227 vsize=30256 CPUtime=1057.29
/proc/29230/stat : 29230 (rsat) R 29227 29227 29190 0 -1 4194304 19729 0 0 0 105718 11 0 0 25 0 1 0 160920820 30982144 6757 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/29230/statm: 7564 6757 119 309 0 7251 0
Current children cumulated CPU time (s) 1058.71
Current children cumulated vsize (KiB) 35612

[startup+1059.2 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29232
/proc/meminfo: memFree=1809960/2055920 swapFree=4181456/4192956
[pid=29227] ppid=29225 vsize=5360 CPUtime=1058.82
/proc/29227/stat : 29227 (rsat.sh) D 29225 29227 29190 0 -1 4194304 318 33433 0 0 0 0 105862 20 18 0 1 0 160920677 5488640 243 1992294400 4194304 4889804 548682068784 18446744073709551615 269028653669 0 2147483391 4100 65536 18446744072099781622 0 0 17 1 0 0
/proc/29227/statm: 1340 243 200 169 0 51 0
Current children cumulated CPU time (s) 1058.82
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 1059.21
CPU time (s): 1058.83
CPU user time (s): 1058.62
CPU system time (s): 0.208968
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 61600

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

runsolver used 1.24481 second user time and 2.5996 second system time

The end

Launcher Data

Begin job on node26 at 2009-05-03 07:34:37
IDJOB=1772819
IDBENCH=20398
IDSOLVER=615
FILE ID=node26/1772819-1241328877
PBS_JOBID= 9225398
Free space on /tmp= 66504 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-16.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772819-1241328877/watcher-1772819-1241328877 -o /tmp/evaluation-result-1772819-1241328877/solver-1772819-1241328877 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1772819-1241328877.cnf HOME

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

MD5SUM BENCH= 65057bcebbeecf6a7f3bc3fcfb2de009
RANDOM SEED=28361458

node26.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.261
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.261
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:       1824472 kB
Buffers:         29520 kB
Cached:         126784 kB
SwapCached:       5400 kB
Active:          74120 kB
Inactive:        90028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824472 kB
SwapTotal:     4192956 kB
SwapFree:      4181456 kB
Dirty:            9092 kB
Writeback:           0 kB
Mapped:          13484 kB
Slab:            53340 kB
Committed_AS:   667500 kB
PageTables:       1368 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= 66500 MiB
End job on node26 at 2009-05-03 07:52:16