Trace number 336451

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.11 1200.54

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-a-fclqcolor-20-13-14.sat05-1278.reshuffled-07.cnf
MD5SUM38c3c1a13d0a8eeda16d38e05fb7bc45
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 variables730
Number of clauses43124
Sum of the clauses size123770
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26040
Number of clauses of size 337050
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 534

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/336451-1173647070/instance-336451-1173647070.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/node66/watcher-336451-1173647070 -o ROOT/results/node66/solver-336451-1173647070 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336451-1173647070/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/336451-1173647070/instance-336451-1173647070.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: 1.00 1.00 1.09 3/64 6379
/proc/meminfo: memFree=1889256/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=1548 CPUtime=0
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 201 0 0 0 0 0 0 0 18 0 1 0 384664546 1585152 185 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 387 185 128 302 0 82 0

[startup+0.0252799 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 6379
/proc/meminfo: memFree=1889256/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=2100 CPUtime=0.02
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 330 0 0 0 2 0 0 0 18 0 1 0 384664546 2150400 314 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 525 315 129 302 0 220 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2100

[startup+0.101294 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 6379
/proc/meminfo: memFree=1889256/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=3680 CPUtime=0.09
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 777 0 0 0 9 0 0 0 18 0 1 0 384664546 3768320 728 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 920 728 140 302 0 615 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3680

[startup+0.301334 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 6379
/proc/meminfo: memFree=1889256/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=4708 CPUtime=0.29
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 1019 0 0 0 29 0 0 0 19 0 1 0 384664546 4820992 970 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 1177 970 140 302 0 872 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4708

[startup+0.701416 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 6379
/proc/meminfo: memFree=1889256/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=6244 CPUtime=0.69
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 1412 0 0 0 68 1 0 0 22 0 1 0 384664546 6393856 1363 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 1561 1363 140 302 0 1256 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6244

[startup+1.50158 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 6380
/proc/meminfo: memFree=1883552/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=8484 CPUtime=1.49
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 1954 0 0 0 147 2 0 0 25 0 1 0 384664546 8687616 1905 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 2121 1905 140 302 0 1816 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8484

[startup+3.1019 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 6380
/proc/meminfo: memFree=1880864/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=11572 CPUtime=3.09
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 2733 0 0 0 304 5 0 0 25 0 1 0 384664546 11849728 2684 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 2893 2684 140 302 0 2588 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11572

[startup+6.30154 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 6380
/proc/meminfo: memFree=1875360/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=16208 CPUtime=6.29
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 3906 0 0 0 621 8 0 0 25 0 1 0 384664546 16596992 3824 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 4052 3824 140 302 0 3747 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16208

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 6380
/proc/meminfo: memFree=1869088/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=22012 CPUtime=12.68
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 5378 0 0 0 1256 12 0 0 25 0 1 0 384664546 22540288 5231 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 5503 5232 140 302 0 5198 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 22012

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 6380
/proc/meminfo: memFree=1861664/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=29192 CPUtime=25.49
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 7152 0 0 0 2530 19 0 0 25 0 1 0 384664546 29892608 7005 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 7298 7005 140 302 0 6993 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29192

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 6380
/proc/meminfo: memFree=1850848/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=40436 CPUtime=51.08
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 9978 0 0 0 5078 30 0 0 25 0 1 0 384664546 41406464 9702 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 10109 9702 140 302 0 9804 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 40436

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 6380
/proc/meminfo: memFree=1834656/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=56856 CPUtime=102.26
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 13977 0 0 0 10180 46 0 0 25 0 1 0 384664546 58220544 13701 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 14214 13701 140 302 0 13909 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 56856

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 6380
/proc/meminfo: memFree=1821856/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=70928 CPUtime=162.24
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 17468 0 0 0 16162 62 0 0 25 0 1 0 384664546 72630272 16935 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 17732 16935 140 302 0 17427 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 70928

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 6380
/proc/meminfo: memFree=1810912/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=81648 CPUtime=222.21
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 20133 0 0 0 22149 72 0 0 25 0 1 0 384664546 83607552 19600 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 20412 19600 140 302 0 20107 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 81648

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 6380
/proc/meminfo: memFree=1801312/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=91704 CPUtime=282.19
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 22588 0 0 0 28135 84 0 0 25 0 1 0 384664546 93904896 22055 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 22926 22055 140 302 0 22621 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 91704

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 6380
/proc/meminfo: memFree=1791648/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=101596 CPUtime=342.17
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 24966 0 0 0 34125 92 0 0 25 0 1 0 384664546 104034304 24433 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 25399 24433 140 302 0 25094 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 101596

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 6380
/proc/meminfo: memFree=1783136/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=111676 CPUtime=402.15
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 27586 0 0 0 40112 103 0 0 25 0 1 0 384664546 114356224 26540 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 27919 26540 140 302 0 27614 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 111676

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 6380
/proc/meminfo: memFree=1774688/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=120084 CPUtime=462.13
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 29702 0 0 0 46100 113 0 0 25 0 1 0 384664546 122966016 28656 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 30021 28656 140 302 0 29716 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 120084

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 6380
/proc/meminfo: memFree=1767008/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=128632 CPUtime=522.11
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 31630 0 0 0 52089 122 0 0 25 0 1 0 384664546 131719168 30584 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 32158 30584 140 302 0 31853 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 128632

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 6380
/proc/meminfo: memFree=1759840/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=135684 CPUtime=582.09
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 33404 0 0 0 58080 129 0 0 25 0 1 0 384664546 138940416 32358 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 33921 32358 140 302 0 33616 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 135684

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 6380
/proc/meminfo: memFree=1752096/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=143656 CPUtime=642.07
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 35307 0 0 0 64071 136 0 0 25 0 1 0 384664546 147103744 34261 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 35914 34261 140 302 0 35609 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 143656

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 6380
/proc/meminfo: memFree=1744224/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=151748 CPUtime=702.04
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 37312 0 0 0 70058 146 0 0 25 0 1 0 384664546 155389952 36266 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526831 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 37937 36266 140 302 0 37632 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 151748

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 6380
/proc/meminfo: memFree=1736288/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=159368 CPUtime=762.03
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 39243 0 0 0 76048 155 0 0 25 0 1 0 384664546 163192832 38197 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 39842 38197 140 302 0 39537 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 159368

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 6380
/proc/meminfo: memFree=1729120/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=166732 CPUtime=822
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 41053 0 0 0 82037 163 0 0 25 0 1 0 384664546 170733568 40007 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 41683 40007 140 302 0 41378 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 166732

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6380
/proc/meminfo: memFree=1721888/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=173912 CPUtime=881.98
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 42829 0 0 0 88024 174 0 0 25 0 1 0 384664546 178085888 41783 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526846 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 43478 41783 140 302 0 43173 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 173912

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6380
/proc/meminfo: memFree=1714912/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=180868 CPUtime=941.96
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 44600 0 0 0 94013 183 0 0 25 0 1 0 384664546 185208832 43554 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526742 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 45217 43554 140 302 0 44912 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 180868

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6380
/proc/meminfo: memFree=1708320/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=187468 CPUtime=1001.93
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 46231 0 0 0 100003 190 0 0 25 0 1 0 384664546 191967232 45185 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 46867 45185 140 302 0 46562 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 187468

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6380
/proc/meminfo: memFree=1701984/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=193984 CPUtime=1061.92
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 47850 0 0 0 105995 197 0 0 25 0 1 0 384664546 198639616 46804 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 48496 46804 140 302 0 48191 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 193984

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6380
/proc/meminfo: memFree=1695776/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=200084 CPUtime=1121.9
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 49394 0 0 0 111985 205 0 0 25 0 1 0 384664546 204886016 48348 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 50021 48348 140 302 0 49716 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 200084

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6380
/proc/meminfo: memFree=1689760/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=205992 CPUtime=1181.87
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 50887 0 0 0 117977 210 0 0 25 0 1 0 384664546 210935808 49841 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 51498 49841 140 302 0 51193 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 205992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6380
/proc/meminfo: memFree=1687968/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=207788 CPUtime=1200.07
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 51307 0 0 0 119795 212 0 0 25 0 1 0 384664546 212774912 50261 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 51947 50261 140 302 0 51642 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 207788

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: 1.00 1.00 1.00 2/65 6380
/proc/meminfo: memFree=1687968/2055920 swapFree=4183892/4192956
[pid=6379] ppid=6377 vsize=207788 CPUtime=1200.07
/proc/6379/stat : 6379 (Spear-32) R 6377 6379 5622 0 -1 4194304 51307 0 0 0 119795 212 0 0 25 0 1 0 384664546 212774912 50261 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6379/statm: 51947 50261 140 302 0 51642 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 207788

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.11
CPU user time (s): 1197.95
CPU system time (s): 2.15967
CPU usage (%): 99.9647
Max. virtual memory (cumulated for all children) (KiB): 207788

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

runsolver used 0.931858 second user time and 2.41463 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Sun Mar 11 21:04:30 UTC 2007

IDJOB= 336451
IDBENCH= 24675
IDSOLVER= 131
FILE ID= node66/336451-1173647070

PBS_JOBID= 4101358

Free space on /tmp= 66546 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-a-fclqcolor-20-13-14.sat05-1278.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336451-1173647070/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/336451-1173647070/instance-336451-1173647070.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-336451-1173647070 -o ROOT/results/node66/solver-336451-1173647070 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336451-1173647070/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/336451-1173647070/instance-336451-1173647070.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  38c3c1a13d0a8eeda16d38e05fb7bc45

RANDOM SEED= 426608612

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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.259
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	: 5931.00
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.259
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:       1889728 kB
Buffers:         20476 kB
Cached:         108676 kB
SwapCached:       3176 kB
Active:          36004 kB
Inactive:       103108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1889728 kB
SwapTotal:     4192956 kB
SwapFree:      4183892 kB
Dirty:            2140 kB
Writeback:           0 kB
Mapped:          15444 kB
Slab:            13156 kB
Committed_AS:   808256 kB
PageTables:       1376 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= 66546 MiB

End job on node66 on Sun Mar 11 21:24:33 UTC 2007