Trace number 3493493

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
MiniUnsat2 2011-02-22? (TO) 1800.07 1800.02

General information on the benchmark

Namemus/marques-silva/software-verification/
dspam_dump_vc1093.cnf
MD5SUMb5791a653c2b08e4479efceeff76dde2
Bench CategoryMUS (MUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.36858
Satisfiable
(Un)Satisfiability was proved
Number of variables106648
Number of clauses337439
Sum of the clauses size896316
Maximum clause length3
Minimum clause length1
Number of clauses of size 12907
Number of clauses of size 2110187
Number of clauses of size 3224345
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3493493-1307810648/watcher-3493493-1307810648 -o /tmp/evaluation-result-3493493-1307810648/solver-3493493-1307810648 -C 1800 -W 1850 -M 7680 munsat2_release -rnd-seed=1691573624 -verb=0 HOME/instance-3493493-1307810648.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.19 2.11 4/180 13967
/proc/meminfo: memFree=31376584/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=19988 CPUtime=0 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 1647 0 0 0 0 0 0 0 23 0 1 0 971295473 20467712 1586 33554432000 4194304 4258824 140734689551504 18446744073709551615 260905054917 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 4997 1589 219 16 0 1639 0

[startup+0.0935261 s]
/proc/loadavg: 0.92 1.19 2.11 4/180 13967
/proc/meminfo: memFree=31376584/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=57324 CPUtime=0.08 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 10991 0 0 0 7 1 0 0 23 0 1 0 971295473 58699776 10930 33554432000 4194304 4258824 140734689551504 18446744073709551615 260905054917 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 14364 10932 219 16 0 11006 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 57324

[startup+0.100467 s]
/proc/loadavg: 0.92 1.19 2.11 4/180 13967
/proc/meminfo: memFree=31376584/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=61044 CPUtime=0.09 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 11679 0 0 0 8 1 0 0 23 0 1 0 971295473 62509056 11618 33554432000 4194304 4258824 140734689551504 18446744073709551615 260905054917 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 15261 11622 219 16 0 11903 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61044

[startup+0.300491 s]
/proc/loadavg: 0.92 1.19 2.11 4/180 13967
/proc/meminfo: memFree=31376584/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=91544 CPUtime=0.29 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 19265 0 0 0 27 2 0 0 25 0 1 0 971295473 93741056 18715 33554432000 4194304 4258824 140734689551504 18446744073709551615 260905054917 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 22886 18717 224 16 0 19528 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 91544

[startup+0.700361 s]
/proc/loadavg: 0.92 1.19 2.11 4/180 13967
/proc/meminfo: memFree=31376584/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=96300 CPUtime=0.69 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 20336 0 0 0 67 2 0 0 25 0 1 0 971295473 98611200 19638 33554432000 4194304 4258824 140734689551504 18446744073709551615 4218080 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 24075 19638 244 16 0 20717 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96300

[startup+1.50021 s]
/proc/loadavg: 0.92 1.19 2.11 5/190 13998
/proc/meminfo: memFree=30922584/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=98236 CPUtime=1.49 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 20869 0 0 0 146 3 0 0 25 0 1 0 971295473 100593664 20164 33554432000 4194304 4258824 140734689551504 18446744073709551615 4218080 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 24559 20164 244 16 0 21201 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98236

[startup+3.10092 s]
/proc/loadavg: 0.92 1.19 2.11 5/190 13998
/proc/meminfo: memFree=30850416/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=104524 CPUtime=3.09 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 21893 0 0 0 306 3 0 0 25 0 1 0 971295473 107032576 21160 33554432000 4194304 4258824 140734689551504 18446744073709551615 4225123 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 26131 21160 244 16 0 22773 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 104524

[startup+6.30033 s]
/proc/loadavg: 1.25 1.26 2.13 5/190 13998
/proc/meminfo: memFree=30839956/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=110212 CPUtime=6.29 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 25896 0 0 0 625 4 0 0 25 0 1 0 971295473 112857088 21172 33554432000 4194304 4258824 140734689551504 18446744073709551615 4217906 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 27553 21172 244 16 0 24195 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 110212

[startup+12.7002 s]
/proc/loadavg: 1.47 1.30 2.14 5/190 13998
/proc/meminfo: memFree=30813444/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=128888 CPUtime=12.69 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 31116 0 0 0 1264 5 0 0 25 0 1 0 971295473 131981312 26371 33554432000 4194304 4258824 140734689551504 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 32222 26371 244 16 0 28864 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 128888

[startup+25.5008 s]
/proc/loadavg: 2.03 1.43 2.17 5/190 13999
/proc/meminfo: memFree=30841272/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=110212 CPUtime=25.5 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 32076 0 0 0 2544 6 0 0 25 0 1 0 971295473 112857088 22365 33554432000 4194304 4258824 140734689551504 18446744073709551615 4221191 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 27553 22365 244 16 0 24195 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 110212

[startup+51.1001 s]
/proc/loadavg: 2.70 1.64 2.22 5/190 14000
/proc/meminfo: memFree=30858616/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=98720 CPUtime=51.09 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 40723 0 0 0 5101 8 0 0 25 0 1 0 971295473 101089280 20639 33554432000 4194304 4258824 140734689551504 18446744073709551615 4221200 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 24680 20639 244 16 0 21322 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 98720

[startup+102.307 s]
/proc/loadavg: 3.43 2.00 2.31 5/190 14001
/proc/meminfo: memFree=30814756/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=123264 CPUtime=102.3 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 56673 0 0 0 10217 13 0 0 25 0 1 0 971295473 126222336 26107 33554432000 4194304 4258824 140734689551504 18446744073709551615 4225399 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 30816 26107 244 16 0 27458 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 123264

[startup+162.301 s]
/proc/loadavg: 3.79 2.36 2.41 5/190 14002
/proc/meminfo: memFree=30845572/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=110212 CPUtime=162.3 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 84247 0 0 0 16209 21 0 0 25 0 1 0 971295473 112857088 21943 33554432000 4194304 4258824 140734689551504 18446744073709551615 4231705 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 27553 21943 244 16 0 24195 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 110212

[startup+222.301 s]
/proc/loadavg: 3.98 2.67 2.51 5/190 14004
/proc/meminfo: memFree=30807452/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=110212 CPUtime=222.3 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 94978 0 0 0 22205 25 0 0 25 0 1 0 971295473 112857088 22256 33554432000 4194304 4258824 140734689551504 18446744073709551615 4231641 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 27553 22256 244 16 0 24195 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 110212

[startup+282.301 s]
/proc/loadavg: 3.99 2.91 2.60 5/190 14006
/proc/meminfo: memFree=30706836/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=233688 CPUtime=282.3 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 120639 0 0 0 28199 31 0 0 25 0 1 0 971295473 239296512 47623 33554432000 4194304 4258824 140734689551504 18446744073709551615 4225738 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 58422 47623 244 16 0 55064 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 233688

[startup+342.301 s]
/proc/loadavg: 3.99 3.11 2.69 5/190 14007
/proc/meminfo: memFree=30814436/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=110212 CPUtime=342.3 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 142491 0 0 0 34192 38 0 0 25 0 1 0 971295473 112857088 20959 33554432000 4194304 4258824 140734689551504 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 27553 20959 244 16 0 24195 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 110212

[startup+402.301 s]
/proc/loadavg: 3.99 3.27 2.77 5/190 14009
/proc/meminfo: memFree=30702568/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=232828 CPUtime=402.3 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 165755 0 0 0 40186 44 0 0 25 0 1 0 971295473 238415872 43965 33554432000 4194304 4258824 140734689551504 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 58207 43965 244 16 0 54849 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 232828

[startup+462.301 s]
/proc/loadavg: 4.03 3.41 2.85 5/190 14010
/proc/meminfo: memFree=30657632/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=282916 CPUtime=462.31 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 176795 0 0 0 46182 49 0 0 25 0 1 0 971295473 289705984 54795 33554432000 4194304 4258824 140734689551504 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 70729 54795 244 16 0 67371 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 282916

[startup+522.301 s]
/proc/loadavg: 4.01 3.52 2.92 5/190 14012
/proc/meminfo: memFree=30623868/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=364304 CPUtime=522.3 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 185374 0 0 0 52176 54 0 0 25 0 1 0 971295473 373047296 63251 33554432000 4194304 4258824 140734689551504 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 91076 63251 244 16 0 87718 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 364304

[startup+582.301 s]
/proc/loadavg: 4.00 3.60 2.98 5/190 14014
/proc/meminfo: memFree=30593692/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=364304 CPUtime=582.31 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 193024 0 0 0 58173 58 0 0 25 0 1 0 971295473 373047296 70791 33554432000 4194304 4258824 140734689551504 18446744073709551615 4217896 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 91076 70791 244 16 0 87718 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 364304

[startup+642.301 s]

################
# More data... #
################

[startup+822.301 s]
/proc/loadavg: 4.00 3.82 3.21 5/190 14020
/proc/meminfo: memFree=30525560/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=406860 CPUtime=822.32 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 255585 0 0 0 82150 82 0 0 25 0 1 0 971295473 416624640 87712 33554432000 4194304 4258824 140734689551504 18446744073709551615 4225395 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 101715 87712 244 16 0 98357 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 406860

[startup+882.301 s]
/proc/loadavg: 4.00 3.85 3.25 5/190 14022
/proc/meminfo: memFree=30705692/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=195244 CPUtime=882.31 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 267166 0 0 0 88144 87 0 0 25 0 1 0 971295473 199929856 42803 33554432000 4194304 4258824 140734689551504 18446744073709551615 4231952 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 48811 42804 244 16 0 45453 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 195244

[startup+942.301 s]
/proc/loadavg: 4.00 3.88 3.30 5/190 14023
/proc/meminfo: memFree=30620724/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=298476 CPUtime=942.32 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 288837 0 0 0 94138 94 0 0 25 0 1 0 971295473 305639424 64193 33554432000 4194304 4258824 140734689551504 18446744073709551615 4225208 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 74619 64193 244 16 0 71261 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 298476

[startup+1002.3 s]
/proc/loadavg: 4.00 3.90 3.34 5/190 14025
/proc/meminfo: memFree=30574820/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=348564 CPUtime=1002.32 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 300429 0 0 0 100134 98 0 0 25 0 1 0 971295473 356929536 75610 33554432000 4194304 4258824 140734689551504 18446744073709551615 4217874 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 87141 75610 244 16 0 83783 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 348564

[startup+1062.3 s]
/proc/loadavg: 4.00 3.91 3.38 5/190 14035
/proc/meminfo: memFree=30525672/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=429952 CPUtime=1062.32 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 312920 0 0 0 106128 104 0 0 25 0 1 0 971295473 440270848 87944 33554432000 4194304 4258824 140734689551504 18446744073709551615 4225225 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 107488 87944 244 16 0 104130 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 429952

[startup+1122.3 s]
/proc/loadavg: 4.07 3.94 3.42 5/190 14037
/proc/meminfo: memFree=30453712/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=562212 CPUtime=1122.32 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 330891 0 0 0 112121 111 0 0 25 0 1 0 971295473 575705088 105765 33554432000 4194304 4258824 140734689551504 18446744073709551615 4225490 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 140553 105765 244 16 0 137195 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 562212

[startup+1182.3 s]
/proc/loadavg: 4.02 3.95 3.45 5/190 14039
/proc/meminfo: memFree=30415844/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=562212 CPUtime=1182.32 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 340517 0 0 0 118115 117 0 0 25 0 1 0 971295473 575705088 115277 33554432000 4194304 4258824 140734689551504 18446744073709551615 4217951 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 140553 115277 244 16 0 137195 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 562212

[startup+1242.3 s]
/proc/loadavg: 4.05 3.97 3.49 5/190 14040
/proc/meminfo: memFree=30638376/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=267656 CPUtime=1242.33 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 357826 0 0 0 124110 123 0 0 25 0 1 0 971295473 274079744 59712 33554432000 4194304 4258824 140734689551504 18446744073709551615 4232378 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 66914 59712 244 16 0 63556 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 267656

[startup+1302.3 s]
/proc/loadavg: 4.02 3.97 3.52 5/190 14042
/proc/meminfo: memFree=30645152/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=348564 CPUtime=1302.33 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 374506 0 0 0 130104 129 0 0 25 0 1 0 971295473 356929536 76162 33554432000 4194304 4258824 140734689551504 18446744073709551615 4217874 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 87141 76162 244 16 0 83783 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 348564

[startup+1362.3 s]
/proc/loadavg: 4.00 3.97 3.55 5/190 14043
/proc/meminfo: memFree=30528068/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=429952 CPUtime=1362.33 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 385591 0 0 0 136099 134 0 0 25 0 1 0 971295473 440270848 87090 33554432000 4194304 4258824 140734689551504 18446744073709551615 4225738 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 107488 87090 244 16 0 104130 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 429952

[startup+1422.31 s]
/proc/loadavg: 4.00 3.97 3.57 5/190 14045
/proc/meminfo: memFree=30488348/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=429952 CPUtime=1422.34 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 395663 0 0 0 142094 140 0 0 25 0 1 0 971295473 440270848 97010 33554432000 4194304 4258824 140734689551504 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 107488 97010 244 16 0 104130 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 429952

[startup+1482.3 s]
/proc/loadavg: 4.07 3.99 3.60 5/190 14047
/proc/meminfo: memFree=30524388/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=562212 CPUtime=1482.34 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 405233 0 0 0 148090 144 0 0 25 0 1 0 971295473 575705088 106459 33554432000 4194304 4258824 140734689551504 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 140553 106459 244 16 0 137195 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 562212

[startup+1542.3 s]
/proc/loadavg: 4.02 3.99 3.62 5/190 14048
/proc/meminfo: memFree=30407908/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=562212 CPUtime=1542.33 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 416037 0 0 0 154085 148 0 0 25 0 1 0 971295473 575705088 117140 33554432000 4194304 4258824 140734689551504 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 140553 117140 244 16 0 137195 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 562212

[startup+1602.3 s]
/proc/loadavg: 4.01 3.99 3.64 5/190 14050
/proc/meminfo: memFree=30377988/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=562212 CPUtime=1602.33 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 423688 0 0 0 160081 152 0 0 25 0 1 0 971295473 575705088 124697 33554432000 4194304 4258824 140734689551504 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 140553 124697 244 16 0 137195 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 562212

[startup+1662.3 s]
/proc/loadavg: 4.00 3.99 3.66 5/190 14051
/proc/meminfo: memFree=30607100/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=329184 CPUtime=1662.34 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 443240 0 0 0 166075 159 0 0 25 0 1 0 971295473 337084416 67534 33554432000 4194304 4258824 140734689551504 18446744073709551615 4225738 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 82296 67534 244 16 0 78938 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 329184

[startup+1722.3 s]
/proc/loadavg: 4.03 4.00 3.68 5/190 14053
/proc/meminfo: memFree=30518136/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=379272 CPUtime=1722.34 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 453603 0 0 0 172071 163 0 0 25 0 1 0 971295473 388374528 77745 33554432000 4194304 4258824 140734689551504 18446744073709551615 4225648 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 94818 77745 244 16 0 91460 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 379272

[startup+1782.3 s]
/proc/loadavg: 4.07 4.01 3.71 5/190 14055
/proc/meminfo: memFree=30460048/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=460660 CPUtime=1782.35 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 463870 0 0 0 178064 171 0 0 25 0 1 0 971295473 471715840 87870 33554432000 4194304 4258824 140734689551504 18446744073709551615 4225250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 115165 87870 244 16 0 111807 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 460660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 4.05 4.01 3.71 5/190 14055
/proc/meminfo: memFree=30453704/32950928 swapFree=67051812/67111528
[pid=13967] ppid=13965 vsize=460660 CPUtime=1800.05 cores=1,3
/proc/13967/stat : 13967 (munsat2_release) R 13965 13967 10968 0 -1 4202496 465191 0 0 0 179834 171 0 0 25 0 1 0 971295473 471715840 89184 33554432000 4194304 4258824 140734689551504 18446744073709551615 4218808 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13967/statm: 115165 89184 244 16 0 111807 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 460660

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): 1800.02
CPU time (s): 1800.07
CPU user time (s): 1798.34
CPU system time (s): 1.73074
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 562568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.34
system time used= 1.73074
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 465191
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= 11
involuntary context switches= 4545

runsolver used 2.72458 second user time and 7.10292 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-11 18:44:08
IDJOB=3493493
IDBENCH=89572
IDSOLVER=1973
FILE ID=node116/3493493-1307810648
RUNJOBID= node116-1307810648-13941
PBS_JOBID= 13551061
Free space on /tmp= 74124 MiB

SOLVER NAME= MiniUnsat2 2011-02-22
BENCH NAME= SAT11/mus/marques-silva/software-verification/dspam_dump_vc1093.cnf
COMMAND LINE= munsat2_release -rnd-seed=RANDOMSEED -verb=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493493-1307810648/watcher-3493493-1307810648 -o /tmp/evaluation-result-3493493-1307810648/solver-3493493-1307810648 -C 1800 -W 1850 -M 7680  munsat2_release -rnd-seed=1691573624 -verb=0 HOME/instance-3493493-1307810648.cnf

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= b5791a653c2b08e4479efceeff76dde2
RANDOM SEED=1691573624

node116.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31378740 kB
Buffers:        315372 kB
Cached:        1026728 kB
SwapCached:      13064 kB
Active:         500332 kB
Inactive:       872912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31378740 kB
SwapTotal:    67111528 kB
SwapFree:     67051812 kB
Dirty:           27596 kB
Writeback:           0 kB
AnonPages:       28540 kB
Mapped:           8840 kB
Slab:           133368 kB
PageTables:       4828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   203008 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74104 MiB
End job on node116 at 2011-06-11 19:14:10