Trace number 333679

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

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-3cage-unsat-9-14.sat05-2589.reshuffled-07.cnf
MD5SUM4e736dbc376aed9798860699ef195d83
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.001998
Satisfiable
(Un)Satisfiability was proved
Number of variables87
Number of clauses232
Sum of the clauses size696
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3232
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/333679-1173525515/instance-333679-1173525515.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/node17/watcher-333679-1173525515 -o ROOT/results/node17/solver-333679-1173525515 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333679-1173525515/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/333679-1173525515/instance-333679-1173525515.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.99 0.97 0.99 3/77 24312
/proc/meminfo: memFree=1381496/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=1396 CPUtime=0
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 372505744 1429504 167 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 349 167 140 302 0 44 0

[startup+0.043866 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 24312
/proc/meminfo: memFree=1381496/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=1656 CPUtime=0.04
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 234 0 0 0 4 0 0 0 18 0 1 0 372505744 1695744 218 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 414 218 140 302 0 109 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1656

[startup+0.101871 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 24312
/proc/meminfo: memFree=1381496/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=1916 CPUtime=0.09
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 295 0 0 0 9 0 0 0 18 0 1 0 372505744 1961984 279 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 479 279 140 302 0 174 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1916

[startup+0.301891 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 24312
/proc/meminfo: memFree=1381496/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=2436 CPUtime=0.29
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 439 0 0 0 29 0 0 0 19 0 1 0 372505744 2494464 423 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 609 423 140 302 0 304 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2436

[startup+0.701933 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 24312
/proc/meminfo: memFree=1381496/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=3088 CPUtime=0.69
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 616 0 0 0 68 1 0 0 23 0 1 0 372505744 3162112 600 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 772 600 140 302 0 467 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3088

[startup+1.50202 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1379248/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=3996 CPUtime=1.49
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 818 0 0 0 148 1 0 0 25 0 1 0 372505744 4091904 802 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 999 802 140 302 0 694 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3996

[startup+3.10118 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1378160/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=5356 CPUtime=3.09
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 1149 0 0 0 306 3 0 0 25 0 1 0 372505744 5484544 1100 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 1339 1100 140 302 0 1034 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5356

[startup+6.30152 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1375920/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=7352 CPUtime=6.29
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 1656 0 0 0 625 4 0 0 25 0 1 0 372505744 7528448 1607 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 1838 1607 140 302 0 1533 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7352

[startup+12.7012 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1373104/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=10100 CPUtime=12.69
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 2313 0 0 0 1262 7 0 0 25 0 1 0 372505744 10342400 2199 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 2525 2199 140 302 0 2220 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10100

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1369904/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=13384 CPUtime=25.48
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 3093 0 0 0 2537 11 0 0 25 0 1 0 372505744 13705216 2979 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 3346 2979 140 302 0 3041 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13384

[startup+51.1012 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1366064/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=17844 CPUtime=51.08
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 4173 0 0 0 5090 18 0 0 25 0 1 0 372505744 18272256 3930 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 4461 3930 140 302 0 4156 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 17844

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1359856/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=24368 CPUtime=102.27
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 5704 0 0 0 10199 28 0 0 25 0 1 0 372505744 24952832 5461 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 6092 5461 140 302 0 5787 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 24368

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1356464/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=27588 CPUtime=162.25
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 6543 0 0 0 16188 37 0 0 25 0 1 0 372505744 28250112 6300 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 6897 6300 140 302 0 6592 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 27588

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1353904/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=31064 CPUtime=222.24
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 7445 0 0 0 22180 44 0 0 25 0 1 0 372505744 31809536 6945 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 7766 6945 140 302 0 7461 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 31064

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1350448/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=35188 CPUtime=282.22
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 8310 0 0 0 28173 49 0 0 25 0 1 0 372505744 36032512 7810 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527163 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 8797 7810 140 302 0 8492 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 35188

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1347888/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=38016 CPUtime=342.2
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 8943 0 0 0 34165 55 0 0 25 0 1 0 372505744 38928384 8443 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 9504 8443 140 302 0 9199 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 38016

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1345776/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=40204 CPUtime=402.19
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 9464 0 0 0 40157 62 0 0 25 0 1 0 372505744 41168896 8964 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 10051 8964 140 302 0 9746 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 40204

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1344048/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=41912 CPUtime=462.17
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 9916 0 0 0 46151 66 0 0 25 0 1 0 372505744 42917888 9416 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526761 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 10478 9416 140 302 0 10173 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 41912

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1342384/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=43328 CPUtime=522.15
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 10317 0 0 0 52143 72 0 0 25 0 1 0 372505744 44367872 9817 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 10832 9817 140 302 0 10527 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 43328

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1340848/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=44992 CPUtime=582.14
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 10709 0 0 0 58135 79 0 0 25 0 1 0 372505744 46071808 10209 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 11248 10209 140 302 0 10943 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 44992

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1338608/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=47308 CPUtime=642.13
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 11254 0 0 0 64129 84 0 0 25 0 1 0 372505744 48443392 10754 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526758 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 11827 10754 140 302 0 11522 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 47308

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1336752/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=49404 CPUtime=702.11
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 11722 0 0 0 70122 89 0 0 25 0 1 0 372505744 50589696 11222 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 12351 11222 140 302 0 12046 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 49404

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1333936/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=52232 CPUtime=762.1
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 12396 0 0 0 76115 95 0 0 25 0 1 0 372505744 53485568 11896 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 13058 11896 140 302 0 12753 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 52232

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1332336/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=53900 CPUtime=822.08
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 12795 0 0 0 82110 98 0 0 25 0 1 0 372505744 55193600 12295 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 13475 12295 140 302 0 13170 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 53900

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1330544/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=55956 CPUtime=882.06
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 13241 0 0 0 88104 102 0 0 25 0 1 0 372505744 57298944 12741 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 13989 12741 140 302 0 13684 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 55956

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1328816/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=60188 CPUtime=942.05
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 14187 0 0 0 94098 107 0 0 25 0 1 0 372505744 61632512 13174 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 15047 13174 140 302 0 14742 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 60188

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1327088/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=61732 CPUtime=1002.03
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 14608 0 0 0 100091 112 0 0 25 0 1 0 372505744 63213568 13595 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 15433 13595 140 302 0 15128 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 61732

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1325744/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=63144 CPUtime=1062.02
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 14966 0 0 0 106086 116 0 0 25 0 1 0 372505744 64659456 13953 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526708 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 15786 13953 140 302 0 15481 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 63144

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1323760/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=65840 CPUtime=1122.01
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 15456 0 0 0 112080 121 0 0 25 0 1 0 372505744 67420160 14443 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 16460 14443 140 302 0 16155 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 65840

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1322288/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=67148 CPUtime=1181.99
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 15822 0 0 0 118075 124 0 0 25 0 1 0 372505744 68759552 14809 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 16787 14809 140 302 0 16482 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 67148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 24313
/proc/meminfo: memFree=1321840/2055920 swapFree=4168576/4192956
[pid=24312] ppid=24310 vsize=67536 CPUtime=1200.08
/proc/24312/stat : 24312 (Spear-32) R 24310 24312 23365 0 -1 4194304 15922 0 0 0 119884 124 0 0 25 0 1 0 372505744 69156864 14909 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24312/statm: 16884 14909 140 302 0 16579 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 67536

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.42
CPU time (s): 1200.11
CPU user time (s): 1198.85
CPU system time (s): 1.25881
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 67536

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

runsolver used 1.2918 second user time and 3.08453 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Mar 10 11:18:35 UTC 2007

IDJOB= 333679
IDBENCH= 24609
IDSOLVER= 131
FILE ID= node17/333679-1173525515

PBS_JOBID= 4101138

Free space on /tmp= 66532 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/jarvisalo/mod2-3cage-unsat-9-14.sat05-2589.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/333679-1173525515/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/333679-1173525515/instance-333679-1173525515.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-333679-1173525515 -o ROOT/results/node17/solver-333679-1173525515 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333679-1173525515/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/333679-1173525515/instance-333679-1173525515.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4e736dbc376aed9798860699ef195d83

RANDOM SEED= 242785160

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.229
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.229
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:       1381904 kB
Buffers:         51952 kB
Cached:         527140 kB
SwapCached:       2172 kB
Active:         293280 kB
Inactive:       308860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1381904 kB
SwapTotal:     4192956 kB
SwapFree:      4168576 kB
Dirty:            1640 kB
Writeback:           0 kB
Mapped:          30908 kB
Slab:            57420 kB
Committed_AS:  1462340 kB
PageTables:       1752 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= 66532 MiB

End job on node17 on Sat Mar 10 11:38:38 UTC 2007