Trace number 336714

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

General information on the benchmark

Namecrafted/Hard/contest02/
ezfact64_5.sat05-452.reshuffled-07.cnf
MD5SUMdf5eb5c4b20c5e5dfc376eb525ea9039
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 variables3073
Number of clauses19785
Sum of the clauses size74601
Maximum clause length4
Minimum clause length1
Number of clauses of size 165
Number of clauses of size 20
Number of clauses of size 34344
Number of clauses of size 415376
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.03	c Tinisat 0.22
0.00/0.03	c solving /tmp/evaluation/336714-1173652313/instance-336714-1173652313.cnf
0.00/0.03	c 3073 variables, 19785 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/node61/watcher-336714-1173652313 -o ROOT/results/node61/solver-336714-1173652313 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336714-1173652313/tinisat /tmp/evaluation/336714-1173652313/instance-336714-1173652313.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: 7.36 6.98 4.32 3/64 24867
/proc/meminfo: memFree=1877416/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=876 CPUtime=0
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 119 0 0 0 0 0 0 0 18 0 1 0 385188253 897024 104 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 219 105 48 110 0 106 0

[startup+0.0519109 s]
/proc/loadavg: 7.36 6.98 4.32 3/64 24867
/proc/meminfo: memFree=1877416/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=2832 CPUtime=0.04
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 518 0 0 0 4 0 0 0 18 0 1 0 385188253 2899968 502 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519921 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 708 502 52 110 0 595 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2832

[startup+0.101915 s]
/proc/loadavg: 7.36 6.98 4.32 3/64 24867
/proc/meminfo: memFree=1877416/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=2832 CPUtime=0.09
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 527 0 0 0 9 0 0 0 18 0 1 0 385188253 2899968 511 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 708 511 52 110 0 595 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2832

[startup+0.301934 s]
/proc/loadavg: 7.36 6.98 4.32 3/64 24867
/proc/meminfo: memFree=1877416/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=2832 CPUtime=0.29
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 557 0 0 0 29 0 0 0 19 0 1 0 385188253 2899968 541 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515445 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 708 541 52 110 0 595 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2832

[startup+0.701972 s]
/proc/loadavg: 7.36 6.98 4.32 3/64 24867
/proc/meminfo: memFree=1877416/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=4308 CPUtime=0.69
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 623 0 0 0 69 0 0 0 22 0 1 0 385188253 4411392 607 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519888 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 1077 607 52 110 0 964 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4308

[startup+1.50105 s]
/proc/loadavg: 7.36 6.98 4.32 2/65 24868
/proc/meminfo: memFree=1874976/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=4308 CPUtime=1.49
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 717 0 0 0 149 0 0 0 25 0 1 0 385188253 4411392 701 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519567 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 1077 701 52 110 0 964 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4308

[startup+3.1012 s]
/proc/loadavg: 7.36 6.98 4.32 2/65 24868
/proc/meminfo: memFree=1874272/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=7260 CPUtime=3.09
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 992 0 0 0 309 0 0 0 25 0 1 0 385188253 7434240 976 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517009 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 1815 976 52 110 0 1702 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7260

[startup+6.30151 s]
/proc/loadavg: 6.85 6.88 4.30 2/65 24868
/proc/meminfo: memFree=1871840/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=7260 CPUtime=6.29
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 1538 0 0 0 628 1 0 0 25 0 1 0 385188253 7434240 1522 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517024 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 1815 1522 52 110 0 1702 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7260

[startup+12.7011 s]
/proc/loadavg: 6.38 6.78 4.28 2/65 24868
/proc/meminfo: memFree=1867752/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=13424 CPUtime=12.68
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 2500 0 0 0 1267 1 0 0 25 0 1 0 385188253 13746176 2484 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520163 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 3356 2484 52 110 0 3243 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13424

[startup+25.5013 s]
/proc/loadavg: 5.19 6.50 4.23 2/65 24868
/proc/meminfo: memFree=1861352/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=25624 CPUtime=25.48
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 4056 0 0 0 2545 3 0 0 25 0 1 0 385188253 26238976 4007 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515548 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 6406 4007 52 110 0 6293 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25624

[startup+51.1018 s]
/proc/loadavg: 3.76 6.05 4.14 2/65 24868
/proc/meminfo: memFree=1852200/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=26180 CPUtime=51.07
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 6346 0 0 0 5102 5 0 0 25 0 1 0 385188253 26808320 6297 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 6545 6297 52 110 0 6432 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 26180

[startup+102.305 s]
/proc/loadavg: 2.20 5.27 3.98 2/65 24868
/proc/meminfo: memFree=1838440/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=50832 CPUtime=102.27
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 9791 0 0 0 10218 9 0 0 25 0 1 0 385188253 52051968 9677 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 12708 9677 52 110 0 12595 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 50832

[startup+162.301 s]
/proc/loadavg: 1.44 4.49 3.79 2/65 24868
/proc/meminfo: memFree=1825896/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=98984 CPUtime=162.25
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 12956 0 0 0 16213 12 0 0 25 0 1 0 385188253 101359616 12842 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517432 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 24746 12842 52 110 0 24633 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 98984

[startup+222.301 s]
/proc/loadavg: 1.16 3.85 3.61 2/65 24868
/proc/meminfo: memFree=1814952/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=100032 CPUtime=222.23
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 15766 0 0 0 22209 14 0 0 25 0 1 0 385188253 102432768 15523 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 25008 15523 52 110 0 24895 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 100032

[startup+282.302 s]
/proc/loadavg: 1.06 3.33 3.44 2/65 24868
/proc/meminfo: memFree=1804968/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=101016 CPUtime=282.21
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 18278 0 0 0 28206 15 0 0 25 0 1 0 385188253 103440384 18035 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519876 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 25254 18035 52 110 0 25141 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 101016

[startup+342.302 s]
/proc/loadavg: 1.02 2.91 3.29 2/65 24868
/proc/meminfo: memFree=1795944/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=101424 CPUtime=342.2
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 20500 0 0 0 34202 18 0 0 25 0 1 0 385188253 103858176 20257 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 25356 20257 52 110 0 25243 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 101424

[startup+402.301 s]
/proc/loadavg: 1.00 2.56 3.14 2/65 24868
/proc/meminfo: memFree=1785704/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=101564 CPUtime=402.18
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 23073 0 0 0 40198 20 0 0 25 0 1 0 385188253 104001536 22830 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 25391 22830 52 110 0 25278 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 101564

[startup+462.301 s]
/proc/loadavg: 1.00 2.27 3.00 2/65 24868
/proc/meminfo: memFree=1778536/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=101696 CPUtime=462.16
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 24836 0 0 0 46194 22 0 0 25 0 1 0 385188253 104136704 24593 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 25424 24593 52 110 0 25311 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 101696

[startup+522.302 s]
/proc/loadavg: 1.00 2.04 2.88 2/65 24868
/proc/meminfo: memFree=1772456/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=196504 CPUtime=522.15
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 26414 0 0 0 52191 24 0 0 25 0 1 0 385188253 201220096 26138 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515376 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 49126 26138 52 110 0 49013 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 196504

[startup+582.302 s]
/proc/loadavg: 1.00 1.84 2.76 2/65 24868
/proc/meminfo: memFree=1765608/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=197448 CPUtime=582.13
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 28094 0 0 0 58188 25 0 0 25 0 1 0 385188253 202186752 27818 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 49362 27818 52 110 0 49249 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 197448

[startup+642.301 s]
/proc/loadavg: 1.00 1.69 2.64 2/65 24868
/proc/meminfo: memFree=1758632/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=198256 CPUtime=642.12
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 29852 0 0 0 64185 27 0 0 25 0 1 0 385188253 203014144 29543 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 49564 29543 52 110 0 49451 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 198256

[startup+702.302 s]
/proc/loadavg: 1.05 1.58 2.54 2/65 24870
/proc/meminfo: memFree=1752552/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=199444 CPUtime=702.1
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 31629 0 0 0 70182 28 0 0 25 0 1 0 385188253 204230656 31063 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 49861 31063 52 110 0 49748 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 199444

[startup+762.306 s]
/proc/loadavg: 1.02 1.47 2.44 2/65 24870
/proc/meminfo: memFree=1747176/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=199860 CPUtime=762.08
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 32942 0 0 0 76179 29 0 0 25 0 1 0 385188253 204656640 32376 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 49965 32376 52 110 0 49852 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 199860

[startup+822.301 s]
/proc/loadavg: 1.00 1.38 2.35 2/65 24870
/proc/meminfo: memFree=1741544/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=200412 CPUtime=822.06
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 34395 0 0 0 82175 31 0 0 25 0 1 0 385188253 205221888 33796 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 50103 33796 52 110 0 49990 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 200412

[startup+882.301 s]
/proc/loadavg: 1.00 1.31 2.26 2/65 24870
/proc/meminfo: memFree=1736232/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=200808 CPUtime=882.05
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 35729 0 0 0 88173 32 0 0 25 0 1 0 385188253 205627392 35097 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 50202 35097 52 110 0 50089 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 200808

[startup+942.302 s]
/proc/loadavg: 1.07 1.27 2.19 2/65 24870
/proc/meminfo: memFree=1731112/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=200944 CPUtime=942.03
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 37022 0 0 0 94170 33 0 0 25 0 1 0 385188253 205766656 36390 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 50236 36390 52 110 0 50123 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 200944

[startup+1002.3 s]
/proc/loadavg: 1.08 1.23 2.11 2/65 24870
/proc/meminfo: memFree=1725608/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=201212 CPUtime=1002.02
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 38399 0 0 0 100167 35 0 0 25 0 1 0 385188253 206041088 37767 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 50303 37767 52 110 0 50190 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 201212

[startup+1062.3 s]
/proc/loadavg: 1.14 1.22 2.05 2/65 24870
/proc/meminfo: memFree=1720232/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=201476 CPUtime=1061.99
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 39739 0 0 0 106163 36 0 0 25 0 1 0 385188253 206311424 39107 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515539 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 50369 39107 52 110 0 50256 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 201476

[startup+1122.3 s]
/proc/loadavg: 1.05 1.17 1.98 2/65 24870
/proc/meminfo: memFree=1715560/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=201748 CPUtime=1121.98
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 40897 0 0 0 112161 37 0 0 25 0 1 0 385188253 206589952 40265 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 50437 40265 52 110 0 50324 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 201748

[startup+1182.3 s]
/proc/loadavg: 1.02 1.14 1.92 2/65 24870
/proc/meminfo: memFree=1710760/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=202028 CPUtime=1181.97
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 42105 0 0 0 118158 39 0 0 25 0 1 0 385188253 206876672 41473 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 50507 41473 52 110 0 50394 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 202028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.01 1.13 1.90 2/65 24870
/proc/meminfo: memFree=1709352/2055920 swapFree=4174080/4192956
[pid=24867] ppid=24865 vsize=202304 CPUtime=1200.06
/proc/24867/stat : 24867 (tinisat) R 24865 24867 23657 0 -1 4194304 42444 0 0 0 119967 39 0 0 25 0 1 0 385188253 207159296 41812 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24867/statm: 50576 41812 52 110 0 50463 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 202304

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.1
CPU user time (s): 1199.68
CPU system time (s): 0.423935
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 202304

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

runsolver used 0.699893 second user time and 2.58761 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Sun Mar 11 22:31:53 UTC 2007

IDJOB= 336714
IDBENCH= 24682
IDSOLVER= 100
FILE ID= node61/336714-1173652313

PBS_JOBID= 4101371

Free space on /tmp= 66523 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest02/ezfact64_5.sat05-452.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336714-1173652313/tinisat /tmp/evaluation/336714-1173652313/instance-336714-1173652313.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-336714-1173652313 -o ROOT/results/node61/solver-336714-1173652313 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336714-1173652313/tinisat /tmp/evaluation/336714-1173652313/instance-336714-1173652313.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  df5eb5c4b20c5e5dfc376eb525ea9039

RANDOM SEED= 35088896

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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.216
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.216
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:       1877824 kB
Buffers:         18212 kB
Cached:         112756 kB
SwapCached:      12988 kB
Active:          73520 kB
Inactive:        78548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1877824 kB
SwapTotal:     4192956 kB
SwapFree:      4174080 kB
Dirty:             936 kB
Writeback:           0 kB
Mapped:          15568 kB
Slab:            12220 kB
Committed_AS:   906776 kB
PageTables:       1388 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= 66523 MiB

End job on node61 on Sun Mar 11 22:51:56 UTC 2007