Trace number 338520

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.05 1200.43

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
counting-easier-fphp-014-012.sat05-1215.reshuffled-07.cnf
MD5SUM60b5c1ecd4f0ba97ecfc5a689d5cdcf0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.65175
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of clauses2030
Sum of the clauses size4200
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22016
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/338520-1173687303/instance-338520-1173687303.cnf
0.00/0.00	c 168 variables, 2030 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/node65/watcher-338520-1173687303 -o ROOT/results/node65/solver-338520-1173687303 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338520-1173687303/tinisat /tmp/evaluation/338520-1173687303/instance-338520-1173687303.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: 1.03 1.06 1.02 3/64 4004
/proc/meminfo: memFree=1812704/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=844 CPUtime=0
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 120 0 0 0 0 0 0 0 18 0 1 0 388687842 864256 104 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515537 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 211 104 52 110 0 98 0

[startup+0.091234 s]
/proc/loadavg: 1.03 1.06 1.02 3/64 4004
/proc/meminfo: memFree=1812704/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=1568 CPUtime=0.09
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 221 0 0 0 9 0 0 0 18 0 1 0 388687842 1605632 205 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 392 205 52 110 0 279 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1568

[startup+0.102235 s]
/proc/loadavg: 1.03 1.06 1.02 3/64 4004
/proc/meminfo: memFree=1812704/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=1568 CPUtime=0.1
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 234 0 0 0 10 0 0 0 18 0 1 0 388687842 1605632 218 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 392 218 52 110 0 279 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1568

[startup+0.301267 s]
/proc/loadavg: 1.03 1.06 1.02 3/64 4004
/proc/meminfo: memFree=1812704/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=2480 CPUtime=0.29
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 405 0 0 0 29 0 0 0 19 0 1 0 388687842 2539520 389 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 620 389 52 110 0 507 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2480

[startup+0.701334 s]
/proc/loadavg: 1.03 1.06 1.02 3/64 4004
/proc/meminfo: memFree=1812704/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=4196 CPUtime=0.69
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 679 0 0 0 69 0 0 0 22 0 1 0 388687842 4296704 663 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 1049 663 52 110 0 936 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4196

[startup+1.50146 s]
/proc/loadavg: 1.03 1.06 1.02 2/65 4005
/proc/meminfo: memFree=1809560/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=7708 CPUtime=1.49
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 1064 0 0 0 149 0 0 0 25 0 1 0 388687842 7892992 1048 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 1927 1048 52 110 0 1814 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7708

[startup+3.10173 s]
/proc/loadavg: 1.03 1.06 1.02 2/65 4005
/proc/meminfo: memFree=1807576/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=8112 CPUtime=3.09
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 1601 0 0 0 309 0 0 0 25 0 1 0 388687842 8306688 1585 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 2028 1585 52 110 0 1915 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8112

[startup+6.30125 s]
/proc/loadavg: 1.03 1.06 1.02 2/65 4005
/proc/meminfo: memFree=1804312/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=14904 CPUtime=6.29
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 2283 0 0 0 628 1 0 0 25 0 1 0 388687842 15261696 2234 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515339 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 3726 2234 52 110 0 3613 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14904

[startup+12.7013 s]
/proc/loadavg: 1.03 1.05 1.02 2/65 4005
/proc/meminfo: memFree=1799904/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=16136 CPUtime=12.69
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 3329 0 0 0 1267 2 0 0 25 0 1 0 388687842 16523264 3280 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 4034 3280 52 110 0 3921 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16136

[startup+25.5024 s]
/proc/loadavg: 1.02 1.05 1.02 2/65 4005
/proc/meminfo: memFree=1794464/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=29848 CPUtime=25.48
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 4666 0 0 0 2546 2 0 0 25 0 1 0 388687842 30564352 4552 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 7462 4552 52 110 0 7349 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29848

[startup+51.1016 s]
/proc/loadavg: 1.01 1.05 1.01 2/65 4005
/proc/meminfo: memFree=1785888/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=32088 CPUtime=51.07
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 6829 0 0 0 5104 3 0 0 25 0 1 0 388687842 32858112 6715 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 8022 6715 52 110 0 7909 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 32088

[startup+102.306 s]
/proc/loadavg: 1.00 1.04 1.01 2/65 4005
/proc/meminfo: memFree=1774560/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=60620 CPUtime=102.26
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 9724 0 0 0 10221 5 0 0 25 0 1 0 388687842 62074880 9481 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 15155 9481 52 110 0 15042 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 60620

[startup+162.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 4005
/proc/meminfo: memFree=1766944/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=62328 CPUtime=162.24
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 11697 0 0 0 16217 7 0 0 25 0 1 0 388687842 63823872 11388 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 15582 11388 52 110 0 15469 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 62328

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 4005
/proc/meminfo: memFree=1760352/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=64172 CPUtime=222.22
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 13352 0 0 0 22214 8 0 0 25 0 1 0 388687842 65712128 13010 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 16043 13010 52 110 0 15930 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 64172

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 4005
/proc/meminfo: memFree=1752608/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=68740 CPUtime=282.21
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 15686 0 0 0 28210 11 0 0 25 0 1 0 388687842 70389760 14955 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 17185 14955 52 110 0 17072 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 68740

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 4005
/proc/meminfo: memFree=1746144/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=71360 CPUtime=342.19
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 17444 0 0 0 34206 13 0 0 25 0 1 0 388687842 73072640 16548 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 17840 16548 52 110 0 17727 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 71360

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4005
/proc/meminfo: memFree=1740832/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=122760 CPUtime=402.17
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 19008 0 0 0 40202 15 0 0 25 0 1 0 388687842 125706240 17881 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 30690 17881 52 110 0 30577 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 122760

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4005
/proc/meminfo: memFree=1735840/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=124700 CPUtime=462.14
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 20479 0 0 0 46198 16 0 0 25 0 1 0 388687842 127692800 19121 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 31175 19121 52 110 0 31062 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 124700

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4005
/proc/meminfo: memFree=1731168/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=125736 CPUtime=522.13
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 21798 0 0 0 52194 19 0 0 25 0 1 0 388687842 128753664 20275 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520093 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 31434 20275 52 110 0 31321 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 125736

[startup+582.302 s]
/proc/loadavg: 1.11 1.03 1.01 2/65 4005
/proc/meminfo: memFree=1726304/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=126992 CPUtime=582.11
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 23204 0 0 0 58191 20 0 0 25 0 1 0 388687842 130039808 21475 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 31748 21475 52 110 0 31635 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 126992

[startup+642.302 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 4005
/proc/meminfo: memFree=1721632/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=128416 CPUtime=642.09
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 24531 0 0 0 64187 22 0 0 25 0 1 0 388687842 131497984 22638 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 32104 22638 52 110 0 31991 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 128416

[startup+702.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 4005
/proc/meminfo: memFree=1718176/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=129192 CPUtime=702.07
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 25464 0 0 0 70184 23 0 0 25 0 1 0 388687842 132292608 23506 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 32298 23506 52 110 0 32185 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 129192

[startup+762.304 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 4005
/proc/meminfo: memFree=1714912/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=129320 CPUtime=762.06
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 26297 0 0 0 76181 25 0 0 25 0 1 0 388687842 132423680 24306 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520014 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 32330 24306 52 110 0 32217 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 129320

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4005
/proc/meminfo: memFree=1711648/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=129576 CPUtime=822.04
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 27174 0 0 0 82178 26 0 0 25 0 1 0 388687842 132685824 25118 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 32394 25118 52 110 0 32281 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 129576

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4005
/proc/meminfo: memFree=1708384/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=130476 CPUtime=882.01
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 28142 0 0 0 88174 27 0 0 25 0 1 0 388687842 133607424 25923 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 32619 25923 52 110 0 32506 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 130476

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4005
/proc/meminfo: memFree=1704544/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=130736 CPUtime=942
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 29120 0 0 0 94172 28 0 0 25 0 1 0 388687842 133873664 26901 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 32684 26901 52 110 0 32571 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 130736

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4005
/proc/meminfo: memFree=1701536/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=130736 CPUtime=1001.98
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 29845 0 0 0 100169 29 0 0 25 0 1 0 388687842 133873664 27626 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 32684 27626 52 110 0 32571 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 130736

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4005
/proc/meminfo: memFree=1698144/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=133296 CPUtime=1061.95
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 31328 0 0 0 106165 30 0 0 25 0 1 0 388687842 136495104 28465 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 33324 28465 52 110 0 33211 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 133296

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4005
/proc/meminfo: memFree=1693664/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=136372 CPUtime=1121.94
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 33033 0 0 0 112162 32 0 0 25 0 1 0 388687842 139644928 29548 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 34093 29548 52 110 0 33980 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 136372

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4005
/proc/meminfo: memFree=1689824/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=137976 CPUtime=1181.92
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 34290 0 0 0 118159 33 0 0 25 0 1 0 388687842 141287424 30512 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 34494 30512 52 110 0 34381 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 137976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4005
/proc/meminfo: memFree=1689248/2055920 swapFree=4176700/4192956
[pid=4004] ppid=4002 vsize=137976 CPUtime=1200.02
/proc/4004/stat : 4004 (tinisat) R 4002 4004 3262 0 -1 4194304 34420 0 0 0 119969 33 0 0 25 0 1 0 388687842 141287424 30642 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/4004/statm: 34494 30642 52 110 0 34381 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 137976

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.43
CPU time (s): 1200.05
CPU user time (s): 1199.69
CPU system time (s): 0.353946
CPU usage (%): 99.9685
Max. virtual memory (cumulated for all children) (KiB): 137976

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

runsolver used 0.891864 second user time and 2.40463 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Mon Mar 12 08:15:03 UTC 2007

IDJOB= 338520
IDBENCH= 24725
IDSOLVER= 100
FILE ID= node65/338520-1173687303

PBS_JOBID= 4101729

Free space on /tmp= 66531 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/sabharwal/counting-easier-fphp-014-012.sat05-1215.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/338520-1173687303/tinisat /tmp/evaluation/338520-1173687303/instance-338520-1173687303.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-338520-1173687303 -o ROOT/results/node65/solver-338520-1173687303 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/338520-1173687303/tinisat /tmp/evaluation/338520-1173687303/instance-338520-1173687303.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  60b5c1ecd4f0ba97ecfc5a689d5cdcf0

RANDOM SEED= 225913246

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.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.259
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.259
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:       1813112 kB
Buffers:         28572 kB
Cached:         160188 kB
SwapCached:      10480 kB
Active:          80968 kB
Inactive:       124404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1813112 kB
SwapTotal:     4192956 kB
SwapFree:      4176700 kB
Dirty:             540 kB
Writeback:           0 kB
Mapped:          15388 kB
Slab:            23492 kB
Committed_AS:   814516 kB
PageTables:       1456 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= 66531 MiB

End job on node65 on Mon Mar 12 08:35:06 UTC 2007