Trace number 1775039

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) 10000.1 10005.1

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_15_UNKNOWN.cnf
MD5SUM8e41b9860982308be5a85106d5324611
Bench CategoryAPPLICATION (applications 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 variables3152
Number of clauses330948
Sum of the clauses size988222
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25025
Number of clauses of size 3325892
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.19/0.20	c ==============================================================================
0.19/0.20	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.20	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.20	c ==============================================================================
0.19/0.20	c |         0 |  330948   988222 |   99284       0        0     nan |  0.000 % |
4.09/4.14	c |         0 |  329509  1447248 |      --       0       --      -- |     --   | -1439/459026
4.09/4.14	c ==============================================================================
4.09/4.14	c Result  :   #vars: 2029   #clauses: 329509   #literals: 1447248
4.09/4.14	c CPU time:   4.06238 s
4.09/4.14	c ==============================================================================
4.58/4.61	c Rsat version 3.02
4.60/4.83	c Base unit clause learned: 0

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-1775039-1241340848/watcher-1775039-1241340848 -o /tmp/evaluation-result-1775039-1241340848/solver-1775039-1241340848 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775039-1241340848.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 1147
/proc/meminfo: memFree=1751992/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=0
/proc/1147/stat : 1147 (rsat.sh) R 1145 1147 1046 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 162119222 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268582840991 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/1147/statm: 1339 238 198 169 0 50 0
[pid=1148] ppid=1147 vsize=1676 CPUtime=0
/proc/1148/stat : 1148 (SatElite) R 1147 1147 1046 0 -1 4194304 266 0 0 0 0 0 0 0 18 0 1 0 162119222 1716224 249 1992294400 4194304 4959918 548682068688 18446744073709551615 4237248 0 0 4096 3 0 0 0 17 0 0 0
/proc/1148/statm: 419 250 65 186 0 229 0

[startup+0.075256 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 1147
/proc/meminfo: memFree=1751992/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=0
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162119222 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1147/statm: 1339 239 199 169 0 50 0
[pid=1148] ppid=1147 vsize=13772 CPUtime=0.06
/proc/1148/stat : 1148 (SatElite) R 1147 1147 1046 0 -1 4194304 3042 0 0 0 5 1 0 0 19 0 1 0 162119222 14102528 3025 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/1148/statm: 3443 3026 65 186 0 3253 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 19128

[startup+0.102261 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 1147
/proc/meminfo: memFree=1751992/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=0
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162119222 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1147/statm: 1339 239 199 169 0 50 0
[pid=1148] ppid=1147 vsize=17388 CPUtime=0.09
/proc/1148/stat : 1148 (SatElite) R 1147 1147 1046 0 -1 4194304 4035 0 0 0 7 2 0 0 19 0 1 0 162119222 17805312 4018 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/1148/statm: 4347 4019 65 186 0 4157 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22744

[startup+0.302299 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 1147
/proc/meminfo: memFree=1751992/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=0
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162119222 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1147/statm: 1339 239 199 169 0 50 0
[pid=1148] ppid=1147 vsize=45072 CPUtime=0.29
/proc/1148/stat : 1148 (SatElite) R 1147 1147 1046 0 -1 4194304 10156 0 0 0 24 5 0 0 21 0 1 0 162119222 46153728 10139 1992294400 4194304 4959918 548682068688 18446744073709551615 4269307 0 0 4096 3 0 0 0 17 0 0 0
/proc/1148/statm: 11268 10139 90 186 0 11078 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50428

[startup+0.701376 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 1147
/proc/meminfo: memFree=1751992/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=0
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162119222 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1147/statm: 1339 239 199 169 0 50 0
[pid=1148] ppid=1147 vsize=48584 CPUtime=0.68
/proc/1148/stat : 1148 (SatElite) R 1147 1147 1046 0 -1 4194304 11014 0 0 0 63 5 0 0 25 0 1 0 162119222 49750016 10997 1992294400 4194304 4959918 548682068688 18446744073709551615 4241696 0 0 4096 3 0 0 0 17 0 0 0
/proc/1148/statm: 12146 10997 90 186 0 11956 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 53940

[startup+1.50154 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1149
/proc/meminfo: memFree=1704808/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=0
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162119222 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1147/statm: 1339 239 199 169 0 50 0
[pid=1148] ppid=1147 vsize=59536 CPUtime=1.48
/proc/1148/stat : 1148 (SatElite) R 1147 1147 1046 0 -1 4194304 12964 0 0 0 142 6 0 0 25 0 1 0 162119222 60964864 12947 1992294400 4194304 4959918 548682068688 18446744073709551615 4269223 0 0 4096 3 0 0 0 17 0 0 0
/proc/1148/statm: 14884 12947 91 186 0 14694 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 64892

[startup+3.10185 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1149
/proc/meminfo: memFree=1698408/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=0
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162119222 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1147/statm: 1339 239 199 169 0 50 0
[pid=1148] ppid=1147 vsize=59536 CPUtime=3.09
/proc/1148/stat : 1148 (SatElite) R 1147 1147 1046 0 -1 4194304 12964 0 0 0 302 7 0 0 25 0 1 0 162119222 60964864 12947 1992294400 4194304 4959918 548682068688 18446744073709551615 4269223 0 0 4096 3 0 0 0 17 0 0 0
/proc/1148/statm: 14884 12947 91 186 0 14694 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64892

[startup+6.30148 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1150
/proc/meminfo: memFree=1715880/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=4.6
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 312 12968 0 0 0 0 450 10 16 0 1 0 162119222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1147/statm: 1339 241 199 169 0 50 0
[pid=1150] ppid=1147 vsize=31104 CPUtime=1.67
/proc/1150/stat : 1150 (rsat) R 1147 1147 1046 0 -1 4194304 7311 0 0 0 165 2 0 0 25 0 1 0 162119684 31850496 7292 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1150/statm: 7776 7292 116 309 0 7463 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 36460

[startup+12.7017 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1150
/proc/meminfo: memFree=1708520/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=4.6
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 312 12968 0 0 0 0 450 10 16 0 1 0 162119222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1147/statm: 1339 241 199 169 0 50 0
[pid=1150] ppid=1147 vsize=37676 CPUtime=8.07
/proc/1150/stat : 1150 (rsat) R 1147 1147 1046 0 -1 4194304 8965 0 0 0 803 4 0 0 25 0 1 0 162119684 38580224 8880 1992294400 4194304 5460562 548682068800 18446744073709551615 4198152 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1150/statm: 9419 8880 116 309 0 9106 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 43032

[startup+25.5022 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1150
/proc/meminfo: memFree=1702632/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=4.6
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 312 12968 0 0 0 0 450 10 16 0 1 0 162119222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1147/statm: 1339 241 199 169 0 50 0
[pid=1150] ppid=1147 vsize=43164 CPUtime=20.86
/proc/1150/stat : 1150 (rsat) R 1147 1147 1046 0 -1 4194304 10332 0 0 0 2081 5 0 0 25 0 1 0 162119684 44199936 10247 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1150/statm: 10791 10247 116 309 0 10478 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 48520

[startup+51.1023 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1150
/proc/meminfo: memFree=1698408/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=4.6
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 312 12968 0 0 0 0 450 10 16 0 1 0 162119222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1147/statm: 1339 241 199 169 0 50 0
[pid=1150] ppid=1147 vsize=47536 CPUtime=46.45
/proc/1150/stat : 1150 (rsat) R 1147 1147 1046 0 -1 4194304 11496 0 0 0 4640 5 0 0 25 0 1 0 162119684 48676864 11281 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1150/statm: 11884 11281 116 309 0 11571 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 52892

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1150
/proc/meminfo: memFree=1676008/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=4.6
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 312 12968 0 0 0 0 450 10 16 0 1 0 162119222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1147/statm: 1339 241 199 169 0 50 0
[pid=1150] ppid=1147 vsize=71028 CPUtime=97.63
/proc/1150/stat : 1150 (rsat) R 1147 1147 1046 0 -1 4194304 17347 0 0 0 9753 10 0 0 25 0 1 0 162119684 72732672 16874 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1150/statm: 17757 16874 116 309 0 17444 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 76384

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1150
/proc/meminfo: memFree=1661800/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=4.6
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 312 12968 0 0 0 0 450 10 16 0 1 0 162119222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1147/statm: 1339 241 199 169 0 50 0
[pid=1150] ppid=1147 vsize=84488 CPUtime=157.59
/proc/1150/stat : 1150 (rsat) R 1147 1147 1046 0 -1 4194304 21932 0 0 0 15745 14 0 0 25 0 1 0 162119684 86515712 20366 1992294400 4194304 5460562 548682068800 18446744073709551615 4198067 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1150/statm: 21122 20366 118 309 0 20809 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 89844

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1150
/proc/meminfo: memFree=1661480/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=4.6
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 312 12968 0 0 0 0 450 10 16 0 1 0 162119222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1147/statm: 1339 241 199 169 0 50 0
[pid=1150] ppid=1147 vsize=84488 CPUtime=217.55
/proc/1150/stat : 1150 (rsat) R 1147 1147 1046 0 -1 4194304 22056 0 0 0 21741 14 0 0 25 0 1 0 162119684 86515712 20490 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1150/statm: 21122 20490 118 309 0 20809 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 89844

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1150
/proc/meminfo: memFree=1660776/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=4.6
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 312 12968 0 0 0 0 450 10 16 0 1 0 162119222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1147/statm: 1339 241 199 169 0 50 0
[pid=1150] ppid=1147 vsize=84560 CPUtime=277.51
/proc/1150/stat : 1150 (rsat) R 1147 1147 1046 0 -1 4194304 23175 0 0 0 27737 14 0 0 25 0 1 0 162119684 86589440 20617 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1150/statm: 21140 20617 118 309 0 20827 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 89916

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1150
/proc/meminfo: memFree=1660712/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=4.6
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 312 12968 0 0 0 0 450 10 16 0 1 0 162119222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1147/statm: 1339 241 199 169 0 50 0
[pid=1150] ppid=1147 vsize=84560 CPUtime=337.47
/proc/1150/stat : 1150 (rsat) R 1147 1147 1046 0 -1 4194304 23175 0 0 0 33733 14 0 0 25 0 1 0 162119684 86589440 20617 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1150/statm: 21140 20617 118 309 0 20827 0
Current children cumulated CPU time (s) 342.07

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

/proc/1150/statm: 33396 32693 118 309 0 33083 0
Current children cumulated CPU time (s) 9397.59
Current children cumulated vsize (KiB) 138940

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1172
/proc/meminfo: memFree=1609384/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=4.6
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 312 12968 0 0 0 0 450 10 16 0 1 0 162119222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1147/statm: 1339 241 199 169 0 50 0
[pid=1150] ppid=1147 vsize=133584 CPUtime=9452.96
/proc/1150/stat : 1150 (rsat) R 1147 1147 1046 0 -1 4194304 61442 0 0 0 945253 43 0 0 25 0 1 0 162119684 136790016 32693 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1150/statm: 33396 32693 118 309 0 33083 0
Current children cumulated CPU time (s) 9457.56
Current children cumulated vsize (KiB) 138940

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1172
/proc/meminfo: memFree=1609320/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=4.6
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 312 12968 0 0 0 0 450 10 16 0 1 0 162119222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1147/statm: 1339 241 199 169 0 50 0
[pid=1150] ppid=1147 vsize=133584 CPUtime=9512.93
/proc/1150/stat : 1150 (rsat) R 1147 1147 1046 0 -1 4194304 61442 0 0 0 951250 43 0 0 25 0 1 0 162119684 136790016 32693 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1150/statm: 33396 32693 118 309 0 33083 0
Current children cumulated CPU time (s) 9517.53
Current children cumulated vsize (KiB) 138940

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1172
/proc/meminfo: memFree=1609320/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=4.6
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 312 12968 0 0 0 0 450 10 16 0 1 0 162119222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1147/statm: 1339 241 199 169 0 50 0
[pid=1150] ppid=1147 vsize=133584 CPUtime=9572.89
/proc/1150/stat : 1150 (rsat) R 1147 1147 1046 0 -1 4194304 61442 0 0 0 957246 43 0 0 25 0 1 0 162119684 136790016 32693 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1150/statm: 33396 32693 118 309 0 33083 0
Current children cumulated CPU time (s) 9577.49
Current children cumulated vsize (KiB) 138940

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1172
/proc/meminfo: memFree=1609256/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=4.6
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 312 12968 0 0 0 0 450 10 16 0 1 0 162119222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1147/statm: 1339 241 199 169 0 50 0
[pid=1150] ppid=1147 vsize=133584 CPUtime=9632.87
/proc/1150/stat : 1150 (rsat) R 1147 1147 1046 0 -1 4194304 61442 0 0 0 963244 43 0 0 25 0 1 0 162119684 136790016 32693 1992294400 4194304 5460562 548682068800 18446744073709551615 4198143 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1150/statm: 33396 32693 118 309 0 33083 0
Current children cumulated CPU time (s) 9637.47
Current children cumulated vsize (KiB) 138940

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1172
/proc/meminfo: memFree=1609192/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=4.6
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 312 12968 0 0 0 0 450 10 16 0 1 0 162119222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1147/statm: 1339 241 199 169 0 50 0
[pid=1150] ppid=1147 vsize=133584 CPUtime=9692.83
/proc/1150/stat : 1150 (rsat) R 1147 1147 1046 0 -1 4194304 61442 0 0 0 969240 43 0 0 25 0 1 0 162119684 136790016 32693 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1150/statm: 33396 32693 118 309 0 33083 0
Current children cumulated CPU time (s) 9697.43
Current children cumulated vsize (KiB) 138940

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1172
/proc/meminfo: memFree=1609192/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=4.6
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 312 12968 0 0 0 0 450 10 16 0 1 0 162119222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1147/statm: 1339 241 199 169 0 50 0
[pid=1150] ppid=1147 vsize=133584 CPUtime=9752.8
/proc/1150/stat : 1150 (rsat) R 1147 1147 1046 0 -1 4194304 61442 0 0 0 975237 43 0 0 25 0 1 0 162119684 136790016 32693 1992294400 4194304 5460562 548682068800 18446744073709551615 4198137 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1150/statm: 33396 32693 118 309 0 33083 0
Current children cumulated CPU time (s) 9757.4
Current children cumulated vsize (KiB) 138940

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1172
/proc/meminfo: memFree=1609192/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=4.6
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 312 12968 0 0 0 0 450 10 16 0 1 0 162119222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1147/statm: 1339 241 199 169 0 50 0
[pid=1150] ppid=1147 vsize=133584 CPUtime=9812.76
/proc/1150/stat : 1150 (rsat) R 1147 1147 1046 0 -1 4194304 61442 0 0 0 981233 43 0 0 25 0 1 0 162119684 136790016 32693 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1150/statm: 33396 32693 118 309 0 33083 0
Current children cumulated CPU time (s) 9817.36
Current children cumulated vsize (KiB) 138940

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1172
/proc/meminfo: memFree=1609192/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=4.6
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 312 12968 0 0 0 0 450 10 16 0 1 0 162119222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1147/statm: 1339 241 199 169 0 50 0
[pid=1150] ppid=1147 vsize=133584 CPUtime=9872.72
/proc/1150/stat : 1150 (rsat) R 1147 1147 1046 0 -1 4194304 61442 0 0 0 987229 43 0 0 25 0 1 0 162119684 136790016 32693 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1150/statm: 33396 32693 118 309 0 33083 0
Current children cumulated CPU time (s) 9877.32
Current children cumulated vsize (KiB) 138940

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1174
/proc/meminfo: memFree=1609128/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=4.6
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 312 12968 0 0 0 0 450 10 16 0 1 0 162119222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1147/statm: 1339 241 199 169 0 50 0
[pid=1150] ppid=1147 vsize=133584 CPUtime=9932.69
/proc/1150/stat : 1150 (rsat) R 1147 1147 1046 0 -1 4194304 61442 0 0 0 993226 43 0 0 25 0 1 0 162119684 136790016 32693 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1150/statm: 33396 32693 118 309 0 33083 0
Current children cumulated CPU time (s) 9937.29
Current children cumulated vsize (KiB) 138940

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1174
/proc/meminfo: memFree=1609128/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=4.6
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 312 12968 0 0 0 0 450 10 16 0 1 0 162119222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1147/statm: 1339 241 199 169 0 50 0
[pid=1150] ppid=1147 vsize=133584 CPUtime=9992.66
/proc/1150/stat : 1150 (rsat) R 1147 1147 1046 0 -1 4194304 61442 0 0 0 999223 43 0 0 25 0 1 0 162119684 136790016 32693 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1150/statm: 33396 32693 118 309 0 33083 0
Current children cumulated CPU time (s) 9997.26
Current children cumulated vsize (KiB) 138940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10005.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1174
/proc/meminfo: memFree=1609128/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=4.6
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 312 12968 0 0 0 0 450 10 16 0 1 0 162119222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1147/statm: 1339 241 199 169 0 50 0
[pid=1150] ppid=1147 vsize=133584 CPUtime=9995.46
/proc/1150/stat : 1150 (rsat) R 1147 1147 1046 0 -1 4194304 61442 0 0 0 999503 43 0 0 25 0 1 0 162119684 136790016 32693 1992294400 4194304 5460562 548682068800 18446744073709551615 4198172 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1150/statm: 33396 32693 118 309 0 33083 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 138940

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

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

[startup+10005.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1174
/proc/meminfo: memFree=1609128/2055924 swapFree=4149332/4192956
[pid=1147] ppid=1145 vsize=5356 CPUtime=4.6
/proc/1147/stat : 1147 (rsat.sh) S 1145 1147 1046 0 -1 4194304 312 12968 0 0 0 0 450 10 16 0 1 0 162119222 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1147/statm: 1339 241 199 169 0 50 0
[pid=1150] ppid=1147 vsize=133584 CPUtime=9995.46
/proc/1150/stat : 1150 (rsat) R 1147 1147 1046 0 -1 4194304 61442 0 0 0 999503 43 0 0 25 0 1 0 162119684 136790016 32693 1992294400 4194304 5460562 548682068800 18446744073709551615 4198172 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1150/statm: 33396 32693 118 309 0 33083 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 138940

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1147 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=504315
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=107983
# CPU time returned by wait4() is 4.6123
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10005.1
CPU time (s): 10000.1
CPU user time (s): 9999.53
CPU system time (s): 0.53
CPU usage (%): 99.9495
Max. virtual memory (cumulated for all children) (KiB): 146872

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

runsolver used 8.85465 second user time and 27.5328 second system time

The end

Launcher Data

Begin job on node6 at 2009-05-03 10:54:09
IDJOB=1775039
IDBENCH=71077
IDSOLVER=615
FILE ID=node6/1775039-1241340848
PBS_JOBID= 9225480
Free space on /tmp= 66544 MiB

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

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

MD5SUM BENCH= 8e41b9860982308be5a85106d5324611
RANDOM SEED=833695398

node6.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.281
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.281
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:      2055924 kB
MemFree:       1752536 kB
Buffers:         34756 kB
Cached:         149564 kB
SwapCached:      37428 kB
Active:         110236 kB
Inactive:       113152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1752536 kB
SwapTotal:     4192956 kB
SwapFree:      4149332 kB
Dirty:           11276 kB
Writeback:           0 kB
Mapped:          14064 kB
Slab:            66056 kB
Committed_AS:   783312 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66532 MiB
End job on node6 at 2009-05-03 13:40:56