Trace number 314336

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
tinisat 2007-02-08? (TO) 1200.08 1200.44

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-02.cnf
MD5SUM9ded5d7f130643b725016d2e5e4c7da3
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark659.169
Satisfiable
(Un)Satisfiability was proved
Number of variables6196
Number of clauses22741
Sum of the clauses size59967
Maximum clause length602
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 212147
Number of clauses of size 39205
Number of clauses of size 4597
Number of clauses of size 5221
Number of clauses of size over 5570

Solver Data (download as text)

0.00/0.02	c Tinisat 0.22
0.00/0.02	c solving /tmp/evaluation/314336-1172635475/instance-314336-1172635475.cnf
0.00/0.02	c 6196 variables, 22741 clauses

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node75/watcher-314336-1172635475 -o ROOT/results/node75/solver-314336-1172635475 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314336-1172635475/tinisat /tmp/evaluation/314336-1172635475/instance-314336-1172635475.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): 2400 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.99 0.97 0.97 3/64 30925
/proc/meminfo: memFree=1865872/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=896 CPUtime=0
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 122 0 0 0 0 0 0 0 20 0 1 0 283513313 917504 107 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 224 107 48 110 0 111 0

[startup+0.068926 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 30925
/proc/meminfo: memFree=1865872/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=3280 CPUtime=0.06
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 618 0 0 0 6 0 0 0 20 0 1 0 283513313 3358720 602 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134517867 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 820 602 52 110 0 707 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3280

[startup+0.10193 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 30925
/proc/meminfo: memFree=1865872/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=3280 CPUtime=0.09
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 622 0 0 0 9 0 0 0 20 0 1 0 283513313 3358720 606 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519640 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 820 606 52 110 0 707 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3280

[startup+0.301953 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 30925
/proc/meminfo: memFree=1865872/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=3280 CPUtime=0.29
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 658 0 0 0 29 0 0 0 22 0 1 0 283513313 3358720 642 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 820 642 52 110 0 707 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3280

[startup+0.702 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 30925
/proc/meminfo: memFree=1865872/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=4576 CPUtime=0.69
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 739 0 0 0 69 0 0 0 25 0 1 0 283513313 4685824 723 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134515528 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 1144 723 52 110 0 1031 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4576

[startup+1.50109 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30926
/proc/meminfo: memFree=1862856/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=4576 CPUtime=1.49
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 943 0 0 0 149 0 0 0 25 0 1 0 283513313 4685824 927 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 1144 927 52 110 0 1031 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4576

[startup+3.10128 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30926
/proc/meminfo: memFree=1861704/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=7164 CPUtime=3.09
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 1239 0 0 0 309 0 0 0 25 0 1 0 283513313 7335936 1223 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 1791 1223 52 110 0 1678 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7164

[startup+6.30166 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30926
/proc/meminfo: memFree=1859336/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=12336 CPUtime=6.29
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 1760 0 0 0 629 0 0 0 25 0 1 0 283513313 12632064 1744 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134520093 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 3084 1744 52 110 0 2971 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12336

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30926
/proc/meminfo: memFree=1855696/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=12336 CPUtime=12.68
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 2609 0 0 0 1267 1 0 0 25 0 1 0 283513313 12632064 2593 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519657 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 3084 2593 52 110 0 2971 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12336

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30926
/proc/meminfo: memFree=1849232/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=23200 CPUtime=25.48
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 4185 0 0 0 2546 2 0 0 25 0 1 0 283513313 23756800 4169 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519807 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 5800 4169 52 110 0 5687 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23200

[startup+51.102 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30926
/proc/meminfo: memFree=1839376/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=44436 CPUtime=51.08
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 6657 0 0 0 5102 6 0 0 25 0 1 0 283513313 45502464 6641 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 11109 6641 52 110 0 10996 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 44436

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30926
/proc/meminfo: memFree=1825296/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=45408 CPUtime=102.26
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 10218 0 0 0 10217 9 0 0 25 0 1 0 283513313 46497792 10137 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134520116 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 11352 10137 52 110 0 11239 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 45408

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30926
/proc/meminfo: memFree=1811664/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=87844 CPUtime=162.24
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 13639 0 0 0 16211 13 0 0 25 0 1 0 283513313 89952256 13558 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 21961 13558 52 110 0 21848 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 87844

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30926
/proc/meminfo: memFree=1799504/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=88884 CPUtime=222.22
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 16750 0 0 0 22206 16 0 0 25 0 1 0 283513313 91017216 16540 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 22221 16540 52 110 0 22108 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 88884

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30926
/proc/meminfo: memFree=1788176/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=89560 CPUtime=282.21
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 19606 0 0 0 28201 20 0 0 25 0 1 0 283513313 91709440 19396 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 22390 19396 52 110 0 22277 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 89560

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30926
/proc/meminfo: memFree=1777488/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=89856 CPUtime=342.19
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 22218 0 0 0 34196 23 0 0 25 0 1 0 283513313 92012544 22008 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 22464 22008 52 110 0 22351 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 89856

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30926
/proc/meminfo: memFree=1767056/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=173108 CPUtime=402.17
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 24879 0 0 0 40192 25 0 0 25 0 1 0 283513313 177262592 24669 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 43277 24669 52 110 0 43164 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 173108

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30926
/proc/meminfo: memFree=1755856/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=173240 CPUtime=462.15
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 27626 0 0 0 46188 27 0 0 25 0 1 0 283513313 177397760 27416 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134520081 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 43310 27416 52 110 0 43197 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 173240

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30926
/proc/meminfo: memFree=1746960/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=173240 CPUtime=522.13
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 29877 0 0 0 52184 29 0 0 25 0 1 0 283513313 177397760 29667 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134515313 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 43310 29667 52 110 0 43197 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 173240

[startup+582.302 s]
/proc/loadavg: 1.06 0.99 0.97 2/65 30926
/proc/meminfo: memFree=1737296/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=173800 CPUtime=582.12
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 32309 0 0 0 58180 32 0 0 25 0 1 0 283513313 177971200 32033 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 43450 32033 52 110 0 43337 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 173800

[startup+642.302 s]
/proc/loadavg: 1.02 0.99 0.97 2/65 30926
/proc/meminfo: memFree=1728656/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=174700 CPUtime=642.1
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 34466 0 0 0 64176 34 0 0 25 0 1 0 283513313 178892800 34190 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 43675 34190 52 110 0 43562 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 174700

[startup+702.302 s]
/proc/loadavg: 1.01 0.99 0.97 2/65 30926
/proc/meminfo: memFree=1720400/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=175120 CPUtime=702.09
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 36532 0 0 0 70173 36 0 0 25 0 1 0 283513313 179322880 36256 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 43780 36256 52 110 0 43667 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 175120

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 30926
/proc/meminfo: memFree=1712720/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=175528 CPUtime=762.07
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 38428 0 0 0 76170 37 0 0 25 0 1 0 283513313 179740672 38152 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 43882 38152 52 110 0 43769 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 175528

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 30926
/proc/meminfo: memFree=1705168/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=176812 CPUtime=822.04
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 40618 0 0 0 82165 39 0 0 25 0 1 0 283513313 181055488 40052 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 44203 40052 52 110 0 44090 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 176812

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 30926
/proc/meminfo: memFree=1697680/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=177004 CPUtime=882.03
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 42470 0 0 0 88162 41 0 0 25 0 1 0 283513313 181252096 41904 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 44251 41904 52 110 0 44138 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 177004

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.97 2/65 30926
/proc/meminfo: memFree=1690512/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=342424 CPUtime=942.01
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 44274 0 0 0 94158 43 0 0 25 0 1 0 283513313 350642176 43708 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 85606 43708 52 110 0 85493 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 342424

[startup+1002.3 s]
/proc/loadavg: 1.05 1.00 0.98 2/65 30926
/proc/meminfo: memFree=1683984/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=342956 CPUtime=1001.99
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 45877 0 0 0 100154 45 0 0 25 0 1 0 283513313 351186944 45311 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 85739 45311 52 110 0 85626 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 342956

[startup+1062.3 s]
/proc/loadavg: 1.02 1.00 0.98 2/65 30926
/proc/meminfo: memFree=1676944/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=343108 CPUtime=1061.98
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 47637 0 0 0 106151 47 0 0 25 0 1 0 283513313 351342592 47071 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 85777 47071 52 110 0 85664 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 343108

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 30926
/proc/meminfo: memFree=1669712/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=343508 CPUtime=1121.96
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 49490 0 0 0 112147 49 0 0 25 0 1 0 283513313 351752192 48858 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 85877 48858 52 110 0 85764 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 343508

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 30926
/proc/meminfo: memFree=1663056/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=343508 CPUtime=1181.94
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 51175 0 0 0 118144 50 0 0 25 0 1 0 283513313 351752192 50543 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 85877 50543 52 110 0 85764 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 343508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 30926
/proc/meminfo: memFree=1660880/2055920 swapFree=4183148/4192956
[pid=30925] ppid=30923 vsize=343508 CPUtime=1200.04
/proc/30925/stat : 30925 (tinisat) R 30923 30925 30546 0 -1 4194304 51682 0 0 0 119953 51 0 0 25 0 1 0 283513313 351752192 51050 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/30925/statm: 85877 51050 52 110 0 85764 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 343508

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.44
CPU time (s): 1200.08
CPU user time (s): 1199.54
CPU system time (s): 0.546916
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 343508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.54
system time used= 0.546916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51682
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 1907

runsolver used 0.758884 second user time and 2.52861 second system time

The end

Launcher Data (download as text)

Begin job on node75 on Wed Feb 28 04:04:35 UTC 2007

IDJOB= 314336
IDBENCH= 20389
IDSOLVER= 100
FILE ID= node75/314336-1172635475

PBS_JOBID= 3981153

Free space on /tmp= 66520 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-02.cnf
COMMAND LINE= /tmp/evaluation/314336-1172635475/tinisat /tmp/evaluation/314336-1172635475/instance-314336-1172635475.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-314336-1172635475 -o ROOT/results/node75/solver-314336-1172635475 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314336-1172635475/tinisat /tmp/evaluation/314336-1172635475/instance-314336-1172635475.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  9ded5d7f130643b725016d2e5e4c7da3

RANDOM SEED= 633876432

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node75.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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1866280 kB
Buffers:          3708 kB
Cached:         136668 kB
SwapCached:       3580 kB
Active:          19872 kB
Inactive:       129764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866280 kB
SwapTotal:     4192956 kB
SwapFree:      4183148 kB
Dirty:             880 kB
Writeback:           0 kB
Mapped:          15276 kB
Slab:            25956 kB
Committed_AS:   785608 kB
PageTables:       1432 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= 66520 MiB

End job on node75 on Wed Feb 28 04:24:37 UTC 2007