Trace number 328633

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Spear FHS 1.0? (TO) 1200.12 1200.47

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k55.cnf
MD5SUMe850121a2405d7beb915ee732c9c806c
Bench CategoryINDUST (industrial 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 variables39862
Number of clauses152915
Sum of the clauses size414137
Maximum clause length37
Minimum clause length1
Number of clauses of size 1733
Number of clauses of size 274251
Number of clauses of size 372070
Number of clauses of size 4306
Number of clauses of size 5585
Number of clauses of size over 54970

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/328633-1173119796/instance-328633-1173119796.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-328633-1173119796 -o ROOT/results/node17/solver-328633-1173119796 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328633-1173119796/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/328633-1173119796/instance-328633-1173119796.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.41 0.16 0.06 3/77 21173
/proc/meminfo: memFree=1657416/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=1396 CPUtime=0
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 331933899 1429504 138 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 349 138 121 302 0 44 0

[startup+0.099677 s]
/proc/loadavg: 0.41 0.16 0.06 3/77 21173
/proc/meminfo: memFree=1657416/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=4652 CPUtime=0.09
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 964 0 0 0 9 0 0 0 18 0 1 0 331933899 4763648 842 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 1163 842 129 302 0 858 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4652

[startup+0.101676 s]
/proc/loadavg: 0.41 0.16 0.06 3/77 21173
/proc/meminfo: memFree=1657416/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=4652 CPUtime=0.09
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 966 0 0 0 9 0 0 0 18 0 1 0 331933899 4763648 844 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 1163 844 129 302 0 858 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4652

[startup+0.301697 s]
/proc/loadavg: 0.41 0.16 0.06 3/77 21173
/proc/meminfo: memFree=1657416/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=10376 CPUtime=0.29
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 2702 0 0 0 28 1 0 0 19 0 1 0 331933899 10625024 2272 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 2594 2272 129 302 0 2289 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10376

[startup+0.701739 s]
/proc/loadavg: 0.41 0.16 0.06 3/77 21173
/proc/meminfo: memFree=1657416/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=16156 CPUtime=0.69
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 4414 0 0 0 67 2 0 0 23 0 1 0 331933899 16543744 3371 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 4039 3371 140 302 0 3734 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16156

[startup+1.50182 s]
/proc/loadavg: 0.41 0.16 0.06 2/78 21174
/proc/meminfo: memFree=1643904/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=16932 CPUtime=1.48
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 4612 0 0 0 146 2 0 0 25 0 1 0 331933899 17338368 3569 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 4233 3569 140 302 0 3928 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16932

[startup+3.10299 s]
/proc/loadavg: 0.45 0.18 0.06 2/78 21174
/proc/meminfo: memFree=1643136/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=17712 CPUtime=3.09
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 4803 0 0 0 306 3 0 0 25 0 1 0 331933899 18137088 3760 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 4428 3760 140 302 0 4123 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17712

[startup+6.30132 s]
/proc/loadavg: 0.45 0.18 0.06 2/78 21174
/proc/meminfo: memFree=1641088/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=19564 CPUtime=6.29
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 5276 0 0 0 624 5 0 0 25 0 1 0 331933899 20033536 4233 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527154 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 4891 4233 140 302 0 4586 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19564

[startup+12.702 s]
/proc/loadavg: 0.54 0.20 0.07 2/78 21174
/proc/meminfo: memFree=1637824/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=23128 CPUtime=12.69
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 6148 0 0 0 1262 7 0 0 25 0 1 0 331933899 23683072 5105 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 5782 5105 140 302 0 5477 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23128

[startup+25.5013 s]
/proc/loadavg: 0.61 0.23 0.08 2/78 21174
/proc/meminfo: memFree=1628928/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=31484 CPUtime=25.48
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 8262 0 0 0 2536 12 0 0 25 0 1 0 331933899 32239616 7186 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 7871 7186 140 302 0 7566 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31484

[startup+51.102 s]
/proc/loadavg: 0.74 0.29 0.10 2/78 21174
/proc/meminfo: memFree=1618496/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=42068 CPUtime=51.07
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 10905 0 0 0 5090 17 0 0 25 0 1 0 331933899 43077632 9829 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134539417 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 10517 9829 140 302 0 10212 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42068

[startup+102.305 s]
/proc/loadavg: 0.89 0.41 0.15 2/78 21174
/proc/meminfo: memFree=1597120/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=63336 CPUtime=102.25
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 16249 0 0 0 10200 25 0 0 25 0 1 0 331933899 64856064 15108 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 15834 15108 140 302 0 15529 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 63336

[startup+162.301 s]
/proc/loadavg: 0.96 0.51 0.20 2/78 21174
/proc/meminfo: memFree=1570944/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=89676 CPUtime=162.23
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 22867 0 0 0 16185 38 0 0 25 0 1 0 331933899 91828224 21726 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526825 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 22419 21726 140 302 0 22114 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 89676

[startup+222.302 s]
/proc/loadavg: 0.98 0.60 0.25 2/78 21174
/proc/meminfo: memFree=1534464/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=125648 CPUtime=222.22
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 31866 0 0 0 22170 52 0 0 25 0 1 0 331933899 128663552 30725 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 31412 30725 140 302 0 31107 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 125648

[startup+282.302 s]
/proc/loadavg: 0.99 0.66 0.29 2/78 21174
/proc/meminfo: memFree=1511552/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=149236 CPUtime=282.21
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 37831 0 0 0 28157 64 0 0 25 0 1 0 331933899 152817664 36525 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 37309 36525 140 302 0 37004 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 149236

[startup+342.301 s]
/proc/loadavg: 0.99 0.73 0.33 2/78 21174
/proc/meminfo: memFree=1493824/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=166564 CPUtime=342.19
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 42197 0 0 0 34147 72 0 0 25 0 1 0 331933899 170561536 40878 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 41641 40878 140 302 0 41336 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 166564

[startup+402.301 s]
/proc/loadavg: 0.99 0.77 0.37 2/78 21176
/proc/meminfo: memFree=1477888/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=182628 CPUtime=402.16
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 46238 0 0 0 40138 78 0 0 25 0 1 0 331933899 187011072 44918 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 45657 44918 140 302 0 45352 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 182628

[startup+462.302 s]
/proc/loadavg: 0.99 0.81 0.41 2/78 21176
/proc/meminfo: memFree=1458688/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=201684 CPUtime=462.15
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 50996 0 0 0 46129 86 0 0 25 0 1 0 331933899 206524416 49676 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 50421 49676 140 302 0 50116 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 201684

[startup+522.302 s]
/proc/loadavg: 0.99 0.84 0.44 2/78 21176
/proc/meminfo: memFree=1445056/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=215320 CPUtime=522.13
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 54433 0 0 0 52118 95 0 0 25 0 1 0 331933899 220487680 53106 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 53830 53106 140 302 0 53525 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 215320

[startup+582.302 s]
/proc/loadavg: 0.99 0.87 0.48 2/78 21176
/proc/meminfo: memFree=1431872/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=228260 CPUtime=582.11
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 57680 0 0 0 58109 102 0 0 25 0 1 0 331933899 233738240 56353 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 57065 56353 140 302 0 56760 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 228260

[startup+642.301 s]
/proc/loadavg: 0.99 0.89 0.50 2/78 21176
/proc/meminfo: memFree=1417344/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=242592 CPUtime=642.11
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 61285 0 0 0 64101 110 0 0 25 0 1 0 331933899 248414208 59958 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526876 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 60648 59958 140 302 0 60343 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 242592

[startup+702.301 s]
/proc/loadavg: 0.99 0.91 0.53 2/78 21176
/proc/meminfo: memFree=1403136/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=256808 CPUtime=702.09
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 64901 0 0 0 70089 120 0 0 25 0 1 0 331933899 262971392 63528 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 64202 63528 140 302 0 63897 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 256808

[startup+762.306 s]
/proc/loadavg: 0.99 0.92 0.56 2/78 21176
/proc/meminfo: memFree=1388992/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=271656 CPUtime=762.07
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 68762 0 0 0 76079 128 0 0 25 0 1 0 331933899 278175744 67003 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 67914 67003 140 302 0 67609 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 271656

[startup+822.302 s]
/proc/loadavg: 0.99 0.93 0.58 2/78 21176
/proc/meminfo: memFree=1376448/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=284276 CPUtime=822.05
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 71934 0 0 0 82071 134 0 0 25 0 1 0 331933899 291098624 70171 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 71069 70171 140 302 0 70764 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 284276

[startup+882.302 s]
/proc/loadavg: 0.99 0.94 0.61 2/78 21176
/proc/meminfo: memFree=1363712/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=296888 CPUtime=882.04
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 75080 0 0 0 88060 144 0 0 25 0 1 0 331933899 304013312 73317 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 74222 73317 140 302 0 73917 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 296888

[startup+942.301 s]
/proc/loadavg: 0.99 0.95 0.63 2/78 21176
/proc/meminfo: memFree=1350912/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=309684 CPUtime=942.01
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 78295 0 0 0 94050 151 0 0 25 0 1 0 331933899 317116416 76532 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 77421 76532 140 302 0 77116 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 309684

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.65 2/78 21176
/proc/meminfo: memFree=1336000/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=324524 CPUtime=1002
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 82014 0 0 0 100042 158 0 0 25 0 1 0 331933899 332312576 80251 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526730 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 81131 80251 140 302 0 80826 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 324524

[startup+1062.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/78 21176
/proc/meminfo: memFree=1321664/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=338860 CPUtime=1061.98
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 85631 0 0 0 106035 163 0 0 25 0 1 0 331933899 346992640 83868 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 84715 83868 140 302 0 84410 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 338860

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.68 2/78 21176
/proc/meminfo: memFree=1307200/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=353264 CPUtime=1121.96
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 89221 0 0 0 112027 169 0 0 25 0 1 0 331933899 361742336 87458 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 88316 87458 140 302 0 88011 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 353264

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.70 2/78 21176
/proc/meminfo: memFree=1293504/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=367036 CPUtime=1181.95
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 92670 0 0 0 118019 176 0 0 25 0 1 0 331933899 375844864 90907 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 91759 90907 140 302 0 91454 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 367036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.71 2/78 21176
/proc/meminfo: memFree=1289024/2055920 swapFree=4168648/4192956
[pid=21173] ppid=21171 vsize=371252 CPUtime=1200.05
/proc/21173/stat : 21173 (Spear-32) R 21171 21173 21072 0 -1 4194304 93727 0 0 0 119827 178 0 0 25 0 1 0 331933899 380162048 91964 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21173/statm: 92813 91964 140 302 0 92508 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 371252

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

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

runsolver used 1.34879 second user time and 3.01454 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Mon Mar  5 18:36:37 UTC 2007

IDJOB= 328633
IDBENCH= 20520
IDSOLVER= 131
FILE ID= node17/328633-1173119796

PBS_JOBID= 4014946

Free space on /tmp= 66524 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k55.cnf
COMMAND LINE= /tmp/evaluation/328633-1173119796/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/328633-1173119796/instance-328633-1173119796.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-328633-1173119796 -o ROOT/results/node17/solver-328633-1173119796 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328633-1173119796/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/328633-1173119796/instance-328633-1173119796.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  e850121a2405d7beb915ee732c9c806c

RANDOM SEED= 67576082

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:       1657760 kB
Buffers:         37052 kB
Cached:         287212 kB
SwapCached:       2680 kB
Active:          76212 kB
Inactive:       270884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657760 kB
SwapTotal:     4192956 kB
SwapFree:      4168648 kB
Dirty:            5320 kB
Writeback:           0 kB
Mapped:          30164 kB
Slab:            36576 kB
Committed_AS:  1369204 kB
PageTables:       1748 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= 66524 MiB

End job on node17 on Mon Mar  5 18:56:39 UTC 2007