Trace number 333270

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.07 1200.42

General information on the benchmark

Namecrafted/Medium/contest05/others/
pmg-11-UNSAT.sat05-3939.reshuffled-07.cnf
MD5SUMab810788a5ff5edde690e75706c8dd18
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark212.424
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of clauses562
Sum of the clauses size1684
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 3560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Tinisat 0.22
0.00/0.00	c solving /tmp/evaluation/333270-1173507385/instance-333270-1173507385.cnf
0.00/0.00	c 169 variables, 562 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/node1/watcher-333270-1173507385 -o ROOT/results/node1/solver-333270-1173507385 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333270-1173507385/tinisat /tmp/evaluation/333270-1173507385/instance-333270-1173507385.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.97 3/77 14263
/proc/meminfo: memFree=1683384/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=712 CPUtime=0
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 95 0 0 0 0 0 0 0 18 0 1 0 370693612 729088 79 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 178 79 52 110 0 65 0

[startup+0.0293371 s]
/proc/loadavg: 0.91 0.95 0.97 3/77 14263
/proc/meminfo: memFree=1683384/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=892 CPUtime=0.02
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 114 0 0 0 2 0 0 0 18 0 1 0 370693612 913408 98 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 223 98 52 110 0 110 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 892

[startup+0.102346 s]
/proc/loadavg: 0.91 0.95 0.97 3/77 14263
/proc/meminfo: memFree=1683384/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=1036 CPUtime=0.1
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 169 0 0 0 10 0 0 0 18 0 1 0 370693612 1060864 153 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 259 153 52 110 0 146 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1036

[startup+0.302369 s]
/proc/loadavg: 0.91 0.95 0.97 3/77 14263
/proc/meminfo: memFree=1683384/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=1884 CPUtime=0.3
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 270 0 0 0 30 0 0 0 19 0 1 0 370693612 1929216 254 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520011 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 471 254 52 110 0 358 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1884

[startup+0.702416 s]
/proc/loadavg: 0.91 0.95 0.97 3/77 14263
/proc/meminfo: memFree=1683384/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=2180 CPUtime=0.7
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 424 0 0 0 70 0 0 0 22 0 1 0 370693612 2232320 408 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 545 408 52 110 0 432 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2180

[startup+1.50151 s]
/proc/loadavg: 0.91 0.95 0.97 2/78 14264
/proc/meminfo: memFree=1681648/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=3304 CPUtime=1.49
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 620 0 0 0 149 0 0 0 25 0 1 0 370693612 3383296 604 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 826 604 52 110 0 713 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3304

[startup+3.1017 s]
/proc/loadavg: 0.91 0.95 0.97 2/78 14264
/proc/meminfo: memFree=1680560/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=5948 CPUtime=3.09
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 905 0 0 0 309 0 0 0 25 0 1 0 370693612 6090752 889 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 1487 889 52 110 0 1374 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5948

[startup+6.30107 s]
/proc/loadavg: 0.92 0.95 0.97 2/78 14264
/proc/meminfo: memFree=1678640/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=6220 CPUtime=6.29
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 1273 0 0 0 628 1 0 0 25 0 1 0 370693612 6369280 1257 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 1555 1257 52 110 0 1442 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6220

[startup+12.7018 s]
/proc/loadavg: 0.93 0.95 0.97 2/78 14264
/proc/meminfo: memFree=1676656/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=10980 CPUtime=12.69
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 1742 0 0 0 1268 1 0 0 25 0 1 0 370693612 11243520 1693 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 2745 1693 52 110 0 2632 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10980

[startup+25.5013 s]
/proc/loadavg: 0.94 0.96 0.97 2/78 14264
/proc/meminfo: memFree=1673840/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=11696 CPUtime=25.49
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 2422 0 0 0 2547 2 0 0 25 0 1 0 370693612 11976704 2373 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 2924 2373 52 110 0 2811 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11696

[startup+51.1013 s]
/proc/loadavg: 0.96 0.96 0.97 2/78 14264
/proc/meminfo: memFree=1670192/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=21684 CPUtime=51.08
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 3406 0 0 0 5105 3 0 0 25 0 1 0 370693612 22204416 3292 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 5421 3292 52 110 0 5308 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21684

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.97 3/78 14264
/proc/meminfo: memFree=1664432/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=22776 CPUtime=102.27
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 4827 0 0 0 10222 5 0 0 25 0 1 0 370693612 23322624 4713 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 5694 4713 52 110 0 5581 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 22776

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 14264
/proc/meminfo: memFree=1659376/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=42340 CPUtime=162.25
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 6225 0 0 0 16219 6 0 0 25 0 1 0 370693612 43356160 5982 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 10585 5982 52 110 0 10472 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 42340

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 14264
/proc/meminfo: memFree=1655024/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=43144 CPUtime=222.23
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 7298 0 0 0 22215 8 0 0 25 0 1 0 370693612 44179456 7055 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 10786 7055 52 110 0 10673 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 43144

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 14264
/proc/meminfo: memFree=1651312/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=43496 CPUtime=282.2
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 8222 0 0 0 28211 9 0 0 25 0 1 0 370693612 44539904 7979 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 10874 7979 52 110 0 10761 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 43496

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 14264
/proc/meminfo: memFree=1647984/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=43656 CPUtime=342.19
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 9045 0 0 0 34208 11 0 0 25 0 1 0 370693612 44703744 8802 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 10914 8802 52 110 0 10801 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 43656

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 14264
/proc/meminfo: memFree=1644848/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=44044 CPUtime=402.18
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 9882 0 0 0 40206 12 0 0 25 0 1 0 370693612 45101056 9573 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 11011 9573 52 110 0 10898 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 44044

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 14264
/proc/meminfo: memFree=1641648/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=45404 CPUtime=462.15
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 10818 0 0 0 46202 13 0 0 25 0 1 0 370693612 46493696 10377 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 11351 10377 52 110 0 11238 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 45404

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 14264
/proc/meminfo: memFree=1638640/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=82348 CPUtime=522.14
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 11593 0 0 0 52200 14 0 0 25 0 1 0 370693612 84324352 11119 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 20587 11119 52 110 0 20474 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 82348

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 14264
/proc/meminfo: memFree=1635888/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=84156 CPUtime=582.12
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 12515 0 0 0 58197 15 0 0 25 0 1 0 370693612 86175744 11784 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 21039 11784 52 110 0 20926 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 84156

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 14264
/proc/meminfo: memFree=1633456/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=84576 CPUtime=642.11
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 13163 0 0 0 64194 17 0 0 25 0 1 0 370693612 86605824 12399 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 21144 12399 52 110 0 21031 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 84576

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 14264
/proc/meminfo: memFree=1631344/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=84896 CPUtime=702.09
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 13714 0 0 0 70191 18 0 0 25 0 1 0 370693612 86933504 12950 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 21224 12950 52 110 0 21111 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 84896

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 14264
/proc/meminfo: memFree=1629232/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=85028 CPUtime=762.08
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 14227 0 0 0 76189 19 0 0 25 0 1 0 370693612 87068672 13463 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 21257 13463 52 110 0 21144 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 85028

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 14264
/proc/meminfo: memFree=1626992/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=85480 CPUtime=822.05
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 14836 0 0 0 82185 20 0 0 25 0 1 0 370693612 87531520 14039 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 21370 14039 52 110 0 21257 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 85480

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 14264
/proc/meminfo: memFree=1624816/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=85736 CPUtime=882.03
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 15425 0 0 0 88183 20 0 0 25 0 1 0 370693612 87793664 14562 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 21434 14562 52 110 0 21321 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 85736

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 14264
/proc/meminfo: memFree=1622576/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=86424 CPUtime=942.01
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 16003 0 0 0 94180 21 0 0 25 0 1 0 370693612 88498176 15140 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 21606 15140 52 110 0 21493 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 86424

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 14264
/proc/meminfo: memFree=1620592/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=86776 CPUtime=1002
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 16475 0 0 0 100177 23 0 0 25 0 1 0 370693612 88858624 15612 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 21694 15612 52 110 0 21581 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 86776

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 14264
/proc/meminfo: memFree=1618736/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=87516 CPUtime=1061.98
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 17016 0 0 0 106174 24 0 0 25 0 1 0 370693612 89616384 16088 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 21879 16088 52 110 0 21766 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 87516

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 14264
/proc/meminfo: memFree=1617008/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=88028 CPUtime=1121.96
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 17570 0 0 0 112171 25 0 0 25 0 1 0 370693612 90140672 16511 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 22007 16511 52 110 0 21894 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 88028

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 14264
/proc/meminfo: memFree=1615344/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=88160 CPUtime=1181.94
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 17997 0 0 0 118168 26 0 0 25 0 1 0 370693612 90275840 16938 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 22040 16938 52 110 0 21927 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 88160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 14264
/proc/meminfo: memFree=1614832/2055920 swapFree=4159120/4192956
[pid=14263] ppid=14261 vsize=88160 CPUtime=1200.04
/proc/14263/stat : 14263 (tinisat) R 14261 14263 13918 0 -1 4194304 18118 0 0 0 119978 26 0 0 25 0 1 0 370693612 90275840 17059 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/14263/statm: 22040 17059 52 110 0 21927 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 88160

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.42
CPU time (s): 1200.07
CPU user time (s): 1199.78
CPU system time (s): 0.280957
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 88160

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

runsolver used 1.38979 second user time and 2.98255 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Mar 10 06:16:25 UTC 2007

IDJOB= 333270
IDBENCH= 24600
IDSOLVER= 100
FILE ID= node1/333270-1173507385

PBS_JOBID= 4101124

Free space on /tmp= 66443 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/others/pmg-11-UNSAT.sat05-3939.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/333270-1173507385/tinisat /tmp/evaluation/333270-1173507385/instance-333270-1173507385.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-333270-1173507385 -o ROOT/results/node1/solver-333270-1173507385 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333270-1173507385/tinisat /tmp/evaluation/333270-1173507385/instance-333270-1173507385.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  ab810788a5ff5edde690e75706c8dd18

RANDOM SEED= 708471443

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1683792 kB
Buffers:         40332 kB
Cached:         258264 kB
SwapCached:      13660 kB
Active:         145448 kB
Inactive:       175880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683792 kB
SwapTotal:     4192956 kB
SwapFree:      4159120 kB
Dirty:             556 kB
Writeback:           0 kB
Mapped:          29576 kB
Slab:            36344 kB
Committed_AS:  1156528 kB
PageTables:       1740 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= 66443 MiB

End job on node1 on Sat Mar 10 06:36:28 UTC 2007