Trace number 1592811

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) 1200.07 1200.71

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_07_UNSAT.cnf
MD5SUMa30111c778b4a83ebe950f77b63a1b33
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.421
Satisfiable
(Un)Satisfiability was proved
Number of variables1128
Number of clauses63345
Sum of the clauses size188200
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21950
Number of clauses of size 361372
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   63345   188200 |   19003       0        0     nan |  0.000 % |
0.49/0.57	c |         0 |   62548   268903 |      --       0       --      -- |     --   | -797/80703
0.49/0.57	c ==============================================================================
0.49/0.57	c Result  :   #vars: 636   #clauses: 62548   #literals: 268903
0.49/0.57	c CPU time:   0.558915 s
0.49/0.57	c ==============================================================================
0.59/0.67	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-1592811-1239229324/watcher-1592811-1239229324 -o /tmp/evaluation-result-1592811-1239229324/solver-1592811-1239229324 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1592811-1239229324.cnf 

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


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 28191
/proc/meminfo: memFree=1725352/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0
/proc/28191/stat : 28191 (rsat.sh) R 28189 28191 28095 0 -1 4194304 266 0 0 0 0 0 0 0 18 0 1 0 799824798 5484544 234 1992294400 4194304 4889804 548682068832 18446744073709551615 224627583647 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28191/statm: 1339 234 194 169 0 50 0
[pid=28192] ppid=28191 vsize=956 CPUtime=0
/proc/28192/stat : 28192 (SatElite) R 28191 28191 28095 0 -1 4194304 156 0 0 0 0 0 0 0 18 0 1 0 799824798 978944 139 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 0 0 0
/proc/28192/statm: 239 140 49 128 0 108 0

[startup+0.00853501 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 28191
/proc/meminfo: memFree=1725352/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 799824798 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28191/statm: 1339 235 195 169 0 50 0
[pid=28192] ppid=28191 vsize=1232 CPUtime=0
/proc/28192/stat : 28192 (SatElite) R 28191 28191 28095 0 -1 4194304 221 0 0 0 0 0 0 0 18 0 1 0 799824798 1261568 204 1992294400 134512640 135038345 4294956288 18446744073709551615 134699389 0 0 4096 3 0 0 0 17 0 0 0
/proc/28192/statm: 308 205 49 128 0 177 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6588

[startup+0.101548 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 28191
/proc/meminfo: memFree=1725352/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 799824798 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28191/statm: 1339 235 195 169 0 50 0
[pid=28192] ppid=28191 vsize=5820 CPUtime=0.08
/proc/28192/stat : 28192 (SatElite) R 28191 28191 28095 0 -1 4194304 1387 0 0 0 8 0 0 0 19 0 1 0 799824798 5959680 1370 1992294400 134512640 135038345 4294956288 18446744073709551615 134543878 0 0 4096 3 0 0 0 17 0 0 0
/proc/28192/statm: 1455 1370 69 128 0 1324 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11176

[startup+0.301576 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 28191
/proc/meminfo: memFree=1725352/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 799824798 5484544 235 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28191/statm: 1339 235 195 169 0 50 0
[pid=28192] ppid=28191 vsize=7684 CPUtime=0.29
/proc/28192/stat : 28192 (SatElite) R 28191 28191 28095 0 -1 4194304 1782 0 0 0 28 1 0 0 21 0 1 0 799824798 7868416 1765 1992294400 134512640 135038345 4294956288 18446744073709551615 134577079 0 0 4096 3 0 0 0 17 0 0 0
/proc/28192/statm: 1921 1765 69 128 0 1790 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13040

[startup+0.701639 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 28191
/proc/meminfo: memFree=1725352/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 5356

[startup+1.50275 s]
/proc/loadavg: 0.91 0.95 0.69 2/66 28194
/proc/meminfo: memFree=1724696/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=6004 CPUtime=0.81
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 1330 0 0 0 81 0 0 0 24 0 1 0 799824866 6148096 1316 1992294400 134512640 135377749 4294956400 18446744073709551615 134522898 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 1501 1316 86 211 0 1287 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 11360

[startup+3.10197 s]
/proc/loadavg: 0.91 0.95 0.69 2/66 28194
/proc/meminfo: memFree=1723544/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=7096 CPUtime=2.41
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 1623 0 0 0 241 0 0 0 25 0 1 0 799824866 7266304 1609 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 1774 1609 86 211 0 1560 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12452

[startup+6.30142 s]
/proc/loadavg: 0.92 0.95 0.69 2/66 28194
/proc/meminfo: memFree=1721568/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=8524 CPUtime=5.6
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 2146 0 0 0 560 0 0 0 25 0 1 0 799824866 8728576 1936 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 2131 1936 86 211 0 1917 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13880

[startup+12.7013 s]
/proc/loadavg: 0.93 0.95 0.69 2/66 28194
/proc/meminfo: memFree=1719400/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=9700 CPUtime=12.01
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 2673 0 0 0 1200 1 0 0 25 0 1 0 799824866 9932800 2267 1992294400 134512640 135377749 4294956400 18446744073709551615 134522801 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 2425 2267 86 211 0 2211 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15056

[startup+25.5011 s]
/proc/loadavg: 0.94 0.95 0.69 2/66 28194
/proc/meminfo: memFree=1717864/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=12460 CPUtime=24.8
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 3389 0 0 0 2478 2 0 0 25 0 1 0 799824866 12759040 2885 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 3115 2885 86 211 0 2901 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 17816

[startup+51.1018 s]
/proc/loadavg: 0.96 0.96 0.70 2/66 28194
/proc/meminfo: memFree=1716392/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=13892 CPUtime=50.38
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 4139 0 0 0 5036 2 0 0 25 0 1 0 799824866 14225408 3247 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 3473 3247 86 211 0 3259 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 19248

[startup+102.307 s]
/proc/loadavg: 0.98 0.96 0.72 2/66 28194
/proc/meminfo: memFree=1713384/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=17204 CPUtime=101.57
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 5934 0 0 0 10154 3 0 0 25 0 1 0 799824866 17616896 3954 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 4301 3954 86 211 0 4087 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 22560

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.73 2/66 28194
/proc/meminfo: memFree=1707496/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=23680 CPUtime=161.54
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 7639 0 0 0 16149 5 0 0 25 0 1 0 799824866 24248320 5432 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 5920 5432 86 211 0 5706 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 29036

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.74 2/66 28194
/proc/meminfo: memFree=1707048/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=22884 CPUtime=221.5
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 8884 0 0 0 22144 6 0 0 25 0 1 0 799824866 23433216 5494 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 5721 5494 86 211 0 5507 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 28240

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.75 2/66 28194
/proc/meminfo: memFree=1707048/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=22884 CPUtime=281.46
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 8884 0 0 0 28140 6 0 0 25 0 1 0 799824866 23433216 5494 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 5721 5494 86 211 0 5507 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 28240

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.77 2/66 28194
/proc/meminfo: memFree=1699880/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=31672 CPUtime=341.44
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 11410 0 0 0 34136 8 0 0 25 0 1 0 799824866 32432128 7324 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 7918 7324 86 211 0 7704 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 37028


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

/proc/28194/statm: 8679 8214 86 211 0 8465 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 40072

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 28194
/proc/meminfo: memFree=1695976/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=34976 CPUtime=641.28
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 14990 0 0 0 64117 11 0 0 25 0 1 0 799824866 35815424 8276 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 8744 8276 86 211 0 8530 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 40332

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.83 2/66 28194
/proc/meminfo: memFree=1694888/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=36532 CPUtime=701.25
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 15298 0 0 0 70114 11 0 0 25 0 1 0 799824866 37408768 8519 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 9133 8519 86 211 0 8919 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 41888

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.83 2/66 28194
/proc/meminfo: memFree=1694824/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=36532 CPUtime=761.22
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 15314 0 0 0 76111 11 0 0 25 0 1 0 799824866 37408768 8535 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 9133 8535 86 211 0 8919 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 41888

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.84 2/66 28194
/proc/meminfo: memFree=1694760/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=36532 CPUtime=821.19
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 15334 0 0 0 82108 11 0 0 25 0 1 0 799824866 37408768 8555 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 9133 8555 86 211 0 8919 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 41888

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 28194
/proc/meminfo: memFree=1694632/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=36532 CPUtime=881.17
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 15356 0 0 0 88105 12 0 0 25 0 1 0 799824866 37408768 8577 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 9133 8577 86 211 0 8919 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 41888

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 28194
/proc/meminfo: memFree=1694632/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=36532 CPUtime=941.13
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 15359 0 0 0 94101 12 0 0 25 0 1 0 799824866 37408768 8580 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 9133 8580 86 211 0 8919 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 41888

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 28194
/proc/meminfo: memFree=1694248/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=37048 CPUtime=1001.1
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 15492 0 0 0 100098 12 0 0 25 0 1 0 799824866 37937152 8680 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 9262 8680 86 211 0 9048 0
Current children cumulated CPU time (s) 1001.77
Current children cumulated vsize (KiB) 42404

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 28194
/proc/meminfo: memFree=1693032/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=38212 CPUtime=1061.07
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 15819 0 0 0 106095 12 0 0 25 0 1 0 799824866 39129088 9007 1992294400 134512640 135377749 4294956400 18446744073709551615 134522871 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 9553 9007 86 211 0 9339 0
Current children cumulated CPU time (s) 1061.74
Current children cumulated vsize (KiB) 43568

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/66 28194
/proc/meminfo: memFree=1691112/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=40072 CPUtime=1121.03
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 16282 0 0 0 112090 13 0 0 25 0 1 0 799824866 41033728 9470 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 10018 9470 86 211 0 9804 0
Current children cumulated CPU time (s) 1121.7
Current children cumulated vsize (KiB) 45428

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/66 28194
/proc/meminfo: memFree=1689768/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=41640 CPUtime=1181
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 16685 0 0 0 118087 13 0 0 25 0 1 0 799824866 42639360 9808 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 10410 9808 86 211 0 10196 0
Current children cumulated CPU time (s) 1181.67
Current children cumulated vsize (KiB) 46996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 28194
/proc/meminfo: memFree=1689320/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=41900 CPUtime=1199.4
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 16777 0 0 0 119927 13 0 0 25 0 1 0 799824866 42905600 9900 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 10475 9900 86 211 0 10261 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 47256

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

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

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 28194
/proc/meminfo: memFree=1689320/2055920 swapFree=4179576/4192956
[pid=28191] ppid=28189 vsize=5356 CPUtime=0.67
/proc/28191/stat : 28191 (rsat.sh) S 28189 28191 28095 0 -1 4194304 310 1785 0 0 0 0 65 2 16 0 1 0 799824798 5484544 237 1992294400 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28191/statm: 1339 237 195 169 0 50 0
[pid=28194] ppid=28191 vsize=41900 CPUtime=1199.4
/proc/28194/stat : 28194 (rsat) R 28191 28191 28095 0 -1 4194304 16777 0 0 0 119927 13 0 0 25 0 1 0 799824866 42905600 9900 1992294400 134512640 135377749 4294956400 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28194/statm: 10475 9900 86 211 0 10261 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 47256

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.71
CPU time (s): 1200.07
CPU user time (s): 1199.92
CPU system time (s): 0.15
CPU usage (%): 99.9466
Max. virtual memory (cumulated for all children) (KiB): 50340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.6519
system time used= 0.021996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2095
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 1.14982 second user time and 3.22651 second system time

The end

Launcher Data

Begin job on node49 at 2009-04-09 00:22:04
IDJOB=1592811
IDBENCH=71086
IDSOLVER=560
FILE ID=node49/1592811-1239229324
PBS_JOBID= 9113605
Free space on /tmp= 66520 MiB

SOLVER NAME= SAT07 reference solver: Rsat 2007-02-08
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_07_UNSAT.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1592811-1239229324/watcher-1592811-1239229324 -o /tmp/evaluation-result-1592811-1239229324/solver-1592811-1239229324 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1592811-1239229324.cnf            

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

MD5SUM BENCH= a30111c778b4a83ebe950f77b63a1b33
RANDOM SEED=1105609519

node49.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.214
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	: 5931.00
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.214
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:       1725896 kB
Buffers:         37320 kB
Cached:         242080 kB
SwapCached:       6812 kB
Active:          44184 kB
Inactive:       244260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725896 kB
SwapTotal:     4192956 kB
SwapFree:      4179576 kB
Dirty:            2624 kB
Writeback:           0 kB
Mapped:          14176 kB
Slab:            27436 kB
Committed_AS:  2670640 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node49 at 2009-04-09 00:42:06