Trace number 336493

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

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
MD5SUMcaece48666f4e716f61ea74e680d7de5
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 variables1325
Number of clauses174298
Sum of the clauses size506725
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217050
Number of clauses of size 3157200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 548

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/336493-1173647895/instance-336493-1173647895.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/node45/watcher-336493-1173647895 -o ROOT/results/node45/solver-336493-1173647895 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336493-1173647895/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/336493-1173647895/instance-336493-1173647895.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.91 0.95 0.98 3/64 12509
/proc/meminfo: memFree=1864704/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=1548 CPUtime=0
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 218 0 0 0 0 0 0 0 18 0 1 0 90765259 1585152 202 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134538100 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 387 202 128 302 0 82 0

[startup+0.070499 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 12509
/proc/meminfo: memFree=1864704/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=3288 CPUtime=0.06
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 632 0 0 0 6 0 0 0 18 0 1 0 90765259 3366912 583 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 822 583 129 302 0 517 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3288

[startup+0.101504 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 12509
/proc/meminfo: memFree=1864704/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=3948 CPUtime=0.09
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 833 0 0 0 9 0 0 0 18 0 1 0 90765259 4042752 784 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 987 785 129 302 0 682 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3948

[startup+0.30154 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 12509
/proc/meminfo: memFree=1864704/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=8940 CPUtime=0.29
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 2169 0 0 0 29 0 0 0 19 0 1 0 90765259 9154560 1926 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 2235 1926 129 302 0 1930 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8940

[startup+0.701613 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 12509
/proc/meminfo: memFree=1864704/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=12172 CPUtime=0.69
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 3009 0 0 0 67 2 0 0 22 0 1 0 90765259 12464128 2766 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 3043 2766 140 302 0 2738 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12172

[startup+1.50176 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 12510
/proc/meminfo: memFree=1852536/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=15512 CPUtime=1.49
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 3854 0 0 0 146 3 0 0 25 0 1 0 90765259 15884288 3611 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 3878 3611 140 302 0 3573 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15512

[startup+3.10105 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 12510
/proc/meminfo: memFree=1848504/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=20028 CPUtime=3.09
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 4980 0 0 0 306 3 0 0 25 0 1 0 90765259 20508672 4737 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 5007 4737 140 302 0 4702 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20028

[startup+6.30163 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 12510
/proc/meminfo: memFree=1840952/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=27816 CPUtime=6.29
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 6893 0 0 0 623 6 0 0 25 0 1 0 90765259 28483584 6650 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 6954 6650 140 302 0 6649 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27816

[startup+12.7018 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 12510
/proc/meminfo: memFree=1828344/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=38504 CPUtime=12.69
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 9565 0 0 0 1259 10 0 0 25 0 1 0 90765259 39428096 9289 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 9626 9289 140 302 0 9321 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38504

[startup+25.5011 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 12510
/proc/meminfo: memFree=1803128/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=63568 CPUtime=25.48
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 15826 0 0 0 2531 17 0 0 25 0 1 0 90765259 65093632 15485 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 15892 15485 140 302 0 15587 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 63568

[startup+51.1018 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 12510
/proc/meminfo: memFree=1776568/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=90728 CPUtime=51.07
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 22594 0 0 0 5078 29 0 0 25 0 1 0 90765259 92905472 22253 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 22682 22253 140 302 0 22377 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 90728

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 12510
/proc/meminfo: memFree=1728888/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=138684 CPUtime=102.25
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 34466 0 0 0 10179 46 0 0 25 0 1 0 90765259 142012416 33996 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 34671 33996 140 302 0 34366 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 138684

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12510
/proc/meminfo: memFree=1687608/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=180996 CPUtime=162.23
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 44863 0 0 0 16160 63 0 0 25 0 1 0 90765259 185339904 44393 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 45249 44393 140 302 0 44944 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 180996

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12510
/proc/meminfo: memFree=1648312/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=221608 CPUtime=222.2
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 54801 0 0 0 22141 79 0 0 25 0 1 0 90765259 226926592 54074 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 55402 54074 140 302 0 55097 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 221608

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12510
/proc/meminfo: memFree=1613880/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=257244 CPUtime=282.19
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 63539 0 0 0 28124 95 0 0 25 0 1 0 90765259 263417856 62812 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 64311 62812 140 302 0 64006 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 257244

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12510
/proc/meminfo: memFree=1572984/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=298160 CPUtime=342.16
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 73620 0 0 0 34105 111 0 0 25 0 1 0 90765259 305315840 72893 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 74540 72893 140 302 0 74235 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 298160

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12510
/proc/meminfo: memFree=1542648/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=329196 CPUtime=402.14
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 81259 0 0 0 40091 123 0 0 25 0 1 0 90765259 337096704 80532 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 82299 80532 140 302 0 81994 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 329196

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12510
/proc/meminfo: memFree=1514936/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=356940 CPUtime=462.12
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 88077 0 0 0 46076 136 0 0 25 0 1 0 90765259 365506560 87350 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 89235 87350 140 302 0 88930 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 356940

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12510
/proc/meminfo: memFree=1493048/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=379844 CPUtime=522.1
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 93595 0 0 0 52065 145 0 0 25 0 1 0 90765259 388960256 92868 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526952 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 94961 92868 140 302 0 94656 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 379844

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12510
/proc/meminfo: memFree=1456312/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=416508 CPUtime=582.07
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 102706 0 0 0 58046 161 0 0 25 0 1 0 90765259 426504192 101979 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 104127 101979 140 302 0 103822 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 416508

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12510
/proc/meminfo: memFree=1435768/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=437264 CPUtime=642.05
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 107778 0 0 0 64035 170 0 0 25 0 1 0 90765259 447758336 107051 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 109316 107051 140 302 0 109011 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 437264

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12510
/proc/meminfo: memFree=1412792/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=462608 CPUtime=702.03
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 114064 0 0 0 70021 182 0 0 25 0 1 0 90765259 473710592 112824 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 115652 112824 140 302 0 115347 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 462608

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12510
/proc/meminfo: memFree=1399288/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=476316 CPUtime=762.01
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 117401 0 0 0 76014 187 0 0 25 0 1 0 90765259 487747584 116161 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 119079 116161 140 302 0 118774 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 476316

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12510
/proc/meminfo: memFree=1377208/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=499160 CPUtime=821.99
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 122964 0 0 0 82001 198 0 0 25 0 1 0 90765259 511139840 121724 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 124790 121724 140 302 0 124485 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 499160

[startup+882.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12510
/proc/meminfo: memFree=1361336/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=515216 CPUtime=881.96
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 126871 0 0 0 87990 206 0 0 25 0 1 0 90765259 527581184 125631 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 128804 125631 140 302 0 128499 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 515216

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12510
/proc/meminfo: memFree=1345976/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=530336 CPUtime=941.94
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 130720 0 0 0 93979 215 0 0 25 0 1 0 90765259 543064064 129480 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 132584 129480 140 302 0 132279 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 530336

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12510
/proc/meminfo: memFree=1335032/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=541460 CPUtime=1001.93
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 133419 0 0 0 99970 223 0 0 25 0 1 0 90765259 554455040 132179 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 135365 132179 140 302 0 135060 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 541460

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12510
/proc/meminfo: memFree=1325560/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=551656 CPUtime=1061.9
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 135825 0 0 0 105962 228 0 0 25 0 1 0 90765259 564895744 134585 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 137914 134585 140 302 0 137609 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 551656

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12510
/proc/meminfo: memFree=1301496/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=576160 CPUtime=1121.88
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 141798 0 0 0 111948 240 0 0 25 0 1 0 90765259 589987840 140558 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 144040 140558 140 302 0 143735 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 576160

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12510
/proc/meminfo: memFree=1277368/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=600932 CPUtime=1181.86
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 147887 0 0 0 117934 252 0 0 25 0 1 0 90765259 615354368 146647 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 150233 146647 140 302 0 149928 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 600932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12510
/proc/meminfo: memFree=1270200/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=607736 CPUtime=1200.06
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 149563 0 0 0 119751 255 0 0 25 0 1 0 90765259 622321664 148323 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 151934 148323 140 302 0 151629 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 607736

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12510
/proc/meminfo: memFree=1270200/2055920 swapFree=4183640/4192956
[pid=12509] ppid=12507 vsize=607736 CPUtime=1200.06
/proc/12509/stat : 12509 (Spear-32) R 12507 12509 11703 0 -1 4194304 149563 0 0 0 119751 255 0 0 25 0 1 0 90765259 622321664 148323 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12509/statm: 151934 148323 140 302 0 151629 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 607736

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.6
CPU time (s): 1200.16
CPU user time (s): 1197.51
CPU system time (s): 2.6466
CPU usage (%): 99.9634
Max. virtual memory (cumulated for all children) (KiB): 607736

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

runsolver used 0.91886 second user time and 2.37964 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Sun Mar 11 21:18:15 UTC 2007

IDJOB= 336493
IDBENCH= 24676
IDSOLVER= 131
FILE ID= node45/336493-1173647895

PBS_JOBID= 4101363

Free space on /tmp= 66375 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336493-1173647895/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/336493-1173647895/instance-336493-1173647895.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-336493-1173647895 -o ROOT/results/node45/solver-336493-1173647895 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336493-1173647895/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/336493-1173647895/instance-336493-1173647895.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  caece48666f4e716f61ea74e680d7de5

RANDOM SEED= 59906874

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node45.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.265
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.265
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:       1865112 kB
Buffers:         16424 kB
Cached:         137176 kB
SwapCached:       3888 kB
Active:          52348 kB
Inactive:       112020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1865112 kB
SwapTotal:     4192956 kB
SwapFree:      4183640 kB
Dirty:            4192 kB
Writeback:           0 kB
Mapped:          15396 kB
Slab:            12520 kB
Committed_AS:   141888 kB
PageTables:       1396 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= 66375 MiB

End job on node45 on Sun Mar 11 21:38:18 UTC 2007