Trace number 336577

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.09 1200.66

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-a-clqcolor-30-19-20.sat05-1256.reshuffled-07.cnf
MD5SUM08b968293abd73d1b678d4f1e29187a3
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 variables1605
Number of clauses179315
Sum of the clauses size533265
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25700
Number of clauses of size 3173565
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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/336577-1173649527/instance-336577-1173649527.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/node23/watcher-336577-1173649527 -o ROOT/results/node23/solver-336577-1173649527 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336577-1173649527/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/336577-1173649527/instance-336577-1173649527.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.97 0.99 3/77 6901
/proc/meminfo: memFree=1875288/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=1716 CPUtime=0
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 232 0 0 0 0 0 0 0 18 0 1 0 90921026 1757184 216 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134588059 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 429 216 128 302 0 124 0

[startup+0.0557911 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 6901
/proc/meminfo: memFree=1875288/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=2784 CPUtime=0.05
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 514 0 0 0 5 0 0 0 18 0 1 0 90921026 2850816 498 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 696 498 129 302 0 391 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2784

[startup+0.101799 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 6901
/proc/meminfo: memFree=1875288/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=3968 CPUtime=0.09
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 815 0 0 0 9 0 0 0 18 0 1 0 90921026 4063232 766 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 992 767 129 302 0 687 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3968

[startup+0.301838 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 6901
/proc/meminfo: memFree=1875288/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=8828 CPUtime=0.29
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 2137 0 0 0 29 0 0 0 19 0 1 0 90921026 9039872 1894 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 2207 1894 129 302 0 1902 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8828

[startup+0.701916 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 6901
/proc/meminfo: memFree=1875288/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=12348 CPUtime=0.69
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 3076 0 0 0 68 1 0 0 22 0 1 0 90921026 12644352 2833 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 3087 2833 140 302 0 2782 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12348

[startup+1.50107 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 6902
/proc/meminfo: memFree=1863184/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=15296 CPUtime=1.49
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 3794 0 0 0 147 2 0 0 25 0 1 0 90921026 15663104 3551 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 3824 3551 140 302 0 3519 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15296

[startup+3.10138 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 6902
/proc/meminfo: memFree=1859536/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=19668 CPUtime=3.09
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 4881 0 0 0 304 5 0 0 25 0 1 0 90921026 20140032 4638 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 4917 4638 140 302 0 4612 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19668

[startup+6.302 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 6902
/proc/meminfo: memFree=1852816/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=24828 CPUtime=6.29
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 6193 0 0 0 615 14 0 0 25 0 1 0 90921026 25423872 5917 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 6207 5917 140 302 0 5902 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24828

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 6902
/proc/meminfo: memFree=1845392/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=31804 CPUtime=12.69
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 7948 0 0 0 1246 23 0 0 25 0 1 0 90921026 32567296 7607 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 7951 7607 140 302 0 7646 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31804

[startup+25.5017 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 6902
/proc/meminfo: memFree=1833808/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=43360 CPUtime=25.48
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 10807 0 0 0 2505 43 0 0 25 0 1 0 90921026 44400640 10466 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 10840 10466 140 302 0 10535 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 43360

[startup+51.1017 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 6902
/proc/meminfo: memFree=1816912/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=60916 CPUtime=51.07
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 15214 0 0 0 5036 71 0 0 25 0 1 0 90921026 62377984 14744 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 15229 14744 140 302 0 14924 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 60916

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 6902
/proc/meminfo: memFree=1792528/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=85696 CPUtime=102.25
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 21445 0 0 0 10090 135 0 0 25 0 1 0 90921026 87752704 20718 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 21424 20718 140 302 0 21119 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 85696

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6902
/proc/meminfo: memFree=1772432/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=105928 CPUtime=162.22
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 26491 0 0 0 16044 178 0 0 25 0 1 0 90921026 108470272 25764 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 26482 25764 140 302 0 26177 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 105928

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6902
/proc/meminfo: memFree=1754640/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=123536 CPUtime=222.2
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 30876 0 0 0 21998 222 0 0 25 0 1 0 90921026 126500864 30149 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 30884 30149 140 302 0 30579 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 123536

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6902
/proc/meminfo: memFree=1733136/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=147840 CPUtime=282.18
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 36797 0 0 0 27940 278 0 0 25 0 1 0 90921026 151388160 35557 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 36960 35557 140 302 0 36655 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 147840

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6902
/proc/meminfo: memFree=1713744/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=166620 CPUtime=342.16
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 41567 0 0 0 33909 307 0 0 25 0 1 0 90921026 170618880 40327 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 41655 40327 140 302 0 41350 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 166620

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6902
/proc/meminfo: memFree=1699216/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=181576 CPUtime=402.14
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 45207 0 0 0 39873 341 0 0 25 0 1 0 90921026 185933824 43967 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 45394 43967 140 302 0 45089 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 181576

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6902
/proc/meminfo: memFree=1685584/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=195068 CPUtime=462.11
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 48570 0 0 0 45839 372 0 0 25 0 1 0 90921026 199749632 47330 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 48767 47330 140 302 0 48462 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 195068

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6902
/proc/meminfo: memFree=1672336/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=208320 CPUtime=522.1
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 51923 0 0 0 51814 396 0 0 25 0 1 0 90921026 213319680 50683 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 52080 50683 140 302 0 51775 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 208320

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6902
/proc/meminfo: memFree=1660432/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=220088 CPUtime=582.07
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 54864 0 0 0 57787 420 0 0 25 0 1 0 90921026 225370112 53624 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526926 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 55022 53624 140 302 0 54717 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 220088

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6902
/proc/meminfo: memFree=1648336/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=231992 CPUtime=642.05
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 57846 0 0 0 63760 445 0 0 25 0 1 0 90921026 237559808 56606 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 57998 56606 140 302 0 57693 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 231992

[startup+702.302 s]
/proc/loadavg: 1.05 0.99 0.99 2/78 6902
/proc/meminfo: memFree=1636688/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=243732 CPUtime=702.03
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 60787 0 0 0 69741 462 0 0 25 0 1 0 90921026 249581568 59547 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 60933 59547 140 302 0 60628 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 243732

[startup+762.305 s]
/proc/loadavg: 1.02 0.99 0.99 2/78 6902
/proc/meminfo: memFree=1625168/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=255688 CPUtime=762.01
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 63633 0 0 0 75714 487 0 0 25 0 1 0 90921026 261824512 62393 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527154 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 63922 62393 140 302 0 63617 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 255688

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6902
/proc/meminfo: memFree=1615568/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=269316 CPUtime=821.98
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 67085 0 0 0 81691 507 0 0 25 0 1 0 90921026 275779584 64820 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 67329 64820 140 302 0 67024 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 269316

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6902
/proc/meminfo: memFree=1604880/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=279748 CPUtime=881.96
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 69724 0 0 0 87675 521 0 0 25 0 1 0 90921026 286461952 67459 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 69937 67459 140 302 0 69632 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 279748

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/84 6968
/proc/meminfo: memFree=1594312/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=289160 CPUtime=941.9
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 72060 0 0 0 93655 535 0 0 25 0 1 0 90921026 296099840 69795 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 72290 69795 140 302 0 71985 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 289160

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/84 7070
/proc/meminfo: memFree=1586328/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=297500 CPUtime=1001.82
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 74034 0 0 0 99628 554 0 0 25 0 1 0 90921026 304640000 71769 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 74375 71769 140 302 0 74070 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 297500

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7100
/proc/meminfo: memFree=1579280/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=305748 CPUtime=1061.78
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 76078 0 0 0 105610 568 0 0 25 0 1 0 90921026 313085952 73813 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 76437 73813 140 302 0 76132 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 305748

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7100
/proc/meminfo: memFree=1571472/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=313876 CPUtime=1121.75
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 78022 0 0 0 111591 584 0 0 25 0 1 0 90921026 321409024 75757 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 78469 75757 140 302 0 78164 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 313876

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7100
/proc/meminfo: memFree=1562704/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=322276 CPUtime=1181.73
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 80215 0 0 0 117573 600 0 0 25 0 1 0 90921026 330010624 77950 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 80569 77950 140 302 0 80264 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 322276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 7100
/proc/meminfo: memFree=1560144/2055920 swapFree=4140896/4192956
[pid=6901] ppid=6899 vsize=324840 CPUtime=1200.03
/proc/6901/stat : 6901 (Spear-32) R 6899 6901 6051 0 -1 4194304 80818 0 0 0 119398 605 0 0 25 0 1 0 90921026 332636160 78553 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/6901/statm: 81210 78553 140 302 0 80905 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 324840

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.09
CPU user time (s): 1193.99
CPU system time (s): 6.10207
CPU usage (%): 99.9527
Max. virtual memory (cumulated for all children) (KiB): 324840

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

runsolver used 1.39079 second user time and 2.98555 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Sun Mar 11 21:45:27 UTC 2007

IDJOB= 336577
IDBENCH= 24678
IDSOLVER= 131
FILE ID= node23/336577-1173649527

PBS_JOBID= 4101339

Free space on /tmp= 66517 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  08b968293abd73d1b678d4f1e29187a3

RANDOM SEED= 32022736

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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	: 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.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:       1875632 kB
Buffers:         30568 kB
Cached:          95080 kB
SwapCached:      15520 kB
Active:          91320 kB
Inactive:        61424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1875632 kB
SwapTotal:     4192956 kB
SwapFree:      4140896 kB
Dirty:            4420 kB
Writeback:           0 kB
Mapped:          29736 kB
Slab:            13156 kB
Committed_AS:   218196 kB
PageTables:       1732 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= 66517 MiB

End job on node23 on Sun Mar 11 22:05:30 UTC 2007