Trace number 1732182

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-22? (TO) 1200.1 1200.61

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-121-100.cnf
MD5SUM24865fea2f97ba63d115c240cb3cb69f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of clauses252
Sum of the clauses size756
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3252
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     252      756 |      75       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 121   #clauses: 252   #literals: 756
0.00/0.00	c CPU time:   0.000999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c Rsat version 3.02
0.00/0.00	c Base unit clause learned: 0
1200.08/1200.61	HOME/rsat.sh: line 55:  1171 Terminated              $RS $TMP.cnf -q -r $TMP.result "$@"

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1732182-1240778569/watcher-1732182-1240778569 -o /tmp/evaluation-result-1732182-1240778569/solver-1732182-1240778569 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1732182-1240778569.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: 2.09 2.04 1.62 3/65 1169
/proc/meminfo: memFree=1663728/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=2464 CPUtime=0
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 105890674 2523136 142 1992294400 4194304 5460562 548682068784 18446744073709551615 4797079 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 616 142 116 309 0 303 0

[startup+0.0675499 s]
/proc/loadavg: 2.09 2.04 1.62 3/65 1169
/proc/meminfo: memFree=1663728/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=2464 CPUtime=0.06
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 182 0 0 0 6 0 0 0 18 0 1 0 105890674 2523136 163 1992294400 4194304 5460562 548682068784 18446744073709551615 4225733 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 616 163 118 309 0 303 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7820

[startup+0.101554 s]
/proc/loadavg: 2.09 2.04 1.62 3/65 1169
/proc/meminfo: memFree=1663728/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=2588 CPUtime=0.09
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 193 0 0 0 9 0 0 0 18 0 1 0 105890674 2650112 174 1992294400 4194304 5460562 548682068784 18446744073709551615 4202743 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 647 174 118 309 0 334 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7944

[startup+0.301572 s]
/proc/loadavg: 2.09 2.04 1.62 3/65 1169
/proc/meminfo: memFree=1663728/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=2756 CPUtime=0.29
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 255 0 0 0 29 0 0 0 19 0 1 0 105890674 2822144 236 1992294400 4194304 5460562 548682068784 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 689 236 118 309 0 376 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8112

[startup+0.70161 s]
/proc/loadavg: 2.09 2.04 1.62 3/65 1169
/proc/meminfo: memFree=1663728/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=3104 CPUtime=0.69
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 345 0 0 0 69 0 0 0 23 0 1 0 105890674 3178496 324 1992294400 4194304 5460562 548682068784 18446744073709551615 4211523 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 776 324 118 309 0 463 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8460

[startup+1.50169 s]
/proc/loadavg: 2.09 2.04 1.62 2/67 1172
/proc/meminfo: memFree=1662304/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=3612 CPUtime=1.49
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 887 0 0 0 149 0 0 0 25 0 1 0 105890674 3698688 449 1992294400 4194304 5460562 548682068784 18446744073709551615 4205022 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 903 449 118 309 0 590 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8968

[startup+3.10183 s]
/proc/loadavg: 2.09 2.04 1.62 2/67 1172
/proc/meminfo: memFree=1661472/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=4244 CPUtime=3.08
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 1867 0 0 0 308 0 0 0 25 0 1 0 105890674 4345856 585 1992294400 4194304 5460562 548682068784 18446744073709551615 4201453 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 1061 585 118 309 0 748 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9600

[startup+6.30213 s]
/proc/loadavg: 2.00 2.02 1.61 2/67 1172
/proc/meminfo: memFree=1660128/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=5368 CPUtime=6.28
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 3490 0 0 0 627 1 0 0 25 0 1 0 105890674 5496832 826 1992294400 4194304 5460562 548682068784 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 1342 826 118 309 0 1029 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10724

[startup+12.7017 s]
/proc/loadavg: 1.92 2.00 1.61 2/67 1172
/proc/meminfo: memFree=1658848/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=6712 CPUtime=12.69
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 6326 0 0 0 1267 2 0 0 25 0 1 0 105890674 6873088 1198 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 1678 1198 118 309 0 1365 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12068

[startup+25.5019 s]
/proc/loadavg: 1.72 1.95 1.60 2/67 1172
/proc/meminfo: memFree=1656992/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=8876 CPUtime=25.47
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 9245 0 0 0 2544 3 0 0 25 0 1 0 105890674 9089024 1647 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 2219 1647 118 309 0 1906 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14232

[startup+51.1013 s]
/proc/loadavg: 1.47 1.88 1.58 2/67 1172
/proc/meminfo: memFree=1655008/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=10824 CPUtime=51.05
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 13624 0 0 0 5100 5 0 0 25 0 1 0 105890674 11083776 2186 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 2706 2186 118 309 0 2393 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 16180

[startup+102.305 s]
/proc/loadavg: 1.20 1.74 1.55 2/67 1172
/proc/meminfo: memFree=1651808/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=14772 CPUtime=102.24
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 19044 0 0 0 10217 7 0 0 25 0 1 0 105890674 15126528 2960 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 3693 2960 118 309 0 3380 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 20128

[startup+162.302 s]
/proc/loadavg: 1.07 1.60 1.51 2/67 1172
/proc/meminfo: memFree=1649312/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=16908 CPUtime=162.21
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 24607 0 0 0 16211 10 0 0 25 0 1 0 105890674 17313792 3563 1992294400 4194304 5460562 548682068784 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 4227 3563 118 309 0 3914 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 22264

[startup+222.301 s]
/proc/loadavg: 1.02 1.49 1.48 2/67 1172
/proc/meminfo: memFree=1647392/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=18700 CPUtime=222.19
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 28048 0 0 0 22208 11 0 0 25 0 1 0 105890674 19148800 4028 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 4675 4028 118 309 0 4362 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 24056

[startup+282.301 s]
/proc/loadavg: 1.01 1.40 1.44 2/67 1172
/proc/meminfo: memFree=1645600/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=20744 CPUtime=282.16
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 31551 0 0 0 28204 12 0 0 25 0 1 0 105890674 21241856 4555 1992294400 4194304 5460562 548682068784 18446744073709551615 4211555 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 5186 4555 118 309 0 4873 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 26100

[startup+342.302 s]
/proc/loadavg: 1.00 1.32 1.41 2/67 1172
/proc/meminfo: memFree=1643552/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=22216 CPUtime=342.13
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 33952 0 0 0 34199 14 0 0 25 0 1 0 105890674 22749184 4972 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 5554 4972 118 309 0 5241 0

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

[pid=1171] ppid=1169 vsize=24136 CPUtime=462.08
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 37457 0 0 0 46192 16 0 0 25 0 1 0 105890674 24715264 5501 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 6034 5501 118 309 0 5721 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 29492

[startup+522.302 s]
/proc/loadavg: 1.00 1.17 1.33 2/67 1172
/proc/meminfo: memFree=1640736/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=24648 CPUtime=522.05
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 38622 0 0 0 52188 17 0 0 25 0 1 0 105890674 25239552 5674 1992294400 4194304 5460562 548682068784 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 6162 5674 118 309 0 5849 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 30004

[startup+582.301 s]
/proc/loadavg: 1.00 1.14 1.31 2/67 1172
/proc/meminfo: memFree=1639648/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=28092 CPUtime=582.03
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 41499 0 0 0 58185 18 0 0 25 0 1 0 105890674 28766208 5985 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 7023 5985 118 309 0 6710 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 33448

[startup+642.302 s]
/proc/loadavg: 1.00 1.11 1.29 2/67 1172
/proc/meminfo: memFree=1637984/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=29692 CPUtime=642.01
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 43918 0 0 0 64182 19 0 0 25 0 1 0 105890674 30404608 6388 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 7423 6388 118 309 0 7110 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 35048

[startup+702.301 s]
/proc/loadavg: 1.00 1.09 1.27 2/67 1172
/proc/meminfo: memFree=1637216/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=30204 CPUtime=701.98
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 46072 0 0 0 70179 19 0 0 25 0 1 0 105890674 30928896 6526 1992294400 4194304 5460562 548682068784 18446744073709551615 4210625 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 7551 6526 118 309 0 7238 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 35560

[startup+762.305 s]
/proc/loadavg: 1.05 1.08 1.25 2/67 1172
/proc/meminfo: memFree=1636576/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=30332 CPUtime=761.97
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 48257 0 0 0 76176 21 0 0 25 0 1 0 105890674 31059968 6695 1992294400 4194304 5460562 548682068784 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 7583 6695 118 309 0 7270 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 35688

[startup+822.302 s]
/proc/loadavg: 1.07 1.08 1.24 2/67 1172
/proc/meminfo: memFree=1635360/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=31868 CPUtime=821.94
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 50558 0 0 0 82172 22 0 0 25 0 1 0 105890674 32632832 6980 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 7967 6980 118 309 0 7654 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 37224

[startup+882.301 s]
/proc/loadavg: 1.07 1.08 1.23 2/67 1172
/proc/meminfo: memFree=1634080/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=33008 CPUtime=881.91
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 52895 0 0 0 88168 23 0 0 25 0 1 0 105890674 33800192 7301 1992294400 4194304 5460562 548682068784 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 8252 7301 118 309 0 7939 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 38364

[startup+942.302 s]
/proc/loadavg: 1.12 1.09 1.22 2/67 1172
/proc/meminfo: memFree=1632992/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=33904 CPUtime=941.88
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 55161 0 0 0 94164 24 0 0 25 0 1 0 105890674 34717696 7551 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 8476 7551 118 309 0 8163 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 39260

[startup+1002.3 s]
/proc/loadavg: 1.08 1.09 1.21 2/67 1172
/proc/meminfo: memFree=1632992/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=33904 CPUtime=1001.87
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 55216 0 0 0 100162 25 0 0 25 0 1 0 105890674 34717696 7606 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 8476 7606 118 309 0 8163 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 39260

[startup+1062.3 s]
/proc/loadavg: 1.03 1.07 1.19 2/67 1172
/proc/meminfo: memFree=1631840/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=35440 CPUtime=1061.84
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 57484 0 0 0 106158 26 0 0 25 0 1 0 105890674 36290560 7858 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 8860 7858 118 309 0 8547 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 40796

[startup+1122.3 s]
/proc/loadavg: 1.01 1.05 1.18 2/67 1178
/proc/meminfo: memFree=1630304/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=36720 CPUtime=1121.81
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 59893 0 0 0 112154 27 0 0 25 0 1 0 105890674 37601280 8251 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 9180 8251 118 309 0 8867 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 42076

[startup+1182.3 s]
/proc/loadavg: 1.00 1.04 1.16 2/67 1178
/proc/meminfo: memFree=1630240/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=36720 CPUtime=1181.79
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 59926 0 0 0 118152 27 0 0 25 0 1 0 105890674 37601280 8284 1992294400 4194304 5460562 548682068784 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 9180 8284 118 309 0 8867 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 42076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.04 1.16 2/67 1178
/proc/meminfo: memFree=1629856/2055920 swapFree=4188716/4192956
[pid=1169] ppid=1167 vsize=5356 CPUtime=0
/proc/1169/stat : 1169 (rsat.sh) S 1167 1169 1070 0 -1 4194304 315 146 0 0 0 0 0 0 20 0 1 0 105890673 5484544 242 1992294400 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1169/statm: 1339 242 199 169 0 50 0
[pid=1171] ppid=1169 vsize=36720 CPUtime=1200.08
/proc/1171/stat : 1171 (rsat) R 1169 1169 1070 0 -1 4194304 60006 0 0 0 119981 27 0 0 25 0 1 0 105890674 37601280 8364 1992294400 4194304 5460562 548682068784 18446744073709551615 4210656 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1171/statm: 9180 8364 118 309 0 8867 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 42076

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.1
CPU user time (s): 1199.82
CPU system time (s): 0.281957
CPU usage (%): 99.9575
Max. virtual memory (cumulated for all children) (KiB): 50268

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

runsolver used 1.12783 second user time and 3.24751 second system time

The end

Launcher Data

Begin job on node8 at 2009-04-26 22:42:49
IDJOB=1732182
IDBENCH=71111
IDSOLVER=545
FILE ID=node8/1732182-1240778569
PBS_JOBID= 9187248
Free space on /tmp= 65816 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/CRAFTED/sgen/unsat/sgen1-unsat-121-100.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1732182-1240778569/watcher-1732182-1240778569 -o /tmp/evaluation-result-1732182-1240778569/solver-1732182-1240778569 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1732182-1240778569.cnf HOME

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

MD5SUM BENCH= 24865fea2f97ba63d115c240cb3cb69f
RANDOM SEED=1917266516

node8.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1664208 kB
Buffers:         29448 kB
Cached:         295384 kB
SwapCached:       1772 kB
Active:         199044 kB
Inactive:       138760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1664208 kB
SwapTotal:     4192956 kB
SwapFree:      4188716 kB
Dirty:            5772 kB
Writeback:           0 kB
Mapped:          21552 kB
Slab:            39748 kB
Committed_AS:   541148 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65812 MiB
End job on node8 at 2009-04-26 23:02:52