Trace number 1824813

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
SAT07 reference solver: Rsat 2007-02-08? (TO) 10000.1 10004.3

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.09/0.18	c |         0 |   15594    54914 |      --       0       --      -- |     --   | -7643/-8620
0.09/0.18	c ==============================================================================
0.09/0.18	c Result  :   #vars: 2673   #clauses: 15594   #literals: 54914
0.09/0.18	c CPU time:   0.172973 s
0.09/0.18	c ==============================================================================
0.18/0.21	c Rsat version 2.00

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-1824813-1242482875/watcher-1824813-1242482875 -o /tmp/evaluation-result-1824813-1242482875/solver-1824813-1242482875 -C 10000 -W 12000 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1824813-1242482875.cnf 

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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7076
/proc/meminfo: memFree=724904/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 276314691 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 235 195 169 0 50 0
[pid=7077] ppid=7076 vsize=1556 CPUtime=0
/proc/7077/stat : 7077 (SatElite) R 7076 7076 7039 0 -1 4194304 291 0 0 0 0 0 0 0 19 0 1 0 276314692 1593344 274 1992294400 134512640 135038345 4294956288 18446744073709551615 134548172 0 0 4096 3 0 0 0 17 0 0 0
/proc/7077/statm: 389 277 49 128 0 258 0

[startup+0.01065 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7076
/proc/meminfo: memFree=724904/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 276314691 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 235 195 169 0 50 0
[pid=7077] ppid=7076 vsize=1820 CPUtime=0
/proc/7077/stat : 7077 (SatElite) R 7076 7076 7039 0 -1 4194304 352 0 0 0 0 0 0 0 19 0 1 0 276314692 1863680 335 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 0 0 0
/proc/7077/statm: 455 336 50 128 0 324 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7176

[startup+0.10166 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7076
/proc/meminfo: memFree=724904/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 276314691 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 235 195 169 0 50 0
[pid=7077] ppid=7076 vsize=4480 CPUtime=0.09
/proc/7077/stat : 7077 (SatElite) R 7076 7076 7039 0 -1 4194304 1030 0 0 0 9 0 0 0 19 0 1 0 276314692 4587520 1013 1992294400 134512640 135038345 4294956288 18446744073709551615 134571194 0 0 4096 3 0 0 0 17 0 0 0
/proc/7077/statm: 1120 1013 69 128 0 989 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9836

[startup+0.301688 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7076
/proc/meminfo: memFree=724904/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 5356

[startup+0.701731 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 7076
/proc/meminfo: memFree=724904/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 5356

[startup+1.50181 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 7079
/proc/meminfo: memFree=722264/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=3600 CPUtime=1.28
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 756 0 0 0 128 0 0 0 25 0 1 0 276314712 3686400 724 1992294400 134512640 135377749 4294956400 18446744073709551615 134526523 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 900 724 86 211 0 686 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8956

[startup+3.10299 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 7079
/proc/meminfo: memFree=721432/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=4300 CPUtime=2.88
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 957 0 0 0 288 0 0 0 25 0 1 0 276314712 4403200 909 1992294400 134512640 135377749 4294956400 18446744073709551615 134529235 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 1075 909 86 211 0 861 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9656

[startup+6.30135 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 7079
/proc/meminfo: memFree=720280/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=6056 CPUtime=6.08
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 1640 0 0 0 607 1 0 0 25 0 1 0 276314712 6201344 1299 1992294400 134512640 135377749 4294956400 18446744073709551615 134529238 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 1514 1299 86 211 0 1300 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11412

[startup+12.7011 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 7079
/proc/meminfo: memFree=718056/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=7464 CPUtime=12.48
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 2224 0 0 0 1247 1 0 0 25 0 1 0 276314712 7643136 1687 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 1866 1687 86 211 0 1652 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12820

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 7079
/proc/meminfo: memFree=714792/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=11180 CPUtime=25.27
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 3566 0 0 0 2525 2 0 0 25 0 1 0 276314712 11448320 2543 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 2795 2543 86 211 0 2581 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 16536

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 7079
/proc/meminfo: memFree=709544/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=16244 CPUtime=50.86
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 5268 0 0 0 5082 4 0 0 25 0 1 0 276314712 16633856 3857 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 4061 3857 86 211 0 3847 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 21600

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 7079
/proc/meminfo: memFree=703464/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=22524 CPUtime=102.05
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 7715 0 0 0 10199 6 0 0 25 0 1 0 276314712 23064576 5338 1992294400 134512640 135377749 4294956400 18446744073709551615 134529143 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 5631 5338 86 211 0 5417 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 27880

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7079
/proc/meminfo: memFree=702312/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=23992 CPUtime=162
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 8102 0 0 0 16194 6 0 0 25 0 1 0 276314712 24567808 5725 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 5998 5725 86 211 0 5784 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 29348

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7079
/proc/meminfo: memFree=693352/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=33660 CPUtime=221.98
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 12210 0 0 0 22190 8 0 0 25 0 1 0 276314712 34467840 7863 1992294400 134512640 135377749 4294956400 18446744073709551615 134523176 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 8415 7863 86 211 0 8201 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 39016

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7079
/proc/meminfo: memFree=693416/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=33660 CPUtime=281.95
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 12211 0 0 0 28187 8 0 0 25 0 1 0 276314712 34467840 7864 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 8415 7864 86 211 0 8201 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 39016

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7079
/proc/meminfo: memFree=685736/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=41256 CPUtime=341.93
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 14181 0 0 0 34182 11 0 0 25 0 1 0 276314712 42246144 9834 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 10314 9834 86 211 0 10100 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 46612

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 7079
/proc/meminfo: memFree=676968/2055920 swapFree=4180700/4192956

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

/proc/7079/statm: 65338 65008 86 211 0 65124 0
Current children cumulated CPU time (s) 9398.3
Current children cumulated vsize (KiB) 266708

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7097
/proc/meminfo: memFree=463976/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=261352 CPUtime=9458.08
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 101023 0 0 0 945716 92 0 0 25 0 1 0 276314712 267624448 65008 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 65338 65008 86 211 0 65124 0
Current children cumulated CPU time (s) 9458.28
Current children cumulated vsize (KiB) 266708

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7097
/proc/meminfo: memFree=464040/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=261352 CPUtime=9518.05
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 101023 0 0 0 951713 92 0 0 25 0 1 0 276314712 267624448 65008 1992294400 134512640 135377749 4294956400 18446744073709551615 134530170 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 65338 65008 86 211 0 65124 0
Current children cumulated CPU time (s) 9518.25
Current children cumulated vsize (KiB) 266708

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7097
/proc/meminfo: memFree=464040/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=261352 CPUtime=9578.02
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 101023 0 0 0 957710 92 0 0 25 0 1 0 276314712 267624448 65008 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 65338 65008 86 211 0 65124 0
Current children cumulated CPU time (s) 9578.22
Current children cumulated vsize (KiB) 266708

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7097
/proc/meminfo: memFree=464040/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=261352 CPUtime=9638.01
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 101023 0 0 0 963708 93 0 0 25 0 1 0 276314712 267624448 65008 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 65338 65008 86 211 0 65124 0
Current children cumulated CPU time (s) 9638.21
Current children cumulated vsize (KiB) 266708

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7097
/proc/meminfo: memFree=463912/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=261352 CPUtime=9697.98
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 101023 0 0 0 969705 93 0 0 25 0 1 0 276314712 267624448 65008 1992294400 134512640 135377749 4294956400 18446744073709551615 134523286 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 65338 65008 86 211 0 65124 0
Current children cumulated CPU time (s) 9698.18
Current children cumulated vsize (KiB) 266708

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7097
/proc/meminfo: memFree=463912/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=261352 CPUtime=9757.95
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 101023 0 0 0 975702 93 0 0 25 0 1 0 276314712 267624448 65008 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 65338 65008 86 211 0 65124 0
Current children cumulated CPU time (s) 9758.15
Current children cumulated vsize (KiB) 266708

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7097
/proc/meminfo: memFree=463912/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=261352 CPUtime=9817.93
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 101023 0 0 0 981700 93 0 0 25 0 1 0 276314712 267624448 65008 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 65338 65008 86 211 0 65124 0
Current children cumulated CPU time (s) 9818.13
Current children cumulated vsize (KiB) 266708

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7097
/proc/meminfo: memFree=463976/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=261352 CPUtime=9877.9
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 101023 0 0 0 987697 93 0 0 25 0 1 0 276314712 267624448 65008 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 65338 65008 86 211 0 65124 0
Current children cumulated CPU time (s) 9878.1
Current children cumulated vsize (KiB) 266708

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7097
/proc/meminfo: memFree=463848/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=261868 CPUtime=9937.88
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 101091 0 0 0 993695 93 0 0 25 0 1 0 276314712 268152832 65076 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 65467 65076 86 211 0 65253 0
Current children cumulated CPU time (s) 9938.08
Current children cumulated vsize (KiB) 267224

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7097
/proc/meminfo: memFree=463848/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=261868 CPUtime=9997.86
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 101091 0 0 0 999693 93 0 0 25 0 1 0 276314712 268152832 65076 1992294400 134512640 135377749 4294956400 18446744073709551615 134523174 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 65467 65076 86 211 0 65253 0
Current children cumulated CPU time (s) 9998.06
Current children cumulated vsize (KiB) 267224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7097
/proc/meminfo: memFree=463848/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=261868 CPUtime=9999.85
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 101091 0 0 0 999892 93 0 0 25 0 1 0 276314712 268152832 65076 1992294400 134512640 135377749 4294956400 18446744073709551615 134523307 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 65467 65076 86 211 0 65253 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 267224

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

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

[startup+10004.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7097
/proc/meminfo: memFree=463848/2055920 swapFree=4180700/4192956
[pid=7076] ppid=7074 vsize=5356 CPUtime=0.2
/proc/7076/stat : 7076 (rsat.sh) S 7074 7076 7039 0 -1 4194304 310 1123 0 0 0 0 19 1 15 0 1 0 276314691 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7076/statm: 1339 237 195 169 0 50 0
[pid=7079] ppid=7076 vsize=261868 CPUtime=9999.85
/proc/7079/stat : 7079 (rsat) R 7076 7076 7039 0 -1 4194304 101091 0 0 0 999892 93 0 0 25 0 1 0 276314712 268152832 65076 1992294400 134512640 135377749 4294956400 18446744073709551615 134523307 0 0 4096 1026 0 0 0 17 0 0 0
/proc/7079/statm: 65467 65076 86 211 0 65253 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 267224

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7076 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=195970
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=12998
# CPU time returned by wait4() is 0.208968
# 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): 10004.3
CPU time (s): 10000.1
CPU user time (s): 9999.11
CPU system time (s): 0.94
CPU usage (%): 99.9574
Max. virtual memory (cumulated for all children) (KiB): 309516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.19597
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= 1433
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= 3

runsolver used 8.17376 second user time and 28.2147 second system time

The end

Launcher Data

Begin job on node59 at 2009-05-16 16:07:55
IDJOB=1824813
IDBENCH=20399
IDSOLVER=665
FILE ID=node59/1824813-1242482875
PBS_JOBID= 9306886
Free space on /tmp= 66212 MiB

SOLVER NAME= SAT07 reference solver: Rsat 2007-02-08
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-01.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1824813-1242482875/watcher-1824813-1242482875 -o /tmp/evaluation-result-1824813-1242482875/solver-1824813-1242482875 -C 10000 -W 12000 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1824813-1242482875.cnf            

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

MD5SUM BENCH= d2f77e32530988f77dca5112174eee00
RANDOM SEED=1823368325

node59.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.240
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.240
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:        725448 kB
Buffers:         97780 kB
Cached:        1123068 kB
SwapCached:       6688 kB
Active:         463364 kB
Inactive:       767460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        725448 kB
SwapTotal:     4192956 kB
SwapFree:      4180700 kB
Dirty:            2408 kB
Writeback:           0 kB
Mapped:          14944 kB
Slab:            85660 kB
Committed_AS:  1023900 kB
PageTables:       1460 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= 66212 MiB
End job on node59 at 2009-05-16 18:54:42