Trace number 3318173

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
minisat hack: MiniSAT 2.2.0-agile-26? (TO) 1300.07 1300.02

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_36.renamed-as.sat05-1922.cnf
MD5SUMc9c90d9af49f4c08c7262ecb9a0b2a3d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark978.31
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of clauses230544
Sum of the clauses size603180
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 290828
Number of clauses of size 3139644
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 572

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3318173-1304903880/watcher-3318173-1304903880 -o /tmp/evaluation-result-3318173-1304903880/solver-3318173-1304903880 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318173-1304903880.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 4.00 4.02 3.90 4/364 28768
/proc/meminfo: memFree=6322352/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=20692 CPUtime=0.01 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 1169 0 0 0 1 0 0 0 25 0 1 0 601985102 21188608 1076 33554432000 4194304 4291235 140733520105136 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 5206 1077 213 24 0 1840 0

[startup+0.0145419 s]
/proc/loadavg: 4.00 4.02 3.90 4/364 28768
/proc/meminfo: memFree=6322352/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=21028 CPUtime=0.01 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 1249 0 0 0 1 0 0 0 25 0 1 0 601985102 21532672 1153 33554432000 4194304 4291235 140733520105136 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 5257 1154 214 24 0 1891 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21028

[startup+0.100549 s]
/proc/loadavg: 4.00 4.02 3.90 4/364 28768
/proc/meminfo: memFree=6322352/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=29808 CPUtime=0.09 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 5030 0 0 0 9 0 0 0 25 0 1 0 601985102 30523392 4223 33554432000 4194304 4291235 140733520105136 18446744073709551615 4230006 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 7452 4223 237 24 0 4086 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29808

[startup+0.300513 s]
/proc/loadavg: 4.00 4.02 3.90 4/364 28768
/proc/meminfo: memFree=6322352/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=30244 CPUtime=0.29 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 5079 0 0 0 29 0 0 0 25 0 1 0 601985102 30969856 4272 33554432000 4194304 4291235 140733520105136 18446744073709551615 4229936 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 7561 4272 237 24 0 4195 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30244

[startup+0.700432 s]
/proc/loadavg: 4.00 4.02 3.90 4/364 28768
/proc/meminfo: memFree=6322352/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=29028 CPUtime=0.69 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 5967 0 0 0 69 0 0 0 25 0 1 0 601985102 29724672 3662 33554432000 4194304 4291235 140733520105136 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 7257 3662 254 24 0 3891 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29028

[startup+1.5003 s]
/proc/loadavg: 4.00 4.02 3.90 5/365 28769
/proc/meminfo: memFree=6306480/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=31748 CPUtime=1.49 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 6514 0 0 0 149 0 0 0 25 0 1 0 601985102 32509952 4188 33554432000 4194304 4291235 140733520105136 18446744073709551615 4255641 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 7937 4188 255 24 0 4571 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31748

[startup+3.10098 s]
/proc/loadavg: 4.00 4.02 3.90 5/365 28769
/proc/meminfo: memFree=6301924/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=36168 CPUtime=3.09 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 7464 0 0 0 308 1 0 0 25 0 1 0 601985102 37036032 5109 33554432000 4194304 4291235 140733520105136 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 9042 5109 255 24 0 5676 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36168

[startup+6.30036 s]
/proc/loadavg: 4.00 4.02 3.90 5/365 28769
/proc/meminfo: memFree=6292592/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=43348 CPUtime=6.29 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 8936 0 0 0 628 1 0 0 25 0 1 0 601985102 44388352 6541 33554432000 4194304 4291235 140733520105136 18446744073709551615 4255841 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 10837 6541 255 24 0 7471 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43348

[startup+12.7011 s]
/proc/loadavg: 4.00 4.02 3.91 5/365 28769
/proc/meminfo: memFree=6274736/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=57580 CPUtime=12.69 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 11904 0 0 0 1267 2 0 0 25 0 1 0 601985102 58961920 9454 33554432000 4194304 4291235 140733520105136 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 14395 9454 255 24 0 11029 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57580

[startup+25.5007 s]
/proc/loadavg: 4.00 4.02 3.91 5/365 28769
/proc/meminfo: memFree=6245708/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=80584 CPUtime=25.49 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 16723 0 0 0 2546 3 0 0 25 0 1 0 601985102 82518016 14177 33554432000 4194304 4291235 140733520105136 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 20146 14177 255 24 0 16780 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80584

[startup+51.1008 s]
/proc/loadavg: 4.06 4.03 3.91 5/365 28770
/proc/meminfo: memFree=6227612/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=66960 CPUtime=51.09 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 26535 0 0 0 5105 4 0 0 25 0 1 0 601985102 68567040 11119 33554432000 4194304 4291235 140733520105136 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 16740 11119 257 24 0 13374 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 66960

[startup+102.314 s]
/proc/loadavg: 4.06 4.04 3.92 5/365 28771
/proc/meminfo: memFree=6126760/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=123708 CPUtime=102.31 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 39019 0 0 0 10223 8 0 0 25 0 1 0 601985102 126676992 23373 33554432000 4194304 4291235 140733520105136 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 30927 23373 257 24 0 27561 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 123708

[startup+162.3 s]
/proc/loadavg: 4.02 4.03 3.92 5/365 28773
/proc/meminfo: memFree=6058524/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=129040 CPUtime=162.3 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 55012 0 0 0 16219 11 0 0 25 0 1 0 601985102 132136960 22891 33554432000 4194304 4291235 140733520105136 18446744073709551615 4256129 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 32260 22891 257 24 0 28894 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 129040

[startup+222.301 s]
/proc/loadavg: 4.01 4.02 3.92 5/365 28774
/proc/meminfo: memFree=5971804/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=103648 CPUtime=222.3 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 69928 0 0 0 22214 16 0 0 25 0 1 0 601985102 106135552 19631 33554432000 4194304 4291235 140733520105136 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 25912 19631 257 24 0 22546 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 103648

[startup+282.3 s]
/proc/loadavg: 4.07 4.03 3.92 5/365 28776
/proc/meminfo: memFree=5838580/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=140808 CPUtime=282.3 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 81858 0 0 0 28210 20 0 0 25 0 1 0 601985102 144187392 31321 33554432000 4194304 4291235 140733520105136 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 35202 31321 257 24 0 31836 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 140808

[startup+342.301 s]
/proc/loadavg: 4.02 4.02 3.92 5/365 28777
/proc/meminfo: memFree=5790308/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=142256 CPUtime=342.3 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 96670 0 0 0 34206 24 0 0 25 0 1 0 601985102 145670144 25233 33554432000 4194304 4291235 140733520105136 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 35564 25233 257 24 0 32198 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 142256

[startup+402.3 s]
/proc/loadavg: 4.01 4.02 3.92 5/365 28779
/proc/meminfo: memFree=5686604/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=196728 CPUtime=402.3 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 106285 0 0 0 40202 28 0 0 25 0 1 0 601985102 201449472 34662 33554432000 4194304 4291235 140733520105136 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 49182 34662 257 24 0 45816 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 196728

[startup+462.301 s]
/proc/loadavg: 4.00 4.01 3.92 5/365 28781
/proc/meminfo: memFree=5651712/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=148808 CPUtime=462.31 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 121154 0 0 0 46199 32 0 0 25 0 1 0 601985102 152379392 26896 33554432000 4194304 4291235 140733520105136 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 37202 26896 257 24 0 33836 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 148808

[startup+522.3 s]
/proc/loadavg: 4.03 4.02 3.93 5/365 28782
/proc/meminfo: memFree=5553100/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=202964 CPUtime=522.31 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 131686 0 0 0 52195 36 0 0 25 0 1 0 601985102 207835136 37268 33554432000 4194304 4291235 140733520105136 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 50741 37268 257 24 0 47375 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 202964

[startup+582.301 s]
/proc/loadavg: 4.10 4.05 3.94 5/365 28784
/proc/meminfo: memFree=5550316/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=126564 CPUtime=582.32 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 144809 0 0 0 58191 41 0 0 25 0 1 0 601985102 129601536 23726 33554432000 4194304 4291235 140733520105136 18446744073709551615 4256121 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 31641 23726 257 24 0 28275 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 126564

[startup+642.3 s]
/proc/loadavg: 4.04 4.04 3.94 5/365 28785
/proc/meminfo: memFree=5453192/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=159660 CPUtime=642.32 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 155684 0 0 0 64189 43 0 0 25 0 1 0 601985102 163491840 34346 33554432000 4194304 4291235 140733520105136 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 39915 34346 257 24 0 36549 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 159660

[startup+702.301 s]
/proc/loadavg: 4.01 4.03 3.94 5/365 28787
/proc/meminfo: memFree=5438260/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=111908 CPUtime=702.32 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 168207 0 0 0 70184 48 0 0 25 0 1 0 601985102 114593792 22539 33554432000 4194304 4291235 140733520105136 18446744073709551615 4255706 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 27977 22539 257 24 0 24611 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 111908

[startup+762.313 s]
/proc/loadavg: 4.00 4.02 3.94 5/365 28789
/proc/meminfo: memFree=5336052/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=164076 CPUtime=762.33 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 179143 0 0 0 76182 51 0 0 25 0 1 0 601985102 168013824 33266 33554432000 4194304 4291235 140733520105136 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 41019 33266 257 24 0 37653 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 164076

[startup+822.301 s]
/proc/loadavg: 4.07 4.04 3.95 5/365 28790
/proc/meminfo: memFree=5241272/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=217040 CPUtime=822.32 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 188068 0 0 0 82178 54 0 0 25 0 1 0 601985102 222248960 42024 33554432000 4194304 4291235 140733520105136 18446744073709551615 4250673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 54260 42024 257 24 0 50894 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 217040

[startup+882.3 s]
/proc/loadavg: 3.14 3.80 3.87 3/353 28828
/proc/meminfo: memFree=6999460/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=170544 CPUtime=882.32 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 205724 0 0 0 88173 59 0 0 25 0 1 0 601985102 174637056 34565 33554432000 4194304 4291235 140733520105136 18446744073709551615 4255905 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 42636 34565 257 24 0 39270 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 170544

[startup+942.301 s]
/proc/loadavg: 2.42 3.47 3.75 3/353 28829
/proc/meminfo: memFree=6962336/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=223180 CPUtime=942.33 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 215218 0 0 0 94171 62 0 0 25 0 1 0 601985102 228536320 43831 33554432000 4194304 4291235 140733520105136 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 55795 43831 257 24 0 52429 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 223180

[startup+1002.3 s]
/proc/loadavg: 2.15 3.20 3.64 3/353 28831
/proc/meminfo: memFree=7018352/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=143836 CPUtime=1002.33 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 229781 0 0 0 100166 67 0 0 25 0 1 0 601985102 147288064 29759 33554432000 4194304 4291235 140733520105136 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 35959 29759 257 24 0 32593 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 143836

[startup+1062.3 s]
/proc/loadavg: 2.10 2.99 3.54 3/353 28833
/proc/meminfo: memFree=6978764/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=176872 CPUtime=1062.34 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 239966 0 0 0 106164 70 0 0 25 0 1 0 601985102 181116928 39746 33554432000 4194304 4291235 140733520105136 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 44218 39746 257 24 0 40852 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 176872

[startup+1122.3 s]
/proc/loadavg: 1.67 2.73 3.41 2/347 28852
/proc/meminfo: memFree=7131140/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=116968 CPUtime=1122.33 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 250953 0 0 0 112160 73 0 0 25 0 1 0 601985102 119775232 23377 33554432000 4194304 4291235 140733520105136 18446744073709551615 4256121 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 29242 23377 257 24 0 25876 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 116968

[startup+1182.3 s]
/proc/loadavg: 1.25 2.41 3.26 2/347 28854
/proc/meminfo: memFree=7075192/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=181404 CPUtime=1182.34 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 265140 0 0 0 118157 77 0 0 25 0 1 0 601985102 185757696 37340 33554432000 4194304 4291235 140733520105136 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 45351 37340 257 24 0 41985 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 181404

[startup+1242.3 s]
/proc/loadavg: 1.09 2.15 3.11 2/347 28855
/proc/meminfo: memFree=7041452/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=232832 CPUtime=1242.34 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 273439 0 0 0 124156 78 0 0 25 0 1 0 601985102 238419968 45504 33554432000 4194304 4291235 140733520105136 18446744073709551615 4263433 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 58208 45504 257 24 0 54842 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 232832



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.03 1.94 2.98 2/347 28857
/proc/meminfo: memFree=7115456/32950928 swapFree=67056568/67111528
[pid=28768] ppid=28766 vsize=134944 CPUtime=1300.05 cores=4,6
/proc/28768/stat : 28768 (minisat) R 28766 28768 27748 0 -1 4202496 284272 0 0 0 129923 82 0 0 25 0 1 0 601985102 138182656 27211 33554432000 4194304 4291235 140733520105136 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28768/statm: 33736 27211 257 24 0 30370 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 134944

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): 1300.02
CPU time (s): 1300.07
CPU user time (s): 1299.24
CPU system time (s): 0.829873
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 245436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.24
system time used= 0.829873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284272
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= 9
involuntary context switches= 1972

runsolver used 4.82727 second user time and 10.0365 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-09 03:18:00
IDJOB=3318173
IDBENCH=85991
IDSOLVER=1707
FILE ID=node148/3318173-1304903880
RUNJOBID= node148-1304903266-28440
PBS_JOBID= 13282123
Free space on /tmp= 30872 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_36.renamed-as.sat05-1922.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318173-1304903880/watcher-3318173-1304903880 -o /tmp/evaluation-result-3318173-1304903880/solver-3318173-1304903880 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318173-1304903880.cnf

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

MD5SUM BENCH= c9c90d9af49f4c08c7262ecb9a0b2a3d
RANDOM SEED=561492323

node148.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.854
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.70
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.854
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	: 5332.75
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.854
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.83
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.854
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.854
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.82
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.854
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.854
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.82
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       6322632 kB
Buffers:        231496 kB
Cached:       21989496 kB
SwapCached:       8268 kB
Active:       11154348 kB
Inactive:     14685968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6322632 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           19924 kB
Writeback:           0 kB
AnonPages:     3617452 kB
Mapped:          27688 kB
Slab:           690980 kB
PageTables:      30940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 85581980 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= 31084 MiB
End job on node148 at 2011-05-09 03:39:42