Trace number 339066

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.09 1200.41

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2-rand3bip-sat-280-1.sat05-2263.reshuffled-07.cnf
MD5SUM5c670fd8fd3fa9f00ac6df3f4ca9c99c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.014996
Satisfiable
(Un)Satisfiability was proved
Number of variables280
Number of clauses1120
Sum of the clauses size3360
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31120
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/339066-1173697743/instance-339066-1173697743.cnf
0.00/0.00	c 280 variables, 1120 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/node76/watcher-339066-1173697743 -o ROOT/results/node76/solver-339066-1173697743 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339066-1173697743/tinisat /tmp/evaluation/339066-1173697743/instance-339066-1173697743.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/69 1588
/proc/meminfo: memFree=1645564/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=844 CPUtime=0
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 389732633 864256 94 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515528 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 211 94 52 110 0 98 0

[startup+0.0798089 s]
/proc/loadavg: 0.91 0.95 0.97 3/69 1588
/proc/meminfo: memFree=1645564/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=988 CPUtime=0.07
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 152 0 0 0 7 0 0 0 19 0 1 0 389732633 1011712 137 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517124 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 247 137 52 110 0 134 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 988

[startup+0.101809 s]
/proc/loadavg: 0.91 0.95 0.97 3/69 1588
/proc/meminfo: memFree=1645564/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=988 CPUtime=0.1
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 164 0 0 0 10 0 0 0 19 0 1 0 389732633 1011712 149 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519807 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 247 149 52 110 0 134 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 988

[startup+0.301832 s]
/proc/loadavg: 0.91 0.95 0.97 3/69 1588
/proc/meminfo: memFree=1645564/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=1968 CPUtime=0.3
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 276 0 0 0 30 0 0 0 21 0 1 0 389732633 2015232 261 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532420 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 492 261 52 110 0 379 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1968

[startup+0.701878 s]
/proc/loadavg: 0.91 0.95 0.97 3/69 1588
/proc/meminfo: memFree=1645564/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=2100 CPUtime=0.7
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 410 0 0 0 70 0 0 0 25 0 1 0 389732633 2150400 395 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515524 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 525 395 52 110 0 412 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2100

[startup+1.50197 s]
/proc/loadavg: 0.91 0.95 0.97 2/70 1589
/proc/meminfo: memFree=1643764/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=3356 CPUtime=1.49
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 593 0 0 0 149 0 0 0 25 0 1 0 389732633 3436544 578 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 839 578 52 110 0 726 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3356

[startup+3.10115 s]
/proc/loadavg: 0.91 0.95 0.97 2/70 1589
/proc/meminfo: memFree=1642932/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=5732 CPUtime=3.09
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 814 0 0 0 309 0 0 0 25 0 1 0 389732633 5869568 799 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520084 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 1433 799 52 110 0 1320 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5732

[startup+6.30152 s]
/proc/loadavg: 0.92 0.95 0.97 2/70 1589
/proc/meminfo: memFree=1641332/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=5996 CPUtime=6.29
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 1140 0 0 0 629 0 0 0 25 0 1 0 389732633 6139904 1125 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 1499 1125 52 110 0 1386 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5996

[startup+12.7013 s]
/proc/loadavg: 0.93 0.95 0.97 2/70 1589
/proc/meminfo: memFree=1639412/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=10876 CPUtime=12.69
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 1587 0 0 0 1268 1 0 0 25 0 1 0 389732633 11137024 1539 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 2719 1539 52 110 0 2606 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10876

[startup+25.5017 s]
/proc/loadavg: 0.94 0.96 0.97 2/70 1589
/proc/meminfo: memFree=1637300/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=11152 CPUtime=25.49
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 2079 0 0 0 2548 1 0 0 25 0 1 0 389732633 11419648 2031 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 2788 2031 52 110 0 2675 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11152

[startup+51.1017 s]
/proc/loadavg: 0.96 0.96 0.97 2/70 1589
/proc/meminfo: memFree=1634292/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=12352 CPUtime=51.08
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 2915 0 0 0 5106 2 0 0 25 0 1 0 389732633 12648448 2802 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 3088 2802 52 110 0 2975 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 12352

[startup+102.306 s]
/proc/loadavg: 1.06 0.98 0.98 2/70 1589
/proc/meminfo: memFree=1629108/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=22428 CPUtime=102.27
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 4188 0 0 0 10224 3 0 0 25 0 1 0 389732633 22966272 4075 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519870 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 5607 4075 52 110 0 5494 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 22428

[startup+162.301 s]
/proc/loadavg: 1.02 0.98 0.98 2/70 1589
/proc/meminfo: memFree=1624948/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=23760 CPUtime=162.25
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 5360 0 0 0 16221 4 0 0 25 0 1 0 389732633 24330240 5118 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 5940 5118 52 110 0 5827 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 23760

[startup+222.301 s]
/proc/loadavg: 1.05 1.00 0.98 2/70 1589
/proc/meminfo: memFree=1621556/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=42372 CPUtime=222.23
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 6194 0 0 0 22218 5 0 0 25 0 1 0 389732633 43388928 5952 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 10593 5952 52 110 0 10480 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 42372

[startup+282.301 s]
/proc/loadavg: 1.08 1.01 0.99 2/70 1589
/proc/meminfo: memFree=1619060/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=42664 CPUtime=282.21
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 6812 0 0 0 28216 5 0 0 25 0 1 0 389732633 43687936 6570 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 10666 6570 52 110 0 10553 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 42664

[startup+342.301 s]
/proc/loadavg: 1.03 1.01 0.99 2/70 1589
/proc/meminfo: memFree=1617076/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=42824 CPUtime=342.2
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 7304 0 0 0 34214 6 0 0 25 0 1 0 389732633 43851776 7062 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 10706 7062 52 110 0 10593 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 42824

[startup+402.302 s]
/proc/loadavg: 1.01 1.00 0.99 2/70 1589
/proc/meminfo: memFree=1615220/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=42984 CPUtime=402.18
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 7772 0 0 0 40212 6 0 0 25 0 1 0 389732633 44015616 7530 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 10746 7530 52 110 0 10633 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 42984

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/70 1589
/proc/meminfo: memFree=1613492/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=43176 CPUtime=462.17
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 8185 0 0 0 46210 7 0 0 25 0 1 0 389732633 44212224 7943 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 10794 7943 52 110 0 10681 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 43176

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/70 1589
/proc/meminfo: memFree=1611572/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=43832 CPUtime=522.15
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 8698 0 0 0 52208 7 0 0 25 0 1 0 389732633 44883968 8423 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 10958 8423 52 110 0 10845 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 43832

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/70 1589
/proc/meminfo: memFree=1609716/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=44360 CPUtime=582.14
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 9164 0 0 0 58206 8 0 0 25 0 1 0 389732633 45424640 8889 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 11090 8889 52 110 0 10977 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 44360

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/70 1589
/proc/meminfo: memFree=1608052/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=44624 CPUtime=642.12
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 9560 0 0 0 64204 8 0 0 25 0 1 0 389732633 45694976 9285 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 11156 9285 52 110 0 11043 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 44624

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/70 1589
/proc/meminfo: memFree=1606772/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=45648 CPUtime=702.11
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 10151 0 0 0 70202 9 0 0 25 0 1 0 389732633 46743552 9619 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 11412 9619 52 110 0 11299 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 45648

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.99 2/70 1589
/proc/meminfo: memFree=1604916/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=46560 CPUtime=762.09
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 10658 0 0 0 76200 9 0 0 25 0 1 0 389732633 47677440 10060 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 11640 10060 52 110 0 11527 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 46560

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/70 1589
/proc/meminfo: memFree=1603636/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=46824 CPUtime=822.07
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 11024 0 0 0 82198 9 0 0 25 0 1 0 389732633 47947776 10426 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 11706 10426 52 110 0 11593 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 46824

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/70 1589
/proc/meminfo: memFree=1602164/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=46956 CPUtime=882.05
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 11388 0 0 0 88195 10 0 0 25 0 1 0 389732633 48082944 10790 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 11739 10790 52 110 0 11626 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 46956

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/70 1589
/proc/meminfo: memFree=1600820/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=46956 CPUtime=942.04
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 11724 0 0 0 94193 11 0 0 25 0 1 0 389732633 48082944 11126 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 11739 11126 52 110 0 11626 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 46956

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/70 1589
/proc/meminfo: memFree=1599668/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=82800 CPUtime=1002.02
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 12009 0 0 0 100191 11 0 0 25 0 1 0 389732633 84787200 11411 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 20700 11411 52 110 0 20587 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 82800

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/70 1589
/proc/meminfo: memFree=1598452/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=83056 CPUtime=1062.01
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 12387 0 0 0 106189 12 0 0 25 0 1 0 389732633 85049344 11723 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 20764 11723 52 110 0 20651 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 83056

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/70 1589
/proc/meminfo: memFree=1597108/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=83572 CPUtime=1121.99
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 12808 0 0 0 112187 12 0 0 25 0 1 0 389732633 85577728 12046 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 20893 12046 52 110 0 20780 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 83572

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/70 1589
/proc/meminfo: memFree=1595892/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=83572 CPUtime=1181.97
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 13113 0 0 0 118185 12 0 0 25 0 1 0 389732633 85577728 12351 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 20893 12351 52 110 0 20780 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 83572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.99 2/70 1589
/proc/meminfo: memFree=1595380/2055888 swapFree=3938024/4096564
[pid=1588] ppid=1586 vsize=83764 CPUtime=1200.07
/proc/1588/stat : 1588 (tinisat) R 1586 1588 1230 0 -1 4194304 13234 0 0 0 119995 12 0 0 25 0 1 0 389732633 85774336 12472 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/1588/statm: 20941 12472 52 110 0 20828 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 83764

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.41
CPU time (s): 1200.09
CPU user time (s): 1199.96
CPU system time (s): 0.136979
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 83764

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

runsolver used 1.06284 second user time and 2.22166 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Mon Mar 12 11:09:03 UTC 2007

IDJOB= 339066
IDBENCH= 24738
IDSOLVER= 100
FILE ID= node76/339066-1173697743

PBS_JOBID= 4101759

Free space on /tmp= 66540 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/jarvisalo/mod2-rand3bip-sat-280-1.sat05-2263.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339066-1173697743/tinisat /tmp/evaluation/339066-1173697743/instance-339066-1173697743.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-339066-1173697743 -o ROOT/results/node76/solver-339066-1173697743 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339066-1173697743/tinisat /tmp/evaluation/339066-1173697743/instance-339066-1173697743.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  5c670fd8fd3fa9f00ac6df3f4ca9c99c

RANDOM SEED= 722245785

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.219
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	: 6006.18
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.219
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1645908 kB
Buffers:         29812 kB
Cached:         184668 kB
SwapCached:     152448 kB
Active:         110712 kB
Inactive:       262128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1645908 kB
SwapTotal:     4096564 kB
SwapFree:      3938024 kB
Dirty:             544 kB
Writeback:           0 kB
Mapped:          15392 kB
Slab:            23432 kB
Committed_AS:  1222708 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB

End job on node76 on Mon Mar 12 11:29:06 UTC 2007