Trace number 339391

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.03 1200.22

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2c-rand3bip-sat-210-3.sat05-2475.reshuffled-07.cnf
MD5SUM3eaa6f3feb0ec3466c3c6ca585bd4a02
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.4212
Satisfiable
(Un)Satisfiability was proved
Number of variables298
Number of clauses2176
Sum of the clauses size9824
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41312
Number of clauses of size 5608
Number of clauses of size over 5256

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/339391-1173703923/instance-339391-1173703923.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/node16/watcher-339391-1173703923 -o ROOT/results/node16/solver-339391-1173703923 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339391-1173703923/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/339391-1173703923/instance-339391-1173703923.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: 2.00 1.87 1.47 3/77 6793
/proc/meminfo: memFree=1718048/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=1528 CPUtime=0
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 190 0 0 0 0 0 0 0 18 0 1 0 390346612 1564672 174 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135271309 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 382 174 128 302 0 77 0

[startup+0.0432859 s]
/proc/loadavg: 2.00 1.87 1.47 3/77 6793
/proc/meminfo: memFree=1718048/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=1660 CPUtime=0.04
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 245 0 0 0 4 0 0 0 18 0 1 0 390346612 1699840 229 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 415 229 140 302 0 110 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1660

[startup+0.101278 s]
/proc/loadavg: 2.00 1.87 1.47 3/77 6793
/proc/meminfo: memFree=1718048/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=1804 CPUtime=0.09
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 283 0 0 0 9 0 0 0 18 0 1 0 390346612 1847296 267 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 451 267 140 302 0 146 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1804

[startup+0.301254 s]
/proc/loadavg: 2.00 1.87 1.47 3/77 6793
/proc/meminfo: memFree=1718048/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=2208 CPUtime=0.29
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 378 0 0 0 29 0 0 0 19 0 1 0 390346612 2260992 362 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 552 362 140 302 0 247 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2208

[startup+0.701206 s]
/proc/loadavg: 2.00 1.87 1.47 3/77 6793
/proc/meminfo: memFree=1718048/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=2788 CPUtime=0.69
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 520 0 0 0 68 1 0 0 23 0 1 0 390346612 2854912 504 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 697 504 140 302 0 392 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2788

[startup+1.50111 s]
/proc/loadavg: 2.00 1.87 1.47 2/78 6794
/proc/meminfo: memFree=1716184/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=3436 CPUtime=1.49
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 705 0 0 0 147 2 0 0 25 0 1 0 390346612 3518464 689 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 859 689 140 302 0 554 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3436

[startup+3.10192 s]
/proc/loadavg: 1.92 1.85 1.46 2/78 6794
/proc/meminfo: memFree=1715096/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=4620 CPUtime=3.09
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 992 0 0 0 306 3 0 0 25 0 1 0 390346612 4730880 976 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 1155 976 140 302 0 850 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4620

[startup+6.30253 s]
/proc/loadavg: 1.92 1.85 1.46 2/78 6794
/proc/meminfo: memFree=1713368/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=6164 CPUtime=6.29
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 1364 0 0 0 624 5 0 0 25 0 1 0 390346612 6311936 1315 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 1541 1315 140 302 0 1236 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6164

[startup+12.7018 s]
/proc/loadavg: 1.78 1.82 1.46 2/78 6794
/proc/meminfo: memFree=1711384/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=7872 CPUtime=12.69
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 1807 0 0 0 1263 6 0 0 25 0 1 0 390346612 8060928 1758 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 1968 1758 140 302 0 1663 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7872

[startup+25.5012 s]
/proc/loadavg: 1.66 1.80 1.45 2/78 6794
/proc/meminfo: memFree=1708760/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=10764 CPUtime=25.49
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 2525 0 0 0 2540 9 0 0 25 0 1 0 390346612 11022336 2411 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 2691 2411 140 302 0 2386 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10764

[startup+51.1011 s]
/proc/loadavg: 1.43 1.73 1.44 2/78 6794
/proc/meminfo: memFree=1704984/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=14544 CPUtime=51.09
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 3458 0 0 0 5096 13 0 0 25 0 1 0 390346612 14893056 3344 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 3636 3344 140 302 0 3331 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 14544

[startup+102.306 s]
/proc/loadavg: 1.17 1.61 1.41 2/78 6794
/proc/meminfo: memFree=1700248/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=19860 CPUtime=102.29
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 4748 0 0 0 10208 21 0 0 25 0 1 0 390346612 20336640 4505 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 4965 4505 140 302 0 4660 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 19860

[startup+162.302 s]
/proc/loadavg: 1.06 1.49 1.38 2/78 6794
/proc/meminfo: memFree=1696536/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=23428 CPUtime=162.29
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 5677 0 0 0 16202 27 0 0 25 0 1 0 390346612 23990272 5434 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 5857 5434 140 302 0 5552 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 23428

[startup+222.302 s]
/proc/loadavg: 1.02 1.40 1.36 2/78 6794
/proc/meminfo: memFree=1692888/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=27064 CPUtime=222.28
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 6570 0 0 0 22195 33 0 0 25 0 1 0 390346612 27713536 6327 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 6766 6327 140 302 0 6461 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 27064

[startup+282.301 s]
/proc/loadavg: 1.01 1.33 1.33 2/78 6794
/proc/meminfo: memFree=1689944/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=30156 CPUtime=282.27
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 7301 0 0 0 28189 38 0 0 25 0 1 0 390346612 30879744 7058 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 7539 7058 140 302 0 7234 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 30156

[startup+342.301 s]
/proc/loadavg: 1.00 1.26 1.31 2/78 6794
/proc/meminfo: memFree=1687512/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=32640 CPUtime=342.27
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 7894 0 0 0 34184 43 0 0 25 0 1 0 390346612 33423360 7651 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 8160 7651 140 302 0 7855 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 32640

[startup+402.303 s]
/proc/loadavg: 1.00 1.21 1.29 2/78 6794
/proc/meminfo: memFree=1685080/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=36032 CPUtime=402.27
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 8751 0 0 0 40178 49 0 0 25 0 1 0 390346612 36896768 8251 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 9008 8251 140 302 0 8703 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 36032

[startup+462.302 s]
/proc/loadavg: 1.00 1.17 1.26 2/78 6794
/proc/meminfo: memFree=1683224/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=38024 CPUtime=462.27
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 9241 0 0 0 46174 53 0 0 25 0 1 0 390346612 38936576 8741 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 9506 8741 140 302 0 9201 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 38024

[startup+522.301 s]
/proc/loadavg: 1.06 1.15 1.25 2/78 6794
/proc/meminfo: memFree=1680664/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=40632 CPUtime=522.26
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 9897 0 0 0 52169 57 0 0 25 0 1 0 390346612 41607168 9397 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 10158 9397 140 302 0 9853 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 40632

[startup+582.301 s]
/proc/loadavg: 1.02 1.12 1.23 2/84 6916
/proc/meminfo: memFree=1677408/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=42816 CPUtime=582.19
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 10387 0 0 0 58158 61 0 0 25 0 1 0 390346612 43843584 9887 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 10704 9887 140 302 0 10399 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 42816

[startup+642.302 s]
/proc/loadavg: 1.01 1.10 1.22 2/78 6992
/proc/meminfo: memFree=1676632/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=44480 CPUtime=642.15
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 10827 0 0 0 64149 66 0 0 25 0 1 0 390346612 45547520 10327 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 11120 10327 140 302 0 10815 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 44480

[startup+702.302 s]
/proc/loadavg: 1.00 1.08 1.20 2/78 6992
/proc/meminfo: memFree=1674968/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=46408 CPUtime=702.14
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 11251 0 0 0 70143 71 0 0 25 0 1 0 390346612 47521792 10751 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 11602 10751 140 302 0 11297 0
Current children cumulated CPU time (s) 702.14
Current children cumulated vsize (KiB) 46408

[startup+762.306 s]
/proc/loadavg: 1.00 1.06 1.18 2/78 6992
/proc/meminfo: memFree=1673368/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=47944 CPUtime=762.14
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 11653 0 0 0 76139 75 0 0 25 0 1 0 390346612 49094656 11153 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 11986 11153 140 302 0 11681 0
Current children cumulated CPU time (s) 762.14
Current children cumulated vsize (KiB) 47944

[startup+822.301 s]
/proc/loadavg: 1.00 1.05 1.17 2/78 6992
/proc/meminfo: memFree=1672024/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=49276 CPUtime=822.13
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 11997 0 0 0 82134 79 0 0 25 0 1 0 390346612 50458624 11497 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 12319 11497 140 302 0 12014 0
Current children cumulated CPU time (s) 822.13
Current children cumulated vsize (KiB) 49276

[startup+882.301 s]
/proc/loadavg: 1.00 1.04 1.16 2/78 6992
/proc/meminfo: memFree=1670360/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=51076 CPUtime=882.12
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 12407 0 0 0 88129 83 0 0 25 0 1 0 390346612 52301824 11907 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526730 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 12769 11907 140 302 0 12464 0
Current children cumulated CPU time (s) 882.12
Current children cumulated vsize (KiB) 51076

[startup+942.302 s]
/proc/loadavg: 1.00 1.03 1.15 2/78 6992
/proc/meminfo: memFree=1668824/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=52744 CPUtime=942.12
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 12825 0 0 0 94125 87 0 0 25 0 1 0 390346612 54009856 12325 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526721 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 13186 12325 140 302 0 12881 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 52744

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/78 6992
/proc/meminfo: memFree=1667160/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=54412 CPUtime=1002.12
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 13236 0 0 0 100120 92 0 0 25 0 1 0 390346612 55717888 12736 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 13603 12736 140 302 0 13298 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 54412

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/78 6992
/proc/meminfo: memFree=1664792/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=57680 CPUtime=1062.11
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 13827 0 0 0 106116 95 0 0 25 0 1 0 390346612 59064320 13327 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 14420 13327 140 302 0 14115 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 57680

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/78 6992
/proc/meminfo: memFree=1662616/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=59604 CPUtime=1122.11
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 14366 0 0 0 112112 99 0 0 25 0 1 0 390346612 61034496 13866 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 14901 13866 140 302 0 14596 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 59604

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/78 6992
/proc/meminfo: memFree=1660760/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=61796 CPUtime=1182.11
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 14837 0 0 0 118107 104 0 0 25 0 1 0 390346612 63279104 14337 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 15449 14337 140 302 0 15144 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 61796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.2 s]
/proc/loadavg: 1.00 1.00 1.10 2/78 6992
/proc/meminfo: memFree=1660248/2055920 swapFree=4159664/4192956
[pid=6793] ppid=6791 vsize=62316 CPUtime=1200.01
/proc/6793/stat : 6793 (Spear-32) R 6791 6793 4530 0 -1 4194304 14957 0 0 0 119896 105 0 0 25 0 1 0 390346612 63811584 14457 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6793/statm: 15579 14457 140 302 0 15274 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 62316

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.22
CPU time (s): 1200.03
CPU user time (s): 1198.96
CPU system time (s): 1.06784
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 62316

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

runsolver used 1.2948 second user time and 3.08053 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Mon Mar 12 12:52:03 UTC 2007

IDJOB= 339391
IDBENCH= 24745
IDSOLVER= 131
FILE ID= node16/339391-1173703923

PBS_JOBID= 4101480

Free space on /tmp= 66478 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/jarvisalo/mod2c-rand3bip-sat-210-3.sat05-2475.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339391-1173703923/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/339391-1173703923/instance-339391-1173703923.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-339391-1173703923 -o ROOT/results/node16/solver-339391-1173703923 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339391-1173703923/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/339391-1173703923/instance-339391-1173703923.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  3eaa6f3feb0ec3466c3c6ca585bd4a02

RANDOM SEED= 618109706

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.281
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.281
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:       1718456 kB
Buffers:         38292 kB
Cached:         225232 kB
SwapCached:       2084 kB
Active:         156344 kB
Inactive:       129844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718456 kB
SwapTotal:     4192956 kB
SwapFree:      4159664 kB
Dirty:            1612 kB
Writeback:           0 kB
Mapped:          30760 kB
Slab:            36912 kB
Committed_AS:  1458936 kB
PageTables:       1720 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= 66478 MiB

End job on node16 on Mon Mar 12 13:12:05 UTC 2007