Trace number 372103

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, and are wall clock time (not CPU 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
SAT7 2007-02-08UNSAT 872.221 872.451

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-15.cnf
MD5SUM3d9c71b515699560fe1678f286b58acb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark68.6536
Satisfiable
(Un)Satisfiability was proved
Number of variables21104
Number of clauses74257
Sum of the clauses size192789
Maximum clause length171
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 236142
Number of clauses of size 334380
Number of clauses of size 42745
Number of clauses of size 5538
Number of clauses of size over 5451

Solver Data (download as text)

0.29/0.31	c Starting solver ...
0.29/0.36	c Restarting after 101 conflicts
0.39/0.45	c Restarting after 251 conflicts
0.49/0.54	c Restarting after 476 conflicts
0.69/0.75	c Restarting after 813 conflicts
1.09/1.13	c Restarting after 1322 conflicts
1.69/1.70	c Restarting after 2081 conflicts
2.29/2.37	c Restarting after 3220 conflicts
3.49/3.58	c Restarting after 4929 conflicts
5.89/5.98	c Restarting after 7494 conflicts
9.19/9.27	c Restarting after 11339 conflicts
16.09/16.19	c Restarting after 17110 conflicts
27.38/27.44	c Restarting after 25760 conflicts
46.38/46.42	c Restarting after 38735 conflicts
78.08/78.14	c Restarting after 58196 conflicts
132.75/132.86	c Restarting after 87388 conflicts
224.73/224.80	c Restarting after 131178 conflicts
379.19/379.30	c Restarting after 196863 conflicts
639.92/640.18	c Restarting after 295389 conflicts
872.07/872.38	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node65/watcher-372103-1178577148 -o ROOT/results/node65/solver-372103-1178577148 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/372103-1178577148/sat7_bin /tmp/evaluation/372103-1178577148/instance-372103-1178577148.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): 15000 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.97 0.99 3/64 3778
/proc/meminfo: memFree=1862968/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=2664 CPUtime=0
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 458 0 0 0 0 0 0 0 18 0 1 0 333704421 2727936 443 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 666 444 87 220 0 443 0

[startup+0.0338561 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 3778
/proc/meminfo: memFree=1862968/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=4208 CPUtime=0.03
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 768 0 0 0 3 0 0 0 18 0 1 0 333704421 4308992 752 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134547059 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 1052 752 88 220 0 829 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4208

[startup+0.101861 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 3778
/proc/meminfo: memFree=1862968/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=6260 CPUtime=0.09
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 941 0 0 0 9 0 0 0 18 0 1 0 333704421 6410240 925 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 1565 926 88 220 0 1342 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6260

[startup+0.301877 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 3778
/proc/meminfo: memFree=1862968/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=10360 CPUtime=0.29
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 1433 0 0 0 29 0 0 0 19 0 1 0 333704421 10608640 1417 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134548049 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 2590 1417 88 220 0 2367 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10360

[startup+0.70191 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 3778
/proc/meminfo: memFree=1862968/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=10872 CPUtime=0.69
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 1923 0 0 0 69 0 0 0 22 0 1 0 333704421 11132928 1874 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 2718 1874 95 220 0 2495 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10872

[startup+1.50198 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 3779
/proc/meminfo: memFree=1855664/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=10872 CPUtime=1.49
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 2018 0 0 0 149 0 0 0 25 0 1 0 333704421 11132928 1969 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 2718 1969 95 220 0 2495 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10872

[startup+3.10111 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 3779
/proc/meminfo: memFree=1855024/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=10872 CPUtime=3.09
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 2203 0 0 0 308 1 0 0 25 0 1 0 333704421 11132928 2154 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134539097 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 2718 2154 95 220 0 2495 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10872

[startup+6.30138 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 3779
/proc/meminfo: memFree=1853680/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=10872 CPUtime=6.29
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 2514 0 0 0 628 1 0 0 25 0 1 0 333704421 11132928 2465 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134578685 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 2718 2465 95 220 0 2495 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10872

[startup+12.7019 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 3779
/proc/meminfo: memFree=1850928/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=15056 CPUtime=12.69
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 3139 0 0 0 1267 2 0 0 25 0 1 0 333704421 15417344 3090 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134525844 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 3764 3090 95 220 0 3541 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15056

[startup+25.502 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 3779
/proc/meminfo: memFree=1845040/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=19504 CPUtime=25.49
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 4576 0 0 0 2546 3 0 0 25 0 1 0 333704421 19972096 4527 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 4876 4527 95 220 0 4653 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19504

[startup+51.1011 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 3779
/proc/meminfo: memFree=1837424/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=28176 CPUtime=51.07
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 6512 0 0 0 5102 5 0 0 25 0 1 0 333704421 28852224 6463 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 7044 6463 95 220 0 6821 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 28176

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 3779
/proc/meminfo: memFree=1819952/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=45552 CPUtime=102.26
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 10832 0 0 0 10215 11 0 0 25 0 1 0 333704421 46645248 10783 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 11388 10783 95 220 0 11165 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 45552

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3779
/proc/meminfo: memFree=1805872/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=58440 CPUtime=162.24
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 14381 0 0 0 16209 15 0 0 25 0 1 0 333704421 59842560 14332 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 14610 14332 95 220 0 14387 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 58440

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3779
/proc/meminfo: memFree=1798320/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=66996 CPUtime=222.23
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 16234 0 0 0 22205 18 0 0 25 0 1 0 333704421 68603904 16152 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579419 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 16749 16152 95 220 0 16526 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 66996

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3779
/proc/meminfo: memFree=1798064/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=67204 CPUtime=282.22
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 16289 0 0 0 28203 19 0 0 25 0 1 0 333704421 68816896 16207 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532467 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 16801 16207 95 220 0 16578 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 67204

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3779
/proc/meminfo: memFree=1797808/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=67336 CPUtime=342.2
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 16350 0 0 0 34201 19 0 0 25 0 1 0 333704421 68952064 16268 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532401 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 16834 16268 95 220 0 16611 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 67336

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3779
/proc/meminfo: memFree=1796784/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=67844 CPUtime=402.19
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 16608 0 0 0 40199 20 0 0 25 0 1 0 333704421 69472256 16526 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 16961 16526 95 220 0 16738 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 67844

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3779
/proc/meminfo: memFree=1793648/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=72232 CPUtime=462.17
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 17380 0 0 0 46197 20 0 0 25 0 1 0 333704421 73965568 17298 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 18058 17298 95 220 0 17835 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 72232

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3779
/proc/meminfo: memFree=1789296/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=77048 CPUtime=522.15
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 18518 0 0 0 52194 21 0 0 25 0 1 0 333704421 78897152 18403 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538630 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 19262 18403 95 220 0 19039 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 77048

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3779
/proc/meminfo: memFree=1789104/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=77048 CPUtime=582.14
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 18549 0 0 0 58193 21 0 0 25 0 1 0 333704421 78897152 18434 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134525729 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 19262 18434 95 220 0 19039 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 77048

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3781
/proc/meminfo: memFree=1788208/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=77304 CPUtime=642.12
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 18763 0 0 0 64191 21 0 0 25 0 1 0 333704421 79159296 18648 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 19326 18648 95 220 0 19103 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 77304

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3781
/proc/meminfo: memFree=1787696/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=77304 CPUtime=702.1
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 18884 0 0 0 70189 21 0 0 25 0 1 0 333704421 79159296 18769 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 19326 18769 95 220 0 19103 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 77304

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3781
/proc/meminfo: memFree=1786864/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=77724 CPUtime=762.1
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 19089 0 0 0 76188 22 0 0 25 0 1 0 333704421 79589376 18974 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 19431 18974 95 220 0 19208 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 77724

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3781
/proc/meminfo: memFree=1786800/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=81824 CPUtime=822.08
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 19096 0 0 0 82186 22 0 0 25 0 1 0 333704421 83787776 18981 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 20456 18981 95 220 0 20233 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 81824

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

[startup+844.701 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3781
/proc/meminfo: memFree=1786800/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=81824 CPUtime=844.47
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 19097 0 0 0 84425 22 0 0 25 0 1 0 333704421 83787776 18982 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 20456 18982 95 220 0 20233 0
Current children cumulated CPU time (s) 844.47
Current children cumulated vsize (KiB) 81824

[startup+857.503 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3781
/proc/meminfo: memFree=1786800/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=81824 CPUtime=857.27
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 19098 0 0 0 85705 22 0 0 25 0 1 0 333704421 83787776 18983 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 20456 18983 95 220 0 20233 0
Current children cumulated CPU time (s) 857.27
Current children cumulated vsize (KiB) 81824

[startup+863.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3781
/proc/meminfo: memFree=1786736/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=81824 CPUtime=863.66
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 19098 0 0 0 86344 22 0 0 25 0 1 0 333704421 83787776 18983 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533270 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 20456 18983 95 220 0 20233 0
Current children cumulated CPU time (s) 863.66
Current children cumulated vsize (KiB) 81824

[startup+867.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3781
/proc/meminfo: memFree=1786736/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=81824 CPUtime=866.86
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 19100 0 0 0 86664 22 0 0 25 0 1 0 333704421 83787776 18985 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 20456 18985 95 220 0 20233 0
Current children cumulated CPU time (s) 866.86
Current children cumulated vsize (KiB) 81824

[startup+870.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3781
/proc/meminfo: memFree=1786736/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=81824 CPUtime=870.06
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 19109 0 0 0 86984 22 0 0 25 0 1 0 333704421 83787776 18994 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 20456 18994 95 220 0 20233 0
Current children cumulated CPU time (s) 870.06
Current children cumulated vsize (KiB) 81824

[startup+871.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3781
/proc/meminfo: memFree=1786736/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=81824 CPUtime=870.87
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 19110 0 0 0 87065 22 0 0 25 0 1 0 333704421 83787776 18995 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134578683 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 20456 18995 95 220 0 20233 0
Current children cumulated CPU time (s) 870.87
Current children cumulated vsize (KiB) 81824

[startup+871.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3781
/proc/meminfo: memFree=1786736/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=81824 CPUtime=871.66
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 19110 0 0 0 87144 22 0 0 25 0 1 0 333704421 83787776 18995 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531427 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 20456 18995 95 220 0 20233 0
Current children cumulated CPU time (s) 871.66
Current children cumulated vsize (KiB) 81824

[startup+872.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3781
/proc/meminfo: memFree=1786736/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=81824 CPUtime=872.07
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 19111 0 0 0 87185 22 0 0 25 0 1 0 333704421 83787776 18996 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 20456 18996 95 220 0 20233 0
Current children cumulated CPU time (s) 872.07
Current children cumulated vsize (KiB) 81824

[startup+872.402 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3781
/proc/meminfo: memFree=1786736/2055920 swapFree=4184160/4192956
[pid=3778] ppid=3776 vsize=81488 CPUtime=872.16
/proc/3778/stat : 3778 (sat7_bin) R 3776 3778 3681 0 -1 4194304 19111 0 0 0 87194 22 0 0 25 0 1 0 333704421 83443712 18912 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134517503 0 0 4096 0 0 0 0 17 1 0 0
/proc/3778/statm: 20372 18912 95 220 0 20149 0
Current children cumulated CPU time (s) 872.16
Current children cumulated vsize (KiB) 81488

Child status: 20
Real time (s): 872.451
CPU time (s): 872.221
CPU user time (s): 871.982
CPU system time (s): 0.238963
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 81824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 871.982
system time used= 0.238963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19111
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 1735

runsolver used 0.699893 second user time and 1.68874 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Mon May  7 22:32:28 UTC 2007

IDJOB= 372103
IDBENCH= 20394
IDSOLVER= 183
FILE ID= node65/372103-1178577148

PBS_JOBID= 5217897

Free space on /tmp= 66562 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-15.cnf
COMMAND LINE= /tmp/evaluation/372103-1178577148/sat7_bin /tmp/evaluation/372103-1178577148/instance-372103-1178577148.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-372103-1178577148 -o ROOT/results/node65/solver-372103-1178577148 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/372103-1178577148/sat7_bin /tmp/evaluation/372103-1178577148/instance-372103-1178577148.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  3d9c71b515699560fe1678f286b58acb

RANDOM SEED= 250286221

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.245
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.245
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:       1863440 kB
Buffers:          2208 kB
Cached:         112180 kB
SwapCached:       2504 kB
Active:          23988 kB
Inactive:        99704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1863440 kB
SwapTotal:     4192956 kB
SwapFree:      4184160 kB
Dirty:            2404 kB
Writeback:           0 kB
Mapped:          15628 kB
Slab:            54772 kB
Committed_AS:  7392824 kB
PageTables:       1456 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= 66562 MiB

End job on node65 on Mon May  7 22:47:01 UTC 2007