Trace number 334645

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.12 1200.64

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
MD5SUMbf3618cdbef11db03f2026bf209783fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1151.72
Satisfiable
(Un)Satisfiability was proved
Number of variables25493
Number of clauses1139180
Sum of the clauses size2298131
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21136319
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 57
Number of clauses of size over 52852

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/334645-1173585318/instance-334645-1173585318.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/node9/watcher-334645-1173585318 -o ROOT/results/node9/solver-334645-1173585318 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334645-1173585318/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/334645-1173585318/instance-334645-1173585318.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 28596
/proc/meminfo: memFree=1528400/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=1932 CPUtime=0
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 378486685 1978368 247 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 483 247 126 302 0 178 0

[startup+0.04235 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 28596
/proc/meminfo: memFree=1528400/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=4644 CPUtime=0.03
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 1173 0 0 0 2 1 0 0 18 0 1 0 378486685 4755456 815 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 1162 817 126 302 0 857 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4644

[startup+0.102361 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 28596
/proc/meminfo: memFree=1528400/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=6084 CPUtime=0.09
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 1605 0 0 0 8 1 0 0 18 0 1 0 378486685 6230016 1247 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134533777 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 1521 1247 129 302 0 1216 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6084

[startup+0.302401 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 28596
/proc/meminfo: memFree=1528400/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=10956 CPUtime=0.29
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 2902 0 0 0 27 2 0 0 19 0 1 0 378486685 11218944 2446 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134866442 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 2739 2447 129 302 0 2434 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10956

[startup+0.701476 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 28596
/proc/meminfo: memFree=1528400/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=21204 CPUtime=0.69
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 5665 0 0 0 65 4 0 0 23 0 1 0 378486685 21712896 4823 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 5301 4823 129 302 0 4996 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21204

[startup+1.50163 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 28597
/proc/meminfo: memFree=1502344/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=40808 CPUtime=1.49
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 10981 0 0 0 143 6 0 0 25 0 1 0 378486685 41787392 9626 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 10202 9626 129 302 0 9897 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40808

[startup+3.10194 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 28597
/proc/meminfo: memFree=1475848/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=75564 CPUtime=3.1
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 20075 0 0 0 297 13 0 0 25 0 1 0 378486685 77377536 17695 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258342 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 18891 17695 145 302 0 18586 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 75564

[startup+6.30156 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 28597
/proc/meminfo: memFree=1457800/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=75572 CPUtime=6.29
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 20106 0 0 0 611 18 0 0 25 0 1 0 378486685 77385728 17701 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 18893 17701 145 302 0 18588 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 75572

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28597
/proc/meminfo: memFree=1456080/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=77660 CPUtime=12.69
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 20610 0 0 0 1241 28 0 0 25 0 1 0 378486685 79523840 18205 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 19415 18205 145 302 0 19110 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77660

[startup+25.5023 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28597
/proc/meminfo: memFree=1452304/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=81412 CPUtime=25.49
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 21569 0 0 0 2505 44 0 0 25 0 1 0 378486685 83365888 19131 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 20353 19131 145 302 0 20048 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81412

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28597
/proc/meminfo: memFree=1446352/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=87580 CPUtime=51.07
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 23137 0 0 0 5049 58 0 0 25 0 1 0 378486685 89681920 20634 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 21895 20634 145 302 0 21590 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 87580

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28597
/proc/meminfo: memFree=1437200/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=96384 CPUtime=102.26
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 25385 0 0 0 10153 73 0 0 25 0 1 0 378486685 98697216 22882 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 24096 22882 145 302 0 23791 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 96384

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28597
/proc/meminfo: memFree=1427728/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=106256 CPUtime=162.23
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 27878 0 0 0 16138 85 0 0 25 0 1 0 378486685 108806144 25246 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 26564 25246 145 302 0 26259 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 106256

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28597
/proc/meminfo: memFree=1419664/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=114228 CPUtime=222.21
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 29874 0 0 0 22125 96 0 0 25 0 1 0 378486685 116969472 27242 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 28557 27242 145 302 0 28252 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 114228

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28597
/proc/meminfo: memFree=1412560/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=121372 CPUtime=282.2
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 31673 0 0 0 28114 106 0 0 25 0 1 0 378486685 124284928 29041 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 30343 29041 145 302 0 30038 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 121372

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 28623
/proc/meminfo: memFree=1404128/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=128696 CPUtime=342.17
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 33472 0 0 0 34105 112 0 0 25 0 1 0 378486685 131784704 30840 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 32174 30840 145 302 0 31869 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 128696

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 28761
/proc/meminfo: memFree=1398608/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=134040 CPUtime=402.07
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 34820 0 0 0 40090 117 0 0 25 0 1 0 378486685 137256960 32188 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 33510 32188 145 302 0 33205 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 134040

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28794
/proc/meminfo: memFree=1394568/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=139168 CPUtime=462.03
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 36107 0 0 0 46083 120 0 0 25 0 1 0 378486685 142508032 33475 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 34792 33475 145 302 0 34487 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 139168

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28794
/proc/meminfo: memFree=1389064/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=145708 CPUtime=522.01
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 37756 0 0 0 52075 126 0 0 25 0 1 0 378486685 149204992 34867 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 36427 34867 145 302 0 36122 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 145708

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 28794
/proc/meminfo: memFree=1383048/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=151632 CPUtime=581.99
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 39240 0 0 0 58066 133 0 0 25 0 1 0 378486685 155271168 36351 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 37908 36351 145 302 0 37603 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 151632

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 28794
/proc/meminfo: memFree=1377864/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=156844 CPUtime=641.96
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 40535 0 0 0 64058 138 0 0 25 0 1 0 378486685 160608256 37646 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 39211 37646 145 302 0 38906 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 156844

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28794
/proc/meminfo: memFree=1372680/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=161948 CPUtime=701.94
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 41817 0 0 0 70051 143 0 0 25 0 1 0 378486685 165834752 38928 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 40487 38928 145 302 0 40182 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 161948

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28794
/proc/meminfo: memFree=1368528/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=166112 CPUtime=761.93
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 42851 0 0 0 76046 147 0 0 25 0 1 0 378486685 170098688 39962 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 41528 39962 145 302 0 41223 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 166112

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28794
/proc/meminfo: memFree=1364368/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=170404 CPUtime=821.9
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 43913 0 0 0 82038 152 0 0 25 0 1 0 378486685 174493696 41024 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 42601 41024 145 302 0 42296 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 170404

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28794
/proc/meminfo: memFree=1360144/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=174616 CPUtime=881.88
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 44973 0 0 0 88031 157 0 0 25 0 1 0 378486685 178806784 42084 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 43654 42084 145 302 0 43349 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 174616

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28794
/proc/meminfo: memFree=1357712/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=177344 CPUtime=941.86
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 45615 0 0 0 94025 161 0 0 25 0 1 0 378486685 181600256 42726 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 44336 42726 145 302 0 44031 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 177344

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28794
/proc/meminfo: memFree=1354576/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=180508 CPUtime=1001.84
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 46385 0 0 0 100019 165 0 0 25 0 1 0 378486685 184840192 43496 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 45127 43496 145 302 0 44822 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 180508

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28794
/proc/meminfo: memFree=1350160/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=184804 CPUtime=1061.82
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 47491 0 0 0 106011 171 0 0 25 0 1 0 378486685 189239296 44602 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526665 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 46201 44602 145 302 0 45896 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 184804

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28794
/proc/meminfo: memFree=1347024/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=188128 CPUtime=1121.8
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 48269 0 0 0 112006 174 0 0 25 0 1 0 378486685 192643072 45380 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 47032 45380 145 302 0 46727 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 188128

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28794
/proc/meminfo: memFree=1343824/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=191340 CPUtime=1181.77
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 49077 0 0 0 117998 179 0 0 25 0 1 0 378486685 195932160 46188 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 47835 46188 145 302 0 47530 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 191340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28794
/proc/meminfo: memFree=1342800/2055920 swapFree=4152252/4192956
[pid=28596] ppid=28594 vsize=192228 CPUtime=1200.08
/proc/28596/stat : 28596 (Spear-32) R 28594 28596 24671 0 -1 4194304 49318 0 0 0 119827 181 0 0 25 0 1 0 378486685 196841472 46429 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/28596/statm: 48057 46429 145 302 0 47752 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 192228

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.64
CPU time (s): 1200.12
CPU user time (s): 1198.27
CPU system time (s): 1.84272
CPU usage (%): 99.9567
Max. virtual memory (cumulated for all children) (KiB): 192228

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

runsolver used 1.22981 second user time and 3.14552 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Sun Mar 11 03:55:21 UTC 2007

IDJOB= 334645
IDBENCH= 24632
IDSOLVER= 131
FILE ID= node9/334645-1173585318

PBS_JOBID= 4101210

Free space on /tmp= 66440 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334645-1173585318/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/334645-1173585318/instance-334645-1173585318.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-334645-1173585318 -o ROOT/results/node9/solver-334645-1173585318 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334645-1173585318/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/334645-1173585318/instance-334645-1173585318.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  bf3618cdbef11db03f2026bf209783fc

RANDOM SEED= 140302017

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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.263
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:       1528744 kB
Buffers:         52600 kB
Cached:         380368 kB
SwapCached:       8828 kB
Active:         280112 kB
Inactive:       176072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1528744 kB
SwapTotal:     4192956 kB
SwapFree:      4152252 kB
Dirty:           17480 kB
Writeback:           0 kB
Mapped:          30100 kB
Slab:            56564 kB
Committed_AS:  1522872 kB
PageTables:       1692 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= 66440 MiB

End job on node9 on Sun Mar 11 04:15:23 UTC 2007