Trace number 336798

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.62

General information on the benchmark

Namecrafted/Hard/contest02/
hgen2-v500-s1216665065.sat05-467.reshuffled-07.cnf
MD5SUMb414a0b8680818eb94ce47e101b0ad77
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 variables500
Number of clauses1750
Sum of the clauses size5250
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31750
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/336798-1173653992/instance-336798-1173653992.cnf
0.00/0.00	c 500 variables, 1750 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-336798-1173653992 -o ROOT/results/node26/solver-336798-1173653992 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336798-1173653992/tinisat /tmp/evaluation/336798-1173653992/instance-336798-1173653992.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.89 1.00 0.99 3/77 4726
/proc/meminfo: memFree=1866288/2055920 swapFree=4154884/4192956
[pid=4726] ppid=4724 vsize=880 CPUtime=0
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 385352873 901120 111 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519424 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 220 111 52 110 0 107 0

[startup+0.0190301 s]
/proc/loadavg: 0.89 1.00 0.99 3/77 4726
/proc/meminfo: memFree=1866288/2055920 swapFree=4154884/4192956
[pid=4726] ppid=4724 vsize=1044 CPUtime=0.01
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 137 0 0 0 1 0 0 0 18 0 1 0 385352873 1069056 121 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515445 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 261 121 52 110 0 148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1044

[startup+0.101044 s]
/proc/loadavg: 0.89 1.00 0.99 3/77 4726
/proc/meminfo: memFree=1866288/2055920 swapFree=4154884/4192956
[pid=4726] ppid=4724 vsize=1264 CPUtime=0.09
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 187 0 0 0 9 0 0 0 18 0 1 0 385352873 1294336 171 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520132 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 316 171 52 110 0 203 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1264

[startup+0.301079 s]
/proc/loadavg: 0.89 1.00 0.99 3/77 4726
/proc/meminfo: memFree=1866288/2055920 swapFree=4154884/4192956
[pid=4726] ppid=4724 vsize=1704 CPUtime=0.29
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 304 0 0 0 29 0 0 0 19 0 1 0 385352873 1744896 288 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517422 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 426 288 52 110 0 313 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1704

[startup+0.701148 s]
/proc/loadavg: 0.89 1.00 0.99 3/77 4726
/proc/meminfo: memFree=1866288/2055920 swapFree=4154884/4192956
[pid=4726] ppid=4724 vsize=2712 CPUtime=0.69
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 480 0 0 0 69 0 0 0 23 0 1 0 385352873 2777088 464 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520014 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 678 464 52 110 0 565 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2712

[startup+1.50129 s]
/proc/loadavg: 0.89 1.00 0.99 2/78 4727
/proc/meminfo: memFree=1864232/2055920 swapFree=4154884/4192956
[pid=4726] ppid=4724 vsize=4596 CPUtime=1.49
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 709 0 0 0 149 0 0 0 25 0 1 0 385352873 4706304 693 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 1149 693 52 110 0 1036 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4596

[startup+3.10157 s]
/proc/loadavg: 0.90 1.00 0.99 2/78 4727
/proc/meminfo: memFree=1862952/2055920 swapFree=4154884/4192956
[pid=4726] ppid=4724 vsize=4860 CPUtime=3.09
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 1037 0 0 0 309 0 0 0 25 0 1 0 385352873 4976640 1021 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 1215 1021 52 110 0 1102 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4860

[startup+6.30112 s]
/proc/loadavg: 0.90 1.00 0.99 2/78 4727
/proc/meminfo: memFree=1860904/2055920 swapFree=4154884/4192956
[pid=4726] ppid=4724 vsize=8628 CPUtime=6.28
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 1459 0 0 0 628 0 0 0 25 0 1 0 385352873 8835072 1443 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 2157 1443 52 110 0 2044 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 8628

[startup+12.7012 s]
/proc/loadavg: 0.92 1.00 0.99 2/78 4727
/proc/meminfo: memFree=1858352/2055920 swapFree=4154884/4192956
[pid=4726] ppid=4724 vsize=9156 CPUtime=12.68
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 2073 0 0 0 1267 1 0 0 25 0 1 0 385352873 9375744 2024 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 2289 2024 52 110 0 2176 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9156

[startup+25.5014 s]
/proc/loadavg: 0.93 1.00 0.99 2/78 4727
/proc/meminfo: memFree=1855088/2055920 swapFree=4154884/4192956
[pid=4726] ppid=4724 vsize=16692 CPUtime=25.48
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 2835 0 0 0 2546 2 0 0 25 0 1 0 385352873 17092608 2786 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 4173 2786 52 110 0 4060 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16692

[startup+51.1019 s]
/proc/loadavg: 0.95 1.00 0.99 2/78 4727
/proc/meminfo: memFree=1850928/2055920 swapFree=4154884/4192956
[pid=4726] ppid=4724 vsize=17480 CPUtime=51.07
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 3936 0 0 0 5103 4 0 0 25 0 1 0 385352873 17899520 3822 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 4370 3822 52 110 0 4257 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 17480

[startup+102.306 s]
/proc/loadavg: 0.98 1.00 0.99 2/84 4841
/proc/meminfo: memFree=1843320/2055920 swapFree=4154888/4192956
[pid=4726] ppid=4724 vsize=32828 CPUtime=102.21
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 5497 0 0 0 10214 7 0 0 25 0 1 0 385352873 33615872 5383 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519898 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 8207 5383 52 110 0 8094 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 32828

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 4925
/proc/meminfo: memFree=1839088/2055920 swapFree=4154888/4192956
[pid=4726] ppid=4724 vsize=34144 CPUtime=162.12
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 6949 0 0 0 16203 9 0 0 25 0 1 0 385352873 34963456 6706 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 8536 6706 52 110 0 8423 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 34144

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 4925
/proc/meminfo: memFree=1834800/2055920 swapFree=4154888/4192956
[pid=4726] ppid=4724 vsize=35112 CPUtime=222.1
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 8004 0 0 0 22199 11 0 0 25 0 1 0 385352873 35954688 7761 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 8778 7761 52 110 0 8665 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 35112

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 4925
/proc/meminfo: memFree=1831088/2055920 swapFree=4154888/4192956
[pid=4726] ppid=4724 vsize=63396 CPUtime=282.09
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 8938 0 0 0 28196 13 0 0 25 0 1 0 385352873 64917504 8695 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 15849 8695 52 110 0 15736 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 63396

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 4925
/proc/meminfo: memFree=1827440/2055920 swapFree=4154888/4192956
[pid=4726] ppid=4724 vsize=63972 CPUtime=342.06
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 9861 0 0 0 34192 14 0 0 25 0 1 0 385352873 65507328 9618 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519981 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 15993 9618 52 110 0 15880 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 63972

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 4925
/proc/meminfo: memFree=1823792/2055920 swapFree=4154888/4192956
[pid=4726] ppid=4724 vsize=64716 CPUtime=402.04
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 10766 0 0 0 40188 16 0 0 25 0 1 0 385352873 66269184 10523 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 16179 10523 52 110 0 16066 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 64716

[startup+462.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 4925
/proc/meminfo: memFree=1820784/2055920 swapFree=4154888/4192956
[pid=4726] ppid=4724 vsize=65428 CPUtime=462.02
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 11506 0 0 0 46185 17 0 0 25 0 1 0 385352873 66998272 11263 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520011 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 16357 11263 52 110 0 16244 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 65428

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 4925
/proc/meminfo: memFree=1818352/2055920 swapFree=4154888/4192956
[pid=4726] ppid=4724 vsize=65852 CPUtime=521.99
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 12132 0 0 0 52181 18 0 0 25 0 1 0 385352873 67432448 11889 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 16463 11889 52 110 0 16350 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 65852

[startup+582.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 4925
/proc/meminfo: memFree=1815536/2055920 swapFree=4154888/4192956
[pid=4726] ppid=4724 vsize=67612 CPUtime=581.98
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 13080 0 0 0 58178 20 0 0 25 0 1 0 385352873 69234688 12580 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 16903 12580 52 110 0 16790 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 67612

[startup+642.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 4925
/proc/meminfo: memFree=1813040/2055920 swapFree=4154888/4192956
[pid=4726] ppid=4724 vsize=68036 CPUtime=641.96
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 13684 0 0 0 64175 21 0 0 25 0 1 0 385352873 69668864 13184 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520127 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 17009 13184 52 110 0 16896 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 68036

[startup+702.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 4925
/proc/meminfo: memFree=1810928/2055920 swapFree=4154888/4192956
[pid=4726] ppid=4724 vsize=68468 CPUtime=701.93
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 14213 0 0 0 70171 22 0 0 25 0 1 0 385352873 70111232 13713 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 17117 13713 52 110 0 17004 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 68468

[startup+762.305 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 4925
/proc/meminfo: memFree=1808560/2055920 swapFree=4154888/4192956
[pid=4726] ppid=4724 vsize=68740 CPUtime=761.92
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 14787 0 0 0 76169 23 0 0 25 0 1 0 385352873 70389760 14287 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 17185 14287 52 110 0 17072 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 68740

[startup+822.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 4925
/proc/meminfo: memFree=1806384/2055920 swapFree=4154888/4192956
[pid=4726] ppid=4724 vsize=69028 CPUtime=821.9
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 15333 0 0 0 82165 25 0 0 25 0 1 0 385352873 70684672 14833 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 17257 14833 52 110 0 17144 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 69028

[startup+882.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 4925
/proc/meminfo: memFree=1804144/2055920 swapFree=4154888/4192956
[pid=4726] ppid=4724 vsize=69764 CPUtime=881.88
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 15887 0 0 0 88162 26 0 0 25 0 1 0 385352873 71438336 15387 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 17441 15387 52 110 0 17328 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 69764

[startup+942.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 4925
/proc/meminfo: memFree=1802160/2055920 swapFree=4154888/4192956
[pid=4726] ppid=4724 vsize=70212 CPUtime=941.85
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 16380 0 0 0 94159 26 0 0 25 0 1 0 385352873 71897088 15880 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 17553 15880 52 110 0 17440 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 70212

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 4925
/proc/meminfo: memFree=1800368/2055920 swapFree=4154888/4192956
[pid=4726] ppid=4724 vsize=70516 CPUtime=1001.83
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 16832 0 0 0 100156 27 0 0 25 0 1 0 385352873 72208384 16332 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 17629 16332 52 110 0 17516 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 70516

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 4925
/proc/meminfo: memFree=1798512/2055920 swapFree=4154888/4192956
[pid=4726] ppid=4724 vsize=70660 CPUtime=1061.81
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 17284 0 0 0 106153 28 0 0 25 0 1 0 385352873 72355840 16784 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 17665 16784 52 110 0 17552 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 70660

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 4925
/proc/meminfo: memFree=1796592/2055920 swapFree=4154888/4192956
[pid=4726] ppid=4724 vsize=71124 CPUtime=1121.79
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 17763 0 0 0 112150 29 0 0 25 0 1 0 385352873 72830976 17263 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 17781 17263 52 110 0 17668 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 71124

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 4925
/proc/meminfo: memFree=1794864/2055920 swapFree=4154888/4192956
[pid=4726] ppid=4724 vsize=127416 CPUtime=1181.76
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 18197 0 0 0 118146 30 0 0 25 0 1 0 385352873 130473984 17697 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 31854 17697 52 110 0 31741 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 127416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 4925
/proc/meminfo: memFree=1794224/2055920 swapFree=4154888/4192956
[pid=4726] ppid=4724 vsize=127704 CPUtime=1200.06
/proc/4726/stat : 4726 (tinisat) R 4724 4726 4667 0 -1 4194304 18359 0 0 0 119976 30 0 0 25 0 1 0 385352873 130768896 17859 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/4726/statm: 31926 17859 52 110 0 31813 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 127704

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.62
CPU time (s): 1200.09
CPU user time (s): 1199.77
CPU system time (s): 0.319951
CPU usage (%): 99.9557
Max. virtual memory (cumulated for all children) (KiB): 127704

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

runsolver used 1.38679 second user time and 2.95155 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Sun Mar 11 22:59:52 UTC 2007

IDJOB= 336798
IDBENCH= 24684
IDSOLVER= 100
FILE ID= node26/336798-1173653992

PBS_JOBID= 4101413

Free space on /tmp= 66562 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest02/hgen2-v500-s1216665065.sat05-467.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336798-1173653992/tinisat /tmp/evaluation/336798-1173653992/instance-336798-1173653992.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-336798-1173653992 -o ROOT/results/node26/solver-336798-1173653992 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336798-1173653992/tinisat /tmp/evaluation/336798-1173653992/instance-336798-1173653992.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  b414a0b8680818eb94ce47e101b0ad77

RANDOM SEED= 839823572

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:       1866696 kB
Buffers:         30772 kB
Cached:         105848 kB
SwapCached:      17332 kB
Active:          88692 kB
Inactive:        72976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866696 kB
SwapTotal:     4192956 kB
SwapFree:      4154884 kB
Dirty:             752 kB
Writeback:           0 kB
Mapped:          29952 kB
Slab:            13188 kB
Committed_AS:   841268 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= 66562 MiB

End job on node26 on Sun Mar 11 23:19:55 UTC 2007