Trace number 334561

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

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l5.sat05-522.reshuffled-07.cnf
MD5SUM938806a23cb5c9ff1ce606734695c30f
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 variables4478
Number of clauses18519
Sum of the clauses size54202
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317164
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/334561-1173580022/instance-334561-1173580022.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/node2/watcher-334561-1173580022 -o ROOT/results/node2/solver-334561-1173580022 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334561-1173580022/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/334561-1173580022/instance-334561-1173580022.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 729
/proc/meminfo: memFree=1605240/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=1932 CPUtime=0
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 377957184 1978368 247 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134513442 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 483 249 126 302 0 178 0

[startup+0.0801399 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 729
/proc/meminfo: memFree=1605240/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=3164 CPUtime=0.07
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 578 0 0 0 7 0 0 0 18 0 1 0 377957184 3239936 562 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 791 562 140 302 0 486 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3164

[startup+0.101141 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 729
/proc/meminfo: memFree=1605240/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=3296 CPUtime=0.09
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 585 0 0 0 9 0 0 0 18 0 1 0 377957184 3375104 569 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 824 570 140 302 0 519 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3296

[startup+0.301162 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 729
/proc/meminfo: memFree=1605240/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=3560 CPUtime=0.29
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 648 0 0 0 29 0 0 0 19 0 1 0 377957184 3645440 632 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 890 632 140 302 0 585 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3560

[startup+0.701203 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 729
/proc/meminfo: memFree=1605240/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=3820 CPUtime=0.69
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 730 0 0 0 68 1 0 0 22 0 1 0 377957184 3911680 714 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 955 714 140 302 0 650 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3820

[startup+1.50129 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 730
/proc/meminfo: memFree=1602736/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=4616 CPUtime=1.49
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 903 0 0 0 148 1 0 0 25 0 1 0 377957184 4726784 887 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 1154 887 140 302 0 849 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4616

[startup+3.10145 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 730
/proc/meminfo: memFree=1601520/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=5792 CPUtime=3.09
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 1215 0 0 0 306 3 0 0 25 0 1 0 377957184 5931008 1199 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 1448 1199 140 302 0 1143 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5792

[startup+6.30178 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 730
/proc/meminfo: memFree=1599408/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=7728 CPUtime=6.29
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 1687 0 0 0 625 4 0 0 25 0 1 0 377957184 7913472 1671 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 1932 1671 140 302 0 1627 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7728

[startup+12.7014 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 730
/proc/meminfo: memFree=1596080/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=10752 CPUtime=12.69
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 2453 0 0 0 1263 6 0 0 25 0 1 0 377957184 11010048 2404 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 2688 2404 140 302 0 2383 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10752

[startup+25.5018 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 730
/proc/meminfo: memFree=1592560/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=14164 CPUtime=25.49
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 3295 0 0 0 2540 9 0 0 25 0 1 0 377957184 14503936 3246 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 3541 3246 140 302 0 3236 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14164

[startup+51.1014 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 730
/proc/meminfo: memFree=1586352/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=20672 CPUtime=51.08
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 4937 0 0 0 5094 14 0 0 25 0 1 0 377957184 21168128 4823 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 5168 4823 140 302 0 4863 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 20672

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 730
/proc/meminfo: memFree=1576368/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=31108 CPUtime=102.26
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 7504 0 0 0 10203 23 0 0 25 0 1 0 377957184 31854592 7261 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 7777 7261 140 302 0 7472 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 31108

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 730
/proc/meminfo: memFree=1567792/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=39856 CPUtime=162.24
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 9664 0 0 0 16193 31 0 0 25 0 1 0 377957184 40812544 9421 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 9964 9421 140 302 0 9659 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 39856

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 3/78 730
/proc/meminfo: memFree=1558640/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=49164 CPUtime=222.23
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 11927 0 0 0 22182 41 0 0 25 0 1 0 377957184 50343936 11684 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 12291 11684 140 302 0 11986 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 49164

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 730
/proc/meminfo: memFree=1550064/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=58908 CPUtime=282.21
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 14335 0 0 0 28172 49 0 0 25 0 1 0 377957184 60321792 13835 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 14727 13835 140 302 0 14422 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 58908

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 730
/proc/meminfo: memFree=1542448/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=66620 CPUtime=342.19
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 16204 0 0 0 34162 57 0 0 25 0 1 0 377957184 68218880 15704 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 16655 15704 140 302 0 16350 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 66620

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 730
/proc/meminfo: memFree=1537008/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=72304 CPUtime=402.18
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 17588 0 0 0 40154 64 0 0 25 0 1 0 377957184 74039296 17088 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 18076 17088 140 302 0 17771 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 72304

[startup+462.302 s]
/proc/loadavg: 1.04 0.99 0.99 2/78 730
/proc/meminfo: memFree=1532208/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=77248 CPUtime=462.16
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 18765 0 0 0 46148 68 0 0 25 0 1 0 377957184 79101952 18265 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 19312 18265 140 302 0 19007 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 77248

[startup+522.301 s]
/proc/loadavg: 1.01 0.99 0.99 2/78 730
/proc/meminfo: memFree=1527984/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=81724 CPUtime=522.14
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 19825 0 0 0 52140 74 0 0 25 0 1 0 377957184 83685376 19325 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 20431 19325 140 302 0 20126 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 81724

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 730
/proc/meminfo: memFree=1523760/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=85996 CPUtime=582.13
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 20880 0 0 0 58134 79 0 0 25 0 1 0 377957184 88059904 20380 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526876 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 21499 20380 140 302 0 21194 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 85996

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 730
/proc/meminfo: memFree=1519664/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=89928 CPUtime=642.11
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 21897 0 0 0 64128 83 0 0 25 0 1 0 377957184 92086272 21397 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 22482 21397 140 302 0 22177 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 89928

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 730
/proc/meminfo: memFree=1516016/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=93684 CPUtime=702.1
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 22857 0 0 0 70122 88 0 0 25 0 1 0 377957184 95932416 22357 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 23421 22357 140 302 0 23116 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 93684

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 730
/proc/meminfo: memFree=1510000/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=99580 CPUtime=762.08
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 24305 0 0 0 76114 94 0 0 25 0 1 0 377957184 101969920 23805 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 24895 23805 140 302 0 24590 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 99580

[startup+822.301 s]
/proc/loadavg: 1.07 1.00 1.00 2/78 730
/proc/meminfo: memFree=1504752/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=104756 CPUtime=822.06
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 25631 0 0 0 82106 100 0 0 25 0 1 0 377957184 107270144 25131 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 26189 25131 140 302 0 25884 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 104756

[startup+882.301 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 730
/proc/meminfo: memFree=1500016/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=109432 CPUtime=882.05
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 26808 0 0 0 88098 107 0 0 25 0 1 0 377957184 112058368 26308 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 27358 26308 140 302 0 27053 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 109432

[startup+942.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 730
/proc/meminfo: memFree=1495984/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=115468 CPUtime=942.02
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 28335 0 0 0 94089 113 0 0 25 0 1 0 377957184 118239232 27322 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 28867 27322 140 302 0 28562 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 115468

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 730
/proc/meminfo: memFree=1491568/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=120400 CPUtime=1002.01
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 29425 0 0 0 100083 118 0 0 25 0 1 0 377957184 123289600 28412 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 30100 28412 140 302 0 29795 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 120400

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 732
/proc/meminfo: memFree=1488176/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=123796 CPUtime=1061.99
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 30276 0 0 0 106076 123 0 0 25 0 1 0 377957184 126767104 29263 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 30949 29263 140 302 0 30644 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 123796

[startup+1122.3 s]
/proc/loadavg: 1.15 1.03 1.01 2/78 732
/proc/meminfo: memFree=1484848/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=127148 CPUtime=1121.97
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 31109 0 0 0 112070 127 0 0 25 0 1 0 377957184 130199552 30096 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134539768 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 31787 30096 140 302 0 31482 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 127148

[startup+1182.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/78 732
/proc/meminfo: memFree=1481776/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=130228 CPUtime=1181.96
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 31872 0 0 0 118063 133 0 0 25 0 1 0 377957184 133353472 30859 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526858 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 32557 30859 140 302 0 32252 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 130228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.04 1.02 1.00 2/78 732
/proc/meminfo: memFree=1480880/2055920 swapFree=4153164/4192956
[pid=729] ppid=727 vsize=131004 CPUtime=1200.05
/proc/729/stat : 729 (Spear-32) R 727 729 32427 0 -1 4194304 32094 0 0 0 119871 134 0 0 25 0 1 0 377957184 134148096 31081 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526784 0 0 4096 0 0 0 0 17 1 0 0
/proc/729/statm: 32751 31081 140 302 0 32446 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 131004

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.43
CPU time (s): 1200.09
CPU user time (s): 1198.72
CPU system time (s): 1.36879
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 131004

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

runsolver used 1.3188 second user time and 3.05553 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Sun Mar 11 02:27:02 UTC 2007

IDJOB= 334561
IDBENCH= 24630
IDSOLVER= 131
FILE ID= node2/334561-1173580022

PBS_JOBID= 4101215

Free space on /tmp= 66509 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  938806a23cb5c9ff1ce606734695c30f

RANDOM SEED= 897808384

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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.247
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.247
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:       1605712 kB
Buffers:         43444 kB
Cached:         328904 kB
SwapCached:       2400 kB
Active:         252392 kB
Inactive:       142844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1605712 kB
SwapTotal:     4192956 kB
SwapFree:      4153164 kB
Dirty:            1940 kB
Writeback:           0 kB
Mapped:          30296 kB
Slab:            40460 kB
Committed_AS:  1668124 kB
PageTables:       1812 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= 66509 MiB

End job on node2 on Sun Mar 11 02:47:05 UTC 2007