Trace number 337050

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.12 1200.45

General information on the benchmark

Namecrafted/Hard/contest02/
pyhala-braun-unsat-40-4-02.sat05-459.reshuffled-07.cnf
MD5SUMad877d677446ba8c798f8e71c4c035c2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark696.65
Satisfiable
(Un)Satisfiability was proved
Number of variables9638
Number of clauses31795
Sum of the clauses size82345
Maximum clause length3
Minimum clause length1
Number of clauses of size 183
Number of clauses of size 212874
Number of clauses of size 318838
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.03	c Tinisat 0.22
0.00/0.03	c solving /tmp/evaluation/337050-1173659142/instance-337050-1173659142.cnf
0.00/0.03	c 9638 variables, 31795 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-337050-1173659142 -o ROOT/results/node76/solver-337050-1173659142 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337050-1173659142/tinisat /tmp/evaluation/337050-1173659142/instance-337050-1173659142.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: 7.99 7.06 4.32 3/69 29637
/proc/meminfo: memFree=1726332/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=968 CPUtime=0
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 123 0 0 0 0 0 0 0 18 0 1 0 385872481 991232 109 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 242 110 48 110 0 129 0

[startup+0.0592879 s]
/proc/loadavg: 7.99 7.06 4.32 3/69 29637
/proc/meminfo: memFree=1726332/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=4404 CPUtime=0.05
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 873 0 0 0 5 0 0 0 18 0 1 0 385872481 4509696 858 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 1101 860 51 110 0 988 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4404

[startup+0.101292 s]
/proc/loadavg: 7.99 7.06 4.32 3/69 29637
/proc/meminfo: memFree=1726332/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=4536 CPUtime=0.09
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 900 0 0 0 9 0 0 0 18 0 1 0 385872481 4644864 885 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 1134 885 52 110 0 1021 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4536

[startup+0.301315 s]
/proc/loadavg: 7.99 7.06 4.32 3/69 29637
/proc/meminfo: memFree=1726332/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=4536 CPUtime=0.29
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 978 0 0 0 29 0 0 0 19 0 1 0 385872481 4644864 963 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 1134 963 52 110 0 1021 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4536

[startup+0.701361 s]
/proc/loadavg: 7.99 7.06 4.32 3/69 29637
/proc/meminfo: memFree=1726332/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=6320 CPUtime=0.69
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 1068 0 0 0 69 0 0 0 23 0 1 0 385872481 6471680 1053 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519567 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 1580 1053 52 110 0 1467 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6320

[startup+1.50145 s]
/proc/loadavg: 7.43 6.96 4.30 2/70 29638
/proc/meminfo: memFree=1722100/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=6320 CPUtime=1.49
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 1239 0 0 0 149 0 0 0 25 0 1 0 385872481 6471680 1224 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 1580 1224 52 110 0 1467 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6320

[startup+3.10164 s]
/proc/loadavg: 7.43 6.96 4.30 2/70 29638
/proc/meminfo: memFree=1721012/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=9888 CPUtime=3.09
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 1510 0 0 0 309 0 0 0 25 0 1 0 385872481 10125312 1495 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 2472 1495 52 110 0 2359 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9888

[startup+6.302 s]
/proc/loadavg: 7.43 6.96 4.30 2/70 29638
/proc/meminfo: memFree=1718452/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=9888 CPUtime=6.29
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 2159 0 0 0 628 1 0 0 25 0 1 0 385872481 10125312 2144 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 2472 2144 52 110 0 2359 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9888

[startup+12.7027 s]
/proc/loadavg: 6.44 6.76 4.27 2/70 29638
/proc/meminfo: memFree=1713716/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=17024 CPUtime=12.69
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 3294 0 0 0 1267 2 0 0 25 0 1 0 385872481 17432576 3279 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 4256 3279 52 110 0 4143 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17024

[startup+25.5012 s]
/proc/loadavg: 5.61 6.57 4.23 2/70 29638
/proc/meminfo: memFree=1706292/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=31292 CPUtime=25.48
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 5054 0 0 0 2544 4 0 0 25 0 1 0 385872481 32043008 5039 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515445 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 7823 5039 52 110 0 7710 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31292

[startup+51.1011 s]
/proc/loadavg: 4.03 6.12 4.14 2/70 29638
/proc/meminfo: memFree=1695540/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=31820 CPUtime=51.08
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 7745 0 0 0 5101 7 0 0 25 0 1 0 385872481 32583680 7730 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 7955 7730 52 110 0 7842 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 31820

[startup+102.306 s]
/proc/loadavg: 2.24 5.27 3.97 2/70 29638
/proc/meminfo: memFree=1679924/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=61280 CPUtime=102.26
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 11596 0 0 0 10216 10 0 0 25 0 1 0 385872481 62750720 11581 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 15320 11581 52 110 0 15207 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 61280

[startup+162.302 s]
/proc/loadavg: 1.57 4.52 3.79 2/70 29638
/proc/meminfo: memFree=1662388/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=119028 CPUtime=162.25
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 15997 0 0 0 16211 14 0 0 25 0 1 0 385872481 121884672 15982 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 29757 15982 52 110 0 29644 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 119028

[startup+222.302 s]
/proc/loadavg: 1.28 3.90 3.62 2/70 29638
/proc/meminfo: memFree=1648308/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=119972 CPUtime=222.24
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 19466 0 0 0 22206 18 0 0 25 0 1 0 385872481 122851328 19451 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 29993 19451 52 110 0 29880 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 119972

[startup+282.302 s]
/proc/loadavg: 1.17 3.38 3.45 2/70 29638
/proc/meminfo: memFree=1636148/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=121056 CPUtime=282.22
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 22660 0 0 0 28201 21 0 0 25 0 1 0 385872481 123961344 22516 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519898 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 30264 22516 52 110 0 30151 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 121056

[startup+342.302 s]
/proc/loadavg: 1.12 2.96 3.30 2/70 29638
/proc/meminfo: memFree=1624884/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=121464 CPUtime=342.2
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 25457 0 0 0 34197 23 0 0 25 0 1 0 385872481 124379136 25313 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 30366 25313 52 110 0 30253 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 121464

[startup+402.301 s]
/proc/loadavg: 1.10 2.62 3.16 2/70 29638
/proc/meminfo: memFree=1611124/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=121912 CPUtime=402.19
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 28941 0 0 0 40193 26 0 0 25 0 1 0 385872481 124837888 28797 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 30478 28797 52 110 0 30365 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 121912

[startup+462.301 s]
/proc/loadavg: 1.15 2.35 3.03 2/70 29638
/proc/meminfo: memFree=1597684/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=236056 CPUtime=462.17
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 32276 0 0 0 46189 28 0 0 25 0 1 0 385872481 241721344 32132 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519873 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 59014 32132 52 110 0 58901 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 236056

[startup+522.301 s]
/proc/loadavg: 1.10 2.12 2.91 2/70 29638
/proc/meminfo: memFree=1579252/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=236188 CPUtime=522.15
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 36927 0 0 0 52183 32 0 0 25 0 1 0 385872481 241856512 36783 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 59047 36783 52 110 0 58934 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 236188

[startup+582.301 s]
/proc/loadavg: 1.14 1.94 2.80 2/70 29638
/proc/meminfo: memFree=1566004/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=236584 CPUtime=582.13
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 40184 0 0 0 58178 35 0 0 25 0 1 0 385872481 242262016 40007 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 59146 40007 52 110 0 59033 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 236584

[startup+642.302 s]
/proc/loadavg: 1.15 1.80 2.69 2/70 29638
/proc/meminfo: memFree=1554932/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=236584 CPUtime=642.13
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 42916 0 0 0 64174 39 0 0 25 0 1 0 385872481 242262016 42739 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 59146 42739 52 110 0 59033 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 236584

[startup+702.302 s]
/proc/loadavg: 1.09 1.66 2.59 2/70 29638
/proc/meminfo: memFree=1546292/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=237860 CPUtime=702.11
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 45109 0 0 0 70171 40 0 0 25 0 1 0 385872481 243568640 44899 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 59465 44899 52 110 0 59352 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 237860

[startup+762.306 s]
/proc/loadavg: 1.07 1.55 2.49 2/70 29638
/proc/meminfo: memFree=1536436/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=238264 CPUtime=762.1
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 47547 0 0 0 76167 43 0 0 25 0 1 0 385872481 243982336 47337 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 59566 47337 52 110 0 59453 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 238264

[startup+822.302 s]
/proc/loadavg: 1.13 1.48 2.41 2/70 29638
/proc/meminfo: memFree=1526452/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=238572 CPUtime=822.07
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 50080 0 0 0 82162 45 0 0 25 0 1 0 385872481 244297728 49870 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 59643 49870 52 110 0 59530 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 238572

[startup+882.301 s]
/proc/loadavg: 1.12 1.41 2.32 2/70 29638
/proc/meminfo: memFree=1514868/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=239740 CPUtime=882.05
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 53178 0 0 0 88157 48 0 0 25 0 1 0 385872481 245493760 52711 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 59935 52711 52 110 0 59822 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 239740

[startup+942.301 s]
/proc/loadavg: 1.04 1.33 2.23 2/70 29638
/proc/meminfo: memFree=1507892/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=240132 CPUtime=942.04
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 54977 0 0 0 94153 51 0 0 25 0 1 0 385872481 245895168 54477 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 60033 54477 52 110 0 59920 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 240132

[startup+1002.3 s]
/proc/loadavg: 1.08 1.28 2.16 2/70 29638
/proc/meminfo: memFree=1499444/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=240536 CPUtime=1002.02
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 57092 0 0 0 100149 53 0 0 25 0 1 0 385872481 246308864 56559 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 60134 56559 52 110 0 60021 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 240536

[startup+1062.3 s]
/proc/loadavg: 1.03 1.23 2.08 2/70 29638
/proc/meminfo: memFree=1489908/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=240672 CPUtime=1062.01
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 59508 0 0 0 106146 55 0 0 25 0 1 0 385872481 246448128 58975 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 60168 58975 52 110 0 60055 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 240672

[startup+1122.3 s]
/proc/loadavg: 1.01 1.18 2.01 2/70 29638
/proc/meminfo: memFree=1478452/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=469508 CPUtime=1121.99
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 62323 0 0 0 112141 58 0 0 25 0 1 0 385872481 480776192 61790 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 117377 61790 52 110 0 117264 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 469508

[startup+1182.3 s]
/proc/loadavg: 1.05 1.16 1.95 2/70 29640
/proc/meminfo: memFree=1469300/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=469648 CPUtime=1181.97
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 64616 0 0 0 118137 60 0 0 25 0 1 0 385872481 480919552 64083 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 117412 64083 52 110 0 117299 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 469648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.04 1.16 1.94 2/70 29640
/proc/meminfo: memFree=1465140/2055888 swapFree=3938024/4096564
[pid=29637] ppid=29635 vsize=469648 CPUtime=1200.07
/proc/29637/stat : 29637 (tinisat) R 29635 29637 28908 0 -1 4194304 65619 0 0 0 119946 61 0 0 25 0 1 0 385872481 480919552 65086 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/29637/statm: 117412 65086 52 110 0 117299 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 469648

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.45
CPU time (s): 1200.12
CPU user time (s): 1199.47
CPU system time (s): 0.6549
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 469648

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

runsolver used 1.03984 second user time and 2.24966 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Mon Mar 12 00:25:42 UTC 2007

IDJOB= 337050
IDBENCH= 24690
IDSOLVER= 100
FILE ID= node76/337050-1173659142

PBS_JOBID= 4101408

Free space on /tmp= 66539 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest02/pyhala-braun-unsat-40-4-02.sat05-459.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337050-1173659142/tinisat /tmp/evaluation/337050-1173659142/instance-337050-1173659142.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-337050-1173659142 -o ROOT/results/node76/solver-337050-1173659142 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337050-1173659142/tinisat /tmp/evaluation/337050-1173659142/instance-337050-1173659142.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  ad877d677446ba8c798f8e71c4c035c2

RANDOM SEED= 794566163

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:       1726804 kB
Buffers:         19988 kB
Cached:         123072 kB
SwapCached:     152264 kB
Active:          67460 kB
Inactive:       234140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1726804 kB
SwapTotal:     4096564 kB
SwapFree:      3938024 kB
Dirty:            1024 kB
Writeback:           0 kB
Mapped:          15596 kB
Slab:            13880 kB
Committed_AS:  1207572 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= 66539 MiB

End job on node76 on Mon Mar 12 00:45:44 UTC 2007