Trace number 337092

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

General information on the benchmark

Namecrafted/Hard/contest02/
hgen3-v500-s1349121860.sat05-473.reshuffled-07.cnf
MD5SUMa197a9dc75e55922067ed3cf039613f4
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/337092-1173660019/instance-337092-1173660019.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/node39/watcher-337092-1173660019 -o ROOT/results/node39/solver-337092-1173660019 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337092-1173660019/tinisat /tmp/evaluation/337092-1173660019/instance-337092-1173660019.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.99 1.00 0.99 3/64 16616
/proc/meminfo: memFree=1864144/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=880 CPUtime=0
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 385957815 901120 111 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 220 111 52 110 0 107 0

[startup+0.080713 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 16616
/proc/meminfo: memFree=1864144/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=1264 CPUtime=0.07
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 174 0 0 0 7 0 0 0 18 0 1 0 385957815 1294336 158 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515548 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 316 158 52 110 0 203 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1264

[startup+0.101717 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 16616
/proc/meminfo: memFree=1864144/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=1264 CPUtime=0.09
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 186 0 0 0 9 0 0 0 18 0 1 0 385957815 1294336 170 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519921 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 316 170 52 110 0 203 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1264

[startup+0.301751 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 16616
/proc/meminfo: memFree=1864144/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=1704 CPUtime=0.29
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 302 0 0 0 29 0 0 0 19 0 1 0 385957815 1744896 286 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519953 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 426 286 52 110 0 313 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1704

[startup+0.701818 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 16616
/proc/meminfo: memFree=1864144/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=2712 CPUtime=0.69
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 482 0 0 0 69 0 0 0 22 0 1 0 385957815 2777088 466 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519801 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 678 466 52 110 0 565 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2712

[startup+1.50196 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 16617
/proc/meminfo: memFree=1862088/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=4596 CPUtime=1.49
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 719 0 0 0 149 0 0 0 25 0 1 0 385957815 4706304 703 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517436 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 1149 703 52 110 0 1036 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4596

[startup+3.10123 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 16617
/proc/meminfo: memFree=1860808/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=4860 CPUtime=3.09
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 1045 0 0 0 309 0 0 0 25 0 1 0 385957815 4976640 1029 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 1215 1029 52 110 0 1102 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4860

[startup+6.30178 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 16617
/proc/meminfo: memFree=1858760/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=8628 CPUtime=6.29
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 1464 0 0 0 628 1 0 0 25 0 1 0 385957815 8835072 1448 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 2157 1448 52 110 0 2044 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8628

[startup+12.7019 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 16617
/proc/meminfo: memFree=1856080/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=9164 CPUtime=12.69
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 2109 0 0 0 1268 1 0 0 25 0 1 0 385957815 9383936 2060 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 2291 2060 52 110 0 2178 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9164

[startup+25.5011 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 16617
/proc/meminfo: memFree=1852944/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=16696 CPUtime=25.48
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 2844 0 0 0 2546 2 0 0 25 0 1 0 385957815 17096704 2795 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 4174 2795 52 110 0 4061 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16696

[startup+51.1014 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 16617
/proc/meminfo: memFree=1848528/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=17612 CPUtime=51.07
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 4015 0 0 0 5104 3 0 0 25 0 1 0 385957815 18034688 3901 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 4403 3901 52 110 0 4290 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 17612

[startup+102.305 s]
/proc/loadavg: 1.07 1.01 1.00 2/65 16617
/proc/meminfo: memFree=1842256/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=32812 CPUtime=102.26
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 5558 0 0 0 10221 5 0 0 25 0 1 0 385957815 33599488 5444 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 8203 5444 52 110 0 8090 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 32812

[startup+162.301 s]
/proc/loadavg: 1.10 1.02 1.00 2/65 16617
/proc/meminfo: memFree=1837136/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=34140 CPUtime=162.23
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 6959 0 0 0 16217 6 0 0 25 0 1 0 385957815 34959360 6716 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 8535 6716 52 110 0 8422 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 34140

[startup+222.302 s]
/proc/loadavg: 1.10 1.03 1.00 2/65 16619
/proc/meminfo: memFree=1832848/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=34956 CPUtime=222.22
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 7997 0 0 0 22215 7 0 0 25 0 1 0 385957815 35794944 7754 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 8739 7754 52 110 0 8626 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 34956

[startup+282.302 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 16619
/proc/meminfo: memFree=1828560/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=63520 CPUtime=282.19
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 9064 0 0 0 28212 7 0 0 25 0 1 0 385957815 65044480 8821 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 15880 8821 52 110 0 15767 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 63520

[startup+342.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 16619
/proc/meminfo: memFree=1824656/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=63944 CPUtime=342.17
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 10032 0 0 0 34208 9 0 0 25 0 1 0 385957815 65478656 9789 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 15986 9789 52 110 0 15873 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 63944

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 16619
/proc/meminfo: memFree=1820944/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=64808 CPUtime=402.15
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 10966 0 0 0 40204 11 0 0 25 0 1 0 385957815 66363392 10723 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 16202 10723 52 110 0 16089 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 64808

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 16619
/proc/meminfo: memFree=1817872/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=65552 CPUtime=462.12
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 11717 0 0 0 46201 11 0 0 25 0 1 0 385957815 67125248 11474 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 16388 11474 52 110 0 16275 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 65552

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16619
/proc/meminfo: memFree=1815248/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=67040 CPUtime=522.11
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 12601 0 0 0 52199 12 0 0 25 0 1 0 385957815 68648960 12101 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 16760 12101 52 110 0 16647 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 67040

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16619
/proc/meminfo: memFree=1812688/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=67608 CPUtime=582.09
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 13264 0 0 0 58196 13 0 0 25 0 1 0 385957815 69230592 12764 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 16902 12764 52 110 0 16789 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 67608

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16619
/proc/meminfo: memFree=1810384/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=68024 CPUtime=642.07
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 13834 0 0 0 64193 14 0 0 25 0 1 0 385957815 69656576 13334 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 17006 13334 52 110 0 16893 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 68024

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16619
/proc/meminfo: memFree=1808272/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=68448 CPUtime=702.04
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 14370 0 0 0 70190 14 0 0 25 0 1 0 385957815 70090752 13870 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 17112 13870 52 110 0 16999 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 68448

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16619
/proc/meminfo: memFree=1805904/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=68752 CPUtime=762.03
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 14946 0 0 0 76188 15 0 0 25 0 1 0 385957815 70402048 14446 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 17188 14446 52 110 0 17075 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 68752

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16619
/proc/meminfo: memFree=1803664/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=68912 CPUtime=822.01
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 15517 0 0 0 82185 16 0 0 25 0 1 0 385957815 70565888 15017 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 17228 15017 52 110 0 17115 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 68912

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16619
/proc/meminfo: memFree=1801488/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=69628 CPUtime=881.99
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 16059 0 0 0 88182 17 0 0 25 0 1 0 385957815 71299072 15559 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 17407 15559 52 110 0 17294 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 69628

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16619
/proc/meminfo: memFree=1799504/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=70220 CPUtime=941.96
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 16562 0 0 0 94179 17 0 0 25 0 1 0 385957815 71905280 16062 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 17555 16062 52 110 0 17442 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 70220

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16619
/proc/meminfo: memFree=1797840/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=70524 CPUtime=1001.94
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 16988 0 0 0 100176 18 0 0 25 0 1 0 385957815 72216576 16488 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 17631 16488 52 110 0 17518 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 70524

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16619
/proc/meminfo: memFree=1795984/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=70828 CPUtime=1061.92
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 17448 0 0 0 106174 18 0 0 25 0 1 0 385957815 72527872 16948 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 17707 16948 52 110 0 17594 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 70828

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16619
/proc/meminfo: memFree=1794320/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=127136 CPUtime=1121.9
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 17859 0 0 0 112171 19 0 0 25 0 1 0 385957815 130187264 17359 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 31784 17359 52 110 0 31671 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 127136

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16619
/proc/meminfo: memFree=1792656/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=127440 CPUtime=1181.87
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 18274 0 0 0 118168 19 0 0 25 0 1 0 385957815 130498560 17774 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 31860 17774 52 110 0 31747 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 127440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16619
/proc/meminfo: memFree=1792208/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=127584 CPUtime=1200.08
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 18391 0 0 0 119988 20 0 0 25 0 1 0 385957815 130646016 17891 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 31896 17891 52 110 0 31783 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 127584

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: 1.00 1.00 1.00 2/65 16619
/proc/meminfo: memFree=1792208/2055920 swapFree=4181136/4192956
[pid=16616] ppid=16614 vsize=127584 CPUtime=1200.08
/proc/16616/stat : 16616 (tinisat) R 16614 16616 15883 0 -1 4194304 18391 0 0 0 119988 20 0 0 25 0 1 0 385957815 130646016 17891 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16616/statm: 31896 17891 52 110 0 31783 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 127584

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.1
CPU user time (s): 1199.88
CPU system time (s): 0.212967
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 127584

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

runsolver used 0.774882 second user time and 2.51562 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Mon Mar 12 00:40:19 UTC 2007

IDJOB= 337092
IDBENCH= 24691
IDSOLVER= 100
FILE ID= node39/337092-1173660019

PBS_JOBID= 4101399

Free space on /tmp= 66550 MiB

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

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  a197a9dc75e55922067ed3cf039613f4

RANDOM SEED= 987272670

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.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.285
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.285
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:       1864616 kB
Buffers:         20040 kB
Cached:         131572 kB
SwapCached:       5876 kB
Active:          74460 kB
Inactive:        89824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1864616 kB
SwapTotal:     4192956 kB
SwapFree:      4181136 kB
Dirty:             560 kB
Writeback:           0 kB
Mapped:          15352 kB
Slab:            13112 kB
Committed_AS:   796624 kB
PageTables:       1412 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= 66550 MiB

End job on node39 on Mon Mar 12 01:00:22 UTC 2007