Trace number 336157

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 FHS 1.0? (TO) 1200.16 1200.47

General information on the benchmark

Namecrafted/Hard/contest05/others/
linvrinv9.sat05-568.reshuffled-07.cnf
MD5SUM0457634d4b446c9bbce48df93abd0143
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 variables2754
Number of clauses9154
Sum of the clauses size24624
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22916
Number of clauses of size 36237
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

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/336157-1173641460/instance-336157-1173641460.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/node22/watcher-336157-1173641460 -o ROOT/results/node22/solver-336157-1173641460 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336157-1173641460/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/336157-1173641460/instance-336157-1173641460.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.98 3/77 31874
/proc/meminfo: memFree=1887928/2055920 swapFree=4122120/4192956
[pid=31874] ppid=31872 vsize=1932 CPUtime=0
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 20453855 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 483 247 126 302 0 178 0

[startup+0.0974359 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 31874
/proc/meminfo: memFree=1887928/2055920 swapFree=4122120/4192956
[pid=31874] ppid=31872 vsize=2456 CPUtime=0.09
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 428 0 0 0 9 0 0 0 18 0 1 0 20453855 2514944 412 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527061 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 614 412 140 302 0 309 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2456

[startup+0.101436 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 31874
/proc/meminfo: memFree=1887928/2055920 swapFree=4122120/4192956
[pid=31874] ppid=31872 vsize=2456 CPUtime=0.09
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 431 0 0 0 9 0 0 0 18 0 1 0 20453855 2514944 415 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 614 415 140 302 0 309 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2456

[startup+0.30145 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 31874
/proc/meminfo: memFree=1887928/2055920 swapFree=4122120/4192956
[pid=31874] ppid=31872 vsize=3084 CPUtime=0.29
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 571 0 0 0 29 0 0 0 19 0 1 0 20453855 3158016 555 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 771 555 140 302 0 466 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3084

[startup+0.70148 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 31874
/proc/meminfo: memFree=1887928/2055920 swapFree=4122120/4192956
[pid=31874] ppid=31872 vsize=4108 CPUtime=0.69
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 834 0 0 0 68 1 0 0 23 0 1 0 20453855 4206592 818 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 1027 818 140 302 0 722 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4108

[startup+1.50154 s]
/proc/loadavg: 0.92 0.97 0.98 2/78 31875
/proc/meminfo: memFree=1884336/2055920 swapFree=4122120/4192956
[pid=31874] ppid=31872 vsize=6040 CPUtime=1.49
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 1329 0 0 0 148 1 0 0 25 0 1 0 20453855 6184960 1313 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 1510 1313 140 302 0 1205 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6040

[startup+3.10166 s]
/proc/loadavg: 0.92 0.97 0.98 2/78 31875
/proc/meminfo: memFree=1881584/2055920 swapFree=4122120/4192956
[pid=31874] ppid=31872 vsize=9620 CPUtime=3.09
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 2199 0 0 0 307 2 0 0 25 0 1 0 20453855 9850880 2183 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 2405 2183 140 302 0 2100 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9620

[startup+6.30189 s]
/proc/loadavg: 0.93 0.97 0.98 2/78 31875
/proc/meminfo: memFree=1874928/2055920 swapFree=4122120/4192956
[pid=31874] ppid=31872 vsize=15584 CPUtime=6.29
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 3712 0 0 0 625 4 0 0 25 0 1 0 20453855 15958016 3696 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 3896 3696 140 302 0 3591 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15584

[startup+12.7014 s]
/proc/loadavg: 0.93 0.97 0.98 2/78 31875
/proc/meminfo: memFree=1865200/2055920 swapFree=4122120/4192956
[pid=31874] ppid=31872 vsize=24700 CPUtime=12.69
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 6006 0 0 0 1262 7 0 0 25 0 1 0 20453855 25292800 5957 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 6175 5957 140 302 0 5870 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24700

[startup+25.5013 s]
/proc/loadavg: 0.95 0.97 0.98 2/78 31875
/proc/meminfo: memFree=1850480/2055920 swapFree=4122120/4192956
[pid=31874] ppid=31872 vsize=38972 CPUtime=25.49
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 9592 0 0 0 2533 16 0 0 25 0 1 0 20453855 39907328 9478 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 9743 9478 140 302 0 9438 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 38972

[startup+51.1012 s]
/proc/loadavg: 0.96 0.97 0.98 2/78 31875
/proc/meminfo: memFree=1828464/2055920 swapFree=4122120/4192956
[pid=31874] ppid=31872 vsize=60880 CPUtime=51.08
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 15107 0 0 0 5083 25 0 0 25 0 1 0 20453855 62341120 14993 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 15220 14993 140 302 0 14915 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 60880

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.98 2/78 31875
/proc/meminfo: memFree=1799088/2055920 swapFree=4122184/4192956
[pid=31874] ppid=31872 vsize=90272 CPUtime=102.27
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 22479 0 0 0 10188 39 0 0 25 0 1 0 20453855 92438528 22236 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 22568 22236 140 302 0 22263 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 90272

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31875
/proc/meminfo: memFree=1770736/2055920 swapFree=4122184/4192956
[pid=31874] ppid=31872 vsize=118880 CPUtime=162.25
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 29634 0 0 0 16173 52 0 0 25 0 1 0 20453855 121733120 29391 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 29720 29391 140 302 0 29415 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 118880

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31875
/proc/meminfo: memFree=1740144/2055920 swapFree=4122248/4192956
[pid=31874] ppid=31872 vsize=148928 CPUtime=222.24
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 37192 0 0 0 22158 66 0 0 25 0 1 0 20453855 152502272 36949 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 37232 36949 140 302 0 36927 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 148928

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31875
/proc/meminfo: memFree=1713968/2055920 swapFree=4122248/4192956
[pid=31874] ppid=31872 vsize=176220 CPUtime=282.22
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 44049 0 0 0 28145 77 0 0 25 0 1 0 20453855 180449280 43549 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 44055 43549 140 302 0 43750 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 176220

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31875
/proc/meminfo: memFree=1690352/2055920 swapFree=4122248/4192956
[pid=31874] ppid=31872 vsize=199604 CPUtime=342.2
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 49883 0 0 0 34129 91 0 0 25 0 1 0 20453855 204394496 49383 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526941 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 49901 49383 140 302 0 49596 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 199604

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31875
/proc/meminfo: memFree=1671600/2055920 swapFree=4122312/4192956
[pid=31874] ppid=31872 vsize=218400 CPUtime=402.19
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 54591 0 0 0 40116 103 0 0 25 0 1 0 20453855 223641600 54091 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 54600 54091 140 302 0 54295 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 218400

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31875
/proc/meminfo: memFree=1653360/2055920 swapFree=4122312/4192956
[pid=31874] ppid=31872 vsize=236404 CPUtime=462.18
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 59103 0 0 0 46105 113 0 0 25 0 1 0 20453855 242077696 58603 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 59101 58603 140 302 0 58796 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 236404

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31875
/proc/meminfo: memFree=1636144/2055920 swapFree=4122376/4192956
[pid=31874] ppid=31872 vsize=253640 CPUtime=522.16
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 63424 0 0 0 52093 123 0 0 25 0 1 0 20453855 259727360 62924 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 63410 62924 140 302 0 63105 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 253640

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31875
/proc/meminfo: memFree=1620848/2055920 swapFree=4122376/4192956
[pid=31874] ppid=31872 vsize=268832 CPUtime=582.14
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 67217 0 0 0 58083 131 0 0 25 0 1 0 20453855 275283968 66717 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526831 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 67208 66717 140 302 0 66903 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 268832

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31875
/proc/meminfo: memFree=1605616/2055920 swapFree=4122376/4192956
[pid=31874] ppid=31872 vsize=284108 CPUtime=642.13
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 70971 0 0 0 64071 142 0 0 25 0 1 0 20453855 290926592 70471 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 71027 70471 140 302 0 70722 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 284108

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31875
/proc/meminfo: memFree=1590896/2055920 swapFree=4122440/4192956
[pid=31874] ppid=31872 vsize=298908 CPUtime=702.11
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 74675 0 0 0 70059 152 0 0 25 0 1 0 20453855 306081792 74175 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 74727 74175 140 302 0 74422 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 298908

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31877
/proc/meminfo: memFree=1576624/2055920 swapFree=4122440/4192956
[pid=31874] ppid=31872 vsize=313088 CPUtime=762.11
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 78208 0 0 0 76050 161 0 0 25 0 1 0 20453855 320602112 77708 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 78272 77708 140 302 0 77967 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 313088

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31877
/proc/meminfo: memFree=1563440/2055920 swapFree=4122504/4192956
[pid=31874] ppid=31872 vsize=328460 CPUtime=822.08
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 82034 0 0 0 82040 168 0 0 25 0 1 0 20453855 336343040 81021 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526730 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 82115 81021 140 302 0 81810 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 328460

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31877
/proc/meminfo: memFree=1550960/2055920 swapFree=4122504/4192956
[pid=31874] ppid=31872 vsize=340660 CPUtime=882.06
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 85108 0 0 0 88031 175 0 0 25 0 1 0 20453855 348835840 84095 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 85165 84095 140 302 0 84860 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 340660

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31877
/proc/meminfo: memFree=1539568/2055920 swapFree=4122568/4192956
[pid=31874] ppid=31872 vsize=352016 CPUtime=942.05
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 87983 0 0 0 94021 184 0 0 25 0 1 0 20453855 360464384 86970 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 88004 86970 140 302 0 87699 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 352016

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31877
/proc/meminfo: memFree=1527984/2055920 swapFree=4122568/4192956
[pid=31874] ppid=31872 vsize=363612 CPUtime=1002.04
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 90837 0 0 0 100011 193 0 0 25 0 1 0 20453855 372338688 89824 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 90903 89824 140 302 0 90598 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 363612

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31877
/proc/meminfo: memFree=1516848/2055920 swapFree=4122568/4192956
[pid=31874] ppid=31872 vsize=374896 CPUtime=1062.02
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 93642 0 0 0 106001 201 0 0 25 0 1 0 20453855 383893504 92629 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526775 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 93724 92629 140 302 0 93419 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 374896

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31877
/proc/meminfo: memFree=1505712/2055920 swapFree=4122632/4192956
[pid=31874] ppid=31872 vsize=385844 CPUtime=1122.01
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 96391 0 0 0 111993 208 0 0 25 0 1 0 20453855 395104256 95378 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526950 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 96461 95378 140 302 0 96156 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 385844

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31877
/proc/meminfo: memFree=1495664/2055920 swapFree=4122632/4192956
[pid=31874] ppid=31872 vsize=395876 CPUtime=1181.99
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 98920 0 0 0 117984 215 0 0 25 0 1 0 20453855 405377024 97907 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 98969 97907 140 302 0 98664 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 395876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 31877
/proc/meminfo: memFree=1492400/2055920 swapFree=4122632/4192956
[pid=31874] ppid=31872 vsize=399004 CPUtime=1200.09
/proc/31874/stat : 31874 (Spear-32) R 31872 31874 31773 0 -1 4194304 99687 0 0 0 119792 217 0 0 25 0 1 0 20453855 408580096 98674 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31874/statm: 99751 98674 140 302 0 99446 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 399004

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.47
CPU time (s): 1200.16
CPU user time (s): 1197.92
CPU system time (s): 2.23866
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 399004

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

runsolver used 1.44378 second user time and 2.93155 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Sun Mar 11 19:31:00 UTC 2007

IDJOB= 336157
IDBENCH= 24668
IDSOLVER= 131
FILE ID= node22/336157-1173641460

PBS_JOBID= 4101350

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/others/linvrinv9.sat05-568.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336157-1173641460/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/336157-1173641460/instance-336157-1173641460.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-336157-1173641460 -o ROOT/results/node22/solver-336157-1173641460 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336157-1173641460/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/336157-1173641460/instance-336157-1173641460.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  0457634d4b446c9bbce48df93abd0143

RANDOM SEED= 390494195

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.238
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.238
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:       1888336 kB
Buffers:         27408 kB
Cached:          78120 kB
SwapCached:      21632 kB
Active:          69552 kB
Inactive:        70804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1888336 kB
SwapTotal:     4192956 kB
SwapFree:      4122120 kB
Dirty:            1772 kB
Writeback:           0 kB
Mapped:          38972 kB
Slab:            12776 kB
Committed_AS:   180260 kB
PageTables:       1772 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= 66563 MiB

End job on node22 on Sun Mar 11 19:51:03 UTC 2007