Trace number 334940

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 FH 1.0? (TO) 1200.1 1200.45

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-FIFO.used-as.sat04-991.sat05-4192.reshuffled-07.cnf
MD5SUM41f1c0479c607ce4a810d6cbab59e2f9
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 variables49509
Number of clauses3649657
Sum of the clauses size7337555
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23644023
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 58
Number of clauses of size over 55618

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/334940-1173601030/instance-334940-1173601030.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-334940-1173601030 -o ROOT/results/node2/solver-334940-1173601030 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334940-1173601030/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/334940-1173601030/instance-334940-1173601030.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 0.97 0.98 3/77 6009
/proc/meminfo: memFree=1399984/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=1932 CPUtime=0
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 265 0 0 0 0 0 0 0 18 0 1 0 380058773 1978368 249 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134515399 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 483 249 126 302 0 178 0

[startup+0.070071 s]
/proc/loadavg: 1.00 0.97 0.98 3/77 6009
/proc/meminfo: memFree=1399984/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=8424 CPUtime=0.06
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 2033 0 0 0 5 1 0 0 18 0 1 0 380058773 8626176 1450 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 2106 1452 126 302 0 1801 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8424

[startup+0.101074 s]
/proc/loadavg: 1.00 0.97 0.98 3/77 6009
/proc/meminfo: memFree=1399984/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=8176 CPUtime=0.09
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 2418 0 0 0 7 2 0 0 18 0 1 0 380058773 8372224 1642 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 2044 1642 128 302 0 1739 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8176

[startup+0.301094 s]
/proc/loadavg: 1.00 0.97 0.98 3/77 6009
/proc/meminfo: memFree=1399984/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=12784 CPUtime=0.28
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 3625 0 0 0 26 2 0 0 19 0 1 0 380058773 13090816 2751 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 3196 2751 129 302 0 2891 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12784

[startup+0.701136 s]
/proc/loadavg: 1.00 0.97 0.98 3/77 6009
/proc/meminfo: memFree=1399984/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=22240 CPUtime=0.69
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 6171 0 0 0 65 4 0 0 22 0 1 0 380058773 22773760 4911 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 5560 4911 129 302 0 5255 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22240

[startup+1.50122 s]
/proc/loadavg: 1.08 0.99 0.99 2/78 6010
/proc/meminfo: memFree=1374376/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=40260 CPUtime=1.49
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 11074 0 0 0 141 8 0 0 25 0 1 0 380058773 41226240 9301 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 10065 9301 129 302 0 9760 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40260

[startup+3.10139 s]
/proc/loadavg: 1.08 0.99 0.99 2/78 6010
/proc/meminfo: memFree=1349672/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=77092 CPUtime=3.09
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 21026 0 0 0 295 14 0 0 25 0 1 0 380058773 78942208 18228 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134533777 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 19273 18228 129 302 0 18968 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77092

[startup+6.30172 s]
/proc/loadavg: 1.08 0.99 0.99 2/78 6010
/proc/meminfo: memFree=1276904/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=151548 CPUtime=6.29
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 41151 0 0 0 604 25 0 0 25 0 1 0 380058773 155185152 36304 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 37887 36305 129 302 0 37582 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 151548

[startup+12.7014 s]
/proc/loadavg: 1.07 0.99 0.99 2/78 6010
/proc/meminfo: memFree=1220776/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=183516 CPUtime=12.68
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 49778 0 0 0 1234 34 0 0 25 0 1 0 380058773 187920384 44931 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 45879 44931 140 302 0 45574 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 183516

[startup+25.5017 s]
/proc/loadavg: 1.06 0.99 0.99 2/78 6010
/proc/meminfo: memFree=1219176/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=185072 CPUtime=25.48
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 50182 0 0 0 2508 40 0 0 25 0 1 0 380058773 189513728 45302 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 46268 45302 140 302 0 45963 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 185072

[startup+51.1014 s]
/proc/loadavg: 1.04 0.99 0.99 2/78 6010
/proc/meminfo: memFree=1217000/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=187244 CPUtime=51.07
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 50748 0 0 0 5056 51 0 0 25 0 1 0 380058773 191737856 45868 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 46811 45868 140 302 0 46506 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 187244

[startup+102.306 s]
/proc/loadavg: 1.01 0.99 0.99 2/78 6010
/proc/meminfo: memFree=1213096/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=191204 CPUtime=102.26
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 51756 0 0 0 10162 64 0 0 25 0 1 0 380058773 195792896 46843 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 47801 46843 140 302 0 47496 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 191204

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6010
/proc/meminfo: memFree=1209192/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=195256 CPUtime=162.23
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 52801 0 0 0 16148 75 0 0 25 0 1 0 380058773 199942144 47823 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 48814 47823 140 302 0 48509 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 195256

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6010
/proc/meminfo: memFree=1205480/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=198776 CPUtime=222.22
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 53706 0 0 0 22135 87 0 0 25 0 1 0 380058773 203546624 48728 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 49694 48728 140 302 0 49389 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 198776

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 6010
/proc/meminfo: memFree=1202152/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=202192 CPUtime=282.2
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 54563 0 0 0 28123 97 0 0 25 0 1 0 380058773 207044608 49585 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 50548 49585 140 302 0 50243 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 202192

[startup+342.302 s]
/proc/loadavg: 1.06 1.00 0.99 2/78 6010
/proc/meminfo: memFree=1198696/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=205568 CPUtime=342.19
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 55411 0 0 0 34115 104 0 0 25 0 1 0 380058773 210501632 50433 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 51392 50433 140 302 0 51087 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 205568

[startup+402.302 s]
/proc/loadavg: 1.02 1.00 0.99 2/78 6010
/proc/meminfo: memFree=1194984/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=209672 CPUtime=402.17
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 56469 0 0 0 40103 114 0 0 25 0 1 0 380058773 214704128 51362 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 52418 51362 140 302 0 52113 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 209672

[startup+462.301 s]
/proc/loadavg: 1.01 1.00 0.99 2/78 6010
/proc/meminfo: memFree=1191336/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=213276 CPUtime=462.16
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 57367 0 0 0 46094 122 0 0 25 0 1 0 380058773 218394624 52260 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 53319 52260 140 302 0 53014 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 213276

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 6010
/proc/meminfo: memFree=1187816/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=216768 CPUtime=522.14
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 58255 0 0 0 52086 128 0 0 25 0 1 0 380058773 221970432 53148 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 54192 53148 140 302 0 53887 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 216768

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 6010
/proc/meminfo: memFree=1183656/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=220820 CPUtime=582.11
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 59279 0 0 0 58076 135 0 0 25 0 1 0 380058773 226119680 54172 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 55205 54172 140 302 0 54900 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 220820

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 6010
/proc/meminfo: memFree=1179240/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=225252 CPUtime=642.1
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 60397 0 0 0 64066 144 0 0 25 0 1 0 380058773 230658048 55290 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 56313 55290 140 302 0 56008 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 225252

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 6010
/proc/meminfo: memFree=1173928/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=230604 CPUtime=702.09
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 61726 0 0 0 70059 150 0 0 25 0 1 0 380058773 236138496 56612 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 57651 56612 140 302 0 57346 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 230604

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 6010
/proc/meminfo: memFree=1168424/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=236072 CPUtime=762.07
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 63097 0 0 0 76051 156 0 0 25 0 1 0 380058773 241737728 57983 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 59018 57983 140 302 0 58713 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 236072

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 6010
/proc/meminfo: memFree=1162856/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=241668 CPUtime=822.06
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 64521 0 0 0 82044 162 0 0 25 0 1 0 380058773 247468032 59407 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 60417 59407 140 302 0 60112 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 241668

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 6010
/proc/meminfo: memFree=1156840/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=247592 CPUtime=882.03
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 66005 0 0 0 88035 168 0 0 25 0 1 0 380058773 253534208 60891 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 61898 60891 140 302 0 61593 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 247592

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 6010
/proc/meminfo: memFree=1152808/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=251624 CPUtime=942.01
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 67021 0 0 0 94029 172 0 0 25 0 1 0 380058773 257662976 61907 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 62906 61907 140 302 0 62601 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 251624

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 6010
/proc/meminfo: memFree=1147240/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=257112 CPUtime=1002
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 68387 0 0 0 100021 179 0 0 25 0 1 0 380058773 263282688 63273 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 64278 63273 140 302 0 63973 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 257112

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 6010
/proc/meminfo: memFree=1140392/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=263960 CPUtime=1061.98
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 70137 0 0 0 106013 185 0 0 25 0 1 0 380058773 270295040 65023 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526719 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 65990 65023 140 302 0 65685 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 263960

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 6010
/proc/meminfo: memFree=1134696/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=269556 CPUtime=1121.97
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 71538 0 0 0 112008 189 0 0 25 0 1 0 380058773 276025344 66424 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 67389 66424 140 302 0 67084 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 269556

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 6010
/proc/meminfo: memFree=1129576/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=275800 CPUtime=1181.94
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 73092 0 0 0 118000 194 0 0 25 0 1 0 380058773 282419200 67721 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 68950 67721 140 302 0 68645 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 275800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 6010
/proc/meminfo: memFree=1127976/2055920 swapFree=4153164/4192956
[pid=6009] ppid=6007 vsize=277252 CPUtime=1200.04
/proc/6009/stat : 6009 (Spear-32) R 6007 6009 5711 0 -1 4194304 73467 0 0 0 119809 195 0 0 25 0 1 0 380058773 283906048 68096 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6009/statm: 69313 68096 140 302 0 69008 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 277252

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.45
CPU time (s): 1200.1
CPU user time (s): 1198.1
CPU system time (s): 2.00069
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 277252

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

runsolver used 1.39079 second user time and 2.98555 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Sun Mar 11 08:17:18 UTC 2007

IDJOB= 334940
IDBENCH= 24639
IDSOLVER= 132
FILE ID= node2/334940-1173601030

PBS_JOBID= 4101251

Free space on /tmp= 66466 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-FIFO.used-as.sat04-991.sat05-4192.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334940-1173601030/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/334940-1173601030/instance-334940-1173601030.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-334940-1173601030 -o ROOT/results/node2/solver-334940-1173601030 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334940-1173601030/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/334940-1173601030/instance-334940-1173601030.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  41f1c0479c607ce4a810d6cbab59e2f9

RANDOM SEED= 191216037

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:       1400392 kB
Buffers:         46864 kB
Cached:         524152 kB
SwapCached:       2496 kB
Active:         432044 kB
Inactive:       161672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1400392 kB
SwapTotal:     4192956 kB
SwapFree:      4153164 kB
Dirty:           53768 kB
Writeback:           0 kB
Mapped:          30080 kB
Slab:            47240 kB
Committed_AS:  1679524 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= 66466 MiB

End job on node2 on Sun Mar 11 08:37:21 UTC 2007