Trace number 314376

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.47

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-09.cnf
MD5SUM50ed98553825ac1825482c1496260592
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark564.645
Satisfiable
(Un)Satisfiability was proved
Number of variables33582
Number of clauses160817
Sum of the clauses size423605
Maximum clause length4200
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2136464
Number of clauses of size 36536
Number of clauses of size 46374
Number of clauses of size 52328
Number of clauses of size over 59114

Solver Data (download as text)

0.19/0.23	c Tinisat 0.22
0.19/0.23	c solving /tmp/evaluation/314376-1172636253/instance-314376-1172636253.cnf
0.19/0.23	c 33582 variables, 160817 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/node15/watcher-314376-1172636253 -o ROOT/results/node15/solver-314376-1172636253 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314376-1172636253/tinisat /tmp/evaluation/314376-1172636253/instance-314376-1172636253.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.91 0.95 0.98 3/77 31660
/proc/meminfo: memFree=1270912/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=1980 CPUtime=0
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 85 0 0 0 0 0 0 0 18 0 1 0 283579724 2027520 70 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134514727 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 495 70 48 110 0 382 0

[startup+0.0399419 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 31660
/proc/meminfo: memFree=1270912/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=2244 CPUtime=0.03
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 195 0 0 0 3 0 0 0 18 0 1 0 283579724 2297856 180 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 561 180 48 110 0 448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2244

[startup+0.101947 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 31660
/proc/meminfo: memFree=1270912/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=3168 CPUtime=0.1
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 503 0 0 0 10 0 0 0 18 0 1 0 283579724 3244032 488 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 792 488 48 110 0 679 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3168

[startup+0.301982 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 31660
/proc/meminfo: memFree=1270912/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=17228 CPUtime=0.29
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 3153 0 0 0 28 1 0 0 19 0 1 0 283579724 17641472 3137 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 4307 3139 51 110 0 4194 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17228

[startup+0.701049 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 31660
/proc/meminfo: memFree=1270912/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=15436 CPUtime=0.69
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 3353 0 0 0 68 1 0 0 23 0 1 0 283579724 15806464 2823 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134532420 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 3859 2823 52 110 0 3746 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15436

[startup+1.50119 s]
/proc/loadavg: 0.91 0.95 0.98 2/78 31661
/proc/meminfo: memFree=1259640/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=15436 CPUtime=1.49
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 3443 0 0 0 148 1 0 0 25 0 1 0 283579724 15806464 2913 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519601 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 3859 2913 52 110 0 3746 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15436

[startup+3.10146 s]
/proc/loadavg: 0.91 0.95 0.98 2/78 31661
/proc/meminfo: memFree=1259064/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=15436 CPUtime=3.09
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 3629 0 0 0 308 1 0 0 25 0 1 0 283579724 15806464 3099 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 3859 3099 52 110 0 3746 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15436

[startup+6.30201 s]
/proc/loadavg: 0.92 0.95 0.98 2/78 31661
/proc/meminfo: memFree=1257400/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=15436 CPUtime=6.29
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 3989 0 0 0 627 2 0 0 25 0 1 0 283579724 15806464 3459 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519953 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 3859 3459 52 110 0 3746 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15436

[startup+12.7011 s]
/proc/loadavg: 0.93 0.95 0.98 2/78 31661
/proc/meminfo: memFree=1253176/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=24568 CPUtime=12.69
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 5138 0 0 0 1266 3 0 0 25 0 1 0 283579724 25157632 4608 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519661 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 6142 4608 52 110 0 6029 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24568

[startup+25.5013 s]
/proc/loadavg: 0.94 0.96 0.98 2/78 31661
/proc/meminfo: memFree=1245432/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=42832 CPUtime=25.48
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 6921 0 0 0 2543 5 0 0 25 0 1 0 283579724 43859968 6391 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 10708 6391 52 110 0 10595 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42832

[startup+51.1017 s]
/proc/loadavg: 0.96 0.96 0.98 2/78 31661
/proc/meminfo: memFree=1231992/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=42832 CPUtime=51.08
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 10327 0 0 0 5099 9 0 0 25 0 1 0 283579724 43859968 9797 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134515435 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 10708 9797 52 110 0 10595 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 42832

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.98 2/78 31661
/proc/meminfo: memFree=1205432/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=79360 CPUtime=102.26
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 16877 0 0 0 10211 15 0 0 25 0 1 0 283579724 81264640 16347 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519657 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 19840 16347 52 110 0 19727 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 79360

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31661
/proc/meminfo: memFree=1179576/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=153444 CPUtime=162.24
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 23400 0 0 0 16201 23 0 0 25 0 1 0 283579724 157126656 22870 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 38361 22870 52 110 0 38248 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 153444

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31661
/proc/meminfo: memFree=1153016/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=153832 CPUtime=222.22
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 29969 0 0 0 22193 29 0 0 25 0 1 0 283579724 157523968 29439 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 38458 29439 52 110 0 38345 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 153832

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31661
/proc/meminfo: memFree=1131576/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=154568 CPUtime=282.2
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 35380 0 0 0 28185 35 0 0 25 0 1 0 283579724 158277632 34850 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134515474 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 38642 34850 52 110 0 38529 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 154568

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31661
/proc/meminfo: memFree=1099448/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=301072 CPUtime=342.18
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 43336 0 0 0 34175 43 0 0 25 0 1 0 283579724 308297728 42806 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134520074 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 75268 42806 52 110 0 75155 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 301072

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31661
/proc/meminfo: memFree=1076984/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=302692 CPUtime=402.16
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 48963 0 0 0 40168 48 0 0 25 0 1 0 283579724 309956608 48433 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134517432 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 75673 48433 52 110 0 75560 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 302692

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31661
/proc/meminfo: memFree=1055032/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=304552 CPUtime=462.14
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 54658 0 0 0 46160 54 0 0 25 0 1 0 283579724 311861248 53871 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 76138 53871 52 110 0 76025 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 304552

[startup+522.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31661
/proc/meminfo: memFree=1035384/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=304964 CPUtime=522.12
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 59620 0 0 0 52153 59 0 0 25 0 1 0 283579724 312283136 58833 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 76241 58833 52 110 0 76128 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 304964

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31661
/proc/meminfo: memFree=1017272/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=305392 CPUtime=582.1
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 64079 0 0 0 58145 65 0 0 25 0 1 0 283579724 312721408 63292 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519657 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 76348 63292 52 110 0 76235 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 305392

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31661
/proc/meminfo: memFree=1000312/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=306072 CPUtime=642.08
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 68307 0 0 0 64139 69 0 0 25 0 1 0 283579724 313417728 67487 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 76518 67487 52 110 0 76405 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 306072

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31661
/proc/meminfo: memFree=979576/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=306640 CPUtime=702.06
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 73583 0 0 0 70131 75 0 0 25 0 1 0 283579724 313999360 72698 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 76660 72698 52 110 0 76547 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 306640

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31661
/proc/meminfo: memFree=958392/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=599172 CPUtime=762.04
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 78839 0 0 0 76123 81 0 0 25 0 1 0 283579724 613552128 77954 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 149793 77954 52 110 0 149680 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 599172

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31661
/proc/meminfo: memFree=941880/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=599760 CPUtime=822.03
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 83022 0 0 0 82118 85 0 0 25 0 1 0 283579724 614154240 82137 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 149940 82137 52 110 0 149827 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 599760

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31661
/proc/meminfo: memFree=921976/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=600284 CPUtime=882.01
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 87989 0 0 0 88111 90 0 0 25 0 1 0 283579724 614690816 87039 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 150071 87039 52 110 0 149958 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 600284

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31661
/proc/meminfo: memFree=906808/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=600668 CPUtime=941.99
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 91883 0 0 0 94105 94 0 0 25 0 1 0 283579724 615084032 90868 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 150167 90868 52 110 0 150054 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 600668

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31661
/proc/meminfo: memFree=888184/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=600844 CPUtime=1001.96
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 96466 0 0 0 100097 99 0 0 25 0 1 0 283579724 615264256 95451 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 150211 95451 52 110 0 150098 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 600844

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31661
/proc/meminfo: memFree=867960/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=601296 CPUtime=1061.95
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 101593 0 0 0 106091 104 0 0 25 0 1 0 283579724 615727104 100578 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134515394 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 150324 100578 52 110 0 150211 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 601296

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31661
/proc/meminfo: memFree=854392/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=601724 CPUtime=1121.93
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 104900 0 0 0 112085 108 0 0 25 0 1 0 283579724 616165376 103885 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 150431 103885 52 110 0 150318 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 601724

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31661
/proc/meminfo: memFree=843512/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=601860 CPUtime=1181.91
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 107646 0 0 0 118080 111 0 0 25 0 1 0 283579724 616304640 106631 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 150465 106631 52 110 0 150352 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 601860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31661
/proc/meminfo: memFree=839864/2055920 swapFree=4192812/4192956
[pid=31660] ppid=31658 vsize=601860 CPUtime=1200.01
/proc/31660/stat : 31660 (tinisat) R 31658 31660 30046 0 -1 4194304 108509 0 0 0 119889 112 0 0 25 0 1 0 283579724 616304640 107494 18446744073709551615 134512640 134966189 4294956624 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/31660/statm: 150465 107494 52 110 0 150352 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 601860

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.47
CPU time (s): 1200.08
CPU user time (s): 1198.89
CPU system time (s): 1.18682
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 601860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.89
system time used= 1.18682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108509
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= 25011

runsolver used 1.3068 second user time and 3.06853 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Wed Feb 28 04:17:34 UTC 2007

IDJOB= 314376
IDBENCH= 20390
IDSOLVER= 100
FILE ID= node15/314376-1172636253

PBS_JOBID= 3980921

Free space on /tmp= 66454 MiB

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

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  50ed98553825ac1825482c1496260592

RANDOM SEED= 521436545

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.276
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.276
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:       1271384 kB
Buffers:         30672 kB
Cached:         627704 kB
SwapCached:          0 kB
Active:         140224 kB
Inactive:       578604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1271384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3428 kB
Writeback:           0 kB
Mapped:          79312 kB
Slab:            51164 kB
Committed_AS:   997480 kB
PageTables:       1800 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= 66454 MiB

End job on node15 on Wed Feb 28 04:37:36 UTC 2007