Trace number 338730

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.1 1200.53

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
counting-harder-php-014-013.sat05-1187.reshuffled-07.cnf
MD5SUMe9a4b8de00c9a73b6f8447e11f01f363
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.40502
Satisfiable
(Un)Satisfiability was proved
Number of variables182
Number of clauses1197
Sum of the clauses size2548
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21183
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 514

Solver Data (download as text)

0.00/0.00	c Tinisat 0.22
0.00/0.00	c solving /tmp/evaluation/338730-1173691179/instance-338730-1173691179.cnf
0.00/0.00	c 182 variables, 1197 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/node26/watcher-338730-1173691179 -o ROOT/results/node26/solver-338730-1173691179 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338730-1173691179/tinisat /tmp/evaluation/338730-1173691179/instance-338730-1173691179.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.85 0.95 0.98 3/77 8984
/proc/meminfo: memFree=1737904/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=712 CPUtime=0
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 106 0 0 0 0 0 0 0 18 0 1 0 389071536 729088 90 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134532385 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 178 90 52 110 0 65 0

[startup+0.0500811 s]
/proc/loadavg: 0.85 0.95 0.98 3/77 8984
/proc/meminfo: memFree=1737904/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=1120 CPUtime=0.04
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 168 0 0 0 4 0 0 0 18 0 1 0 389071536 1146880 152 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 280 152 52 110 0 167 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1120

[startup+0.10109 s]
/proc/loadavg: 0.85 0.95 0.98 3/77 8984
/proc/meminfo: memFree=1737904/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=1724 CPUtime=0.09
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 222 0 0 0 9 0 0 0 18 0 1 0 389071536 1765376 206 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134515537 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 431 206 52 110 0 318 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1724

[startup+0.301124 s]
/proc/loadavg: 0.85 0.95 0.98 3/77 8984
/proc/meminfo: memFree=1737904/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=2796 CPUtime=0.29
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 383 0 0 0 29 0 0 0 19 0 1 0 389071536 2863104 367 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 699 367 52 110 0 586 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2796

[startup+0.701194 s]
/proc/loadavg: 0.85 0.95 0.98 3/77 8984
/proc/meminfo: memFree=1737904/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=2928 CPUtime=0.69
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 636 0 0 0 69 0 0 0 23 0 1 0 389071536 2998272 620 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 732 620 52 110 0 619 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2928

[startup+1.50133 s]
/proc/loadavg: 0.85 0.95 0.98 2/78 8985
/proc/meminfo: memFree=1735016/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=5068 CPUtime=1.49
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 978 0 0 0 149 0 0 0 25 0 1 0 389071536 5189632 962 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520074 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 1267 962 52 110 0 1154 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5068

[startup+3.10161 s]
/proc/loadavg: 0.85 0.95 0.98 2/78 8985
/proc/meminfo: memFree=1733160/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=9356 CPUtime=3.09
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 1527 0 0 0 309 0 0 0 25 0 1 0 389071536 9580544 1511 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 2339 1511 52 110 0 2226 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9356

[startup+6.30216 s]
/proc/loadavg: 0.86 0.95 0.98 2/78 8985
/proc/meminfo: memFree=1730024/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=9924 CPUtime=6.29
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 2179 0 0 0 628 1 0 0 25 0 1 0 389071536 10162176 2130 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 2481 2130 52 110 0 2368 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9924

[startup+12.7013 s]
/proc/loadavg: 0.87 0.95 0.98 2/78 8985
/proc/meminfo: memFree=1725928/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=18608 CPUtime=12.68
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 3134 0 0 0 1267 1 0 0 25 0 1 0 389071536 19054592 3085 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 4652 3085 52 110 0 4539 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18608

[startup+25.5015 s]
/proc/loadavg: 0.90 0.96 0.98 2/78 8985
/proc/meminfo: memFree=1719784/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=20368 CPUtime=25.49
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 4655 0 0 0 2546 3 0 0 25 0 1 0 389071536 20856832 4541 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 5092 4541 52 110 0 4979 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20368

[startup+51.1019 s]
/proc/loadavg: 0.93 0.96 0.98 2/78 8985
/proc/meminfo: memFree=1713704/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=36892 CPUtime=51.07
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 6201 0 0 0 5104 3 0 0 25 0 1 0 389071536 37777408 6087 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 9223 6087 52 110 0 9110 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 36892

[startup+102.306 s]
/proc/loadavg: 0.97 0.96 0.98 2/78 8985
/proc/meminfo: memFree=1701928/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=41556 CPUtime=102.25
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 9194 0 0 0 10219 6 0 0 25 0 1 0 389071536 42553344 8951 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 10389 8951 52 110 0 10276 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 41556

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 8985
/proc/meminfo: memFree=1691944/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=74672 CPUtime=162.23
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 11776 0 0 0 16214 9 0 0 25 0 1 0 389071536 76464128 11434 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 18668 11434 52 110 0 18555 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 74672

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 8985
/proc/meminfo: memFree=1685480/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=75448 CPUtime=222.21
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 13504 0 0 0 22210 11 0 0 25 0 1 0 389071536 77258752 13030 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 18862 13030 52 110 0 18749 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 75448

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 8985
/proc/meminfo: memFree=1677416/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=79504 CPUtime=282.19
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 15769 0 0 0 28205 14 0 0 25 0 1 0 389071536 81412096 15031 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 19876 15031 52 110 0 19763 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 79504

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 8985
/proc/meminfo: memFree=1671144/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=82476 CPUtime=342.17
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 17804 0 0 0 34201 16 0 0 25 0 1 0 389071536 84455424 16579 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 20619 16579 52 110 0 20506 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 82476

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 8985
/proc/meminfo: memFree=1664680/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=85204 CPUtime=402.15
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 19755 0 0 0 40197 18 0 0 25 0 1 0 389071536 87248896 18202 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 21301 18202 52 110 0 21188 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 85204

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 8985
/proc/meminfo: memFree=1658920/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=87012 CPUtime=462.13
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 21431 0 0 0 46193 20 0 0 25 0 1 0 389071536 89100288 19649 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 21753 19649 52 110 0 21640 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 87012

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 8985
/proc/meminfo: memFree=1653608/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=148744 CPUtime=522.1
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 23034 0 0 0 52189 21 0 0 25 0 1 0 389071536 152313856 20957 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 37186 20957 52 110 0 37073 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 148744

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 8985
/proc/meminfo: memFree=1648744/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=150932 CPUtime=582.08
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 24698 0 0 0 58185 23 0 0 25 0 1 0 389071536 154554368 22195 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 37733 22195 52 110 0 37620 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 150932

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 8985
/proc/meminfo: memFree=1643496/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=153372 CPUtime=642.07
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 26476 0 0 0 64182 25 0 0 25 0 1 0 389071536 157052928 23484 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 38343 23484 52 110 0 38230 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 153372

[startup+702.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 8985
/proc/meminfo: memFree=1639528/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=155176 CPUtime=702.05
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 27805 0 0 0 70178 27 0 0 25 0 1 0 389071536 158900224 24486 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 38794 24486 52 110 0 38681 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 155176

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 8985
/proc/meminfo: memFree=1635112/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=155948 CPUtime=762.03
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 29005 0 0 0 76174 29 0 0 25 0 1 0 389071536 159690752 25556 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 38987 25556 52 110 0 38874 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 155948

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 8985
/proc/meminfo: memFree=1631720/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=156076 CPUtime=822
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 29894 0 0 0 82170 30 0 0 25 0 1 0 389071536 159821824 26412 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 39019 26412 52 110 0 38906 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 156076

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 8985
/proc/meminfo: memFree=1628776/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=156460 CPUtime=881.98
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 30715 0 0 0 88167 31 0 0 25 0 1 0 389071536 160215040 27135 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519929 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 39115 27135 52 110 0 39002 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 156460

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 8985
/proc/meminfo: memFree=1625832/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=156716 CPUtime=941.96
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 31551 0 0 0 94164 32 0 0 25 0 1 0 389071536 160477184 27906 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 39179 27906 52 110 0 39066 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 156716

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 8985
/proc/meminfo: memFree=1622568/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=157488 CPUtime=1001.94
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 32511 0 0 0 100160 34 0 0 25 0 1 0 389071536 161267712 28703 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519972 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 39372 28703 52 110 0 39259 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 157488

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 8985
/proc/meminfo: memFree=1619624/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=158836 CPUtime=1061.92
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 33498 0 0 0 106156 36 0 0 25 0 1 0 389071536 162648064 29463 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 39709 29463 52 110 0 39596 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 158836

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 8985
/proc/meminfo: memFree=1616808/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=159348 CPUtime=1121.9
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 34319 0 0 0 112153 37 0 0 25 0 1 0 389071536 163172352 30154 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 39837 30154 52 110 0 39724 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 159348

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 8985
/proc/meminfo: memFree=1613800/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=160120 CPUtime=1181.88
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 35194 0 0 0 118150 38 0 0 25 0 1 0 389071536 163962880 30899 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519959 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 40030 30899 52 110 0 39917 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 160120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 8985
/proc/meminfo: memFree=1612456/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=163064 CPUtime=1200.08
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 36257 0 0 0 119969 39 0 0 25 0 1 0 389071536 166977536 31222 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 40766 31222 52 110 0 40653 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 163064

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 8985
/proc/meminfo: memFree=1612456/2055920 swapFree=4154888/4192956
[pid=8984] ppid=8982 vsize=163064 CPUtime=1200.08
/proc/8984/stat : 8984 (tinisat) R 8982 8984 6020 0 -1 4194304 36257 0 0 0 119969 39 0 0 25 0 1 0 389071536 166977536 31222 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/8984/statm: 40766 31222 52 110 0 40653 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 163064

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.1
CPU user time (s): 1199.69
CPU system time (s): 0.411937
CPU usage (%): 99.9649
Max. virtual memory (cumulated for all children) (KiB): 163064

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

runsolver used 1.41878 second user time and 2.95555 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Mon Mar 12 09:19:39 UTC 2007

IDJOB= 338730
IDBENCH= 24730
IDSOLVER= 100
FILE ID= node26/338730-1173691179

PBS_JOBID= 4101460

Free space on /tmp= 66560 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/sabharwal/counting-harder-php-014-013.sat05-1187.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/338730-1173691179/tinisat /tmp/evaluation/338730-1173691179/instance-338730-1173691179.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-338730-1173691179 -o ROOT/results/node26/solver-338730-1173691179 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/338730-1173691179/tinisat /tmp/evaluation/338730-1173691179/instance-338730-1173691179.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  e9a4b8de00c9a73b6f8447e11f01f363

RANDOM SEED= 935456152

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.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.279
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.279
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:       1738312 kB
Buffers:         44312 kB
Cached:         186824 kB
SwapCached:      17540 kB
Active:         132264 kB
Inactive:       124532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738312 kB
SwapTotal:     4192956 kB
SwapFree:      4154888 kB
Dirty:             712 kB
Writeback:           0 kB
Mapped:          30456 kB
Slab:            46464 kB
Committed_AS:   859684 kB
PageTables:       1712 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= 66560 MiB

End job on node26 on Mon Mar 12 09:39:41 UTC 2007