Trace number 1716866

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 1059.09 1059.37

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.757
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.10/0.17	c ==============================================================================
0.10/0.17	c |           |     ORIGINAL     |              LEARNT              |          |
0.10/0.17	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.10/0.17	c ==============================================================================
0.10/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.22381 s
1.19/1.29	c ==============================================================================
1.38/1.43	c Rsat version 3.02
1.38/1.49	c Base unit clause learned: 0
1059.00/1059.34	c CNF stats: (17506 vars, 98030 clauses)
1059.00/1059.34	c Decisions: 960857
1059.00/1059.34	c Conflicts: 679698
1059.00/1059.34	c Restarts: 13
1059.00/1059.34	c Avg lpc: 52.47
1059.00/1059.34	c Max decision level: 3574
1059.00/1059.34	c KB reduction: 21 (605488 clauses removed)
1059.00/1059.34	c Final decision lit size:17506 (100.00 %)
1059.00/1059.34	c Final stack/save sizes: 700(4.00 %)/11200(63.98 %)
1059.00/1059.34	c Final cdc size: 2800 (15.99 %)
1059.00/1059.34	c ***********************************************
1059.00/1059.34	c Conflicts with bac: 12619/679698 (1.86 %)
1059.00/1059.34	c Avg bac size: 31.00
1059.00/1059.34	c Avg bac bt depth: 6.14 vs 1.22 (normal)
1059.00/1059.36	c Running time: 1057.51923 seconds
1059.00/1059.36	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-1716866-1240621264/watcher-1716866-1240621264 -o /tmp/evaluation-result-1716866-1240621264/solver-1716866-1240621264 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1716866-1240621264.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.84 0.96 0.98 3/64 19134
/proc/meminfo: memFree=1466224/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=0
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 90159673 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19134/statm: 1339 239 199 169 0 50 0
[pid=19135] ppid=19134 vsize=4728 CPUtime=0
/proc/19135/stat : 19135 (SatElite) R 19134 19134 19097 0 -1 4194304 700 0 0 0 0 0 0 0 18 0 1 0 90159673 4841472 684 1992294400 4194304 4959918 548682068688 18446744073709551615 4237185 0 0 4096 3 0 0 0 17 1 0 0
/proc/19135/statm: 1182 687 62 186 0 992 0

[startup+0.108195 s]
/proc/loadavg: 0.84 0.96 0.98 3/64 19134
/proc/meminfo: memFree=1466224/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=0
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 90159673 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19134/statm: 1339 239 199 169 0 50 0
[pid=19135] ppid=19134 vsize=26892 CPUtime=0.1
/proc/19135/stat : 19135 (SatElite) R 19134 19134 19097 0 -1 4194304 6056 0 0 0 8 2 0 0 18 0 1 0 90159673 27537408 6009 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/19135/statm: 6723 6010 65 186 0 6533 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 32248

[startup+0.201204 s]
/proc/loadavg: 0.84 0.96 0.98 3/64 19134
/proc/meminfo: memFree=1466224/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=0
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 90159673 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19134/statm: 1339 239 199 169 0 50 0
[pid=19135] ppid=19134 vsize=40600 CPUtime=0.19
/proc/19135/stat : 19135 (SatElite) R 19134 19134 19097 0 -1 4194304 9535 0 0 0 15 4 0 0 18 0 1 0 90159673 41574400 9353 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/19135/statm: 10150 9354 90 186 0 9960 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 45956

[startup+0.301214 s]
/proc/loadavg: 0.84 0.96 0.98 3/64 19134
/proc/meminfo: memFree=1466224/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=0
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 90159673 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19134/statm: 1339 239 199 169 0 50 0
[pid=19135] ppid=19134 vsize=46688 CPUtime=0.28
/proc/19135/stat : 19135 (SatElite) R 19134 19134 19097 0 -1 4194304 10957 0 0 0 24 4 0 0 19 0 1 0 90159673 47808512 10775 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/19135/statm: 11672 10775 90 186 0 11482 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 52044

[startup+0.701257 s]
/proc/loadavg: 0.84 0.96 0.98 3/64 19134
/proc/meminfo: memFree=1466224/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=0
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 90159673 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19134/statm: 1339 239 199 169 0 50 0
[pid=19135] ppid=19134 vsize=52984 CPUtime=0.68
/proc/19135/stat : 19135 (SatElite) R 19134 19134 19097 0 -1 4194304 12595 0 0 0 63 5 0 0 23 0 1 0 90159673 54255616 12362 1992294400 4194304 4959918 548682068688 18446744073709551615 4269007 0 0 4096 3 0 0 0 17 1 0 0
/proc/19135/statm: 13246 12362 91 186 0 13056 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 58340

[startup+1.50235 s]
/proc/loadavg: 0.84 0.96 0.98 2/66 19136
/proc/meminfo: memFree=1412960/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 5356

[startup+3.10152 s]
/proc/loadavg: 0.84 0.96 0.98 2/66 19137
/proc/meminfo: memFree=1451424/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=12604 CPUtime=1.65
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 2786 0 0 0 165 0 0 0 25 0 1 0 90159816 12906496 2630 1992294400 4194304 5460562 548682068800 18446744073709551615 4210633 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 3151 2630 116 309 0 2838 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 17960

[startup+6.30186 s]
/proc/loadavg: 0.85 0.96 0.98 2/66 19137
/proc/meminfo: memFree=1449888/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=13676 CPUtime=4.85
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 3065 0 0 0 485 0 0 0 25 0 1 0 90159816 14004224 2907 1992294400 4194304 5460562 548682068800 18446744073709551615 4198090 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 3419 2907 116 309 0 3106 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 19032

[startup+12.7015 s]
/proc/loadavg: 0.87 0.96 0.98 2/66 19137
/proc/meminfo: memFree=1448360/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=15468 CPUtime=11.26
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 3503 0 0 0 1125 1 0 0 25 0 1 0 90159816 15839232 3344 1992294400 4194304 5460562 548682068800 18446744073709551615 4816125 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 3867 3344 118 309 0 3554 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 20824

[startup+25.5019 s]
/proc/loadavg: 0.89 0.96 0.98 2/66 19137
/proc/meminfo: memFree=1443624/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=20212 CPUtime=24.05
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 4734 0 0 0 2403 2 0 0 25 0 1 0 90159816 20697088 4505 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 5053 4505 118 309 0 4740 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 25568

[startup+51.1017 s]
/proc/loadavg: 0.93 0.96 0.98 2/66 19137
/proc/meminfo: memFree=1439464/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=24748 CPUtime=49.64
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 6412 0 0 0 4961 3 0 0 25 0 1 0 90159816 25341952 5535 1992294400 4194304 5460562 548682068800 18446744073709551615 4225835 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 6187 5535 118 309 0 5874 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 30104

[startup+102.301 s]
/proc/loadavg: 0.97 0.97 0.98 2/66 19137
/proc/meminfo: memFree=1438248/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=25664 CPUtime=100.83
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 8112 0 0 0 10079 4 0 0 25 0 1 0 90159816 26279936 5795 1992294400 4194304 5460562 548682068800 18446744073709551615 4201873 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/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.97 0.98 2/66 19137
/proc/meminfo: memFree=1437672/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=26208 CPUtime=160.81
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 9228 0 0 0 16076 5 0 0 25 0 1 0 90159816 26836992 5949 1992294400 4194304 5460562 548682068800 18446744073709551615 4200403 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 6552 5949 118 309 0 6239 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 31564

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 19137
/proc/meminfo: memFree=1437800/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=26272 CPUtime=220.81
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 9735 0 0 0 22075 6 0 0 25 0 1 0 90159816 26902528 5976 1992294400 4194304 5460562 548682068800 18446744073709551615 4210591 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 6568 5976 118 309 0 6255 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 31628

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 19137
/proc/meminfo: memFree=1437224/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=26656 CPUtime=280.79
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 10778 0 0 0 28072 7 0 0 25 0 1 0 90159816 27295744 6059 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 6664 6059 118 309 0 6351 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 32012

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 19137
/proc/meminfo: memFree=1437544/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=26396 CPUtime=340.77
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 11229 0 0 0 34070 7 0 0 25 0 1 0 90159816 27029504 6030 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 6599 6030 118 309 0 6286 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 31752


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


[startup+762.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 19137
/proc/meminfo: memFree=1433960/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=30668 CPUtime=760.67
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 16732 0 0 0 76056 11 0 0 25 0 1 0 90159816 31404032 6885 1992294400 4194304 5460562 548682068800 18446744073709551615 4201815 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 7667 6885 118 309 0 7354 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 36024

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 19137
/proc/meminfo: memFree=1433960/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=30668 CPUtime=820.65
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 16734 0 0 0 82054 11 0 0 25 0 1 0 90159816 31404032 6887 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 7667 6887 118 309 0 7354 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 36024

[startup+882.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 19137
/proc/meminfo: memFree=1434024/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=30288 CPUtime=880.63
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 17669 0 0 0 88052 11 0 0 25 0 1 0 90159816 31014912 6830 1992294400 4194304 5460562 548682068800 18446744073709551615 4201934 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 7572 6830 118 309 0 7259 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 35644

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 19137
/proc/meminfo: memFree=1433832/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=30440 CPUtime=940.61
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 18705 0 0 0 94049 12 0 0 25 0 1 0 90159816 31170560 6874 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 7610 6874 118 309 0 7297 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 35796

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 19137
/proc/meminfo: memFree=1434024/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=30212 CPUtime=1000.59
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 19654 0 0 0 100047 12 0 0 25 0 1 0 90159816 30937088 6831 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 7553 6831 118 309 0 7240 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 35568

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

[startup+1024 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 19137
/proc/meminfo: memFree=1434024/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=30212 CPUtime=1022.29
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 19654 0 0 0 102217 12 0 0 25 0 1 0 90159816 30937088 6831 1992294400 4194304 5460562 548682068800 18446744073709551615 4226306 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 7553 6831 118 309 0 7240 0
Current children cumulated CPU time (s) 1023.7
Current children cumulated vsize (KiB) 35568

[startup+1036.8 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 19137
/proc/meminfo: memFree=1434024/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=30212 CPUtime=1035.08
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 19654 0 0 0 103496 12 0 0 25 0 1 0 90159816 30937088 6831 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 7553 6831 118 309 0 7240 0
Current children cumulated CPU time (s) 1036.49
Current children cumulated vsize (KiB) 35568

[startup+1049.6 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 19137
/proc/meminfo: memFree=1433896/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=30852 CPUtime=1047.89
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 19728 0 0 0 104776 13 0 0 25 0 1 0 90159816 31592448 6905 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 7713 6905 118 309 0 7400 0
Current children cumulated CPU time (s) 1049.3
Current children cumulated vsize (KiB) 36208

[startup+1056 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 19137
/proc/meminfo: memFree=1433896/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=30852 CPUtime=1054.29
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 19728 0 0 0 105416 13 0 0 25 0 1 0 90159816 31592448 6905 1992294400 4194304 5460562 548682068800 18446744073709551615 4198067 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 7713 6905 118 309 0 7400 0
Current children cumulated CPU time (s) 1055.7
Current children cumulated vsize (KiB) 36208

[startup+1057.6 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 19137
/proc/meminfo: memFree=1434088/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=30496 CPUtime=1055.89
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 19729 0 0 0 105576 13 0 0 25 0 1 0 90159816 31227904 6817 1992294400 4194304 5460562 548682068800 18446744073709551615 4201929 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 7624 6817 119 309 0 7311 0
Current children cumulated CPU time (s) 1057.3
Current children cumulated vsize (KiB) 35852

[startup+1058.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 19137
/proc/meminfo: memFree=1434088/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=30496 CPUtime=1056.69
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 19729 0 0 0 105656 13 0 0 25 0 1 0 90159816 31227904 6817 1992294400 4194304 5460562 548682068800 18446744073709551615 4227792 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 7624 6817 119 309 0 7311 0
Current children cumulated CPU time (s) 1058.1
Current children cumulated vsize (KiB) 35852

[startup+1058.8 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 19137
/proc/meminfo: memFree=1434088/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=30256 CPUtime=1057.09
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 19729 0 0 0 105696 13 0 0 25 0 1 0 90159816 30982144 6757 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 7564 6757 119 309 0 7251 0
Current children cumulated CPU time (s) 1058.5
Current children cumulated vsize (KiB) 35612

[startup+1059.2 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 19137
/proc/meminfo: memFree=1434088/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=30256 CPUtime=1057.49
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 19729 0 0 0 105736 13 0 0 25 0 1 0 90159816 30982144 6757 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 7564 6757 119 309 0 7251 0
Current children cumulated CPU time (s) 1058.9
Current children cumulated vsize (KiB) 35612

[startup+1059.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 19137
/proc/meminfo: memFree=1434280/2055920 swapFree=4181324/4192956
[pid=19134] ppid=19132 vsize=5356 CPUtime=1.41
/proc/19134/stat : 19134 (rsat.sh) S 19132 19134 19097 0 -1 4194304 312 13700 0 0 0 0 134 7 16 0 1 0 90159673 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19134/statm: 1339 241 199 169 0 50 0
[pid=19137] ppid=19134 vsize=30256 CPUtime=1057.59
/proc/19137/stat : 19137 (rsat) R 19134 19134 19097 0 -1 4194304 19729 0 0 0 105746 13 0 0 25 0 1 0 90159816 30982144 6757 1992294400 4194304 5460562 548682068800 18446744073709551615 4201873 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19137/statm: 7564 6757 119 309 0 7251 0
Current children cumulated CPU time (s) 1059
Current children cumulated vsize (KiB) 35612

Child status: 20
Real time (s): 1059.37
CPU time (s): 1059.09
CPU user time (s): 1058.87
CPU system time (s): 0.220966
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 61600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1058.87
system time used= 0.220966
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= 1558

runsolver used 1.24881 second user time and 2.6016 second system time

The end

Launcher Data

Begin job on node19 at 2009-04-25 03:01:04
IDJOB=1716866
IDBENCH=20398
IDSOLVER=545
FILE ID=node19/1716866-1240621264
PBS_JOBID= 9186389
Free space on /tmp= 66240 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-1716866-1240621264/watcher-1716866-1240621264 -o /tmp/evaluation-result-1716866-1240621264/solver-1716866-1240621264 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1716866-1240621264.cnf HOME

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

MD5SUM BENCH= 65057bcebbeecf6a7f3bc3fcfb2de009
RANDOM SEED=793213341

node19.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.236
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.236
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:       1466768 kB
Buffers:         69668 kB
Cached:         443120 kB
SwapCached:       6324 kB
Active:         142744 kB
Inactive:       378688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1466768 kB
SwapTotal:     4192956 kB
SwapFree:      4181324 kB
Dirty:            9184 kB
Writeback:           0 kB
Mapped:          13324 kB
Slab:            53720 kB
Committed_AS:   289480 kB
PageTables:       1452 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= 66232 MiB
End job on node19 at 2009-04-25 03:18:44