Trace number 337932

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.03 1200.42

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hgen8-n260-03-S722413478.sat05-482.reshuffled-07.cnf
MD5SUM4427b6c6e836b394ac9974ae65c8137c
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 variables212
Number of clauses399
Sum of the clauses size904
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2346
Number of clauses of size 30
Number of clauses of size 453
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/337932-1173677267/instance-337932-1173677267.cnf
0.00/0.00	c 260 variables, 399 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/node29/watcher-337932-1173677267 -o ROOT/results/node29/solver-337932-1173677267 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337932-1173677267/tinisat /tmp/evaluation/337932-1173677267/instance-337932-1173677267.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.99 3/77 4618
/proc/meminfo: memFree=1807072/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=712 CPUtime=0
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 97 0 0 0 0 0 0 0 18 0 1 0 24033512 729088 81 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 178 81 52 110 0 65 0

[startup+0.075079 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 4618
/proc/meminfo: memFree=1807072/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=1144 CPUtime=0.07
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 162 0 0 0 7 0 0 0 18 0 1 0 24033512 1171456 146 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134515532 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 286 146 52 110 0 173 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1144

[startup+0.101082 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 4618
/proc/meminfo: memFree=1807072/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=1144 CPUtime=0.09
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 183 0 0 0 9 0 0 0 18 0 1 0 24033512 1171456 167 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 286 167 52 110 0 173 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1144

[startup+0.301112 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 4618
/proc/meminfo: memFree=1807072/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=2124 CPUtime=0.29
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 295 0 0 0 29 0 0 0 19 0 1 0 24033512 2174976 279 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 531 279 52 110 0 418 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2124

[startup+0.701167 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 4618
/proc/meminfo: memFree=1807072/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=2396 CPUtime=0.69
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 458 0 0 0 69 0 0 0 23 0 1 0 24033512 2453504 442 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 599 442 52 110 0 486 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2396

[startup+1.50128 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 4619
/proc/meminfo: memFree=1805080/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=3836 CPUtime=1.49
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 688 0 0 0 149 0 0 0 25 0 1 0 24033512 3928064 672 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519855 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 959 672 52 110 0 846 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3836

[startup+3.10151 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 4619
/proc/meminfo: memFree=1803928/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=6852 CPUtime=3.09
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 1001 0 0 0 309 0 0 0 25 0 1 0 24033512 7016448 985 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 1713 985 52 110 0 1600 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6852

[startup+6.30196 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 4619
/proc/meminfo: memFree=1801944/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=7256 CPUtime=6.28
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 1427 0 0 0 628 0 0 0 25 0 1 0 24033512 7430144 1378 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 1814 1378 52 110 0 1701 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7256

[startup+12.7019 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 4619
/proc/meminfo: memFree=1799512/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=13088 CPUtime=12.69
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 1963 0 0 0 1268 1 0 0 25 0 1 0 24033512 13402112 1914 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 3272 1914 52 110 0 3159 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13088

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 4619
/proc/meminfo: memFree=1796760/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=13736 CPUtime=25.48
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 2633 0 0 0 2547 1 0 0 25 0 1 0 24033512 14065664 2584 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 3434 2584 52 110 0 3321 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13736

[startup+51.1013 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 4619
/proc/meminfo: memFree=1792664/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=25068 CPUtime=51.07
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 3722 0 0 0 5105 2 0 0 25 0 1 0 24033512 25669632 3608 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 6267 3608 52 110 0 6154 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 25068

[startup+102.306 s]
/proc/loadavg: 1.09 1.02 1.00 2/78 4619
/proc/meminfo: memFree=1786712/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=27068 CPUtime=102.26
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 5176 0 0 0 10222 4 0 0 25 0 1 0 24033512 27717632 5062 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 6767 5062 52 110 0 6654 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 27068

[startup+162.301 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 4619
/proc/meminfo: memFree=1781848/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=28664 CPUtime=162.24
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 6526 0 0 0 16218 6 0 0 25 0 1 0 24033512 29351936 6283 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 7166 6283 52 110 0 7053 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 28664

[startup+222.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 4619
/proc/meminfo: memFree=1777624/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=50524 CPUtime=222.21
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 7596 0 0 0 22214 7 0 0 25 0 1 0 24033512 51736576 7320 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 12631 7320 52 110 0 12518 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 50524

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4619
/proc/meminfo: memFree=1774168/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=51076 CPUtime=282.2
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 8509 0 0 0 28211 9 0 0 25 0 1 0 24033512 52301824 8200 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 12769 8200 52 110 0 12656 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 51076

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4619
/proc/meminfo: memFree=1770712/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=51208 CPUtime=342.17
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 9374 0 0 0 34207 10 0 0 25 0 1 0 24033512 52436992 9065 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 12802 9065 52 110 0 12689 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 51208

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4619
/proc/meminfo: memFree=1766744/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=53492 CPUtime=402.16
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 10494 0 0 0 40204 12 0 0 25 0 1 0 24033512 54775808 10053 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 13373 10053 52 110 0 13260 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 53492

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4619
/proc/meminfo: memFree=1764056/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=54772 CPUtime=462.14
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 11469 0 0 0 46201 13 0 0 25 0 1 0 24033512 56086528 10705 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 13693 10705 52 110 0 13580 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 54772

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4619
/proc/meminfo: memFree=1761176/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=55548 CPUtime=522.13
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 12216 0 0 0 52198 15 0 0 25 0 1 0 24033512 56881152 11419 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 13887 11419 52 110 0 13774 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 55548

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4619
/proc/meminfo: memFree=1758680/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=56576 CPUtime=582.1
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 12944 0 0 0 58195 15 0 0 25 0 1 0 24033512 57933824 12048 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 14144 12048 52 110 0 14031 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 56576

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4619
/proc/meminfo: memFree=1756632/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=56960 CPUtime=642.09
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 13594 0 0 0 64193 16 0 0 25 0 1 0 24033512 58327040 12599 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 14240 12599 52 110 0 14127 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 56960

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4619
/proc/meminfo: memFree=1754136/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=57216 CPUtime=702.06
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 14229 0 0 0 70189 17 0 0 25 0 1 0 24033512 58589184 13169 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 14304 13169 52 110 0 14191 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 57216

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4619
/proc/meminfo: memFree=1751896/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=100396 CPUtime=762.05
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 15027 0 0 0 76187 18 0 0 25 0 1 0 24033512 102805504 13737 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 25099 13737 52 110 0 24986 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 100396

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4619
/proc/meminfo: memFree=1749720/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=100948 CPUtime=822.02
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 15613 0 0 0 82183 19 0 0 25 0 1 0 24033512 103370752 14290 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 25237 14290 52 110 0 25124 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 100948

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4619
/proc/meminfo: memFree=1747864/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=101268 CPUtime=882
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 16109 0 0 0 88180 20 0 0 25 0 1 0 24033512 103698432 14753 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 25317 14753 52 110 0 25204 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 101268

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4619
/proc/meminfo: memFree=1745816/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=101528 CPUtime=941.98
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 16639 0 0 0 94177 21 0 0 25 0 1 0 24033512 103964672 15250 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 25382 15250 52 110 0 25269 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 101528

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4621
/proc/meminfo: memFree=1743896/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=102368 CPUtime=1001.97
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 17255 0 0 0 100174 23 0 0 25 0 1 0 24033512 104824832 15768 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 25592 15768 52 110 0 25479 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 102368

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4621
/proc/meminfo: memFree=1742232/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=102628 CPUtime=1061.95
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 17698 0 0 0 106171 24 0 0 25 0 1 0 24033512 105091072 16178 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 25657 16178 52 110 0 25544 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 102628

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4621
/proc/meminfo: memFree=1740440/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=102628 CPUtime=1121.93
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 18131 0 0 0 112168 25 0 0 25 0 1 0 24033512 105091072 16611 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519833 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 25657 16611 52 110 0 25544 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 102628

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4621
/proc/meminfo: memFree=1738456/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=102628 CPUtime=1181.91
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 18622 0 0 0 118165 26 0 0 25 0 1 0 24033512 105091072 17102 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 25657 17102 52 110 0 25544 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 102628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4621
/proc/meminfo: memFree=1737816/2055920 swapFree=4144052/4192956
[pid=4618] ppid=4616 vsize=102628 CPUtime=1200.01
/proc/4618/stat : 4618 (tinisat) R 4616 4618 3095 0 -1 4194304 18780 0 0 0 119974 27 0 0 25 0 1 0 24033512 105091072 17260 18446744073709551615 134512640 134966189 4294956720 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4618/statm: 25657 17260 52 110 0 25544 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 102628

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.42
CPU time (s): 1200.03
CPU user time (s): 1199.75
CPU system time (s): 0.283956
CPU usage (%): 99.9677
Max. virtual memory (cumulated for all children) (KiB): 102628

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

runsolver used 1.36879 second user time and 3.00254 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Mon Mar 12 05:27:47 UTC 2007

IDJOB= 337932
IDBENCH= 24711
IDSOLVER= 100
FILE ID= node29/337932-1173677267

PBS_JOBID= 4101471

Free space on /tmp= 66556 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/looksrandom/hgen8-n260-03-S722413478.sat05-482.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337932-1173677267/tinisat /tmp/evaluation/337932-1173677267/instance-337932-1173677267.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-337932-1173677267 -o ROOT/results/node29/solver-337932-1173677267 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337932-1173677267/tinisat /tmp/evaluation/337932-1173677267/instance-337932-1173677267.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  4427b6c6e836b394ac9974ae65c8137c

RANDOM SEED= 587020271

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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.270
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.270
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:       1807480 kB
Buffers:         37452 kB
Cached:         146812 kB
SwapCached:      17832 kB
Active:         115440 kB
Inactive:        94344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807480 kB
SwapTotal:     4192956 kB
SwapFree:      4144052 kB
Dirty:             620 kB
Writeback:           0 kB
Mapped:          31764 kB
Slab:            24204 kB
Committed_AS:   170960 kB
PageTables:       1760 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= 66556 MiB

End job on node29 on Mon Mar 12 05:47:49 UTC 2007