Trace number 335485

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Spear FHS 1.0? (TO) 1200.11 1200.54

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-fphp-016-015.sat05-1230.reshuffled-07.cnf
MD5SUM8933f4efeee309724bfa107bfc7974e9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark36.8504
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of clauses3496
Sum of the clauses size7200
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23480
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 516

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/335485-1173628446/instance-335485-1173628446.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/node14/watcher-335485-1173628446 -o ROOT/results/node14/solver-335485-1173628446 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335485-1173628446/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/335485-1173628446/instance-335485-1173628446.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 1.08 3/77 12173
/proc/meminfo: memFree=1418936/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=1528 CPUtime=0
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 198 0 0 0 0 0 0 0 18 0 1 0 382799035 1564672 182 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135271309 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 382 182 128 302 0 77 0

[startup+0.10384 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 12173
/proc/meminfo: memFree=1418936/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=2168 CPUtime=0.09
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 392 0 0 0 9 0 0 0 18 0 1 0 382799035 2220032 376 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 542 376 140 302 0 237 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2168

[startup+0.201847 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 12173
/proc/meminfo: memFree=1418936/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=2808 CPUtime=0.19
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 533 0 0 0 19 0 0 0 18 0 1 0 382799035 2875392 517 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 702 517 140 302 0 397 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 2808

[startup+0.301856 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 12173
/proc/meminfo: memFree=1418936/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=3196 CPUtime=0.29
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 646 0 0 0 28 1 0 0 19 0 1 0 382799035 3272704 630 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 799 630 140 302 0 494 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3196

[startup+0.701894 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 12173
/proc/meminfo: memFree=1418936/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=4628 CPUtime=0.69
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 992 0 0 0 68 1 0 0 23 0 1 0 382799035 4739072 976 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 1157 976 140 302 0 852 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4628

[startup+1.50197 s]
/proc/loadavg: 0.92 0.98 1.08 2/78 12174
/proc/meminfo: memFree=1414768/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=6436 CPUtime=1.49
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 1432 0 0 0 147 2 0 0 25 0 1 0 382799035 6590464 1416 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 1609 1416 140 302 0 1304 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6436

[startup+3.10112 s]
/proc/loadavg: 0.93 0.98 1.08 2/78 12174
/proc/meminfo: memFree=1412336/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=9520 CPUtime=3.09
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 2194 0 0 0 306 3 0 0 25 0 1 0 382799035 9748480 2178 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 2380 2178 140 302 0 2075 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9520

[startup+6.30242 s]
/proc/loadavg: 0.93 0.98 1.08 2/78 12174
/proc/meminfo: memFree=1407408/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=13544 CPUtime=6.29
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 3217 0 0 0 624 5 0 0 25 0 1 0 382799035 13869056 3168 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 3386 3168 140 302 0 3081 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13544

[startup+12.701 s]
/proc/loadavg: 0.94 0.98 1.08 2/78 12174
/proc/meminfo: memFree=1401008/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=19516 CPUtime=12.69
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 4711 0 0 0 1261 8 0 0 25 0 1 0 382799035 19984384 4662 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 4879 4662 140 302 0 4574 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19516

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 1.08 2/78 12174
/proc/meminfo: memFree=1391664/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=28888 CPUtime=25.48
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 7009 0 0 0 2536 12 0 0 25 0 1 0 382799035 29581312 6895 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 7222 6895 140 302 0 6917 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28888

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 1.08 2/78 12174
/proc/meminfo: memFree=1378480/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=42416 CPUtime=51.07
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 10315 0 0 0 5088 19 0 0 25 0 1 0 382799035 43433984 10201 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 10604 10201 140 302 0 10299 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42416

[startup+102.301 s]
/proc/loadavg: 0.98 0.98 1.07 2/78 12174
/proc/meminfo: memFree=1360560/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=60956 CPUtime=102.26
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 14855 0 0 0 10193 33 0 0 25 0 1 0 382799035 62418944 14612 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 15239 14612 140 302 0 14934 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 60956

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.07 2/78 12174
/proc/meminfo: memFree=1345072/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=76984 CPUtime=162.24
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 18741 0 0 0 16181 43 0 0 25 0 1 0 382799035 78831616 18498 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 19246 18498 140 302 0 18941 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 76984

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 1.06 2/78 12174
/proc/meminfo: memFree=1333744/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=89884 CPUtime=222.24
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 21799 0 0 0 22171 53 0 0 25 0 1 0 382799035 92041216 21299 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 22471 21299 140 302 0 22166 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 89884

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.06 2/78 12174
/proc/meminfo: memFree=1321840/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=102100 CPUtime=282.21
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 24799 0 0 0 28159 62 0 0 25 0 1 0 382799035 104550400 24299 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 25525 24299 140 302 0 25220 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 102100

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/78 12174
/proc/meminfo: memFree=1311344/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=112424 CPUtime=342.2
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 27401 0 0 0 34148 72 0 0 25 0 1 0 382799035 115122176 26901 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 28106 26901 140 302 0 27801 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 112424

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.05 2/78 12174
/proc/meminfo: memFree=1302192/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=121948 CPUtime=402.18
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 29714 0 0 0 40138 80 0 0 25 0 1 0 382799035 124874752 29214 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 30487 29214 140 302 0 30182 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 121948

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 1.04 2/84 12298
/proc/meminfo: memFree=1291888/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=130988 CPUtime=462.11
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 31938 0 0 0 46124 87 0 0 25 0 1 0 382799035 134131712 31438 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 32747 31438 140 302 0 32442 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 130988

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/78 12372
/proc/meminfo: memFree=1284784/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=139520 CPUtime=522.05
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 34011 0 0 0 52111 94 0 0 25 0 1 0 382799035 142868480 33511 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526825 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 34880 33511 140 302 0 34575 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 139520

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 1.03 2/78 12372
/proc/meminfo: memFree=1275440/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=148824 CPUtime=582.02
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 36338 0 0 0 58101 101 0 0 25 0 1 0 382799035 152395776 35838 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 37206 35838 140 302 0 36901 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 148824

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 1.02 2/78 12372
/proc/meminfo: memFree=1264752/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=159556 CPUtime=642.01
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 39009 0 0 0 64091 110 0 0 25 0 1 0 382799035 163385344 38509 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 39889 38509 140 302 0 39584 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 159556

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 1.02 2/78 12372
/proc/meminfo: memFree=1257392/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=166896 CPUtime=702
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 40817 0 0 0 70083 117 0 0 25 0 1 0 382799035 170901504 40317 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 41724 40317 140 302 0 41419 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 166896

[startup+762.302 s]
/proc/loadavg: 0.99 0.98 1.01 2/78 12372
/proc/meminfo: memFree=1250224/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=174300 CPUtime=761.99
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 42582 0 0 0 76075 124 0 0 25 0 1 0 382799035 178483200 42082 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 43575 42082 140 302 0 43270 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 174300

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 12372
/proc/meminfo: memFree=1243440/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=183048 CPUtime=821.97
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 44810 0 0 0 82067 130 0 0 25 0 1 0 382799035 187441152 43797 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 45762 43797 140 302 0 45457 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 183048

[startup+882.305 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 12372
/proc/meminfo: memFree=1238064/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=188592 CPUtime=881.95
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 46171 0 0 0 88059 136 0 0 25 0 1 0 382799035 193118208 45158 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526967 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 47148 45158 140 302 0 46843 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 188592

[startup+942.302 s]
/proc/loadavg: 1.06 1.00 1.00 2/78 12372
/proc/meminfo: memFree=1230576/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=196412 CPUtime=941.93
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 48064 0 0 0 94051 142 0 0 25 0 1 0 382799035 201125888 47051 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 49103 47051 140 302 0 48798 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 196412

[startup+1002.3 s]
/proc/loadavg: 1.07 1.01 1.00 2/78 12372
/proc/meminfo: memFree=1222704/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=204248 CPUtime=1001.91
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 50012 0 0 0 100043 148 0 0 25 0 1 0 382799035 209149952 48999 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 51062 48999 140 302 0 50757 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 204248

[startup+1062.3 s]
/proc/loadavg: 1.08 1.03 1.00 2/78 12372
/proc/meminfo: memFree=1216048/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=211160 CPUtime=1061.89
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 51704 0 0 0 106035 154 0 0 25 0 1 0 382799035 216227840 50691 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 52790 50691 140 302 0 52485 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 211160

[startup+1122.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/78 12372
/proc/meminfo: memFree=1209904/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=217552 CPUtime=1121.88
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 53215 0 0 0 112028 160 0 0 25 0 1 0 382799035 222773248 52202 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527163 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 54388 52202 140 302 0 54083 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 217552

[startup+1182.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/78 12372
/proc/meminfo: memFree=1203504/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=224156 CPUtime=1181.87
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 54826 0 0 0 118022 165 0 0 25 0 1 0 382799035 229535744 53813 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 56039 53813 140 302 0 55734 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 224156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.04 1.03 1.00 2/78 12372
/proc/meminfo: memFree=1201264/2055920 swapFree=4146600/4192956
[pid=12173] ppid=12171 vsize=226228 CPUtime=1200.06
/proc/12173/stat : 12173 (Spear-32) R 12171 12173 10979 0 -1 4194304 55365 0 0 0 119839 167 0 0 25 0 1 0 382799035 231657472 54352 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12173/statm: 56557 54352 140 302 0 56252 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 226228

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.54
CPU time (s): 1200.11
CPU user time (s): 1198.4
CPU system time (s): 1.71274
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 226228

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

runsolver used 1.24881 second user time and 3.12652 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Sun Mar 11 15:54:06 UTC 2007

IDJOB= 335485
IDBENCH= 24652
IDSOLVER= 131
FILE ID= node14/335485-1173628446

PBS_JOBID= 4101272

Free space on /tmp= 66471 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/harder-fphp-016-015.sat05-1230.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335485-1173628446/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/335485-1173628446/instance-335485-1173628446.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-335485-1173628446 -o ROOT/results/node14/solver-335485-1173628446 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335485-1173628446/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/335485-1173628446/instance-335485-1173628446.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  8933f4efeee309724bfa107bfc7974e9

RANDOM SEED= 374047546

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.216
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.216
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:       1419344 kB
Buffers:         55388 kB
Cached:         486676 kB
SwapCached:      14992 kB
Active:         202040 kB
Inactive:       363040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1419344 kB
SwapTotal:     4192956 kB
SwapFree:      4146600 kB
Dirty:            1652 kB
Writeback:           0 kB
Mapped:          29696 kB
Slab:            57076 kB
Committed_AS:  1301388 kB
PageTables:       1736 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= 66471 MiB

End job on node14 on Sun Mar 11 16:14:09 UTC 2007