Trace number 335580

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.25 1200.71

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-fphp-070-069.sat05-1240.reshuffled-07.cnf
MD5SUM8c2637bddd219bb03ecc49de7a065894
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4830
Number of clauses330925
Sum of the clauses size666540
Maximum clause length69
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2330855
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data (download as text)

0.30/0.37	c Tinisat 0.22
0.30/0.37	c solving /tmp/evaluation/335580-1173630245/instance-335580-1173630245.cnf
0.30/0.37	c 4830 variables, 330925 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/node6/watcher-335580-1173630245 -o ROOT/results/node6/solver-335580-1173630245 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335580-1173630245/tinisat /tmp/evaluation/335580-1173630245/instance-335580-1173630245.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.92 0.98 0.98 3/77 30551
/proc/meminfo: memFree=1709880/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=3308 CPUtime=0
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 96 0 0 0 0 0 0 0 18 0 1 0 382979308 3387392 81 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134691383 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 827 81 48 110 0 714 0

[startup+0.030703 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 30551
/proc/meminfo: memFree=1709880/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=3704 CPUtime=0.02
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 233 0 0 0 2 0 0 0 18 0 1 0 382979308 3792896 218 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 926 218 48 110 0 813 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3704

[startup+0.102716 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 30551
/proc/meminfo: memFree=1709880/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=4628 CPUtime=0.09
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 608 0 0 0 9 0 0 0 18 0 1 0 382979308 4739072 593 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 1157 593 48 110 0 1044 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4628

[startup+0.302756 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 30551
/proc/meminfo: memFree=1709880/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=7532 CPUtime=0.3
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 1656 0 0 0 29 1 0 0 19 0 1 0 382979308 7712768 1641 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134725167 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 1883 1641 48 110 0 1770 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 7532

[startup+0.701834 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 30551
/proc/meminfo: memFree=1709880/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=22112 CPUtime=0.69
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 4641 0 0 0 67 2 0 0 22 0 1 0 382979308 22642688 3977 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 5528 3977 52 110 0 5415 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22112

[startup+1.50199 s]
/proc/loadavg: 0.92 0.98 0.98 2/78 30552
/proc/meminfo: memFree=1692016/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=22112 CPUtime=1.49
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 5890 0 0 0 146 3 0 0 25 0 1 0 382979308 22642688 5226 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134517432 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 5528 5226 52 110 0 5415 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22112

[startup+3.10131 s]
/proc/loadavg: 0.93 0.98 0.98 2/78 30552
/proc/meminfo: memFree=1685936/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=37700 CPUtime=3.09
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 7977 0 0 0 305 4 0 0 25 0 1 0 382979308 38604800 7313 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 9425 7313 52 110 0 9312 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37700

[startup+6.30194 s]
/proc/loadavg: 0.93 0.98 0.98 2/78 30552
/proc/meminfo: memFree=1671856/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=68872 CPUtime=6.29
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 11071 0 0 0 624 5 0 0 25 0 1 0 382979308 70524928 10407 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 17218 10407 52 110 0 17105 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68872

[startup+12.7012 s]
/proc/loadavg: 0.94 0.98 0.98 2/78 30552
/proc/meminfo: memFree=1645232/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=68872 CPUtime=12.69
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 17149 0 0 0 1261 8 0 0 25 0 1 0 382979308 70524928 16485 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 17218 16485 52 110 0 17105 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68872

[startup+25.5027 s]
/proc/loadavg: 0.95 0.98 0.98 2/78 30552
/proc/meminfo: memFree=1609968/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=131216 CPUtime=25.49
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 25823 0 0 0 2537 12 0 0 25 0 1 0 382979308 134365184 25159 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 32804 25159 52 110 0 32691 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 131216

[startup+51.1028 s]
/proc/loadavg: 0.96 0.98 0.98 2/78 30552
/proc/meminfo: memFree=1551024/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=255900 CPUtime=51.07
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 40442 0 0 0 5088 19 0 0 25 0 1 0 382979308 262041600 39778 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 63975 39778 52 110 0 63862 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 255900

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.98 2/78 30552
/proc/meminfo: memFree=1429168/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=510208 CPUtime=102.25
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 70755 0 0 0 10189 36 0 0 25 0 1 0 382979308 522452992 70091 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 127552 70091 52 110 0 127439 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 510208

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 30552
/proc/meminfo: memFree=1361968/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=512168 CPUtime=162.22
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 87645 0 0 0 16174 48 0 0 25 0 1 0 382979308 524460032 86981 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 128042 86981 52 110 0 127929 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 512168

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 30552
/proc/meminfo: memFree=1277616/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=519916 CPUtime=222.21
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 108804 0 0 0 22157 64 0 0 25 0 1 0 382979308 532393984 107883 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 129979 107883 52 110 0 129866 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 519916

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 30552
/proc/meminfo: memFree=1195120/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=526220 CPUtime=282.18
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 129563 0 0 0 28139 79 0 0 25 0 1 0 382979308 538849280 128642 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 131555 128642 52 110 0 131442 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 526220

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 30552
/proc/meminfo: memFree=1121072/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=1031584 CPUtime=342.16
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 147888 0 0 0 34125 91 0 0 25 0 1 0 382979308 1056342016 146967 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 257896 146967 52 110 0 257783 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 1031584

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 30552
/proc/meminfo: memFree=1048048/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=1038056 CPUtime=402.13
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 166258 0 0 0 40106 107 0 0 25 0 1 0 382979308 1062969344 165337 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 259514 165337 52 110 0 259401 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 1038056

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 30552
/proc/meminfo: memFree=996016/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=1039476 CPUtime=462.11
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 179084 0 0 0 46095 116 0 0 25 0 1 0 382979308 1064423424 178163 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 259869 178163 52 110 0 259756 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 1039476

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 30552
/proc/meminfo: memFree=949424/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=1040244 CPUtime=522.09
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 190747 0 0 0 52084 125 0 0 25 0 1 0 382979308 1065209856 189826 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 260061 189826 52 110 0 259948 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 1040244

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 30552
/proc/meminfo: memFree=886896/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=1041204 CPUtime=582.06
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 206365 0 0 0 58070 136 0 0 25 0 1 0 382979308 1066192896 205444 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134517119 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 260301 205444 52 110 0 260188 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 1041204

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 30552
/proc/meminfo: memFree=838000/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=1042020 CPUtime=642.05
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 218440 0 0 0 64058 147 0 0 25 0 1 0 382979308 1067028480 217519 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 260505 217519 52 110 0 260392 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 1042020

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 30552
/proc/meminfo: memFree=804592/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=1042796 CPUtime=702.02
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 226798 0 0 0 70048 154 0 0 25 0 1 0 382979308 1067823104 225877 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 260699 225877 52 110 0 260586 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 1042796

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 30552
/proc/meminfo: memFree=771632/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=1043120 CPUtime=762
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 235004 0 0 0 76039 161 0 0 25 0 1 0 382979308 1068154880 234083 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 260780 234083 52 110 0 260667 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 1043120

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 30552
/proc/meminfo: memFree=711920/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=1053648 CPUtime=821.97
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 250553 0 0 0 82024 173 0 0 25 0 1 0 382979308 1078935552 249119 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 263412 249119 52 110 0 263299 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 1053648

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 30552
/proc/meminfo: memFree=660208/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=1059704 CPUtime=881.95
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 263301 0 0 0 88010 185 0 0 25 0 1 0 382979308 1085136896 261867 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 264926 261867 52 110 0 264813 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 1059704

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 30552
/proc/meminfo: memFree=601008/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=1565000 CPUtime=941.94
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 278178 0 0 0 93996 198 0 0 25 0 1 0 382979308 1602560000 276744 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 391250 276744 52 110 0 391137 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 1565000

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 30552
/proc/meminfo: memFree=548720/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=1574348 CPUtime=1001.91
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 291165 0 0 0 99983 208 0 0 25 0 1 0 382979308 1612132352 289731 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 393587 289731 52 110 0 393474 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 1574348

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 30552
/proc/meminfo: memFree=497840/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=1582540 CPUtime=1061.89
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 303908 0 0 0 105970 219 0 0 25 0 1 0 382979308 1620520960 302474 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 395635 302474 52 110 0 395522 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 1582540

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 30552
/proc/meminfo: memFree=449648/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=1588684 CPUtime=1121.87
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 315868 0 0 0 111957 230 0 0 25 0 1 0 382979308 1626812416 314434 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 397171 314434 52 110 0 397058 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 1588684

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 30552
/proc/meminfo: memFree=396400/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=1589708 CPUtime=1181.84
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 329243 0 0 0 117943 241 0 0 25 0 1 0 382979308 1627860992 327809 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 397427 327809 52 110 0 397314 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 1589708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 30552
/proc/meminfo: memFree=382192/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=1590732 CPUtime=1200.04
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4194304 332617 0 0 0 119759 245 0 0 25 0 1 0 382979308 1628909568 331183 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 397683 331183 52 110 0 397570 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 1590732

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

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

[startup+1200.61 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 30552
/proc/meminfo: memFree=382192/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=0 CPUtime=1200.14
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4195332 332617 0 0 0 119759 255 0 0 25 0 1 0 382979308 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.14
Current children cumulated vsize (KiB) 0

[startup+1200.7 s]
/proc/loadavg: 0.99 0.98 0.98 2/78 30552
/proc/meminfo: memFree=382192/2055924 swapFree=4156844/4192956
[pid=30551] ppid=30549 vsize=0 CPUtime=1200.23
/proc/30551/stat : 30551 (tinisat) R 30549 30551 30189 0 -1 4195332 332617 0 0 0 119759 264 0 0 25 0 1 0 382979308 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/30551/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.23
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.25
CPU user time (s): 1197.6
CPU system time (s): 2.6546
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 1590732

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

runsolver used 1.39679 second user time and 2.97555 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sun Mar 11 16:24:06 UTC 2007

IDJOB= 335580
IDBENCH= 24655
IDSOLVER= 100
FILE ID= node6/335580-1173630245

PBS_JOBID= 4101325

Free space on /tmp= 66429 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/harder-fphp-070-069.sat05-1240.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335580-1173630245/tinisat /tmp/evaluation/335580-1173630245/instance-335580-1173630245.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-335580-1173630245 -o ROOT/results/node6/solver-335580-1173630245 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335580-1173630245/tinisat /tmp/evaluation/335580-1173630245/instance-335580-1173630245.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  8c2637bddd219bb03ecc49de7a065894

RANDOM SEED= 927685146

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1710352 kB
Buffers:         30092 kB
Cached:         224824 kB
SwapCached:       2192 kB
Active:         102864 kB
Inactive:       174644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1710352 kB
SwapTotal:     4192956 kB
SwapFree:      4156844 kB
Dirty:            4684 kB
Writeback:           0 kB
Mapped:          30724 kB
Slab:            53764 kB
Committed_AS:  1363680 kB
PageTables:       1744 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= 66429 MiB

End job on node6 on Sun Mar 11 16:44:08 UTC 2007