Trace number 1772829

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 10002.6

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6816.94
Satisfiable
(Un)Satisfiability was proved
Number of variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   23237    63534 |    6971       0        0     nan |  0.000 % |
0.08/0.16	c |         0 |   15594    54914 |      --       0       --      -- |     --   | -7643/-8620
0.08/0.16	c ==============================================================================
0.08/0.16	c Result  :   #vars: 2673   #clauses: 15594   #literals: 54914
0.08/0.16	c CPU time:   0.156976 s
0.08/0.16	c ==============================================================================
0.08/0.19	c Rsat version 3.02
0.18/0.20	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-1772829-1241328915/watcher-1772829-1241328915 -o /tmp/evaluation-result-1772829-1241328915/solver-1772829-1241328915 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1772829-1241328915.cnf HOME 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31029
/proc/meminfo: memFree=1723296/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 160924943 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 239 199 169 0 50 0
[pid=31030] ppid=31029 vsize=1464 CPUtime=0
/proc/31030/stat : 31030 (SatElite) R 31029 31029 30992 0 -1 4194304 242 0 0 0 0 0 0 0 20 0 1 0 160924944 1499136 225 1992294400 4194304 4959918 548682068688 18446744073709551615 4237248 0 0 4096 3 0 0 0 17 1 0 0
/proc/31030/statm: 414 233 62 186 0 224 0

[startup+0.0600429 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31029
/proc/meminfo: memFree=1723296/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 160924943 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 239 199 169 0 50 0
[pid=31030] ppid=31029 vsize=6920 CPUtime=0.04
/proc/31030/stat : 31030 (SatElite) R 31029 31029 30992 0 -1 4194304 1578 0 0 0 4 0 0 0 20 0 1 0 160924944 7086080 1561 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/31030/statm: 1730 1562 90 186 0 1540 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12276

[startup+0.101046 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31029
/proc/meminfo: memFree=1723296/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 160924943 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 239 199 169 0 50 0
[pid=31030] ppid=31029 vsize=7352 CPUtime=0.08
/proc/31030/stat : 31030 (SatElite) R 31029 31029 30992 0 -1 4194304 1681 0 0 0 8 0 0 0 20 0 1 0 160924944 7528448 1664 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/31030/statm: 1838 1664 90 186 0 1648 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12708

[startup+0.30107 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31029
/proc/meminfo: memFree=1723296/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 5356

[startup+0.701113 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31029
/proc/meminfo: memFree=1723296/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 5356

[startup+1.50119 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 31032
/proc/meminfo: memFree=1719176/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=5316 CPUtime=1.29
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 954 0 0 0 129 0 0 0 25 0 1 0 160924963 5443584 871 1992294400 4194304 5460562 548682068800 18446744073709551615 4198156 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 1329 871 118 309 0 1016 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10672

[startup+3.10235 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 31032
/proc/meminfo: memFree=1718920/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=5432 CPUtime=2.89
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 1081 0 0 0 289 0 0 0 25 0 1 0 160924963 5562368 902 1992294400 4194304 5460562 548682068800 18446744073709551615 4198177 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 1358 902 118 309 0 1045 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10788

[startup+6.30167 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 31032
/proc/meminfo: memFree=1718472/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=5648 CPUtime=6.09
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 1331 0 0 0 609 0 0 0 25 0 1 0 160924963 5783552 959 1992294400 4194304 5460562 548682068800 18446744073709551615 4226943 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 1412 959 118 309 0 1099 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11004

[startup+12.7013 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 31032
/proc/meminfo: memFree=1717848/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=6308 CPUtime=12.5
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 2224 0 0 0 1249 1 0 0 25 0 1 0 160924963 6459392 1112 1992294400 4194304 5460562 548682068800 18446744073709551615 4198106 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 1577 1112 118 309 0 1264 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11664

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 31032
/proc/meminfo: memFree=1717336/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=7076 CPUtime=25.29
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 3259 0 0 0 2528 1 0 0 25 0 1 0 160924963 7245824 1283 1992294400 4194304 5460562 548682068800 18446744073709551615 4797079 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 1769 1283 118 309 0 1456 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12432

[startup+51.1012 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 31032
/proc/meminfo: memFree=1715864/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=8660 CPUtime=50.87
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 5699 0 0 0 5085 2 0 0 25 0 1 0 160924963 8867840 1670 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 2165 1670 118 309 0 1852 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 14016

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 31032
/proc/meminfo: memFree=1713496/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=10844 CPUtime=102.06
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 8297 0 0 0 10202 4 0 0 25 0 1 0 160924963 11104256 2252 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 2711 2252 118 309 0 2398 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 16200

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31032
/proc/meminfo: memFree=1711192/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=13500 CPUtime=162.04
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 11910 0 0 0 16198 6 0 0 25 0 1 0 160924963 13824000 2819 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 3375 2819 118 309 0 3062 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 18856

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31032
/proc/meminfo: memFree=1709976/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=14584 CPUtime=222.03
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 14130 0 0 0 22196 7 0 0 25 0 1 0 160924963 14934016 3119 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 3646 3119 118 309 0 3333 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 19940

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31034
/proc/meminfo: memFree=1708568/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=16308 CPUtime=282.01
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 16025 0 0 0 28193 8 0 0 25 0 1 0 160924963 16699392 3574 1992294400 4194304 5460562 548682068800 18446744073709551615 4226238 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 4077 3574 118 309 0 3764 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 21664

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31034
/proc/meminfo: memFree=1707032/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=17280 CPUtime=342
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 17734 0 0 0 34191 9 0 0 25 0 1 0 160924963 17694720 3843 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 4320 3843 118 309 0 4007 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 22636

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31034
/proc/meminfo: memFree=1705368/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18

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

/proc/31032/statm: 22263 20659 118 309 0 21950 0
Current children cumulated CPU time (s) 9339.88
Current children cumulated vsize (KiB) 94408

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31056
/proc/meminfo: memFree=1635736/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=90720 CPUtime=9399.68
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 106227 0 0 0 939912 56 0 0 25 0 1 0 160924963 92897280 21086 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 22680 21086 118 309 0 22367 0
Current children cumulated CPU time (s) 9399.86
Current children cumulated vsize (KiB) 96076

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31056
/proc/meminfo: memFree=1635224/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=91488 CPUtime=9459.66
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 110366 0 0 0 945908 58 0 0 25 0 1 0 160924963 93683712 21161 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 22872 21161 118 309 0 22559 0
Current children cumulated CPU time (s) 9459.84
Current children cumulated vsize (KiB) 96844

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31056
/proc/meminfo: memFree=1635224/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=91488 CPUtime=9519.64
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 110366 0 0 0 951906 58 0 0 25 0 1 0 160924963 93683712 21161 1992294400 4194304 5460562 548682068800 18446744073709551615 4198109 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 22872 21161 118 309 0 22559 0
Current children cumulated CPU time (s) 9519.82
Current children cumulated vsize (KiB) 96844

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31056
/proc/meminfo: memFree=1635224/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=91488 CPUtime=9579.63
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 110366 0 0 0 957905 58 0 0 25 0 1 0 160924963 93683712 21161 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 22872 21161 118 309 0 22559 0
Current children cumulated CPU time (s) 9579.81
Current children cumulated vsize (KiB) 96844

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31056
/proc/meminfo: memFree=1635352/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=91488 CPUtime=9639.61
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 110366 0 0 0 963903 58 0 0 25 0 1 0 160924963 93683712 21161 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 22872 21161 118 309 0 22559 0
Current children cumulated CPU time (s) 9639.79
Current children cumulated vsize (KiB) 96844

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 31056
/proc/meminfo: memFree=1635352/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=91488 CPUtime=9699.6
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 110366 0 0 0 969902 58 0 0 25 0 1 0 160924963 93683712 21161 1992294400 4194304 5460562 548682068800 18446744073709551615 4198372 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 22872 21161 118 309 0 22559 0
Current children cumulated CPU time (s) 9699.78
Current children cumulated vsize (KiB) 96844

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31056
/proc/meminfo: memFree=1635352/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=91488 CPUtime=9759.59
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 110366 0 0 0 975900 59 0 0 25 0 1 0 160924963 93683712 21161 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 22872 21161 118 309 0 22559 0
Current children cumulated CPU time (s) 9759.77
Current children cumulated vsize (KiB) 96844

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31056
/proc/meminfo: memFree=1635352/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=91488 CPUtime=9819.57
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 110366 0 0 0 981898 59 0 0 25 0 1 0 160924963 93683712 21161 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 22872 21161 118 309 0 22559 0
Current children cumulated CPU time (s) 9819.75
Current children cumulated vsize (KiB) 96844

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31056
/proc/meminfo: memFree=1635352/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=91488 CPUtime=9879.56
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 110366 0 0 0 987897 59 0 0 25 0 1 0 160924963 93683712 21161 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 22872 21161 118 309 0 22559 0
Current children cumulated CPU time (s) 9879.74
Current children cumulated vsize (KiB) 96844

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31056
/proc/meminfo: memFree=1635352/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=91488 CPUtime=9939.54
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 110366 0 0 0 993895 59 0 0 25 0 1 0 160924963 93683712 21161 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 22872 21161 118 309 0 22559 0
Current children cumulated CPU time (s) 9939.72
Current children cumulated vsize (KiB) 96844

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31056
/proc/meminfo: memFree=1634840/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=91488 CPUtime=9999.53
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 110481 0 0 0 999894 59 0 0 25 0 1 0 160924963 93683712 21276 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 22872 21276 118 309 0 22559 0
Current children cumulated CPU time (s) 9999.71
Current children cumulated vsize (KiB) 96844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31056
/proc/meminfo: memFree=1634840/2055920 swapFree=4181360/4192956
[pid=31029] ppid=31027 vsize=5356 CPUtime=0.18
/proc/31029/stat : 31029 (rsat.sh) S 31027 31029 30992 0 -1 4194304 312 1788 0 0 0 0 17 1 15 0 1 0 160924943 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31029/statm: 1339 241 199 169 0 50 0
[pid=31032] ppid=31029 vsize=91488 CPUtime=9999.83
/proc/31032/stat : 31032 (rsat) R 31029 31029 30992 0 -1 4194304 110481 0 0 0 999924 59 0 0 25 0 1 0 160924963 93683712 21276 1992294400 4194304 5460562 548682068800 18446744073709551615 4226212 0 0 4096 1026 0 0 0 17 1 0 0
/proc/31032/statm: 22872 21276 118 309 0 22559 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 96844

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)

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

Real time (s): 10002.6
CPU time (s): 10000
CPU user time (s): 9999.41
CPU system time (s): 0.6
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 112716

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

runsolver used 11.2603 second user time and 25.1192 second system time

The end

Launcher Data

Begin job on node17 at 2009-05-03 07:35:16
IDJOB=1772829
IDBENCH=20399
IDSOLVER=615
FILE ID=node17/1772829-1241328915
PBS_JOBID= 9225399
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= d2f77e32530988f77dca5112174eee00
RANDOM SEED=1055043317

node17.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.234
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.234
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:       1723776 kB
Buffers:         50724 kB
Cached:         196604 kB
SwapCached:       5428 kB
Active:          65528 kB
Inactive:       189564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723776 kB
SwapTotal:     4192956 kB
SwapFree:      4181360 kB
Dirty:            6408 kB
Writeback:           0 kB
Mapped:          13476 kB
Slab:            62956 kB
Committed_AS:   689432 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= 66444 MiB
End job on node17 at 2009-05-03 10:22:00