Trace number 336788

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
Spear FH 1.0? (TO) 1200.15 1200.66

General information on the benchmark

Namecrafted/Hard/contest02/
ezfact256_1.sat05-464.reshuffled-07.cnf
MD5SUM69151394f3e0e8838dc6693844061945
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 variables49153
Number of clauses324873
Sum of the clauses size1232169
Maximum clause length4
Minimum clause length1
Number of clauses of size 1257
Number of clauses of size 20
Number of clauses of size 366552
Number of clauses of size 4258064
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/336788-1173653765/instance-336788-1173653765.cnf

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-336788-1173653765 -o ROOT/results/node29/solver-336788-1173653765 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336788-1173653765/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/336788-1173653765/instance-336788-1173653765.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.97 0.99 3/77 1689
/proc/meminfo: memFree=1867680/2055920 swapFree=4144048/4192956
[pid=1689] ppid=1687 vsize=1932 CPUtime=0
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 21683490 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135257576 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 483 247 126 302 0 178 0

[startup+0.0515109 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 1689
/proc/meminfo: memFree=1867680/2055920 swapFree=4144048/4192956
[pid=1689] ppid=1687 vsize=4820 CPUtime=0.04
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 1311 0 0 0 4 0 0 0 18 0 1 0 21683490 4935680 953 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 1205 953 126 302 0 900 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4820

[startup+0.101518 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 1689
/proc/meminfo: memFree=1867680/2055920 swapFree=4144048/4192956
[pid=1689] ppid=1687 vsize=8164 CPUtime=0.09
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 2410 0 0 0 7 2 0 0 18 0 1 0 21683490 8359936 1634 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 2041 1634 129 302 0 1736 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8164

[startup+0.301547 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 1689
/proc/meminfo: memFree=1867680/2055920 swapFree=4144048/4192956
[pid=1689] ppid=1687 vsize=11608 CPUtime=0.29
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 3311 0 0 0 27 2 0 0 19 0 1 0 21683490 11886592 2502 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 2902 2502 129 302 0 2597 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11608

[startup+0.702603 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 1689
/proc/meminfo: memFree=1867680/2055920 swapFree=4144048/4192956
[pid=1689] ppid=1687 vsize=18580 CPUtime=0.69
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 5183 0 0 0 66 3 0 0 22 0 1 0 21683490 19025920 4180 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 4645 4180 129 302 0 4340 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18580

[startup+1.50172 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 1690
/proc/meminfo: memFree=1846424/2055920 swapFree=4144048/4192956
[pid=1689] ppid=1687 vsize=27128 CPUtime=1.49
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 7451 0 0 0 143 6 0 0 25 0 1 0 21683490 27779072 6191 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 6782 6191 140 302 0 6477 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27128

[startup+3.10194 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 1690
/proc/meminfo: memFree=1842456/2055920 swapFree=4144048/4192956
[pid=1689] ppid=1687 vsize=28432 CPUtime=3.09
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 7772 0 0 0 300 9 0 0 25 0 1 0 21683490 29114368 6512 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 7108 6512 140 302 0 6803 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28432

[startup+6.3014 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 1690
/proc/meminfo: memFree=1840088/2055920 swapFree=4144048/4192956
[pid=1689] ppid=1687 vsize=30720 CPUtime=6.29
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 8360 0 0 0 616 13 0 0 25 0 1 0 21683490 31457280 7067 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 7680 7067 140 302 0 7375 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30720

[startup+12.7013 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 1690
/proc/meminfo: memFree=1837400/2055920 swapFree=4144048/4192956
[pid=1689] ppid=1687 vsize=33560 CPUtime=12.69
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 9075 0 0 0 1247 22 0 0 25 0 1 0 21683490 34365440 7749 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 8390 7749 140 302 0 8085 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33560

[startup+25.5011 s]
/proc/loadavg: 0.95 0.97 0.99 2/78 1690
/proc/meminfo: memFree=1832088/2055920 swapFree=4144048/4192956
[pid=1689] ppid=1687 vsize=38684 CPUtime=25.48
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 10400 0 0 0 2512 36 0 0 25 0 1 0 21683490 39612416 9009 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 9671 9009 140 302 0 9366 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38684

[startup+51.1017 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 1690
/proc/meminfo: memFree=1826712/2055920 swapFree=4144048/4192956
[pid=1689] ppid=1687 vsize=44144 CPUtime=51.08
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 12202 0 0 0 5068 40 0 0 25 0 1 0 21683490 45203456 10352 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524767 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 11036 10352 140 302 0 10731 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 44144

[startup+102.307 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 1690
/proc/meminfo: memFree=1814552/2055920 swapFree=4144048/4192956
[pid=1689] ppid=1687 vsize=56044 CPUtime=102.27
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 15199 0 0 0 10176 51 0 0 25 0 1 0 21683490 57389056 13343 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134525057 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 14011 13343 140 302 0 13706 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 56044

[startup+162.302 s]
/proc/loadavg: 1.06 0.99 0.99 2/78 1690
/proc/meminfo: memFree=1805464/2055920 swapFree=4144048/4192956
[pid=1689] ppid=1687 vsize=65052 CPUtime=162.24
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 19495 0 0 0 16166 58 0 0 25 0 1 0 21683490 66613248 15624 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524534 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 16263 15624 140 302 0 15958 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 65052

[startup+222.302 s]
/proc/loadavg: 1.02 0.99 0.99 2/78 1690
/proc/meminfo: memFree=1797144/2055920 swapFree=4144048/4192956
[pid=1689] ppid=1687 vsize=73380 CPUtime=222.22
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 21584 0 0 0 22158 64 0 0 25 0 1 0 21683490 75141120 17699 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 18345 17699 140 302 0 18040 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 73380

[startup+282.302 s]
/proc/loadavg: 1.01 0.99 0.99 2/78 1690
/proc/meminfo: memFree=1784216/2055920 swapFree=4144052/4192956
[pid=1689] ppid=1687 vsize=86240 CPUtime=282.19
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 24830 0 0 0 28149 70 0 0 25 0 1 0 21683490 88309760 20936 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524728 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 21560 20936 140 302 0 21255 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 86240

[startup+342.301 s]
/proc/loadavg: 1.07 1.00 1.00 2/84 1822
/proc/meminfo: memFree=1772960/2055920 swapFree=4144052/4192956
[pid=1689] ppid=1687 vsize=95980 CPUtime=342.11
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 27279 0 0 0 34137 74 0 0 25 0 1 0 21683490 98283520 23383 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524846 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 23995 23383 140 302 0 23690 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 95980

[startup+402.302 s]
/proc/loadavg: 1.09 1.02 1.00 2/78 1897
/proc/meminfo: memFree=1759832/2055920 swapFree=4144052/4192956
[pid=1689] ppid=1687 vsize=111008 CPUtime=402.05
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 31037 0 0 0 40124 81 0 0 25 0 1 0 21683490 113672192 27001 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134525057 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 27752 27001 140 302 0 27447 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 111008

[startup+462.301 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 1897
/proc/meminfo: memFree=1740696/2055920 swapFree=4144052/4192956
[pid=1689] ppid=1687 vsize=129916 CPUtime=462.02
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 35789 0 0 0 46115 87 0 0 25 0 1 0 21683490 133033984 31745 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524643 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 32479 31745 140 302 0 32174 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 129916

[startup+522.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 1897
/proc/meminfo: memFree=1726040/2055920 swapFree=4144052/4192956
[pid=1689] ppid=1687 vsize=144632 CPUtime=522
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 40218 0 0 0 52104 96 0 0 25 0 1 0 21683490 148103168 35432 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524802 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 36158 35432 140 302 0 35853 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 144632

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1897
/proc/meminfo: memFree=1710872/2055920 swapFree=4144052/4192956
[pid=1689] ppid=1687 vsize=159696 CPUtime=581.98
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 43999 0 0 0 58095 103 0 0 25 0 1 0 21683490 163528704 39208 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 39924 39208 140 302 0 39619 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 159696

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1897
/proc/meminfo: memFree=1695832/2055920 swapFree=4144052/4192956
[pid=1689] ppid=1687 vsize=174496 CPUtime=641.97
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 47952 0 0 0 64086 111 0 0 25 0 1 0 21683490 178683904 42913 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526917 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 43624 42913 140 302 0 43319 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 174496

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1897
/proc/meminfo: memFree=1680536/2055920 swapFree=4144052/4192956
[pid=1689] ppid=1687 vsize=189772 CPUtime=701.95
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 51822 0 0 0 70076 119 0 0 25 0 1 0 21683490 194326528 46760 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 47443 46760 140 302 0 47138 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 189772

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1897
/proc/meminfo: memFree=1676248/2055920 swapFree=4144052/4192956
[pid=1689] ppid=1687 vsize=193944 CPUtime=761.94
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 52876 0 0 0 76073 121 0 0 25 0 1 0 21683490 198598656 47803 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 48486 47803 140 302 0 48181 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 193944

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1897
/proc/meminfo: memFree=1668248/2055920 swapFree=4144052/4192956
[pid=1689] ppid=1687 vsize=201972 CPUtime=821.91
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 54895 0 0 0 82066 125 0 0 25 0 1 0 21683490 206819328 49816 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134525057 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 50493 49816 140 302 0 50188 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 201972

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1897
/proc/meminfo: memFree=1653016/2055920 swapFree=4144052/4192956
[pid=1689] ppid=1687 vsize=217096 CPUtime=881.89
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 58687 0 0 0 88058 131 0 0 25 0 1 0 21683490 222306304 53604 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 54274 53604 140 302 0 53969 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 217096

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1897
/proc/meminfo: memFree=1638424/2055920 swapFree=4144052/4192956
[pid=1689] ppid=1687 vsize=231828 CPUtime=941.87
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 62375 0 0 0 94050 137 0 0 25 0 1 0 21683490 237391872 57291 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524596 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 57957 57291 140 302 0 57652 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 231828

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1897
/proc/meminfo: memFree=1624024/2055920 swapFree=4144052/4192956
[pid=1689] ppid=1687 vsize=246060 CPUtime=1001.85
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 65921 0 0 0 100040 145 0 0 25 0 1 0 21683490 251965440 60837 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 61515 60837 140 302 0 61210 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 246060

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1897
/proc/meminfo: memFree=1610328/2055920 swapFree=4144052/4192956
[pid=1689] ppid=1687 vsize=259924 CPUtime=1061.83
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 69402 0 0 0 106033 150 0 0 25 0 1 0 21683490 266162176 64316 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 64981 64316 140 302 0 64676 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 259924

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 1897
/proc/meminfo: memFree=1601688/2055920 swapFree=4144052/4192956
[pid=1689] ppid=1687 vsize=268284 CPUtime=1121.81
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 71491 0 0 0 112026 155 0 0 25 0 1 0 21683490 274722816 66396 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 67071 66396 140 302 0 66766 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 268284

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1897
/proc/meminfo: memFree=1574296/2055920 swapFree=4144052/4192956
[pid=1689] ppid=1687 vsize=296996 CPUtime=1181.8
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 78668 0 0 0 118014 166 0 0 25 0 1 0 21683490 304123904 73316 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 74249 73316 140 302 0 73944 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 296996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1897
/proc/meminfo: memFree=1566360/2055920 swapFree=4144052/4192956
[pid=1689] ppid=1687 vsize=304560 CPUtime=1200.09
/proc/1689/stat : 1689 (Spear-32) R 1687 1689 511 0 -1 4194304 80571 0 0 0 119840 169 0 0 25 0 1 0 21683490 311869440 75219 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1689/statm: 76140 75219 140 302 0 75835 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 304560

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.66
CPU time (s): 1200.15
CPU user time (s): 1198.41
CPU system time (s): 1.74473
CPU usage (%): 99.9581
Max. virtual memory (cumulated for all children) (KiB): 304560

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

runsolver used 1.37279 second user time and 2.99254 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Sun Mar 11 22:56:07 UTC 2007

IDJOB= 336788
IDBENCH= 24683
IDSOLVER= 132
FILE ID= node29/336788-1173653765

PBS_JOBID= 4101376

Free space on /tmp= 66547 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest02/ezfact256_1.sat05-464.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336788-1173653765/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/336788-1173653765/instance-336788-1173653765.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-336788-1173653765 -o ROOT/results/node29/solver-336788-1173653765 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336788-1173653765/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/336788-1173653765/instance-336788-1173653765.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  69151394f3e0e8838dc6693844061945

RANDOM SEED= 771060289

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:       1868088 kB
Buffers:         32628 kB
Cached:         101564 kB
SwapCached:      17652 kB
Active:          91344 kB
Inactive:        68096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1868088 kB
SwapTotal:     4192956 kB
SwapFree:      4144048 kB
Dirty:            9796 kB
Writeback:           0 kB
Mapped:          31584 kB
Slab:            13940 kB
Committed_AS:   158900 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= 66547 MiB

End job on node29 on Sun Mar 11 23:16:09 UTC 2007